jaraco / irc

Full-featured Python IRC library for Python.
MIT License
394 stars 86 forks source link

Add certificate support for SSL connections #3

Closed jaraco closed 8 years ago

jaraco commented 8 years ago

In SourceForge patches [[https://sourceforge.net/p/python-irclib/patches/14/|14]] and [[https://sourceforge.net/p/python-irclib/patches/15/|15]], patches were contributed to add support for SSL certificates. I've applied these patches as [[https://bitbucket.org/jaraco/irc/changeset/3f2fe995142e|3f2fe995142e]], but have not yet merged these with the latest tip.


jaraco commented 8 years ago

The latest tip has a new implementation that supports SSL certificate support (and other parameters to the wrap_socket method). After some testing, I plan to release this feature as irc 3.3.


Original comment by: Jason R. Coombs