bitbot-3.11-fork/src
2018-12-05 15:23:40 +00:00
..
utils re-add check in utils.irc.parse_line that prevents us having an empty string as 2018-12-03 18:25:57 +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 'find_*_setting' functions don't exist anymore! 2018-11-28 10:12:17 +00:00
EventManager.py fix incorrect retyping of "event_path" as "event, path" (i wasn't paying enough 2018-12-05 15:23:40 +00:00
Exports.py Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
IRCBot.py Clarify func_queue type (IRCBot.py) 2018-12-02 10:08:58 +00:00
IRCBuffer.py Add type annotionations to src/Timers.py and src/IRCBuffer.py 2018-11-11 19:12:59 +00:00
IRCChannel.py A couple of tweaks to clarify some type hints 2018-12-02 09:56:57 +00:00
IRCChannels.py Add .keys()/.values()/.items to src/IRCChannels.py 2018-11-13 11:36:44 +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 A couple of tweaks to clarify some type hints 2018-12-02 09:56:57 +00:00
IRCUser.py Move self.name = self.nickname_lower to under setting self.nickname_lower, 2018-11-23 13:55:40 +00:00
Logging.py 'bot.log' -> 'trace.log' and add a 'warn.log' log file that only catches 2018-11-26 11:09:43 +00:00
ModuleManager.py Further clarification of type hints in ModuleManager.py, including now making it 2018-12-02 16:00:55 +00:00
Socket.py Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
Timers.py Add type annotionations to src/Timers.py and src/IRCBuffer.py 2018-11-11 19:12:59 +00:00