Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use correct method for nickname filter | 2023-04-07 | -1/+1 | |
| | ||||
* | Handle archival task of deleted post | 2023-04-07 | -0/+6 | |
| | ||||
* | Remove cooldown when post is deleted | 2023-04-07 | -1/+5 | |
| | ||||
* | Add thread name filtering | 2023-04-07 | -35/+52 | |
| | | | | Additionally fixes the nickname filter not using the right object to take action and report. | |||
* | Merge pull request #2516 from python-discord/infr_emoji | 2023-04-07 | -1/+1 | |
|\ | | | | | Change the infractions button emoji to a notepad | |||
| * | Change the infractions button emoji to a notepad | 2023-04-07 | -1/+1 | |
|/ | ||||
* | Merge pull request #2515 from python-discord/disable_name_check | 2023-04-06 | -2/+2 | |
|\ | | | | | Temporarily disable help post name check | |||
| * | Temporarily disable help post name check | 2023-04-06 | -2/+2 | |
|/ | | | | This doesn't work at the moment with the new filtering and a proper fix will be made later | |||
* | Merge pull request #2514 from python-discord/fix_filters | 2023-04-06 | -6/+6 | |
|\ | | | | | Use the right variables in antispam | |||
| * | Use the right variables in antispam | 2023-04-06 | -6/+6 | |
|/ | ||||
* | Merge pull request #2390 from python-discord/new-filters | 2023-04-06 | -3782/+7265 | |
|\ | | | | | New Filtering System | |||
| * | Merge branch 'main' into new-filters | 2023-04-06 | -100/+101 | |
| |\ | |/ |/| | ||||
* | | Bump rapidfuzz from 2.13.7 to 2.15.0 (#2507) | 2023-04-06 | -92/+92 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.13.7 to 2.15.0. - [Release notes](https://github.com/maxbachmann/RapidFuzz/releases) - [Changelog](https://github.com/maxbachmann/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/maxbachmann/RapidFuzz/compare/v2.13.7...v2.15.0) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | | Bump sentry-sdk from 1.18.0 to 1.19.1 (#2511) | 2023-04-05 | -5/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.18.0 to 1.19.1. - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.18.0...1.19.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
* | | Bump pre-commit from 3.2.1 to 3.2.2 (#2509) | 2023-04-05 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | |||
| * | Clarify comment | 2023-04-06 | -1/+1 | |
| | | ||||
| * | .__origin__ -> get_origin | 2023-04-06 | -12/+21 | |
| | | ||||
| * | Add in_guild attribute to FilterContext | 2023-04-06 | -4/+8 | |
| | | ||||
| * | Don't notify the user for filters triggered in DMs. | 2023-04-06 | -4/+9 | |
| | | ||||
| * | Fix settings parser to work when no description and template first | 2023-04-06 | -1/+1 | |
| | | ||||
| * | Adjust to site using dicts in additional_settings instead of JSON strings | 2023-04-06 | -8/+6 | |
| | | | | | | | | This is to make sure that the unique constraint always compares between dicts instead of sometimes dealing with nulls. | |||
| * | Fix test | 2023-04-05 | -1/+1 | |
| | | ||||
| * | Fix infraction duration display for filter lists | 2023-04-05 | -1/+1 | |
| | | ||||
| * | Specify edited setting name in confirmation message | 2023-04-05 | -4/+8 | |
| | | ||||
| * | Escape markdown in alert matches | 2023-04-05 | -1/+1 | |
| | | ||||
| * | `domain/subdomains` -> `domain/only_subdomains` for clarity | 2023-04-05 | -6/+6 | |
| | | | | | | | | Also changes the alert to use the full domain instead of the filter content. | |||
| * | Handle infracted user not being on the server | 2023-04-05 | -0/+7 | |
| | | | | | | | | This shouldn't happen in production, but just in case | |||
| * | Handle server possibly not having an icon | 2023-04-05 | -1/+2 | |
| | | ||||
| * | Properly format alert when there's no file extension | 2023-04-05 | -1/+1 | |
| | | ||||
| * | Code style and clarifications | 2023-04-05 | -18/+17 | |
| | | ||||
| * | Merge branch 'main' into new-filters | 2023-04-05 | -418/+505 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #2506 from python-discord/new-helpers-end | 2023-04-02 | -224/+1 | |
|\ \ | | | | | | | Remove self-assignable helpers functionality | |||
| * | | Remove self-assignable helpers functionality | 2023-04-02 | -224/+1 | |
|/ / | ||||
* | | Merge pull request #2489 from shtlrs/shtlrs/get-rid-of-site-config-var | 2023-04-01 | -16/+10 | |
|\ \ | | | | | | | Remove usage of `site` config variable | |||
| * \ | Merge branch 'main' into shtlrs/get-rid-of-site-config-var | 2023-04-01 | -3/+3 | |
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request #2503 from python-discord/update_ping_cooldown | 2023-04-01 | -3/+3 | |
|\ \ \ | | | | | | | | | Update ping cooldown for helpers | |||
| * | | | Update ping cooldown for helpers | 2023-04-01 | -3/+3 | |
|/ / / | ||||
| * | | Merge branch 'main' into shtlrs/get-rid-of-site-config-var | 2023-04-01 | -69/+379 | |
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request #2502 from python-discord/helper-role | 2023-03-31 | -1/+3 | |
|\ \ \ | | | | | | | | | Make new helper role pingable for help request. | |||
| * | | | Fix import order. | 2023-03-31 | -2/+1 | |
| | | | | ||||
| * | | | Add blank line for linting. | 2023-03-31 | -0/+1 | |
| | | | | ||||
| * | | | Merge branch 'main' into helper-role | 2023-03-31 | -285/+417 | |
| |\ \ \ | |/ / / |/| | | | ||||
* | | | | Merge pull request #2501 from python-discord/helper-role | 2023-03-31 | -1/+222 | |
|\ \ \ \ | | | | | | | | | | | Staff self-assignment procedure | |||
| * \ \ \ | Merge branch 'main' into helper-role | 2023-04-01 | -285/+417 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||
* | | | | | Merge pull request #2467 from shtlrs/native-forum-channel-support | 2023-04-01 | -68/+155 | |
|\ \ \ \ \ | | | | | | | | | | | | | Create python-help forum channel in `botstrap` | |||
| * \ \ \ \ | Merge branch 'main' into native-forum-channel-support | 2023-04-01 | -5/+5 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | return value from SilencedDict | 2023-03-31 | -1/+1 | |
| | | | | | | ||||
| * | | | | | bring back the check of python help channel | 2023-03-31 | -7/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | this also updates the logs in SilencedDict | |||
| * | | | | | introduce SilencedDict | 2023-03-30 | -10/+27 | |
| | | | | | | ||||
| * | | | | | add type annotation for guild_id | 2023-03-30 | -1/+1 | |
| | | | | | |