aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | * | | | "Jump to message" changed and added handling for Reference deleted messagesGravatar Shambo Chowdhury2024-07-06-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - [x] Changed "Jump to message" to "Jump to referenced message" as it already exists in the embed, thus can create confusion - [x] if the Reference message is deleted messages it will now give reference line as **In reply to:** Deleted Message
| | | * | | | Update bot/exts/moderation/modlog.pyGravatar Shambo Chowdhury2024-07-05-2/+0
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Boris Muratov <[email protected]>
| | | * | | | removed commented newlinesGravatar Shambo Chowdhury2024-07-05-2/+0
| | | | | | |
| | | * | | | removed gather_reply()Gravatar Shambo Chowdhury2024-06-28-37/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gather_reply() can be resource intensive for big servers as it will iterate through all the message every time a user deletes any message which has replies to it. - removed content and channel in `In reply to:` section as some messages containing `[` or `]` can create interference with the `[](url)`
| | | * | | | Update bot/exts/moderation/modlog.pyGravatar Shambo Chowdhury2024-06-26-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Vivek Ashokkumar <[email protected]>
| | | * | | | Update bot/exts/moderation/modlog.pyGravatar Shambo Chowdhury2024-06-26-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Vivek Ashokkumar <[email protected]>
| | | * | | | Update bot/exts/moderation/modlog.pyGravatar Shambo Chowdhury2024-06-26-6/+4
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Vivek Ashokkumar <[email protected]>
| | | * | | | Update modlog.pyGravatar Shambo Chowdhury2024-06-26-1/+1
| | | | | | |
| | | * | | | Added message link to replied or parent messageGravatar Shambo Chowdhury2024-06-26-2/+54
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Now we can check the replies to a deleted message to provide a better context as well as, if the deleted message is a reply to some parent message, it will show the respective parents message it was replying to in #mod-log channel
* | | | | | Merge pull request #3103 from python-discord/dependabot/pip/pydis-core-11.2.0Gravatar wookie1842024-06-24-14/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump pydis-core from 11.1.0 to 11.2.0
| * | | | | | Add new name kwarg to silencer loop base class initialisationGravatar Joe Banks2024-06-24-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discord.py 2.4 added an optional name parameter to the base Loop class which our silence notifier loop is based off. We need to pass that, even if it's None, to prevent a missing argument error.
| * | | | | | Bump pydis-core from 11.1.0 to 11.2.0Gravatar dependabot[bot]2024-06-23-13/+13
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pydis-core](https://github.com/python-discord/bot-core) from 11.1.0 to 11.2.0. - [Release notes](https://github.com/python-discord/bot-core/releases) - [Changelog](https://github.com/python-discord/bot-core/blob/main/docs/changelog.rst) - [Commits](https://github.com/python-discord/bot-core/compare/v11.1.0...v11.2.0) --- updated-dependencies: - dependency-name: pydis-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | Skip line if no match against inventory line regex (#3100)Gravatar Joe Banks2024-06-21-0/+7
| | | | | |
* | | | | | Bump urllib3 from 2.2.1 to 2.2.2 in the pip group (#3097)Gravatar dependabot[bot]2024-06-21-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the pip group with 1 update: [urllib3](https://github.com/urllib3/urllib3). Updates `urllib3` from 2.2.1 to 2.2.2 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Bump ruff from 0.4.8 to 0.4.10 (#3099)Gravatar dependabot[bot]2024-06-21-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Bump taskipy from 1.12.2 to 1.13.0 (#3094)Gravatar dependabot[bot]2024-06-21-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Bump sentry-sdk from 2.5.1 to 2.6.0 (#3098)Gravatar dependabot[bot]2024-06-21-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Bump docker/build-push-action from 5 to 6 (#3096)Gravatar dependabot[bot]2024-06-17-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | | | | Merge pull request #3090 from python-discord/use-itertools-batchedGravatar wookie1842024-06-13-22/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use new `itertools.batched` instead of `more_itertools.chunked`
| * \ \ \ \ \ Merge branch 'main' into use-itertools-batchedGravatar wookie1842024-06-13-2/+3
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Fix site startup command used in docker-compose.yml (#3093)Gravatar wookie1842024-06-13-1/+1
| | | | | | | | | | | | | | | | | | | | | Needed as entrypoint was changed in python-discord/site#1338
* | | | | | | Merge pull request #3092 from python-discord/fix-poetry-export-warningGravatar wookie1842024-06-11-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add poetry-plugin-export plugin to fix CI warning
| * \ \ \ \ \ \ Merge branch 'main' into fix-poetry-export-warningGravatar wookie1842024-06-11-1/+1
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #3091 from python-discord/use-latest-redisGravatar wookie1842024-06-11-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update old redis version in docker-compose
| * | | | | | | | Update old redis version in docker-composeGravatar wookie1842024-06-11-1/+1
|/ / / / / / / /
| * / / / / / / Add poetry-plugin-export plugin to fix CI warningGravatar wookie1842024-06-11-0/+1
|/ / / / / / /
| * | | | | | Fix testsGravatar wookie1842024-06-11-4/+4
| | | | | | |
| * | | | | | Remove more_itertools now it's unusedGravatar wookie1842024-06-11-15/+2
| | | | | | |
| * | | | | | Use new itertool.batched instead of more_itertools.chunkedGravatar wookie1842024-06-11-3/+3
|/ / / / / /
* | | | | | Bump ruff from 0.4.6 to 0.4.8 (#3085)Gravatar dependabot[bot]2024-06-11-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.6 to 0.4.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.6...v0.4.8) --- 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 2.4.0 to 2.5.1 (#3088)Gravatar dependabot[bot]2024-06-11-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.4.0 to 2.5.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/2.4.0...2.5.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 pytest from 8.2.1 to 8.2.2 (#3084)Gravatar dependabot[bot]2024-06-11-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. - [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/8.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest 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 rapidfuzz from 3.9.2 to 3.9.3 (#3082)Gravatar dependabot[bot]2024-06-11-96/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.2 to 3.9.3. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.2...v3.9.3) --- updated-dependencies: - dependency-name: rapidfuzz 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>
* | | | | | Merge pull request #3087 from ↵Gravatar Joe Banks2024-06-10-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | python-discord/dependabot/github_actions/tclindner/sentry-releases-action-1.3.0
| * | | | | | Bump tclindner/sentry-releases-action from 1.2.0 to 1.3.0Gravatar dependabot[bot]2024-06-10-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [tclindner/sentry-releases-action](https://github.com/tclindner/sentry-releases-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/tclindner/sentry-releases-action/releases) - [Changelog](https://github.com/tclindner/sentry-releases-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/tclindner/sentry-releases-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: tclindner/sentry-releases-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | Merge pull request #3083 from python-discord/dependabot/pip/sentry-sdk-2.4.0Gravatar Joe Banks2024-06-04-5/+5
|\ \ \ \ \ \
| * | | | | | Bump sentry-sdk from 2.3.1 to 2.4.0Gravatar dependabot[bot]2024-06-04-5/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 2.3.1 to 2.4.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/2.3.1...2.4.0) --- updated-dependencies: - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | Bump rapidfuzz from 3.9.1 to 3.9.2 (#3080)Gravatar dependabot[bot]2024-05-31-96/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.9.1 to 3.9.2. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.9.1...v3.9.2) --- updated-dependencies: - dependency-name: rapidfuzz 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 ruff from 0.4.5 to 0.4.6 (#3079)Gravatar dependabot[bot]2024-05-31-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.5 to 0.4.6. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.4.5...v0.4.6) --- 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 coverage from 7.5.1 to 7.5.3 (#3078)Gravatar dependabot[bot]2024-05-31-55/+55
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.1 to 7.5.3. - [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.5.1...7.5.3) --- 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>
* | | | | Merge pull request #3075 from python-discord/use-coverage-sysmonGravatar Joe Banks2024-05-25-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Use COVERAGE_CORE=sysmon when running tests in CI
| * | | | | Specify environment variable using env blockGravatar wookie1842024-05-25-1/+4
| | | | | | | | | | | | | | | | | | Co-authored-by: Joe Banks <[email protected]>
| * | | | | Use COVERAGE_CORE=sysmon when running tests in CIGravatar wookie1842024-05-25-1/+1
|/ / / / /
* | | | | Remove space from command nameGravatar Chris Lovering2024-05-23-1/+1
| | | | |
* | | | | Allow listing alts for a user via the alts root alias (#3072)Gravatar ChrisJL2024-05-23-2/+2
| | | | |
* | | | | fixup: remove british accentGravatar Chris Lovering2024-05-23-1/+1
| | | | |
* | | | | fixup: simplify type annotationGravatar Chris Lovering2024-05-23-1/+1
| | | | |
* | | | | Remove space after subcommand name which meant it couldn't be calledGravatar Chris Lovering2024-05-23-1/+1
| | | | |
* | | | | Output user alts in user command when ran in mod channelsGravatar Chris Lovering2024-05-23-0/+7
| | | | |
* | | | | Nicely format error when editing alts where target user isn't an altGravatar Chris Lovering2024-05-23-0/+1
| | | | |