bitbot-3.11-fork/src
2019-07-15 14:27:55 +01:00
..
utils asyncio.gather -> asyncio.wait (with timeout) 2019-07-08 14:50:11 +01:00
__init__.py
Cache.py Don't needlessly call time.monotonic() when checking cache expirations 2019-06-22 23:30:15 +01:00
Config.py
Database.py add --remove-server/-R cli arg 2019-07-12 09:30:22 +01:00
EventManager.py gotta str()-ify kwargs before logging it 2019-07-15 14:27:55 +01:00
Exports.py Implemnt _options_factory for OptionsSetting to have dynamic options 2019-06-29 22:26:28 +01:00
IRCBot.py Update IRCBot except queue.Empty comment 2019-06-26 13:43:00 +01:00
IRCBuffer.py
IRCChannel.py "paramatered" -> "parametered" 2019-07-04 17:23:36 +01:00
IRCChannels.py 'self.channels' -> 'self._channels' 2019-07-11 14:22:33 +01:00
IRCLine.py don't silently truncate at newline in IRCLine.ParsedLine.truncate() 2019-07-15 14:26:45 +01:00
IRCObject.py
IRCServer.py "paramatered" -> "parametered" 2019-07-04 17:23:36 +01:00
IRCSocket.py threading.Lock() around any access to _write_buffer 2019-07-04 06:56:05 +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 implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
Socket.py
Timers.py Return new Timers 2019-07-09 11:16:34 +01:00