aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
2021-11-11Change log level from `WARNING` to `DEBUG`. (#1950)Gravatar TizzySaurus-3/+1
2021-11-10Merge PR #1947: Fix `!infractions by me`Gravatar TizzySaurus-1/+1
Put the literal converter before the Member converter so that "me"/"m" isn't attempted to be converted to a Member.
2021-11-10Unify infraction embed titleGravatar Izan-1/+1
Embed for `!infractions by` no longer has the author in codeblock.
2021-11-10commands: add pip as an alias to pypi (#1942)Gravatar aru-1/+1
Co-authored-by: Xithrius <[email protected]>
2021-11-09Listen to only on_raw_message_deleteGravatar Qwerty-133-19/+21
2021-11-09Call the appropriate function in the raw listenerGravatar Qwerty-133-1/+1
2021-11-09Filter the same messages in both listeners.Gravatar Qwerty-133-1/+1
2021-11-08Add missing newline after region commentGravatar Izan-0/+1
2021-11-06Only re-run filters in `on_message_update` if contents/attachments changed ↵Gravatar TizzySaurus-2/+10
(#1937)
2021-11-05Merge pull request from GHSA-j8c3-8x46-8pp6Gravatar Hassan Abouelela-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]>