.. |
utils
|
Standardise "Failed to load results" errors!
|
2018-10-20 20:53:24 +01:00 |
Cache.py
|
Cache._items is a {id: [item, timeout]} dict, not {id: item}
|
2018-09-30 18:00:23 +01:00 |
Config.py
|
Research suggests _config and config are not synonymous
|
2018-10-06 22:58:59 +01:00 |
Database.py
|
Add database.find_by_setting, send github commits to interested channels
|
2018-10-06 09:54:21 +01:00 |
EventManager.py
|
Only log exceptions when they're not unsafe
|
2018-10-16 14:53:37 +01:00 |
Exports.py
|
Move most code in root directory to src/
|
2018-09-24 15:13:27 +01:00 |
IRCBot.py
|
Print lines not [lines] in src/IRCBot.py
|
2018-10-17 17:36:01 +01:00 |
IRCBuffer.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
IRCChannel.py
|
Some networks allow you to remove user modes that don't exist e.g. removing +o
|
2018-10-18 21:07:08 +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
|
Add missing return in src/IRCServer.py.get_user_setting
|
2018-10-18 17:16:23 +01:00 |
IRCUser.py
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
Logging.py
|
Change trace logging level from 5 to logging.DEBUG-1
|
2018-10-01 16:04:41 +01:00 |
ModuleManager.py
|
Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load
|
2018-10-12 18:07:23 +01:00 |
Socket.py
|
Add a way to track non-IRC sockets within the main epoll loop; use this for a
|
2018-10-06 15:37:05 +01:00 |
Timers.py
|
Typo in src/Timers.py, 'conteext' -> 'context'
|
2018-10-13 09:16:53 +01:00 |