4
0
mirror of https://github.com/jesopo/ircrobots synced 2024-06-20 14:57:07 +00:00
ircrobots/ircrobots
2020-06-01 14:17:19 +01:00
..
matching allow Formatless and Folded to be nested 2020-06-01 14:17:19 +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 add backtracking irc glob matching 2020-04-27 23:26:41 +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 channels needs to be a list and needs enumerate() 2020-06-01 11:04:22 +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