| Commit message (Collapse) | Author | Age | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | |\
| | |
| | | |
Add new inplace tag
|
| | | |\
| | |/
| |/| |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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>
|
| | |\ \
| | | |
| | | | |
Update base image to new repo org
|
| | |/ / |
|
| | |\ \
| | | |
| | | | |
Bump python version to 3 11
|
| | | | |
| | | |
| | | |
| | | | |
mock._importer was removed in 3.11
|
| | | | | |
|
| | |/ /
| | |
| | |
| | | |
This also bumps some dev deps to latest
|
| | |\ \
| | | |
| | | | |
Improve wording in botstrap error
|
| | |/ / |
|
| | | | |
|
| | | |\
| | |/
| |/| |
|
| | | |
| | |
| | |
| | | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: Xithrius <[email protected]>
|
| | | |
| | |
| | | |
Co-authored-by: Xithrius <[email protected]>
|
| | | |
| | |
| | |
| | | |
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
| | |\ \
| | | |
| | | | |
Bump pytest-xdist from 3.2.0 to 3.2.1
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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]>
|
| | | | |
|
| | |\ \
| | | |
| | | | |
Remove usage of the muted role
|
| | |/ / |
|
| | |\ \
| | | |
| | | | |
Migrate from role-based mutes to native timeouts
|
| | | |\ \
| | |/ /
| |/| | |
|
| | |\ \ \
| | | | |
| | | | | |
Fix typehint that broke duckpond channel blacklist
|
| | |/ / / |
|
| | | | |
| | | |
| | | |
| | | | |
The timeout already natively handles blocking voice channels and removing the user from them.
|
| | | | |
| | | |
| | | |
| | | | |
Timeouts have similar role hierarchy restrictions to bans.
|
| | | | | |
|
| | | |\ \ |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- 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.
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: dawn <[email protected]>
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Mohammad Ibrahim <[email protected]>
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: Mohammad Ibrahim <[email protected]>
|
| | | | | |
| | | | |
| | | | | |
Co-authored-by: dawn <[email protected]>
|
| | | | | | |
|