aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* introduce SilencedDictGravatar shtlrs2023-03-30-10/+27
|
* add type annotation for guild_idGravatar shtlrs2023-03-30-1/+1
|
* move all methods under the DiscordClientGravatar shtlrs2023-03-30-120/+107
|
* append forum channel to categoryGravatar shtlrs2023-03-30-1/+4
|
* dedent signatureGravatar shtlrs2023-03-30-8/+9
|
* update channels dict after forum creationGravatar shtlrs2023-03-30-0/+1
|
* Merge branch 'main' into native-forum-channel-supportGravatar Boris Muratov2023-03-30-413/+427
|\
| * Merge pull request #2388 from brodycritchlow/inplace-tagGravatar Boris Muratov2023-03-30-0/+22
| |\ | | | | | | Add new inplace tag
| | * Merge branch 'main' into inplace-tagGravatar Brody Critchlow2023-03-29-171/+194
| | |\ | | |/ | |/|
| * | Bump regex from 2022.10.31 to 2023.3.23 (#2485)Gravatar dependabot[bot]2023-03-29-92/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.10.31 to 2023.3.23. - [Release notes](https://github.com/mrabarnett/mrab-regex/releases) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.10.31...2023.3.23) --- updated-dependencies: - dependency-name: regex 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 #2496 from python-discord/update-base-iamgeGravatar Boris Muratov2023-03-29-1/+1
| |\ \ | | | | | | | | Update base image to new repo org
| | * | Update base image to new repo orgGravatar Chris Lovering2023-03-29-1/+1
| |/ /
| * | Merge pull request #2432 from shtlrs/bump-python-version-to-3-11Gravatar ChrisJL2023-03-29-76/+127
| |\ \ | | | | | | | | Bump python version to 3 11
| | * | Replace mock._importer with pkgutil.resolve_name in test autospecGravatar shtlrs2023-03-29-1/+2
| | | | | | | | | | | | | | | | mock._importer was removed in 3.11
| | * | Upgrade to Python 3.11 in CI & DockerfileGravatar shtlrs2023-03-29-2/+2
| | | |
| | * | Upgrade to Python 3.11 in pyproject.tomlGravatar shtlrs2023-03-29-73/+123
| |/ / | | | | | | | | | This also bumps some dev deps to latest
| * | Merge pull request #2487 from python-discord/wookie184-botstrap-errorGravatar Boris Muratov2023-03-29-4/+4
| |\ \ | | | | | | | | Improve wording in botstrap error
| | * | Improve wording in botstrap errorGravatar wookie1842023-03-24-4/+4
| |/ /
| | * Fix InPlace precommit issuesGravatar brody critchlow2023-03-29-1/+1
| | |
| | * Merge branch 'main' into inplace-tagGravatar Brody Critchlow2023-03-28-3229/+3840
| | |\ | | |/ | |/|
| * | Bump beautifulsoup4 from 4.11.2 to 4.12.0 (#2480)Gravatar dependabot[bot]2023-03-24-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | Bump pre-commit from 3.1.1 to 3.2.0 (#2479)Gravatar dependabot[bot]2023-03-24-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | Bump pydantic from 1.10.6 to 1.10.7 (#2481)Gravatar dependabot[bot]2023-03-24-39/+39
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | Bump deepdiff from 6.2.3 to 6.3.0 (#2475)Gravatar dependabot[bot]2023-03-21-60/+6
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | Bump coverage from 7.2.1 to 7.2.2 (#2473)Gravatar dependabot[bot]2023-03-21-54/+54
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | Bump flake8-bugbear from 23.2.13 to 23.3.12 (#2468)Gravatar dependabot[bot]2023-03-21-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | Add tag for Discord bot hosting (#2472)Gravatar Robin2023-03-21-0/+11
| | | | | | | | | | | | Co-authored-by: Xithrius <[email protected]>
| * | Enable sentry profiling (#2478)Gravatar ChrisJL2023-03-21-1/+5
| | | | | | | | | Co-authored-by: Xithrius <[email protected]>
| * | Bump sentry-sdk from 1.16.0 to 1.17.0 (#2474)Gravatar dependabot[bot]2023-03-21-5/+5
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| * | Merge pull request #2469 from python-discord/dependabot/pip/pytest-xdist-3.2.1Gravatar wookie1842023-03-21-5/+5
| |\ \ | | | | | | | | Bump pytest-xdist from 3.2.0 to 3.2.1
| | * | Bump pytest-xdist from 3.2.0 to 3.2.1Gravatar dependabot[bot]2023-03-21-5/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
| * | Override context command explicitly in antispam filter(#2477)Gravatar Amrou Bellalouna2023-03-20-2/+4
| | |
| * | Merge pull request #2476 from python-discord/remove_muted_roleGravatar Boris Muratov2023-03-20-29/+0
| |\ \ | | | | | | | | Remove usage of the muted role
| | * | Remove usage of the muted roleGravatar mbaruh2023-03-20-29/+0
| |/ /
| * | Merge pull request #2438 from python-discord/mbaruh/timeoutGravatar Boris Muratov2023-03-20-65/+100
| |\ \ | | | | | | | | Migrate from role-based mutes to native timeouts
| | * \ Merge branch 'main' into mbaruh/timeoutGravatar Boris Muratov2023-03-20-144/+172
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #2470 from python-discord/fix-channel-blacklistGravatar Amrou Bellalouna2023-03-14-1/+1
| |\ \ \ | | | | | | | | | | Fix typehint that broke duckpond channel blacklist
| | * | | Fix pydantic model that prevented channel blacklist from workingGravatar TizzySaurus2023-03-14-1/+1
| |/ / /
| | * | Don't manually move timed out usersGravatar mbaruh2023-03-20-3/+0
| | | | | | | | | | | | | | | | The timeout already natively handles blocking voice channels and removing the user from them.
| | * | Add role hierarchy guards for timeoutsGravatar mbaruh2023-03-19-0/+5
| | | | | | | | | | | | | | | | Timeouts have similar role hierarchy restrictions to bans.
| | * | Mention target user in cap messageGravatar mbaruh2023-03-19-3/+4
| | | |
| | * | Merge branch 'main' into mbaruh/timeoutGravatar mbaruh2023-03-10-2007/+2323
| | |\ \
| | * | | Reduce long timeout to 28d instead of denying itGravatar mbaruh2023-03-07-3/+13
| | | | |
| | * | | Migrate from role-based mutes to native timeoutsGravatar mbaruh2023-03-05-56/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Makes use of the native timeout instead of adding the Muted role. - Renames all references to the "mute" infraction to "timeout", except in command aliases for ease of transition. - Maintains support for the old functionality (pardoning users with the muted role, applying timeout to users who rejoin and are not yet timed out because they originally had the role). This can be removed (the relevant parts are marked with TODOs) after there are no longer users with the old mute.
| | | | * Change WordingGravatar Brody Critchlow2023-03-28-1/+1
| | | | | | | | | | | | | | | Co-authored-by: dawn <[email protected]>
| | | | * Update required wordingGravatar Brody Critchlow2023-03-25-1/+1
| | | | |
| | | | * Comply to PEP8Gravatar Brody Critchlow2023-03-15-1/+1
| | | | | | | | | | | | | | | Co-authored-by: Mohammad Ibrahim <[email protected]>
| | | | * Comply to #2419Gravatar Brody Critchlow2023-03-15-1/+4
| | | | | | | | | | | | | | | Co-authored-by: Mohammad Ibrahim <[email protected]>
| | | | * Update wordingGravatar Brody Critchlow2023-02-08-1/+1
| | | | | | | | | | | | | | | Co-authored-by: dawn <[email protected]>
| | | | * Update list names, and add clarifying commentsGravatar Brody Critchlow2023-01-28-6/+8
| | | | |