aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Fix pings validationGravatar mbaruh2022-10-08-3/+3
* Add infraction channel settingGravatar mbaruh2022-10-08-10/+9
* Prevent the duplicate filter warning from mentioning itselfGravatar mbaruh2022-10-07-4/+7
* Add more spacing in mod alertGravatar mbaruh2022-10-07-4/+4
* Make auto-infraction actually workGravatar mbaruh2022-10-07-16/+66
* domain/exact -> domain/subdomainsGravatar mbaruh2022-10-06-9/+16
* Fix bug with setting domain to notifyGravatar mbaruh2022-10-06-5/+1
* Add filter content processing before posting/patchingGravatar mbaruh2022-10-04-5/+89
* Handle invalid UI editsGravatar mbaruh2022-10-01-4/+8
* Prettify post/patch filter errorGravatar mbaruh2022-10-01-3/+21
* Show settings in sorted order in UIGravatar mbaruh2022-10-01-2/+2
* Add a warning if an added filter has content identicalto othersGravatar mbaruh2022-10-01-2/+15
* Bring back enabled categories, remove redundant validatorsGravatar mbaruh2022-10-01-26/+19
* Stress that a filter was triggered in DMGravatar mbaruh2022-10-01-1/+1
* Fix channel_scope checking IDs and names separatelyGravatar mbaruh2022-10-01-16/+9
* Fix patching removed overrideGravatar mbaruh2022-10-01-3/+9
* Correctly handle DMsGravatar mbaruh2022-10-01-2/+8
* Properly remove items from sequence editGravatar mbaruh2022-10-01-1/+8
* Keep sequences as lists in editing UIGravatar mbaruh2022-10-01-2/+1
* Use try-except instead of is_digit in bypass_rolesGravatar mbaruh2022-10-01-3/+4
* Correct loggingGravatar mbaruh2022-10-01-1/+1
* Fix testsGravatar mbaruh2022-10-01-281/+44
* Split actions and validations to their own packcagesGravatar mbaruh2022-09-30-12/+23
* Voice ban -> voice mute in auto-infractionsGravatar mbaruh2022-09-30-1/+1
* Add filter delete commandGravatar mbaruh2022-09-30-0/+12
* Add filter edit commandGravatar mbaruh2022-09-30-19/+116
* Filter adding commands, simplify infractionGravatar mbaruh2022-09-29-122/+869
* Merge branch 'main' into new-filtersGravatar mbaruh2022-09-24-1116/+1895
|\
| * Merge pull request #2232 from python-discord/bot-2231-enhancementsGravatar wookie1842022-09-21-16/+64
| |\
| | * Merge branch 'main' into bot-2231-enhancementsGravatar wookie1842022-09-21-313/+655
| | |\ | | |/ | |/|
| * | Merge #2261 - add support to fetch rules via keywordsGravatar Mark2022-09-20-20/+122
| |\ \
| | * \ Merge branch 'main' into 2108-invoke-rule-command-with-keywordsGravatar Mark2022-09-20-97/+160
| | |\ \ | | |/ / | |/| |
| * | | Moved `escape_markdown` after Truthy check (#2279)Gravatar Ionite2022-09-18-2/+3
| * | | Merge pull request #2265 from JuaniBattiston/remove-unnecessary-loginGravatar ChrisJL2022-09-18-2/+0
| |\ \ \
| | * \ \ Merge branch 'main' into remove-unnecessary-loginGravatar ChrisJL2022-09-18-152/+166
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #2259 from VirdanTheBurden/mainGravatar ChrisJL2022-09-18-11/+49
| |\ \ \ \
| | * \ \ \ Merge branch 'main' into mainGravatar ChrisJL2022-09-18-236/+443
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #2242 from python-discord/fix-not-awaited-coroutine-warningGravatar ChrisJL2022-09-18-31/+52
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'main' into fix-not-awaited-coroutine-warningGravatar ChrisJL2022-09-18-1716/+756
| | |\ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #2273 from python-discord/fix-ensure-cached-claimant-none-...Gravatar ChrisJL2022-09-18-1/+2
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'main' into fix-ensure-cached-claimant-none-checkGravatar ChrisJL2022-09-18-109/+63
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #2241 from python-discord/disable-pytest-nose-pluginGravatar ChrisJL2022-09-18-0/+6
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'main' into disable-pytest-nose-pluginGravatar ChrisJL2022-09-18-1715/+748
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Use Python Poetry Base Action (#2277)Gravatar Hassan Abouelela2022-09-17-21/+3
| * | | | | | | | Removed italics from the help command (#2272)Gravatar Mohammad Ibrahim2022-09-17-5/+5
| * | | | | | | | Merge pull request #2233 from python-discord/bot-2231-bugGravatar wookie1842022-09-16-26/+38
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'main' into bot-2231-bugGravatar wookie1842022-09-16-211/+392
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #2276 from python-discord/ignore-mounted-project-venvsGravatar Joe Banks2022-09-16-2/+6
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'main' into ignore-mounted-project-venvsGravatar Joe Banks2022-09-16-1/+1
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Removed "redis_ready" from additional_spec_asyncs in MockBot (#2275)Gravatar Aleksey Zasorin2022-09-16-1/+1