bitbot-3.11-fork/src
2019-06-18 14:33:51 +01:00
..
utils Allow channel-access and channel-mode check for channels people are not in 2019-06-16 20:48:31 +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 Don't fail get_kwarg when self.kwarg[name] is falsey 2019-06-16 18:39:56 +01:00
Exports.py Actually respect default return in Exports.get_one 2019-04-27 14:49:18 +01:00
IRCBot.py 'break' instead of 'continue' so that things in the event queue get discarded 2019-06-17 16:19:20 +01:00
IRCBuffer.py typehint for IRCBuffer._lines 2019-06-07 13:34:30 +01:00
IRCChannel.py Mode mode (and mode arg) parsing to IRCChannel.py, add IRCChannel.mode_str 2019-06-13 11:53:47 +01:00
IRCChannels.py 'IRCChannels._get_id' -> 'IRCChannels.get_id' 2019-04-07 13:59:53 +01:00
IRCLine.py message-tags count for a different character limit than the rest of the line 2019-06-18 14:33:51 +01:00
IRCObject.py
IRCServer.py Only panic() when a server connection is part of bot init. closes #69 2019-06-17 14:20:11 +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 Make 'circular dependency' WARN more explicitly about 1-to-1 dependencies 2019-06-05 19:13:44 +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