aboutsummaryrefslogtreecommitdiffstats
path: root/tests/helpers.py (unfollow)
Commit message (Collapse)AuthorLines
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-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]>