aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
|/
* 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
|/ /
* | Merge pull request #2463 from shtlrs/preserve-personal-configGravatar Amrou Bellalouna2023-03-12-3/+6
|\ \ | | | | | | Preserve personal config
| * \ Merge branch 'main' into preserve-personal-configGravatar Hassan Abouelela2023-03-12-140/+165
| |\ \ | |/ / |/| |
* | | Merge pull request #2465 from shtlrs/fix-persistent-roles-view-bugGravatar Amrou Bellalouna2023-03-12-2/+0
|\ \ \ | | | | | | | | Fix broken roles view
| * | | remove CUSTOM_ID_FORMATGravatar shtlrs2023-03-12-1/+0
| | | |
| * | | bring back the interaction_checkGravatar shtlrs2023-03-12-0/+10
| | | | | | | | | | | | | | | | This one is still needed for the `!subscribe` text command to work properly
| * | | remove custom ids that handle routing to the viewGravatar shtlrs2023-03-12-11/+0
|/ / /
* | | Merge pull request #2455 from python-discord/dependabot/pip/aiohttp-3.8.4Gravatar Amrou Bellalouna2023-03-12-91/+91
|\ \ \ | | | | | | | | Bump aiohttp from 3.8.3 to 3.8.4
| * | | Bump aiohttp from 3.8.3 to 3.8.4Gravatar dependabot[bot]2023-03-12-91/+91
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.4. - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.4) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #2456 from python-discord/dependabot/pip/pydantic-1.10.6Gravatar Amrou Bellalouna2023-03-12-39/+39
|\ \ \ | | | | | | | | Bump pydantic from 1.10.5 to 1.10.6
| * | | Bump pydantic from 1.10.5 to 1.10.6Gravatar dependabot[bot]2023-03-12-39/+39
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v1.10.6/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.10.5...v1.10.6) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | | Merge pull request #2372 from python-discord/vivek/jump-url-infr-logGravatar Amrou Bellalouna2023-03-12-9/+36
|\ \ \ | | | | | | | | Display jump url to message invoking an infraction in infraction log
| * | | Update appeals2 to appeals_2 to reflect config changeGravatar vivekashok12212023-03-11-1/+1
| | | |
| * | | Merge branch 'main' into vivek/jump-url-infr-logGravatar Vivek Ashokkumar2023-03-11-3146/+3760
| |\ \ \ | |/ / / |/| | |
| * | | Display "N/A" for infractions in ModMailGravatar vivekashok12212023-03-10-7/+9
| | | | | | | | | | | | | | | | Previously displayed "Infraction issued in modmail" for infractions in ModMail.
| * | | Format jump url bot-sideGravatar vivekashok12212023-02-17-18/+28
| | | |
| * | | Include message link in mod-log embedsGravatar vivekashok12212023-02-14-0/+2
| | | |
| * | | Display message link in infraction logGravatar vivekashok12212023-02-14-1/+14
| | | |
| | * | change mode to "wb"Gravatar shtlrs2023-03-12-1/+1
| | | |
| | * | write emoji_trashcan to .env.server upon botstrapGravatar shtlrs2023-03-11-1/+5
| | | |
| | * | switch order of env files to be parsedGravatar shtlrs2023-03-11-2/+1
| |/ / |/| | | | | | | | | | | | | | | | | | | | The priority of the value to be picked is always the last file in the `env_file` tuple We want server values to always be picked up from .env.server, and if someone wants to override them for testing, they'll go into .env But the `env.server` shouldn't be manually tampered with
| | * 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
| | |\ | |_|/ |/| |
* | | Merge pull request #2326 from python-discord/snekbox-filesfix-eval-message-limitGravatar Boris Muratov2023-03-10-244/+727
|\ \ \ | | | | | | | | Support `eval` (snekbox) file system and attachment display
| * | | Merge branch 'main' into snekbox-filesGravatar Ionite2023-03-09-1/+6
| | | |