ircrobots/ircrobots
2020-04-19 00:55:32 +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 update ircstates to v0.9.0, use const RPL/ERR vars 2020-04-17 21:06:20 +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 update ircstates to v0.9.0, use const RPL/ERR vars 2020-04-17 21:06:20 +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 update ircstates to v0.9.0, use const RPL/ERR vars 2020-04-17 21:06:20 +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 ah oops, the bindhost port was a test value that got committed 2020-04-19 00:55:32 +01:00