.. |
core_modules
|
by default, don't trigger command.regex events when in a statusmsg
|
2020-01-01 10:04:32 +00:00 |
utils
|
add missing closing paren to bitbot's User Agent
|
2019-12-29 08:00:05 +00:00 |
__init__.py
|
|
|
Cache.py
|
chance src/Cache.py from time.monotonic() to time.time()
|
2019-11-19 11:41:50 +00:00 |
Config.py
|
added get_list() and set_list() to src/Config.py
|
2019-12-07 11:05:32 +00:00 |
Control.py
|
add a way to execute commands through bitbotd (use for master-password)
|
2019-11-21 10:39:26 +00:00 |
Database.py
|
move --database/data-dir/log-dir to bot.conf, do some work for diff db engines
|
2019-12-19 13:56:58 +00:00 |
DatabaseEngines.py
|
move --database/data-dir/log-dir to bot.conf, do some work for diff db engines
|
2019-12-19 13:56:58 +00:00 |
EventManager.py
|
Fix type errors detected by 'mypy --ignore-missing-imports src'.
|
2019-10-30 22:26:59 +01:00 |
Exports.py
|
|
|
IRCBot.py
|
move sys.exit() codes to an enum in utils.consts
|
2019-12-10 05:26:16 +00:00 |
IRCBuffer.py
|
only add BufferLine to buffer *after* received.message.* callback
|
2019-11-30 20:25:52 +00:00 |
IRCChannel.py
|
|
|
IRCChannels.py
|
|
|
IRCLine.py
|
add IRCLine.parse_human() to allow for "!raw /msg jesopo hello"
|
2019-11-27 17:38:17 +00:00 |
IRCObject.py
|
|
|
IRCServer.py
|
refactor karma to be per-user. added data migration script for this
|
2019-12-01 07:07:28 +00:00 |
IRCSocket.py
|
'server.conncect_time' -> 'server.connect_time'
|
2019-10-10 12:31:24 +01:00 |
IRCUser.py
|
refactor permissions and allow hostmasks to be assigned to accounts
|
2019-11-21 15:49:08 +00:00 |
LockFile.py
|
utils.datetime.datetime_utcnow() -> utils.datetime.utcnow()
|
2019-11-25 18:18:09 +00:00 |
Logging.py
|
move all datetime-related code from utils/__init__ to utils.datetime
|
2019-11-15 13:59:09 +00:00 |
ModuleManager.py
|
fix ModuleManager.find_module() - don't set path until it's actually found
|
2019-12-10 11:08:44 +00:00 |
PollHook.py
|
|
|
PollSource.py
|
add "poll sources" - objects that can provide additional filenos for polling
|
2019-10-11 13:59:28 +01:00 |
Socket.py
|
|
|
Timers.py
|
|
|