| Commit message (Expand) | Author | Age | Files | Lines |
| * | Table name typo | jesopo | 2018-08-31 | 1 | -1/+1 |
| * | Actually, we do need find_all_by_setting | jesopo | 2018-08-31 | 1 | -0/+14 |
| * | Turns out we didn't need find_all_by_setting | jesopo | 2018-08-31 | 1 | -12/+0 |
| * | Add Database.UserChannelSettings.find_all_by_setting | jesopo | 2018-08-31 | 1 | -4/+16 |
| * | Revert the god awful database edits I made and make ducks.py convert to int. ... | dngfx | 2018-08-31 | 1 | -16/+2 |
| * | Make channel values being inserted into SQLite integers if they're numbers.•••Update ducks.py, you can now .bef and .bang! Coming soon: .friends, .killers, and .ducks
Update google to use gb instead of us. We're British goddamnit.
| dngfx | 2018-08-31 | 1 | -1/+15 |
| * | Fix typo in database.user_settings.delete | jesopo | 2018-08-28 | 1 | -1/+1 |
| * | modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging•••to be an object on the server object instead of an event call
| jesopo | 2018-08-28 | 1 | -6/+4 |
| * | Change the database to give channels and users ids and use those in the settings•••tables
| jesopo | 2018-08-19 | 1 | -79/+115 |
| * | check if a table exists before making it instead of catching the sqlite•••exception
| jesopo | 2018-08-18 | 1 | -29/+23 |
| * | Add indexes to settings tables | jesopo | 2018-08-18 | 1 | -5/+16 |
| * | Changed find_all_by_setting to not return setting, added !richest | jesopo | 2018-08-09 | 1 | -2/+2 |
| * | Switch to using monotonic time in Database.py timing | jesopo | 2018-08-09 | 1 | -2/+2 |
| * | Moved table-specific logic to their own "table" classes in Database.py | jesopo | 2018-08-05 | 1 | -155/+171 |
| * | changed words.py to use new user_channel_settings table | jesopo | 2018-08-05 | 1 | -1/+12 |
| * | Add "user_channel_settings" table in Database.py, for settings per user per•••channel
| jesopo | 2018-08-05 | 1 | -18/+66 |
| * | Improved logging, added TRACE logging in Database.py to see how it performs | jesopo | 2018-08-05 | 1 | -68/+103 |
| * | Added addition "find" methods to Database.py, along with a "get all" for user•••settings to search without a nickname
| jesopo | 2018-08-03 | 1 | -4/+26 |
| * | Don't make a database cursor per thread as there should only be 1 thread | jesopo | 2018-07-02 | 1 | -5/+4 |
| * | Enable foreign key constraint, don't poll it | Evelyn | 2017-12-06 | 1 | -1/+1 |
| * | fixed a problem with Database.py. | jesopo | 2016-06-28 | 1 | -1/+1 |
| * | added get_server to Database.py, for some future use. dunno. | jesopo | 2016-04-29 | 1 | -0/+5 |
| * | added a new settings table for bot settings in general. | jesopo | 2016-04-14 | 1 | -0/+30 |
| * | first commit. | jesopo | 2016-03-29 | 1 | -0/+152 |