bitbot-3.11-fork/src
2019-02-28 16:22:17 +00:00
..
utils Treat both a and a= as None for message-tags 2019-02-27 22:20:01 +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 Pull "is main thread" logic out to utils, force Database to be accessed on main 2019-02-25 10:36:17 +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 Bump version to v1.2.1 2019-02-25 21:47:36 +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 target typehint on IRCServer.send_tagmsg, add send_tagmsg to IRCChannel/IRCUser 2019-02-22 22:34:54 +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 Need to str() Hostmask objects in ParsedLine.format() 2019-02-28 16:22:17 +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 Rename IRCLine.Line to IRCLine.SentLine, for clarity 2019-02-24 08:25:12 +00:00
IRCSocket.py Rename IRCLine.Line to IRCLine.SentLine, for clarity 2019-02-24 08:25:12 +00:00
IRCUser.py Add target typehint on IRCServer.send_tagmsg, add send_tagmsg to IRCChannel/IRCUser 2019-02-22 22:34:54 +00:00
Logging.py Put a helper function in utils to do iso8601 formatting. change IRCServer's 2019-02-17 14:15:40 +00:00
ModuleManager.py Add -m/-M args to ./start.py that call command_line on individual modules 2019-02-24 10:43:46 +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