.. |
utils
|
If a color code is double-digit, make sure it's 0-15, not just 0-20
|
2018-11-26 17:23:11 +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
|
Switch back to logging events as 2 messages as a lot of other logs can happen
|
2018-11-26 14:23:20 +00:00 |
Exports.py
|
Fix/refactor issues brought up by type hint linting
|
2018-10-30 17:49:35 +00:00 |
IRCBot.py
|
Regression: Don't connnect if a server's 'connect' setting is false
|
2018-11-24 12:14:36 +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
|
Don't assume a given mode is in IRCChannel.modes when we check to see if a given
|
2018-11-26 13:39:26 +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
|
IRCServer.Server.get_user should be 'typing.Optional[IRCUser.User]', not just
|
2018-11-21 20:18:12 +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
|
ModuleWarnings in src/ModuleManger.py should be logged as warn , not error
|
2018-11-26 14:42:41 +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 |