bitbot-3.11-fork/src
2019-07-03 08:13:28 +01:00
..
utils url_validate() -> url_sanitise() 2019-07-02 14:15:49 +01:00
__init__.py Add src/__init__.py to allow mypy to see src/ as a module 2018-11-02 11:51:13 +00:00
Cache.py Don't needlessly call time.monotonic() when checking cache expirations 2019-06-22 23:30:15 +01:00
Config.py Omit Config keys that have falsey values (empty) 2018-12-02 08:28:59 +00:00
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 typehint for IRCBuffer._lines 2019-06-07 13:34:30 +01:00
IRCChannel.py return parsed modes from IRCChannel.parse_modes, pass through mode events 2019-07-03 08:13:28 +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 ... actually add src/IRCObject.py to git. that should have been present many 2018-10-02 15:16:20 +01:00
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 Add IRCUser.hostmask() to format nick/user/host in to a hostmask 2019-03-12 10:39:54 +00:00
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 Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
Timers.py Refactor EventManager to only hold hooks on a root object 2019-06-26 11:01:09 +01:00