| Commit message (Expand) | Author | Age | Files | Lines |
| * | bitbot_user.service: remove duplicated paths•••setting WorkingDirectory negates the need for the full path
| Ben Harris | 2020-07-10 | 1 | -3/+3 |
| * | fix "apikey add" example in git_webhooks.md | jesopo | 2020-05-31 | 1 | -1/+1 |
| * | Merge pull request #261 from PeGaSuS-Coder/patch-2•••Create bitbot_user.service | jesopo | 2020-05-20 | 1 | -0/+32 |
| |\ |
|
| | * | Update bitbot_user.service•••Next time i need to triple check what I am doing. Another stupid typo | Vitor Luis | 2020-05-19 | 1 | -1/+1 |
| | * | Update bitbot_user.service•••Fixed a stupid typo | Vitor Luis | 2020-05-19 | 1 | -1/+1 |
| | * | Create bitbot_user.service•••Systemd script to be used by the user w/o the need of root access.
Probably useful.
Cheers | Vitor Luis | 2020-05-19 | 1 | -0/+32 |
| |/ |
|
| * | add bot.conf options so we can disable given log files | jesopo | 2020-04-10 | 3 | -19/+30 |
| * | v1.19.0 release | jesopo | 2020-02-29 | 1 | -1/+1 |
| * | change !seen to command specs | jesopo | 2020-02-28 | 1 | -6/+4 |
| * | less-than-1.0 should be to_pretty_time "0s" | jesopo | 2020-02-28 | 1 | -1/+1 |
| * | include !command in usage output | jesopo | 2020-02-28 | 1 | -4/+5 |
| * | v1.19.0-rc3 | jesopo | 2020-02-28 | 1 | -1/+1 |
| * | change relay.py to use command specs | jesopo | 2020-02-27 | 1 | -15/+6 |
| * | show usage strings when spec parsing fails | jesopo | 2020-02-27 | 1 | -1/+13 |
| * | if there's more than 1 error message, give generic error | jesopo | 2020-02-27 | 1 | -4/+7 |
| * | `insert` decorator kwargs because decorators are run innermost first | jesopo | 2020-02-27 | 1 | -1/+1 |
| * | by default, do not prune inactive channels we have modes in | jesopo | 2020-02-27 | 1 | -0/+14 |
| * | allow individual channels to opt out of inactivity pruning | jesopo | 2020-02-27 | 1 | -3/+10 |
| * | v1.19.0-rc2 | jesopo | 2020-02-27 | 1 | -1/+1 |
| * | fix type hinting issues in send_modes/send_kicks (IRCChannel) | jesopo | 2020-02-27 | 1 | -8/+12 |
| * | add `!badge show <name>` | jesopo | 2020-02-26 | 1 | -14/+25 |
| * | `prefix` can be None - null-coalesce it to empty string | jesopo | 2020-02-26 | 1 | -1/+1 |
| * | move accept_invite.py to core modules, default to not accepting invites bot-wide | jesopo | 2020-02-26 | 1 | -3/+6 |
| * | move bot_channel.py to core_modules, default to no bot channel | jesopo | 2020-02-26 | 1 | -2/+3 |
| * | 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 |