aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Update filtering.py to reduce nickname alert spamGravatar LX2023-05-01-1/+1
| | | | | | | | | | | | | | | This updates the `on_voice_state_update` listener of the filtering cog. Currently, it calls `self._check_bad_name` where it should call `self._check_bad_display_name`. The difference is that the latter method rate-limits how often a filtering alert is sent for a specific user's display name. Using the former method results in spammy alerts when a user with a bad display name is in a voice channel.
| | * Merge branch 'main' into on-message-event-tagGravatar Daniel Gu2023-05-02-58/+58
| | |\ | |_|/ |/| |
* | | Merge pull request #2575 from python-discord/dependabot/pip/pre-commit-3.3.0Gravatar Amrou Bellalouna2023-05-02-5/+5
|\ \ \ | |/ / |/| | Bump pre-commit from 3.2.2 to 3.3.0
| * | Bump pre-commit from 3.2.2 to 3.3.0Gravatar dependabot[bot]2023-05-02-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.2.2 to 3.3.0. - [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.2...v3.3.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #2572 from python-discord/dependabot/pip/coverage-7.2.5Gravatar Amrou Bellalouna2023-05-01-54/+54
|\ \ | | | | | | Bump coverage from 7.2.4 to 7.2.5
| * | Bump coverage from 7.2.4 to 7.2.5Gravatar dependabot[bot]2023-05-01-54/+54
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.4 to 7.2.5. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.4...7.2.5) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * Update on-message-event.mdGravatar Daniel Gu2023-05-02-1/+1
| |
| * Update on-message-event.mdGravatar Daniel Gu2023-05-02-7/+7
| |
| * Update bot/resources/tags/on-message-event.mdGravatar Daniel Gu2023-05-02-0/+6
| | | | | | Co-authored-by: Canttuchdiz <[email protected]>
| * Merge branch 'main' into on-message-event-tagGravatar Daniel Gu2023-04-29-86/+86
| |\ | |/ |/|
* | Do not account for jump urls for voice channels (#2556)Gravatar Amrou Bellalouna2023-04-29-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add is_voice_channel predicate * ignore jump urls for voice channels * Revert "ignore jump urls for voice channels" This reverts commit 57aabacb364dee5b065df6c33cdfb8afa36f5d3f. * Revert "add is_voice_channel predicate" This reverts commit 55856611a10be37a183c7dbd97638cc9cc86326d. * add null check on ctx.message
* | Bump ruff from 0.0.262 to 0.0.263 (#2561)Gravatar dependabot[bot]2023-04-29-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.262 to 0.0.263. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263) --- updated-dependencies: - dependency-name: ruff 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>
* | Bump sentry-sdk from 1.20.0 to 1.21.1 (#2570)Gravatar dependabot[bot]2023-04-29-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.20.0 to 1.21.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.20.0...1.21.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 coverage from 7.2.3 to 7.2.4 (#2568)Gravatar dependabot[bot]2023-04-29-54/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.2.3 to 7.2.4. - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.2.3...7.2.4) --- updated-dependencies: - dependency-name: coverage 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>
* | Bump tldextract from 3.4.0 to 3.4.1 (#2565)Gravatar dependabot[bot]2023-04-29-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tldextract](https://github.com/john-kurkowski/tldextract) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/john-kurkowski/tldextract/releases) - [Changelog](https://github.com/john-kurkowski/tldextract/blob/master/CHANGELOG.md) - [Commits](https://github.com/john-kurkowski/tldextract/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: tldextract dependency-type: direct:production 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>
* | Bump pip-licenses from 4.2.0 to 4.3.0 (#2560)Gravatar dependabot[bot]2023-04-29-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.2.0...v-4.3.0) --- updated-dependencies: - dependency-name: pip-licenses dependency-type: direct:development 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>
| * Update on-message-event.mdGravatar Daniel Gu2023-04-29-3/+3
| |
| * Remove example of not recommended solutionGravatar Daniel Gu2023-04-29-8/+0
| |
| * Apply suggestions from code reviewGravatar Daniel Gu2023-04-29-1/+1
| | | | | | Co-authored-by: wookie184 <[email protected]>
| * Apply suggestions from code reviewGravatar Daniel Gu2023-04-29-2/+0
| | | | | | Co-authored-by: wookie184 <[email protected]>
| * Update on-message-event.mdGravatar Daniel Gu2023-04-28-2/+2
| |
| * Update bot/resources/tags/on-message-event.mdGravatar Daniel Gu2023-04-28-1/+1
| | | | | | Co-authored-by: Canttuchdiz <[email protected]>
| * Update bot/resources/tags/on-message-event.mdGravatar Daniel Gu2023-04-28-1/+1
| | | | | | Co-authored-by: Canttuchdiz <[email protected]>
| * Add on-message-event.mdGravatar n0Oo0Oo0b2023-04-28-0/+26
|/
* Merge pull request #2554 from python-discord/update-docker-composeGravatar wookie1842023-04-22-26/+18
|\ | | | | Use documented spec extensions in docker compose
| * Remove check-yaml unsafe argGravatar Chris Lovering2023-04-22-1/+0
| | | | | | | | This is no longer needed as we are not using any 'unsafe' yml on purpose anymore.
| * Use documented spec extensions in docker composeGravatar Chris Lovering2023-04-22-25/+18
|/ | | | The previous method of '<<' no longer works with the latest version of docker compose. This method is what is documented in the [compose spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md#extension)
* Remove !close command from helpers. (#2548)Gravatar Steele Farnsworth2023-04-21-2/+2
| | | | | | | | | | | | | | | * Remove !close command from helpers. Previously, helpers could use the !close command to put inactive help channels back into circulation. This is no longer necessary now that we use threads. * Change Role constant for `!close` `[Roles.moderators, Roles.admins]` to `Guild.moderation_roles` Co-authored-by: ChrisJL <[email protected]> --------- Co-authored-by: ChrisJL <[email protected]>
* Merge pull request #2542 from python-discord/dont-collect-coverage-on-testGravatar Amrou Bellalouna2023-04-20-9/+9
|\ | | | | Don't collect coverage info by default when running tests
| * Merge branch 'main' into dont-collect-coverage-on-testGravatar Amrou Bellalouna2023-04-20-124/+144
| |\ | |/ |/|
* | Merge pull request #2551 from python-discord/dependabot/pip/sentry-sdk-1.20.0Gravatar wookie1842023-04-20-5/+5
|\ \ | | | | | | Bump sentry-sdk from 1.19.1 to 1.20.0
| * | Bump sentry-sdk from 1.19.1 to 1.20.0Gravatar dependabot[bot]2023-04-20-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.19.1 to 1.20.0. - [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.19.1...1.20.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #2552 from python-discord/dependabot/pip/ruff-0.0.262Gravatar wookie1842023-04-20-20/+20
|\ \ | | | | | | Bump ruff from 0.0.261 to 0.0.262
| * | Bump ruff from 0.0.261 to 0.0.262Gravatar dependabot[bot]2023-04-20-20/+20
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.261 to 0.0.262. - [Release notes](https://github.com/charliermarsh/ruff/releases) - [Changelog](https://github.com/charliermarsh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/charliermarsh/ruff/compare/v0.0.261...v0.0.262) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #2544 from python-discord/dependabot/pip/pytest-7.3.1Gravatar wookie1842023-04-20-5/+5
|\ \ | | | | | | Bump pytest from 7.3.0 to 7.3.1
| * | Bump pytest from 7.3.0 to 7.3.1Gravatar dependabot[bot]2023-04-20-5/+5
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.0 to 7.3.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.3.0...7.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #2543 from python-discord/dependabot/pip/rapidfuzz-3.0.0Gravatar wookie1842023-04-20-95/+95
|\ \ | | | | | | Bump rapidfuzz from 2.15.1 to 3.0.0
| * | Bump rapidfuzz from 2.15.1 to 3.0.0Gravatar dependabot[bot]2023-04-20-95/+95
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/maxbachmann/RapidFuzz) from 2.15.1 to 3.0.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.15.1...v3.0.0) --- updated-dependencies: - dependency-name: rapidfuzz dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #2550 from python-discord/filtering-ignore-bot-edits-fixGravatar wookie1842023-04-20-0/+3
|\ \ | | | | | | Update filtering.py to ignore edits by bots
| * | Update filtering.py to remove trailing whitespaceGravatar LX2023-04-18-1/+1
| | |
| * | Update filtering.py to ignore edits by botsGravatar LX2023-04-18-0/+3
|/ / | | | | #2549
* | Refine the invite code before filtering it (#2522)Gravatar Boris Muratov2023-04-17-2/+19
| |
| * Don't collect coverage info by default when running testsGravatar wookie1842023-04-16-9/+9
|/
* Merge pull request #2541 from python-discord/faster-testsGravatar Amrou Bellalouna2023-04-15-6/+30
|\ | | | | Improve test speed with some cached_property decorators
| * Improve test speed using some cached_property decorators on mocksGravatar wookie1842023-04-15-6/+30
|/
* Add the required ports to snekbox urls in docker compose file (#2538)Gravatar ChrisJL2023-04-14-2/+2
|
* Include thread jump url in nomination archive message (#2536)Gravatar wookie1842023-04-14-12/+18
| | | | | * Include thread jump url in nomination archive message * Use existing thread variable
* Fix readme badges for CI status (#2537)Gravatar wookie1842023-04-14-12/+6
|
* Merge pull request #2392 from ↵Gravatar Boris Muratov2023-04-14-3/+20
|\ | | | | | | | | python-discord/use-paste-service-for-long-autoban-filters Upload weekly autoban report to pastebin
| * Merge branch 'main' into use-paste-service-for-long-autoban-filtersGravatar Boris Muratov2023-04-14-65/+90
| |\ | |/ |/|