| Commit message (Expand) | Author | Age | Files | Lines |
| * | Have 2 decimal places for coins! | jesopo | 2018-08-10 | 1 | -26/+29 |
| * | A 10 second interval for interest rates is not good | jesopo | 2018-08-10 | 1 | -1/+3 |
| * | stderr not stdout, int() interest rates and actually redo interest rates every•••hour
| jesopo | 2018-08-09 | 1 | -2/+3 |
| * | Allow users to see other people's coins | jesopo | 2018-08-09 | 1 | -2/+6 |
| * | Fix more issues with referencing "server" in interest() in coins.py | jesopo | 2018-08-09 | 1 | -4/+3 |
| * | "wins/loses %d coin(s)!" instead of "wins/loses %d!" | jesopo | 2018-08-09 | 1 | -4/+6 |
| * | Add help strings for stats.py | jesopo | 2018-08-09 | 1 | -2/+2 |
| * | Fix wrong method of referencing server in timer callback | jesopo | 2018-08-09 | 1 | -1/+1 |
| * | Added interest rates in coins.py, filter out 0 for !richest | jesopo | 2018-08-09 | 1 | -1/+26 |
| * | Changed find_all_by_setting to not return setting, added !richest | jesopo | 2018-08-09 | 3 | -3/+17 |
| * | More grammar | jesopo | 2018-08-09 | 1 | -1/+1 |
| * | Round up redeem-delay time, allow users to send coins | jesopo | 2018-08-09 | 1 | -2/+34 |
| * | Only allow !redeemcoins when you have no coins | jesopo | 2018-08-09 | 1 | -12/+20 |
| * | Remove print in coins.py, fixed grammar a little | jesopo | 2018-08-09 | 1 | -3/+1 |
| * | Added coins.py | jesopo | 2018-08-09 | 1 | -0/+68 |
| * | Added Utils.to_pretty_time | jesopo | 2018-08-09 | 1 | -0/+19 |
| * | Switch to using monotonic time in Database.py timing | jesopo | 2018-08-09 | 1 | -2/+2 |
| * | fixed typos in !channelget | jesopo | 2018-08-08 | 1 | -3/+3 |
| * | Added !get and !channelget | jesopo | 2018-08-08 | 1 | -5/+25 |
| * | Added rotated log files to gitignore | jesopo | 2018-08-08 | 1 | -0/+1 |
| * | Added a setting to disable ctcp responses | jesopo | 2018-08-08 | 1 | -19/+20 |
| * | Also track BitBot's words in words.py | jesopo | 2018-08-08 | 1 | -5/+12 |
| * | Fixed another reference to the old database structure | jesopo | 2018-08-08 | 1 | -1/+1 |
| * | get highlight-spam-protection setting before highlight-spam-threshold | jesopo | 2018-08-06 | 1 | -12/+16 |
| * | Fix 2 typos from the database restructure | jesopo | 2018-08-06 | 2 | -2/+2 |
| * | Moved table-specific logic to their own "table" classes in Database.py | jesopo | 2018-08-05 | 6 | -184/+200 |
| * | use TimeRotatingFileHandler in logging.py | jesopo | 2018-08-05 | 1 | -2/+3 |
| * | also empty command stdout when there's no !more | jesopo | 2018-08-05 | 1 | -0/+2 |
| * | Grammar is important | jesopo | 2018-08-05 | 1 | -1/+1 |
| * | changed words.py to use new user_channel_settings table | jesopo | 2018-08-05 | 3 | -7/+23 |
| * | only get "sed" setting when a message that looks like a sed command comes in | jesopo | 2018-08-05 | 1 | -2/+4 |
| * | Improve using correct nickname capitalisation in words.py | jesopo | 2018-08-05 | 1 | -4/+3 |
| * | When a user is online, use correct capitalisation in !wordusers | jesopo | 2018-08-05 | 1 | -2/+4 |
| * | only set autojoin when we've joined a channel not in our autojoin list | jesopo | 2018-08-05 | 1 | -3/+4 |
| * | Change to.py to use user_channel_settings in to.py and set priority to MEDIUM to•••avoid !to to one's self sending two messages
| jesopo | 2018-08-05 | 1 | -8/+11 |
| * | Add "user_channel_settings" table in Database.py, for settings per user per•••channel
| jesopo | 2018-08-05 | 2 | -18/+82 |
| * | Put milliseconds in logging.py | jesopo | 2018-08-05 | 1 | -3/+16 |
| * | Actually add event hook for CRITICAL | jesopo | 2018-08-05 | 1 | -0/+1 |
| * | Add CRITICAL log level to logging.py | jesopo | 2018-08-05 | 1 | -0/+2 |
| * | only try to delete !to messages when there are any | jesopo | 2018-08-05 | 1 | -1/+2 |
| * | Only get "fallback-encoding" setting when we need it | jesopo | 2018-08-05 | 1 | -6/+4 |
| * | Improved logging, added TRACE logging in Database.py to see how it performs | jesopo | 2018-08-05 | 4 | -88/+144 |
| * | Remove debug print, improve wikipedia.py | jesopo | 2018-08-04 | 2 | -6/+7 |
| * | nickname_ids was useless | jesopo | 2018-08-04 | 2 | -9/+6 |
| * | "self.nick" event didn't get updated | jesopo | 2018-08-03 | 1 | -2/+1 |
| * | Add help for !words | jesopo | 2018-08-03 | 1 | -1/+2 |
| * | it's "#--ignore" not "#!--ignore" | jesopo | 2018-08-03 | 1 | -1/+1 |
| * | Revamped words.py to track words per user per server so we're not writing a huge•••json string to sqlite every time someone says a tracked word
| jesopo | 2018-08-03 | 1 | -19/+18 |
| * | Added addition "find" methods to Database.py, along with a "get all" for user•••settings to search without a nickname
| jesopo | 2018-08-03 | 5 | -5/+42 |
| * | Grammer is important | jesopo | 2018-08-03 | 1 | -1/+1 |