Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

if we're not using ssl.wrap_socket, don't store the SSL object in the ircserver_ssl variable #4

Closed
thwarted opened this issue Oct 13, 2009 · 2 comments
Labels

Comments

@thwarted
Copy link
Owner

the ircserver_ssl variable is doing non-obvious double duty, it starts out as a boolean and eventually becomes an SSL object.

@thwarted
Copy link
Owner Author

If import ssl fails, a simple wrapper class is defined that sends all its output through a socket.ssl(...)'d file descriptor.

@thwarted
Copy link
Owner Author

in e4ef85d

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant