ircrobots/ircrobots
jesopo 624ffe2cf8 add py.typed 2020-04-16 14:20:16 +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 support labeled-response (but don't REQ it yet) 2020-04-13 18:23:05 +01:00
ircv3.py support labeled-response (but don't REQ it yet) 2020-04-13 18:23:05 +01:00
matching.py allow Numerics() with `params` use NUMERICS list from ircstates 2020-04-09 11:09:15 +01:00
params.py support PASS from ConnectionParams 2020-04-13 19:10:02 +01:00
py.typed add py.typed 2020-04-16 14:20:16 +01:00
sasl.py on ERR_SASLFAIL, pop from matches 2020-04-10 21:37:26 +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 create a fake echo-message when we have not CAP negotiated echo-message 2020-04-15 21:10:24 +01:00
struct.py add util functions to join a channel and whois a user 2020-04-12 13:54:27 +01:00
transport.py add async_stagger reference for backported happy eyeballs open_connection 2020-04-11 11:33:53 +01:00