| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 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 | 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-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 | ||