ircrobots/ircrobots
jesopo cf2e69a9e2 asyncio.wait(..) now requires Tasks 2023-07-06 00:56:45 +00:00
..
matching Small tweak to how repr() of Formatless() displays 2022-03-28 23:43:27 +01:00
__init__.py support specifying tls client keypair 2023-02-06 19:42:27 +00:00
asyncs.py scrap deferred wait_for, actually catch server disconnection 2020-09-24 19:43:03 +00:00
bot.py add `transport` (ITCPTransport) param to bot.add_server 2021-12-18 16:48:01 +00:00
contexts.py add interface for code units that need an IServer context 2020-04-02 17:55:50 +01:00
formatting.py add Formatless matching param 2020-04-21 21:54:51 +01:00
glob.py _collapse(s) was moved to collapse(s) 2020-07-01 17:52:29 +01:00
interface.py combine params.tls and .tls_verify, support pinned certs 2022-01-24 09:53:32 +00:00
ircv3.py missed some TLS_ uses 2023-07-06 00:44:13 +00:00
params.py python no longer likes having mutables in non-default_factory 2023-07-06 00:35:13 +00:00
py.typed add py.typed 2020-04-16 14:20:16 +01:00
sasl.py don't infinitely loop SASLUserPass attempts on FAIL or ABORT 2021-09-19 21:34:57 +00:00
scram.py SHA-1 scram name should be SHA1 (and fix typo in error rethrow) 2020-06-14 18:37:11 +01:00
security.py python no longer likes having mutables in non-default_factory 2023-07-06 00:35:13 +00:00
server.py asyncio.wait(..) now requires Tasks 2023-07-06 00:56:45 +00:00
struct.py whois.idle is an int, change whois.channels to ChannelUser objects (modes!) 2020-06-12 14:23:04 +01:00
transport.py support specifying tls client keypair 2023-02-06 19:42:27 +00:00