ircrobots/ircrobots
jesopo 383d3acc8d don't leave old _wait_for_futs lying around 2020-06-13 00:28:27 +01:00
..
matching replace List with Sequence in matching/responses.py 2020-06-12 14:22:39 +01:00
__init__.py enact provided ResumePolicy (incl. cancelling handshake) 2020-04-25 20:13:46 +01:00
asyncs.py simplify reading lines, simplify wait_for, wait_for from outside reads 2020-06-13 00:21:39 +01:00
bot.py simplify reading lines, simplify wait_for, wait_for from outside reads 2020-06-13 00:21:39 +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 simplify reading lines, simplify wait_for, wait_for from outside reads 2020-06-13 00:21:39 +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 don't leave old _wait_for_futs lying around 2020-06-13 00:28:27 +01:00
struct.py whois.idle is an int, change whois.channels to ChannelUser objects (modes!) 2020-06-12 14:23:04 +01:00
transport.py implement draft/resume-0.5 2020-04-25 19:30:36 +01:00