| Commit message (Expand) | Author | Age | Files | Lines |
| * | change encrypted channel logs to use RSA -> AES (CBC)•••closes #248
| jesopo | 2020-02-24 | 1 | -7/+24 |
| * | add isodate requirement for parsing iso8601 durations | jesopo | 2020-02-24 | 1 | -10/+3 |
| * | only do to_pretty_time as relative when requested | jesopo | 2020-02-24 | 5 | -6/+6 |
| * | support `user` (as well as `cuser`) for user object mask banning | jesopo | 2020-02-21 | 1 | -1/+1 |
| * | update channel_op.py ban formatting to use ${} | jesopo | 2020-02-21 | 1 | -6/+6 |
| * | security issue: 'permissions'->'permission' (message_filters.py) | jesopo | 2020-02-21 | 1 | -1/+1 |
| * | add markov-chance, 0 to 100 percent chance of randomly triggered markov chains | jesopo | 2020-02-20 | 1 | -0/+12 |
| * | `cryptography` is in requirements.txt; we dont need to check for it | jesopo | 2020-02-20 | 2 | -14/+6 |
| * | add option to encrypt channel_log log files line-by-line | jesopo | 2020-02-20 | 1 | -4/+10 |
| * | utilise @utils.export for function exporting in more places | jesopo | 2020-02-19 | 6 | -16/+8 |
| * | support @utils.export on functions, to export those functions | jesopo | 2020-02-19 | 1 | -4/+3 |
| * | show when a badge was updated, not added, by "!badge add" | jesopo | 2020-02-19 | 1 | -2/+6 |
| * | duck chance should be 5%, not 50% | jesopo | 2020-02-19 | 1 | -1/+1 |
| * | include nickname in !redeemcoin success output•••closes #243
| jesopo | 2020-02-19 | 1 | -2/+2 |
| * | i broke quieting when i was refactoring it | jesopo | 2020-02-17 | 1 | -8/+11 |
| * | "=", not "==", for picking gitlab note object type | jesopo | 2020-02-17 | 1 | -1/+1 |
| * | send multiple KICKs in the same line when possible | jesopo | 2020-02-17 | 1 | -7/+6 |
| * | support gitlab wiki events | jesopo | 2020-02-17 | 1 | -0/+16 |
| * | github PR events should use `["sender]["login"]`, not PR author | jesopo | 2020-02-17 | 1 | -1/+1 |
| * | support wildcards/masks for !ban, !unban and !kickban | jesopo | 2020-02-17 | 1 | -24/+38 |
| * | accept 'today' as well as 'now' for badges | jesopo | 2020-02-16 | 1 | -2/+2 |
| * | implement command spec modifiers, use for `pattern`, use pattern for dice.py | jesopo | 2020-02-15 | 1 | -33/+27 |
| * | add !badgeclear | jesopo | 2020-02-15 | 1 | -0/+14 |
| * | rewrite badges.py | jesopo | 2020-02-15 | 1 | -168/+45 |
| * | rewrite todo.py | jesopo | 2020-02-15 | 1 | -71/+46 |
| * | update words.py to use command specs (and not docstrings) | jesopo | 2020-02-15 | 1 | -19/+10 |
| * | update ducks.py to use command specs (and not docstrings) | jesopo | 2020-02-15 | 1 | -35/+24 |
| * | update define.py to use command spec (and not docstrings) | jesopo | 2020-02-15 | 1 | -17/+4 |
| * | update coins.py to use command specs (and not docstrings) | jesopo | 2020-02-14 | 1 | -106/+77 |
| * | only purposefully show PR title on PR push events | jesopo | 2020-02-12 | 1 | -3/+5 |
| * | don't similarity test empty <title>s | jesopo | 2020-02-12 | 1 | -9/+10 |
| * | show PR title in pull_request events | jesopo | 2020-02-12 | 1 | -2/+3 |
| * | relay.py should be relaying minimal formatted line | jesopo | 2020-02-11 | 1 | -1/+1 |
| * | log formatted.account with channel_log.py | jesopo | 2020-02-11 | 1 | -0/+1 |
| * | add cron_reminders.py (admin-only for now) | jesopo | 2020-02-11 | 1 | -0/+59 |
| * | show issue/pr title for issue_comment events | jesopo | 2020-02-10 | 1 | -2/+4 |
| * | we don't have a target_desc when we can't find a factoid | jesopo | 2020-02-09 | 1 | -1/+1 |
| * | support & in utils.parse.sed, change sed.py to use utils.parse.sed | jesopo | 2020-02-09 | 2 | -68/+32 |
| * | up factoid max depth to 8 | jesopo | 2020-02-09 | 1 | -1/+2 |
| * | switch message_filter.py to use utils.parse.sed | jesopo | 2020-02-09 | 1 | -32/+12 |
| * | Merge branch 'master' into develop | jesopo | 2020-02-09 | 1 | -1/+1 |
| |\ |
|
| | * | healthcheck: typo•••fix typo in healthcheck | Terrance Robotham | 2020-02-08 | 1 | -1/+1 |
| * | | _all_factoids() takes an array of targets | jesopo | 2020-02-09 | 1 | -1/+1 |
| * | | support nested factoids (4 deep max) | jesopo | 2020-02-09 | 1 | -4/+20 |
| * | | support bot-wide message filters too (!bfilter) | jesopo | 2020-02-09 | 1 | -1/+5 |
| * | | support server-wide message filters too | jesopo | 2020-02-08 | 1 | -3/+8 |
| * | | rewrite message_filter.py to handle both message rejection and pattern replace | jesopo | 2020-02-08 | 1 | -52/+68 |
| * | | boldify hostname in !specsup | jesopo | 2020-02-08 | 1 | -3/+5 |
| * | | show server aliases in !specsup | jesopo | 2020-02-08 | 1 | -2/+2 |
| * | | handle git being in a detached head state when getting current commit | jesopo | 2020-02-08 | 1 | -3/+4 |