| Commit message (Expand) | Author | Age | Files | Lines |
| * | commands module no longer relies on pemissions module | jesopo | 2020-02-26 | 1 | -1/+0 |
| * | kick bitbot last if he's covered by !kick/!kickban | jesopo | 2020-02-26 | 1 | -0/+6 |
| * | v1.19.0-rc1 | jesopo | 2020-02-26 | 1 | -1/+1 |
| * | masks should be a list, otherwise we iterate a string | jesopo | 2020-02-26 | 1 | -1/+1 |
| * | support !aban and !akickban for account bans | jesopo | 2020-02-26 | 1 | -26/+51 |
| * | fix typo in v1.18.2's CHANGELOG entry | jesopo | 2020-02-26 | 1 | -1/+1 |
| * | convert & in sed to \g<0> so python handles full-match replacements | jesopo | 2020-02-26 | 1 | -10/+4 |
| * | update CHANGELOG.md | jesopo | 2020-02-26 | 1 | -0/+51 |
| * | only call internal.identified when an account tag is first seen•••closes #249
| jesopo | 2020-02-26 | 1 | -2/+3 |
| * | show !g snippet when available, title when not | jesopo | 2020-02-25 | 1 | -2/+3 |
| * | send_modes takes list[tuple[s,s]], add !down, !deop yourself last | jesopo | 2020-02-25 | 2 | -25/+51 |
| * | !op/!deop and !voice/!devoice should assume own user without args | jesopo | 2020-02-25 | 1 | -8/+12 |
| * | only voice/op people that dont have it already | jesopo | 2020-02-25 | 1 | -1/+2 |
| * | send KICK in max chunk of 4, MODE in max chunk of 6 | jesopo | 2020-02-25 | 1 | -2/+3 |
| * | unmode timer should use send_modes | jesopo | 2020-02-25 | 1 | -2/+1 |
| * | add !invex, refactor all channel_op mode-type commands | jesopo | 2020-02-25 | 1 | -157/+143 |
| * | deduplicate spec arg names | jesopo | 2020-02-25 | 1 | -1/+1 |
| * | handle stdout being closed before we're finished | jesopo | 2020-02-24 | 1 | -1/+4 |
| * | support reading from stdin in bin/bitbot-log | jesopo | 2020-02-24 | 1 | -3/+7 |
| * | we need to manually flush log files | jesopo | 2020-02-24 | 1 | -0/+1 |
| * | for some reason, __ variables disappear from hasattr | jesopo | 2020-02-24 | 1 | -10/+10 |
| * | open possibly-utf8 files with forced utf8 | jesopo | 2020-02-24 | 5 | -7/+12 |
| * | use "latin-1" consitently (not "iso-8859-1") | jesopo | 2020-02-24 | 1 | -1/+1 |
| * | change encrypted channel logs to use RSA -> AES (CBC)•••closes #248
| jesopo | 2020-02-24 | 3 | -27/+73 |
| * | fix security.py typehints | jesopo | 2020-02-24 | 1 | -2/+2 |
| * | move permissions module password hashing to utils/security.py | jesopo | 2020-02-24 | 2 | -15/+17 |
| * | fix utils.datetime.format.to_pretty_time typehinting | jesopo | 2020-02-24 | 1 | -2/+3 |
| * | add isodate requirement for parsing iso8601 durations | jesopo | 2020-02-24 | 3 | -11/+7 |
| * | easier to read requirements.txt | jesopo | 2020-02-24 | 1 | -16/+16 |
| * | only do to_pretty_time as relative when requested | jesopo | 2020-02-24 | 7 | -24/+52 |
| * | `command` doesn't exist - use event["spec"][2] | jesopo | 2020-02-23 | 1 | -1/+1 |
| * | channel.users changes during iteration. copy() it | jesopo | 2020-02-22 | 1 | -1/+1 |
| * | 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 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 |