4
0
mirror of https://github.com/jesopo/ircrobots synced 2024-06-14 20:26:36 +00:00
ircrobots/ircrobots
2020-04-05 23:57:02 +01:00
..
__init__.py implement SASL SCRAM 2020-04-02 22:37:51 +01:00
asyncs.py add asyncs.MaybeAwait() - optionally awaitable coroutines 2020-04-05 23:37:54 +01:00
bot.py refactor and simplify normal reading vs wait_for 2020-04-05 17:11:04 +01:00
contexts.py add interface for code units that need an IServer context 2020-04-02 17:55:50 +01:00
interface.py server.send() should be sync and return a Future - no nead for double await 2020-04-05 23:54:57 +01:00
ircv3.py use Server.registerd to detect handshake CAP LS; handle non-handshake CAP LS 2020-04-05 13:18:23 +01:00
matching.py FoldString -> ParamFolded 2020-04-05 17:40:22 +01:00
numerics.py add numerics.py to translate names, remove Response(errors=) 2020-04-02 20:55:01 +01:00
params.py ssl/ssl_verify -> tls/tls_verify 2020-04-03 09:50:30 +01:00
sasl.py move more CAP related stuff to CAPContext 2020-04-05 12:48:29 +01:00
scram.py ensure server nonce .startswith() our nonce 2020-04-03 00:07:48 +01:00
security.py add ConnectionParams.ssl_verify 2020-04-02 22:43:34 +01:00
server.py comment about why server CAP/USER/NICK send() calls are not awaited 2020-04-05 23:57:02 +01:00