ircrobots/ircrobots
2020-06-07 20:31:07 +01:00
..
matching :Optional, not =Optional 2020-06-03 21:38:27 +01:00
__init__.py enact provided ResumePolicy (incl. cancelling handshake) 2020-04-25 20:13:46 +01:00
asyncs.py add basic code for using labeled-responses as wait_for matches 2020-05-24 01:05:51 +01:00
bot.py rewrite how wait_for works - only one at a time now 2020-04-29 12:13:06 +01:00
contexts.py add interface for code units that need an IServer context 2020-04-02 17:55:50 +01:00
formatting.py add Formatless matching param 2020-04-21 21:54:51 +01:00
glob.py glob.py.compile should have a return type 2020-06-07 17:45:47 +01:00
interface.py allow Formatless and Folded to be nested 2020-06-01 14:17:19 +01:00
ircv3.py add basic code for using labeled-responses as wait_for matches 2020-05-24 01:05:51 +01:00
join_info.py we don't need to prefold channel 2020-04-28 11:45:46 +01:00
params.py add ConnectionParams.reconnect - we'll use this for exponential backoff 2020-04-26 01:19:16 +01:00
py.typed add py.typed 2020-04-16 14:20:16 +01:00
sasl.py allow ResponseOr to be shorthanded as a Set[IMatchResponse] 2020-04-27 01:28:46 +01:00
scram.py SCRAM should take mechanisms as Enum values 2020-04-26 17:08:03 +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 again, ERR_NOSUCHUSER -> ERR_NOSUCHNICK 2020-06-07 20:31:07 +01:00
struct.py WHOIS should have nick, user/host/real are required, handle NOSUCHUSER 2020-06-07 17:46:38 +01:00
transport.py implement draft/resume-0.5 2020-04-25 19:30:36 +01:00