numberoverzero / bottom

asyncio-based rfc2812-compliant IRC Client
http://bottom-docs.readthedocs.io
MIT License
74 stars 23 forks source link

Allows users to specify their own custom SSL context. #59

Closed gbw closed 3 years ago

gbw commented 3 years ago

Users may wish to connect to servers with a self-signed SSL certificate. This change lets users create their own SSL context to be passed into the client.

Reference: https://docs.python.org/3.8/library/asyncio-eventloop.html#asyncio.loop.create_connection

numberoverzero commented 3 years ago

Looks great, thanks for the PR! I'll try to get a new minor version released soon.