Files
Clark Boylan 2b4bfa0f76 Use irc bot connection factory for SSL
The ib3 SSL object is not compatible with python3.12 and newer due to
ssl.wrap_socket being removed. This has been fixed upstream in this
pull request [0], but that code is not released to pypi.

To workaround this we simply create our own connection factory for the
irc bot using ssl's default ssl context's socket wrapper.

[0] https://github.com/bd808/python-ib3/issues/23

Change-Id: I4d670b7ebb5efcab1237f27fcb39f635db854cf5
2026-01-30 15:08:54 -08:00
..
2026-01-09 10:08:35 -08:00
2012-07-30 17:08:32 -07:00
2026-01-30 15:08:54 -08:00