bitbot-3.11-fork/src
2019-06-16 20:48:31 +01:00
..
utils Allow channel-access and channel-mode check for channels people are not in 2019-06-16 20:48:31 +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 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 Remove column from server.add SQL (leftover from removing 'ipv4' column) 2019-05-21 10:45:24 +01:00
EventManager.py Don't fail get_kwarg when self.kwarg[name] is falsey 2019-06-16 18:39:56 +01:00
Exports.py Actually respect default return in Exports.get_one 2019-04-27 14:49:18 +01:00
IRCBot.py CRITICAL log exceptions caught in _loop_catch() 2019-06-15 00:39:52 +01:00
IRCBuffer.py typehint for IRCBuffer._lines 2019-06-07 13:34:30 +01:00
IRCChannel.py Mode mode (and mode arg) parsing to IRCChannel.py, add IRCChannel.mode_str 2019-06-13 11:53:47 +01:00
IRCChannels.py 'IRCChannels._get_id' -> 'IRCChannels.get_id' 2019-04-07 13:59:53 +01:00
IRCLine.py Type annotate ParsedLine.tags, add ParsedLine.add_tag() 2019-06-16 09:52:25 +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 Return all caps through received.cap.ls|new and check if valid in line_handler, 2019-06-16 15:33:20 +01:00
IRCSocket.py "send" event on SentLines should be run on the main thread 2019-06-07 11:05:43 +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 Make 'circular dependency' WARN more explicitly about 1-to-1 dependencies 2019-06-05 19:13:44 +01:00
Socket.py Fix/refactor issues brought up by type hint linting 2018-10-30 17:49:35 +00:00
Timers.py list()-ify filter() return, otherwise boolean checks against it are wrong 2019-06-01 15:05:57 +01:00