.. |
utils
|
We do indeed need to see "\x03" even when there's no foreground/background
|
2018-11-14 22:50:04 +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
|
Fix some non-explicit None returns, add type hints to important variables
|
2018-10-31 15:12:46 +00:00 |
Database.py
|
Typo in src/Database.py, 'total_millisecons' -> 'total_milliseconds'
|
2018-11-14 23:06:41 +00:00 |
EventManager.py
|
Fix/refactor issues brought up by type hint linting
|
2018-10-30 17:49:35 +00:00 |
Exports.py
|
Fix/refactor issues brought up by type hint linting
|
2018-10-30 17:49:35 +00:00 |
IRCBot.py
|
Don't assume a reconnect timer event will always have connection_params
|
2018-11-14 13:08:57 +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
|
Split out Channels in to IRCChannels.Channels, not IRCChannel.Channels
|
2018-11-11 14:53:16 +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
|
Better support passing "send" events through the parsers already present in
|
2018-11-14 14:41:28 +00:00 |
IRCUser.py
|
Clarify typing of .nickname/.nickname_lower/.name in IRCUser
|
2018-11-05 18:37:15 +00:00 |
Logging.py
|
Move setting BitBotFormatter's converter (to time.gmtime) to class definition as
|
2018-10-30 18:03:44 +00:00 |
ModuleManager.py
|
Better constifying of color/font chars
|
2018-11-13 16:02:26 +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 |