bitbot-3.11-fork/src
2020-02-09 00:53:59 +00:00
..
core_modules should be checking for "*" in user_access 2020-02-09 00:53:59 +00:00
utils handle git being in a detached head state when getting current commit 2020-02-08 13:21:29 +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 support different Config names 2020-01-30 11:50:40 +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 add Database.users.by_id() 2020-02-06 16:40:20 +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 store timestamp and current git commit when loading a module 2020-02-03 23:00:53 +00:00
Exports.py
IRCBot.py switch module whitelist/blacklist to its own config file 2020-02-04 15:31:17 +00:00
IRCBuffer.py add IRCBuffer.find_all() 2020-01-30 14:57:24 +00:00
IRCChannel.py only check missed modes if our mode changes and MODE #chan responds 2020-01-23 12:23:27 +00:00
IRCChannels.py server should be IRCServer, not IRCChannels 2020-01-22 12:28:05 +00:00
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 simplify snotice detection, handle as normal NOTICE 2020-01-23 13:10:45 +00:00
IRCSocket.py
IRCUser.py refactor permissions and allow hostmasks to be assigned to accounts 2019-11-21 15:49:08 +00:00
LockFile.py split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
Logging.py split utils.datetime out in to .parse and .format 2020-01-30 21:20:56 +00:00
ModuleManager.py handle git being in a detached head state when getting current commit 2020-02-08 13:21:29 +00:00
PollHook.py
PollSource.py
Socket.py
Timers.py