| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2021-11-10 | Unify infraction embed title | -1/+1 | ||
| Embed for `!infractions by` no longer has the author in codeblock. | ||||
| 2021-11-10 | commands: add pip as an alias to pypi (#1942) | -1/+1 | ||
| Co-authored-by: Xithrius <[email protected]> | ||||
| 2021-11-09 | Listen to only on_raw_message_delete | -19/+21 | ||
| 2021-11-09 | Call the appropriate function in the raw listener | -1/+1 | ||
| 2021-11-09 | Filter the same messages in both listeners. | -1/+1 | ||
| 2021-11-08 | Add missing newline after region comment | -0/+1 | ||
| 2021-11-06 | Only re-run filters in `on_message_update` if contents/attachments changed ↵ | -2/+10 | ||
| (#1937) | ||||
| 2021-11-05 | Merge pull request from GHSA-j8c3-8x46-8pp6 | -4/+40 | ||
| * Don't Exit Token Filtering Early On URLs The token filtering function would exit early if it detected a URL within the message, but it made no extra checks to ensure there weren't other tokens within that message that would trigger it. This made sense when the filtering logic was written, but it's been modified since to introduce this bug. Regression tests included. Signed-off-by: Hassan Abouelela <[email protected]> * Links Advisory In Token Filter Tests Adds a link to the advisory with reasoning for the existence of the test. Signed-off-by: Hassan Abouelela <[email protected]> | ||||