| 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 | 2 | -1/+15 |
| * | 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 |
| * | fixed typos in !channelget | jesopo | 2018-08-08 | 1 | -3/+3 |
| * | Added !get and !channelget | jesopo | 2018-08-08 | 1 | -5/+25 |
| * | 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 |
| * | get highlight-spam-protection setting before highlight-spam-threshold | jesopo | 2018-08-06 | 1 | -12/+16 |
| * | 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 | 1 | -6/+8 |
| * | 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 |
| * | 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 |
| * | Improved logging, added TRACE logging in Database.py to see how it performs | jesopo | 2018-08-05 | 3 | -20/+41 |
| * | Remove debug print, improve wikipedia.py | jesopo | 2018-08-04 | 1 | -5/+7 |
| * | 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 |
| * | Grammer is important | jesopo | 2018-08-03 | 1 | -1/+1 |
| * | get user permissions every time they try to use a command that requires•••permissions, instead of caching their permissions when they sign in
| jesopo | 2018-08-02 | 1 | -6/+8 |
| * | Added missing ")" in print_activity.py | jesopo | 2018-07-31 | 1 | -1/+1 |
| * | support optional data in upc.py | jesopo | 2018-07-25 | 1 | -11/+19 |
| * | add !gtin to upc.py | jesopo | 2018-07-25 | 1 | -1/+2 |
| * | Add upc.py | jesopo | 2018-07-25 | 1 | -0/+44 |
| * | Included notices in print_activity, don't always print channel name | jesopo | 2018-07-23 | 1 | -5/+26 |
| * | remove debug print in books.py | jesopo | 2018-07-22 | 1 | -1/+0 |
| * | rating, date and authors are optional in google's book apis | jesopo | 2018-07-22 | 1 | -5/+12 |
| * | include quit reasons in print_activity if present | jesopo | 2018-07-20 | 1 | -1/+2 |
| * | Ban formats aren't bools | jesopo | 2018-07-20 | 1 | -2/+1 |
| * | added a way to prevent bitbot accepting invites | jesopo | 2018-07-19 | 1 | -1/+2 |