bitbot-3.11-fork/src
2019-07-01 14:41:47 +03:00
..
utils fixed capabilities 2019-07-01 14:41:47 +03: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 Fix Database.ChannelSettings.find SQL 2019-06-17 17:51:27 +01:00
EventManager.py Re-add EventManager check to prevent _call() outside main thread 2019-06-26 11:42:23 +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 return generated SentLine objects from IRCChannel.send_* functions 2019-06-21 18:25:21 +01:00
IRCChannels.py Refactor EventManager to only hold hooks on a root object 2019-06-26 11:01:09 +01:00
IRCLine.py Refactor EventManager to only hold hooks on a root object 2019-06-26 11:01:09 +01:00
IRCObject.py
IRCServer.py Refactor EventManager to only hold hooks on a root object 2019-06-26 11:01:09 +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 implement @utils.kwarg() magic, use it for command.regex hooks 2019-06-26 14:37:41 +01:00
Socket.py
Timers.py Refactor EventManager to only hold hooks on a root object 2019-06-26 11:01:09 +01:00