index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
start.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move logic for adding a server to the database out to utils.cli and add a
•••
--add-server flag for start.py, to add new server
jesopo
2018-11-13
1
-18
/
+12
*
Don't load modules if we don't have any servers configured
jesopo
2018-11-05
1
-7
/
+10
*
Actually pass timers to src/ModuleManager.py
jesopo
2018-10-12
1
-2
/
+2
*
Pass context-wrapped timers to each module, add ModuleManager.BaseModule.on_load
jesopo
2018-10-12
1
-1
/
+1
*
Fix start.py not giving the right arguments to database.servers.add
jesopo
2018-10-03
1
-1
/
+2
*
Add 'trace' logging level for src/Database.py and src/EventManager.py very
•••
verbose debugging
jesopo
2018-10-01
1
-2
/
+2
*
Move src/IRCLineHandler.py to modules/line_handler.py
jesopo
2018-09-30
1
-3
/
+2
*
Add src/Cache.py, use it in modules/coins.py
jesopo
2018-09-29
1
-3
/
+4
*
Add IRCBot.directory, in case we need it.
jesopo
2018-09-29
1
-2
/
+2
*
Correctly access bot_settings in Timers.py
jesopo
2018-09-28
1
-1
/
+1
*
Remove cyclical references to IRCBot
jesopo
2018-09-28
1
-17
/
+12
*
Don't give IRCBot instance to things that don't need it, use a better way of
•••
doing default locations for config/database/log
jesopo
2018-09-27
1
-14
/
+28
*
Move log and database files to their own folders
jesopo
2018-09-24
1
-2
/
+4
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-8
/
+18
*
Ask for alias of first server in start.py
jesopo
2018-09-23
1
-1
/
+2
*
Don't pass around full server details more than we have to.
jesopo
2018-09-21
1
-3
/
+2
*
Refactor everything to use delimited events
jesopo
2018-09-19
1
-1
/
+1
*
Add !enablemodule and !disablemodule to modules.py
jesopo
2018-09-13
1
-4
/
+3
*
Give modules event objects with "context"s, to facilitate purging all the event
•••
hooks for a module
jesopo
2018-08-31
1
-1
/
+1
*
Database.add_server -> Database.servers.add
jesopo
2018-08-30
1
-1
/
+1
*
Load whitelist in start.py, pass to ModuleManager.load_modules
jesopo
2018-08-30
1
-1
/
+5
*
Return config from Config.load_config instead of setting it on bot
jesopo
2018-08-30
1
-2
/
+3
*
Moved table-specific logic to their own "table" classes in Database.py
jesopo
2018-08-05
1
-1
/
+1
*
set default argparse config argument to bot.conf
jesopo
2018-07-16
1
-1
/
+1
*
Don't add a server to bot.servers until it's connected
jesopo
2018-07-02
1
-8
/
+14
*
Adds args.verbose and fixes a couple of bug
jesopo
2017-01-27
1
-2
/
+5
*
added tracking certain words in words.py and fixed/changed a couple of things...
jesopo
2016-04-06
1
-1
/
+1
*
added command line options to start.py for config file and database file loca...
jesopo
2016-03-31
1
-2
/
+10
*
added a "hashflag" to modules to stop modules being loaded that rely on a not...
jesopo
2016-03-30
1
-1
/
+2
*
first commit.
jesopo
2016-03-29
1
-0
/
+39