ircrobots/ircrobots
2020-04-02 23:07:09 +01:00
..
__init__.py implement SASL SCRAM 2020-04-02 22:37:51 +01:00
bot.py make handshake CAP dance happen in one async task. move to ircv3.py 2020-04-02 20:16:07 +01:00
contexts.py add interface for code units that need an IServer context 2020-04-02 17:55:50 +01:00
interface.py make handshake CAP dance happen in one async task. move to ircv3.py 2020-04-02 20:16:07 +01:00
ircv3.py codestyle in ircv3.py 2020-04-02 23:07:09 +01:00
matching.py add numerics.py to translate names, remove Response(errors=) 2020-04-02 20:55:01 +01:00
numerics.py add numerics.py to translate names, remove Response(errors=) 2020-04-02 20:55:01 +01:00
params.py add ConnectionParams.ssl_verify 2020-04-02 22:43:34 +01:00
sasl.py implement SASL SCRAM 2020-04-02 22:37:51 +01:00
scram.py implement SASL SCRAM 2020-04-02 22:37:51 +01:00
security.py add ConnectionParams.ssl_verify 2020-04-02 22:43:34 +01:00
server.py query channel MODEs on-JOIN 2020-04-02 22:57:22 +01:00