| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 bin/bitbot-log to read/decrypt channel_log files | jesopo | 2020-02-20 | 1 | -0/+38 |
| * | add option to encrypt channel_log log files line-by-line | jesopo | 2020-02-20 | 3 | -5/+39 |
| * | silence.py's `is-silenced` export is no longer used | jesopo | 2020-02-19 | 1 | -3/+0 |
| * | utilise @utils.export for function exporting in more places | jesopo | 2020-02-19 | 8 | -23/+11 |
| * | support @utils.export on functions, to export those functions | jesopo | 2020-02-19 | 3 | -17/+17 |
| * | 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 |
| * | a comment! | jesopo | 2020-02-19 | 1 | -0/+3 |
| * | fix format_token return typehints | jesopo | 2020-02-19 | 1 | -2/+2 |
| * | change format_tokens from $VAR to ${VAR} | jesopo | 2020-02-19 | 1 | -16/+13 |
| * | channels should be cleared of users when *we* part them | jesopo | 2020-02-19 | 1 | -0/+3 |
| * | simplify pruning quit/parted users | jesopo | 2020-02-19 | 3 | -12/+13 |
| * | weeks and days should be absolute (divmod of days) | jesopo | 2020-02-18 | 1 | -4/+5 |
| * | SETNAME has been ratified | jesopo | 2020-02-18 | 1 | -1/+1 |
| * | 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 |
| * | add typehint for IRCServer.targmax | jesopo | 2020-02-17 | 1 | -1/+1 |
| * | send multiple KICKs in the same line when possible | jesopo | 2020-02-17 | 4 | -9/+24 |
| * | 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 |
| * | add IRCChannel.send_modes mass modes and chunking | jesopo | 2020-02-17 | 1 | -0/+8 |
| * | add `cmask` command spec type (all users in channel matching mask) | jesopo | 2020-02-17 | 1 | -0/+14 |
| * | remove debug print | jesopo | 2020-02-16 | 1 | -1/+0 |
| * | accept 'today' as well as 'now' for badges | jesopo | 2020-02-16 | 1 | -2/+2 |
| * | fix _set_modifier typing | jesopo | 2020-02-15 | 1 | -1/+1 |
| * | implement command spec modifiers, use for `pattern`, use pattern for dice.py | jesopo | 2020-02-15 | 2 | -39/+56 |
| * | don't call hooks added during event call and don't call ones removed | jesopo | 2020-02-15 | 1 | -1/+6 |
| * | 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 |
| * | use re.sub, not str.replace, otherwise things like "$" dont work | jesopo | 2020-02-14 | 1 | -1/+1 |
| * | update coins.py to use command specs (and not docstrings) | jesopo | 2020-02-14 | 1 | -106/+77 |
| * | exported command specs, spec.%s -> command-spec.%s | jesopo | 2020-02-14 | 1 | -1/+2 |
| * | move SpecTypeErro to utils.parse.spec | jesopo | 2020-02-14 | 3 | -6/+7 |
| * | support exported command spec types! | jesopo | 2020-02-14 | 1 | -6/+11 |
| * | split out command_spec module | jesopo | 2020-02-14 | 3 | -73/+113 |
| * | _schedule_match_part doesn't take an array | jesopo | 2020-02-14 | 1 | -2/+1 |
| * | pass `server` on labeled-response events | jesopo | 2020-02-13 | 1 | -1/+1 |
| * | another rework of event priorities. insert as >=, not as default | jesopo | 2020-02-13 | 1 | -2/+2 |
| * | replace lxml usage with html5lib! the future is cool | jesopo | 2020-02-13 | 2 | -3/+4 |
| * | labeled response raw.received should fire BEFORE line_handler's | jesopo | 2020-02-13 | 1 | -1/+2 |
| * | update !silence to use command specs | jesopo | 2020-02-13 | 1 | -9/+2 |
| * | actually raise exception for !modinfo not found | jesopo | 2020-02-13 | 1 | -4/+6 |