| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Added a channel setting for banmask, added !unban | jesopo | 2018-07-19 | 1 | -2/+31 |
| * | move sending CAP sasl request to sasl.py | jesopo | 2018-07-16 | 1 | -3/+9 |
| * | use PRIORITY_URGENT in perform.py | jesopo | 2018-07-16 | 1 | -2/+2 |
| * | move sasl logic to it's own module | jesopo | 2018-07-15 | 3 | -61/+57 |
| * | fix print_activity still using old EventManager priority location | jesopo | 2018-07-15 | 1 | -2/+1 |
| * | Made part/quit print_activity functions more uniform | jesopo | 2018-07-15 | 1 | -3/+2 |
| * | Use QUOTES.items() in quit.py | jesopo | 2018-07-15 | 1 | -3/+2 |
| * | Added EventHook.call_for_result to get a result or default from an event | jesopo | 2018-07-15 | 2 | -3/+6 |
| * | Move quit quotes to it's own module | jesopo | 2018-07-15 | 2 | -61/+67 |
| * | print_messages->print_activity, print more things! | jesopo | 2018-07-15 | 2 | -36/+83 |
| * | skip !more's out/err, added a way to split messages from their prefixes for•••logging purposes
| jesopo | 2018-07-14 | 1 | -7/+8 |
| * | Allow translate source/target languages to be more than 2 chars | jesopo | 2018-07-14 | 1 | -1/+1 |
| * | Implemented delimited "event chains" and changed pong.py to use it | jesopo | 2018-07-08 | 1 | -2/+2 |
| * | Track user channel modes by user object, not nickname | jesopo | 2018-07-02 | 3 | -3/+3 |
| * | Added guid functionality to random_number.py | jesopo | 2018-07-02 | 1 | -1/+7 |
| * | Accept http and https soundcloud urls | jesopo | 2018-07-02 | 1 | -1/+1 |
| * | Add logic in soundcloud.py to accept urls and search back through log for urls | jesopo | 2018-07-02 | 1 | -19/+46 |
| * | Fixed translate.py | jesopo | 2018-07-02 | 1 | -20/+19 |
| * | Add missing on_kick event hook in channel_save | jesopo | 2018-07-02 | 1 | -0/+1 |