| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | implemented handling notices in IRCLineHandler, including server notices | jesopo | 2018-07-22 | 2 | -0/+27 |
| * | 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 | 2 | -2/+33 |
| * | move sending CAP sasl request to sasl.py | jesopo | 2018-07-16 | 2 | -7/+10 |
| * | set default argparse config argument to bot.conf | jesopo | 2018-07-16 | 1 | -1/+1 |
| * | use PRIORITY_URGENT in perform.py | jesopo | 2018-07-16 | 1 | -2/+2 |
| * | switch to using configparser for config files | jesopo | 2018-07-16 | 5 | -27/+31 |
| * | move sasl logic to it's own module | jesopo | 2018-07-15 | 4 | -65/+60 |
| * | fix print_activity still using old EventManager priority location | jesopo | 2018-07-15 | 1 | -2/+1 |
| * | check if a channel is in attempted_join before attempting rejoin | jesopo | 2018-07-15 | 1 | -4/+4 |
| * | move priority constants to root of EventManager namespace | jesopo | 2018-07-15 | 1 | -7/+6 |
| * | 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 |