| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2020-06-17 | Add LMGTFY to domain blacklist | -0/+1 | ||
| 2020-06-16 | Format parameters with a more consistent style | -19/+19 | ||
| 2020-06-16 | Add optional type annotations to reason in pardon funcs | -2/+2 | ||
| 2020-06-16 | Revise inaccurate typehint for Optional reason | -18/+31 | ||
| 2020-06-16 | Revise inaccurate docstring in RedisCache | -2/+2 | ||
| 2020-06-16 | Refactor nested if-statement | -5/+4 | ||
| 2020-06-15 | Log exception info for failed attachment uploads | -1/+1 | ||
| 2020-06-15 | Webhook remover: exit early if message already deleted | -2/+8 | ||
| 2020-06-15 | Webhook remover: ignore DMs and bot messages | -0/+4 | ||
| Can't remove messages in DMs, so don't bother trying. | ||||
| 2020-06-15 | Token remover: exit early if message already deleted | -3/+22 | ||
| 2020-06-15 | Token remover: move bot check to on_message | -21/+10 | ||
| It just makes more sense to me to filter out messages at an earlier stage. | ||||
| 2020-06-15 | Token remover: ignore DMs | -0/+13 | ||
| It's a private channel so there's no risk of a token "leaking". Furthermore, messages cannot be deleted in DMs. | ||||
| 2020-06-15 | Update bot/resources/tags/customcooldown.md | -3/+1 | ||
| Co-authored-by: Mark <[email protected]> | ||||
| 2020-06-14 | Fix check for bot actor in infractions | -4/+4 | ||
| The reason None check should be nested to avoid affecting the else/elif statements that follow. | ||||
| 2020-06-14 | Check infraction reason isn't None before shortening it | -5/+8 | ||
| 2020-06-15 | Add the C# guild to the whitelist | -0/+1 | ||
| 2020-06-12 | Escape markdown in charinfo embed | -2/+2 | ||
| The embed displays the original character. If it's a markdown char, it would interfere with the embed's actual markdown. The backtick was especially troublesome. Fixes #996 | ||||
| 2020-06-12 | Add scheme to URL | -1/+1 | ||
| 2020-06-12 | Update customcooldown.md | -0/+2 | ||
| 2020-06-12 | Make title more specific | -1/+1 | ||
| Co-authored-by: Mark <[email protected]> | ||||
| 2020-06-11 | Replace mention of Flask with Django | -1/+1 | ||
| The site's description still stated that it was built with Flask, which is no longer accurate due to the move to Django. | ||||
| 2020-06-11 | Add cooldown to Channels in constants.py | -0/+1 | ||
| 2020-06-11 | Add cooldown channel to EXCLUDED_CHANNELS tuple | -1/+1 | ||
| 2020-06-11 | Add cooldown channel to config-default.yml | -0/+1 | ||
| 2020-06-11 | Fix trailing whitespace in Action file | -1/+1 | ||