.. |
utils
|
Use decimal.Decimal in utils.parse_number
|
2018-10-12 11:28:14 +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
|
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
|
2018-10-03 13:22:37 +01:00 |
Exports.py
|
Move most code in root directory to src/
|
2018-09-24 15:13:27 +01:00 |
IRCBot.py
|
Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load
|
2018-10-12 18:07:23 +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
|
Add !syncmodes in modules/auto_mode.py, fire internal.identified in
|
2018-10-11 11:20:53 +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
|
Improve "non-complete line" TRACE log
|
2018-10-11 18:07:11 +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
|
Use Timers.get_timers() instead of Timers.timers
|
2018-10-12 18:15:22 +01:00 |