bitbot-3.11-fork/src
2019-02-16 09:12:43 +00:00
..
utils Fix 'Optional[str]!=str' type hinting issue in utils.irc line parsing 2019-02-13 11:00:22 +00: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 Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
Config.py Omit Config keys that have falsey values (empty) 2018-12-02 08:28:59 +00:00
Database.py Old copypaste fail - we were returning the most recent user id when creating channels 2019-02-10 00:04:00 +00:00
EventManager.py Support one-shot event hooks (src/EventManager.py) 2019-02-14 10:36:11 +00:00
Exports.py Add optional default param to Exports.get_one() (src/Exports.py) 2019-02-07 13:36:34 +00:00
IRCBot.py connected status is now tracked by IRCSockets 2019-02-11 20:34:02 +00:00
IRCBuffer.py Only search messages from other users in find_from (src/IRCBuffer.py) 2019-01-26 15:58:57 +00:00
IRCChannel.py Add irc_lower() and irc_equals() to IRCServer.Server so that no where else 2019-01-24 17:12:50 +00:00
IRCChannels.py Add irc_lower() and irc_equals() to IRCServer.Server so that no where else 2019-01-24 17:12:50 +00:00
IRCLine.py Actually return str object from IRCLine.__str__ 2019-02-10 23:57:38 +00: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 'src/IRCServer.capabilities' -> 'src/IRCServer.agreed_capabilities' 2019-02-16 09:12:43 +00:00
IRCSocket.py IRCServer should handle ping_sent, not IRCSocket 2019-02-11 21:23:52 +00:00
IRCUser.py Add irc_lower() and irc_equals() to IRCServer.Server so that no where else 2019-01-24 17:12:50 +00:00
Logging.py Fix incorrect indentation level in Logging.py 2019-01-18 16:28:09 +00:00
ModuleManager.py Fix mypy typing issue with importspec loader Optionalness (src/ModuleManager.py) 2019-02-06 22:41:37 +00:00
Socket.py Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
Timers.py Add TimersContext.find_all 2019-02-10 13:01:52 +00:00