| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix !time output now that `human` has tz in it | jesopo | 2019-12-30 | 1 | -3/+3 |
| * | don't use .replace for timezone, use .astimezone | jesopo | 2019-12-30 | 1 | -1/+1 |
| * | add time-localise export in user_time, to timezone localise a datetime | jesopo | 2019-12-30 | 1 | -8/+20 |
| * | add missing closing paren to bitbot's User Agent | jesopo | 2019-12-29 | 1 | -1/+1 |
| * | correctly deal with "define previous message" | jesopo | 2019-12-29 | 1 | -0/+5 |
| * | update givepermission to "permission add"•••closes #224
| jesopo | 2019-12-28 | 1 | -1/+1 |
| * | only respect CASEMAPPING when it's not an empty string | jesopo | 2019-12-27 | 1 | -1/+1 |
| * | actually replace "$$" with "$" | jesopo | 2019-12-27 | 1 | -0/+4 |
| * | `i` should shift righwards also when finding double sigil | jesopo | 2019-12-27 | 1 | -2/+2 |
| * | remove extraneous space in "MONITOR -" command | jesopo | 2019-12-25 | 1 | -1/+1 |
| * | refactor nick_regain, also look for NICK/QUIT for regain | jesopo | 2019-12-25 | 1 | -10/+28 |
| * | add hostmask_tracking.py to keep track of what hostmasks a user has used | jesopo | 2019-12-24 | 1 | -0/+11 |
| * | switch channel_op ban masks to use utils.parse.parse_token_replace | jesopo | 2019-12-21 | 1 | -7/+6 |
| * | simplify token replace, catch one-char end-of-string tokens | jesopo | 2019-12-21 | 1 | -10/+6 |
| * | use utils.parse.format_token_replace() in aliases.py | jesopo | 2019-12-21 | 1 | -25/+7 |
| * | implement standardised $token replacement in utils.parse | jesopo | 2019-12-21 | 1 | -0/+31 |
| * | don't have [''] as args_split when there's no args (for alias) | jesopo | 2019-12-21 | 1 | -2/+6 |
| * | only look at 329 when it's a channel we know we are in | jesopo | 2019-12-20 | 1 | -2/+3 |
| * | add default for data-directory, don't try to make data dir | jesopo | 2019-12-20 | 1 | -3/+1 |
| * | !qdel should be able to delete from channel-only quotes | jesopo | 2019-12-19 | 1 | -9/+19 |
| * | permit spaces before ++/-- for single-word karma | jesopo | 2019-12-19 | 1 | -1/+1 |
| * | default !wordiest to the current channel | jesopo | 2019-12-19 | 1 | -2/+7 |
| * | use +=timedelta(minutes=1) when calculating next minute•••closes #223
| jesopo | 2019-12-19 | 1 | -1/+2 |
| * | move --database/data-dir/log-dir to bot.conf, do some work for diff db engines | jesopo | 2019-12-19 | 4 | -54/+112 |
| * | catch and log errors from healthcheck.py - otherwise it can CRITICAL | jesopo | 2019-12-18 | 1 | -1/+6 |
| * | we no longer use DECODE_CONTENT_TYPES | jesopo | 2019-12-18 | 1 | -1/+0 |
| * | force utf8 encoding on eval_python.py | jesopo | 2019-12-18 | 1 | -1/+1 |
| * | 'hostmaks' -> 'hostmask' typo in code for `!hostmask add` | jesopo | 2019-12-18 | 1 | -1/+1 |
| * | add kwarg name replacements to aliases.py, use it for $NICK$ | jesopo | 2019-12-17 | 1 | -3/+9 |
| * | pass `user` on get.command events, so e.g. aliases know user nicknames | jesopo | 2019-12-17 | 1 | -4/+7 |
| * | `!relaygroup add/remove` no longer exists | jesopo | 2019-12-15 | 1 | -2/+0 |
| * | add !up/!down as aliases of !op/!deop | jesopo | 2019-12-14 | 1 | -2/+13 |
| * | move internal.identified event call to _has_identified (covers hostmasks and•••nickserv)
| jesopo | 2019-12-14 | 1 | -2/+2 |
| * | v1.17.1 release | jesopo | 2019-12-13 | 2 | -2/+8 |
| * | "_match" -> "_schedule_match_part" typo | jesopo | 2019-12-13 | 1 | -1/+1 |
| * | cron events no longer have timers | jesopo | 2019-12-13 | 1 | -4/+2 |
| * | v1.17.0 release | jesopo | 2019-12-13 | 2 | -1/+2 |
| * | set dnsbl _name to DNSBL, better wording than "failed" | jesopo | 2019-12-13 | 1 | -1/+3 |
| * | don't use dt.microseconds - only covers within the current second | jesopo | 2019-12-13 | 1 | -3/+3 |
| * | `s_line`, not `s` | jesopo | 2019-12-13 | 1 | -1/+1 |
| * | add DroneBL to dnsbl module | jesopo | 2019-12-12 | 2 | -4/+16 |
| * | refactor dnsbl module, show reason for positive detection when possible | jesopo | 2019-12-12 | 2 | -12/+55 |
| * | list.insert() takes an index! | jesopo | 2019-12-12 | 1 | -1/+1 |
| * | flip _check_list logic - NXDOMAIN is a "clean" IP | jesopo | 2019-12-12 | 1 | -2/+2 |
| * | add dnsbl.py | jesopo | 2019-12-12 | 1 | -0/+50 |
| * | v1.17.0-rc1 release | jesopo | 2019-12-12 | 2 | -1/+23 |
| * | only show the first line of a comment body | jesopo | 2019-12-12 | 1 | -1/+1 |
| * | add comment to healthcheck.py about what it's for | jesopo | 2019-12-12 | 1 | -0/+3 |
| * | use zip() instead of enumerate() and indexing | jesopo | 2019-12-12 | 1 | -2/+1 |
| * | more brackets in blob of math, just in case | jesopo | 2019-12-12 | 1 | -1/+1 |