aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py (unfollow)
Commit message (Expand)AuthorLines
2022-11-05Add message edit filteringGravatar mbaruh-28/+87
2022-11-05Handle threads in channel_scopeGravatar mbaruh-0/+2
2022-11-05Bring back auto-infraction reportingGravatar mbaruh-5/+122
2022-11-04Edit description on filter add/edit, bug fixesGravatar mbaruh-29/+45
2022-11-04Filter match now shows all triggers instead of messagesGravatar mbaruh-41/+67
2022-11-04Stop using None as a valid setting valueGravatar mbaruh-36/+29
2022-11-01Remove old filtering constantsGravatar mbaruh-133/+0
2022-11-01Prettify f and fl describe outputGravatar mbaruh-6/+8
2022-11-01Fix argument completion for al and blGravatar mbaruh-8/+10
2022-11-01Add the rest of the antispam rulesGravatar mbaruh-35/+468
2022-10-31Add antispam filter list and duplicates filterGravatar mbaruh-141/+479
2022-10-28Handle context message possibly being NoneGravatar mbaruh-18/+19
2022-10-27Use command prefix instead of hardcoded !Gravatar mbaruh-3/+7
2022-10-27Convert redundant filter setting group to commandGravatar mbaruh-14/+9
2022-10-27Suppress exceptions while actioning filtersGravatar mbaruh-7/+20
2022-10-26Add Discord token filterGravatar mbaruh-35/+255
2022-10-23Add rich embed filterGravatar mbaruh-19/+62
2022-10-23Add webhook filterGravatar mbaruh-5/+76
2022-10-22Move Security cog to backend extensionGravatar mbaruh-1/+1
2022-10-22Add everyone filter, fix invite filteringGravatar mbaruh-110/+285
2022-10-20remove int from search_value's type unionGravatar Amrou Bellalouna-6/+6
2022-10-20apply style guidelines to signatureGravatar Amrou Bellalouna-2/+7
2022-10-20update doc strings to reflect the usage of the new paramGravatar Amrou Bellalouna-2/+2
2022-10-20change the signature to include a "zen_rule_index"Gravatar Amrou Bellalouna-7/+9
2022-10-19Calculate 'now' once to ensure it is constant for scoring nominationsGravatar wookie184-4/+5
2022-10-18Resolve a serious grammatical problem in a commentGravatar Leon Sandøy-1/+1
2022-10-17Add a command to query filters by settingsGravatar mbaruh-55/+563
2022-10-17Support the new SequenceProxy type in d.pyGravatar Chris Lovering-1/+2
2022-10-16Change override handlingGravatar mbaruh-114/+143
2022-10-15More improvements to FilterListGravatar mbaruh-89/+54
2022-10-14enhancement(filters): use a stricter bot token regex (#2006)Gravatar arl-5/+5
2022-10-13`REPO_TOKEN` is no more. (#2289)Gravatar Xithrius-1/+0
2022-10-11Add filter matching commandGravatar mbaruh-51/+83
2022-10-11Better API error handlingGravatar mbaruh-13/+27
2022-10-11Add confirmation before filter deletionGravatar mbaruh-35/+39
2022-10-11Rearrange FilterList classGravatar mbaruh-99/+153
2022-10-11Filter list add commandGravatar mbaruh-25/+189
2022-10-10Use explicit mock channels in tests to remove warningGravatar Chris Lovering-2/+11
2022-10-10noqa an abstract class with no abstract methodsGravatar Chris Lovering-1/+1
2022-10-10Bump all deps to latestGravatar Chris Lovering-498/+426
2022-10-10Bump bot-core to 8.2.1Gravatar Chris Lovering-152/+1340
2022-10-10Add filter list edit commandGravatar mbaruh-144/+393
2022-10-10Rearrange UI into several modulesGravatar mbaruh-326/+344
2022-10-10Added filter list deletion command.Gravatar mbaruh-3/+84
2022-10-09Make changes requested in reviewGravatar wookie184-3/+5
2022-10-09Use scoring system that weights age and number of entriesGravatar wookie184-128/+1375
2022-10-09Move tests out of moderation/ directoryGravatar wookie184-0/+0
2022-10-09Add filter template optionGravatar mbaruh-26/+100
2022-10-08Ignore overrides that are equal to their defaultsGravatar mbaruh-23/+90
2022-10-08Fix pings validationGravatar mbaruh-3/+3