aboutsummaryrefslogtreecommitdiff
path: root/src/Database.py
Commit message (Collapse)AuthorAgeFilesLines
* Add database.find_by_setting, send github commits to interested channelsGravatar jesopo2018-10-061-0/+13
|
* Fix start.py not giving the right arguments to database.servers.addGravatar jesopo2018-10-031-3/+3
|
* Implement client-side bindhostGravatar jesopo2018-10-011-8/+9
|
* Add 'trace' logging level for src/Database.py and src/EventManager.py veryGravatar jesopo2018-10-011-2/+2
| | | | verbose debugging
* Fix find_prefix functions in Database.py ('%s%' -> '%s%%')Gravatar jesopo2018-09-281-5/+5
|
* Don't give IRCBot instance to things that don't need it, use a better way ofGravatar jesopo2018-09-271-7/+6
| | | | doing default locations for config/database/log
* Move log and database files to their own foldersGravatar jesopo2018-09-241-1/+1
|
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+369