bitbot-3.11-fork/src
2019-06-22 12:21:44 +01:00
..
utils Implement dependency system for CAPs 2019-06-21 18:05:11 +01:00
__init__.py
Cache.py
Config.py
Database.py Fix Database.ChannelSettings.find SQL 2019-06-17 17:51:27 +01:00
EventManager.py Restrict EventManager calls to the main thread 2019-06-22 12:21:44 +01:00
Exports.py
IRCBot.py Add IRCBot.URL (https://bitbot.dev) 2019-06-18 17:33:54 +01:00
IRCBuffer.py typehint for IRCBuffer._lines 2019-06-07 13:34:30 +01:00
IRCChannel.py return generated SentLine objects from IRCChannel.send_* functions 2019-06-21 18:25:21 +01:00
IRCChannels.py
IRCLine.py give every ParsedLine a uuid4 .id for tracking purposes 2019-06-21 10:33:59 +01:00
IRCObject.py
IRCServer.py WARN log when we try to remove a mode from ourselves that we didn't have 2019-06-21 11:16:53 +01:00
IRCSocket.py only count "\n"s (not "\r\n") that hit the wire, incase \r\n gets cut in half 2019-06-17 18:23:38 +01:00
IRCUser.py
Logging.py Logging._log()'s params arg should be typing.Optiona[] 2019-06-07 13:35:20 +01:00
ModuleManager.py Differentiate between module "not found" and "not loaded" 2019-06-19 23:11:42 +01:00
Socket.py
Timers.py list()-ify filter() return, otherwise boolean checks against it are wrong 2019-06-01 15:05:57 +01:00