coleifer / irc

tinkering with a made-from-scratch irc library in python
http://irckit.readthedocs.org/
MIT License
179 stars 55 forks source link

SSL/TLS support #15

Closed lz1irq closed 8 years ago

lz1irq commented 8 years ago

Disregard, the text below, I've submitted a pull request - #16

In order to use the redis bot on the IRC server I frequent I had to patch the library so that it uses SSL/TLS. I think it would be useful to add this functionality to the library but I was wondering what approach to take - let the programmer specify whether they want to use SSL, auto-detect based on port (6697), or maybe both

coleifer commented 8 years ago

Merged #16, thanks!