ircrobots/ircrobots
2020-04-27 23:26:41 +01:00
..
matching add backtracking irc glob matching 2020-04-27 23:26:41 +01:00
__init__.py enact provided ResumePolicy (incl. cancelling handshake) 2020-04-25 20:13:46 +01:00
asyncs.py object-ify WaitFor future stuff 2020-04-23 15:22:30 +01:00
bot.py add ConnectionParams.reconnect - we'll use this for exponential backoff 2020-04-26 01:19:16 +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 add backtracking irc glob matching 2020-04-27 23:26:41 +01:00
interface.py allow ResponseOr to be shorthanded as a Set[IMatchResponse] 2020-04-27 01:28:46 +01:00
ircv3.py allow ResponseOr to be shorthanded as a Set[IMatchResponse] 2020-04-27 01:28:46 +01:00
join_info.py allow ResponseOr to be shorthanded as a Set[IMatchResponse] 2020-04-27 01:28: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 allow ResponseOr to be shorthanded as a Set[IMatchResponse] 2020-04-27 01:28:46 +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 implement draft/resume-0.5 2020-04-25 19:30:36 +01:00