ircrobots/ircrobots
2020-04-10 21:36:03 +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 TCP logic in to ITCPTransport (we can mock this for unittests) 2020-04-06 13:22:17 +01:00
contexts.py add interface for code units that need an IServer context 2020-04-02 17:55:50 +01:00
interface.py refactor TCP logic in to ITCPTransport (we can mock this for unittests) 2020-04-06 13:22:17 +01:00
ircv3.py refactor TCP logic in to ITCPTransport (we can mock this for unittests) 2020-04-06 13:22:17 +01:00
matching.py allow Numerics() with params use NUMERICS list from ircstates 2020-04-09 11:09:15 +01:00
params.py ssl/ssl_verify -> tls/tls_verify 2020-04-03 09:50:30 +01:00
sasl.py check for PLAIN should use match[0] not match 2020-04-10 21:36:03 +01:00
scram.py ensure server nonce .startswith() our nonce 2020-04-03 00:07:48 +01:00
security.py refactor TCP logic in to ITCPTransport (we can mock this for unittests) 2020-04-06 13:22:17 +01:00
server.py remove premature import for future work 2020-04-09 11:12:02 +01:00
transport.py refactor TCP logic in to ITCPTransport (we can mock this for unittests) 2020-04-06 13:22:17 +01:00