Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add status commandmbaruh/fix-modpings-schedule | 2025-08-14 | -15/+58 | |
| | ||||
* | Make the cog check more specific | 2025-08-14 | -3/+3 | |
| | | | | The commands in this cog don't make sense for admins and directors who aren't in the mod team | |||
* | Add sync command | 2025-08-14 | -0/+10 | |
| | ||||
* | Fix modpings schedule command | 2025-08-14 | -98/+93 | |
| | ||||
* | Initial cleanup and map out issues | 2025-08-13 | -52/+65 | |
| | ||||
* | Dependency bumps | 2025-08-10 | -106/+103 | |
| | | | | Mainly for pydis-core, but bump other dependencies as well | |||
* | Merge pull request #3331 from b0nes1/main | 2025-08-10 | -19/+230 | |
|\ | | | | | Implemented optional duration parameter in slowmode command | |||
| * | Merge branch 'main' into main | 2025-08-10 | -2870/+1457 | |
| |\ | |/ |/| | ||||
* | | Update extensions functools.partial to enum.member | 2025-07-28 | -6/+4 | |
| | | | | | | | | Modified as per FutureWarning | |||
* | | Update Dockerfile to Python 3.13 | 2025-07-27 | -1/+1 | |
| | | ||||
* | | Update pyproject.toml to Python 3.13 | 2025-07-27 | -229/+346 | |
| | | ||||
* | | Update voice verification thresholds | 2025-07-23 | -2/+2 | |
| | | ||||
* | | Dependency re-lock | 2025-07-22 | -25/+26 | |
| | | ||||
* | | Bump aiohttp from 3.11.13 to 3.12.14 in the pip group across 1 directory | 2025-07-22 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the pip group with 1 update in the / directory: [aiohttp](https://github.com/aio-libs/aiohttp). Updates `aiohttp` from 3.11.13 to 3.12.14 - [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.11.13...v3.12.14) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> | |||
* | | Bump lxml from 5.3.1 to 6.0.0 | 2025-07-22 | -23/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [lxml](https://github.com/lxml/lxml) from 5.3.1 to 6.0.0. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-5.3.1...lxml-6.0.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> | |||
* | | webscale the dockerfile 10x improvement | 2025-07-18 | -2/+0 | |
| | | ||||
* | | Update dependabot config to use uv | 2025-07-15 | -1/+2 | |
| | | ||||
* | | Replace virtualenv with venv | 2025-07-15 | -2/+2 | |
| | | | | | | | | Co-authored-by: Johannes Christ <[email protected]> | |||
* | | Remove pip-licenses | 2025-07-15 | -66/+1 | |
| | | ||||
* | | Update README.md to reflect uv usage | 2025-07-15 | -9/+9 | |
| | | ||||
* | | Update Dockerfile to use uv | 2025-07-15 | -7/+29 | |
| | | ||||
* | | Update lint task to use uv | 2025-07-15 | -5/+9 | |
| | | ||||
* | | Update pre-commit hooks to use uv | 2025-07-15 | -1/+1 | |
| | | ||||
* | | Migrate pyproject.toml to uv dependencies | 2025-07-15 | -2807/+1308 | |
| | | ||||
* | | Allow mods to also paginate other mod commands | 2025-07-15 | -5/+16 | |
| | | ||||
* | | Revert "Add allowance for pydis_core minor updates" | 2025-07-14 | -6/+0 | |
| | | | | | | | | This reverts commit 8134dbd62f211f5e35429faa71a0be11d5716c3b. | |||
* | | Add allowance for pydis_core minor updates | 2025-07-14 | -0/+6 | |
| | | ||||
* | | Bump pydis-core to 11.6.1 | 2025-07-13 | -6/+6 | |
| | | ||||
| * | Centralize cache reading and decoding in a helper function | 2025-08-09 | -19/+32 | |
| | | ||||
| * | Use consistent time module import | 2025-07-01 | -5/+4 | |
| | | ||||
| * | Remove stray comment | 2025-07-01 | -2/+0 | |
| | | ||||
| * | General refactoring, change message formatting, update tests | 2025-06-30 | -36/+44 | |
| | | ||||
| * | Refactor slowmode command to use Duration converter; Combine redis caches ↵ | 2025-06-30 | -56/+55 | |
| | | | | | | | | into one object; update and tidy related tests. | |||
| * | Fix bug in test causing channel edit to not be recognised | 2025-06-30 | -15/+17 | |
| | | ||||
| * | Fix issue with unawaited coroutine in test | 2025-06-30 | -1/+1 | |
| | | ||||
| * | WIP: Added tests for slowmode command with duration argument. | 2025-06-30 | -2/+110 | |
| | | ||||
| * | Implemented optional duration parameter in slowmode command | 2025-06-30 | -15/+99 | |
|/ | ||||
* | Gracefully handle attempting tidy-up in archived thread | 2025-06-25 | -3/+10 | |
| | ||||
* | Merge pull request #3340 from python-discord/jb3/mod-changes-refactor | 2025-06-25 | -6/+9 | |
|\ | | | | | Moderator changes minor refactor | |||
| * | Exclude bot-commands from rules alert relay | 2025-06-25 | -1/+4 | |
| | | ||||
| * | Only tidy-up infractions outside mod channels | 2025-06-25 | -1/+2 | |
| | | ||||
| * | Use partial messageable and message to tidy up infractions | 2025-06-25 | -4/+3 | |
|/ | ||||
* | Drop log verbosity for forbidden infraction message deletions | 2025-06-23 | -1/+1 | |
| | ||||
* | Improve error handling with scheduled deletion of infraction messages | 2025-06-23 | -6/+7 | |
| | ||||
* | Delete automated infraction messages after a period of time | 2025-06-23 | -2/+70 | |
| | ||||
* | Update information cog test suite to patch get_channel for rules command tests | 2025-06-23 | -0/+3 | |
| | ||||
* | Post alert in rule alerts thread when a non-staff member uses !rule | 2025-06-23 | -1/+39 | |
| | ||||
* | Add rule alerts thread to constants file | 2025-06-23 | -0/+2 | |
| | ||||
* | Merge pull request #3329 from ↵ | 2025-05-31 | -17/+22 | |
|\ | | | | | | | | | python-discord/don't-hardcode-python-version-in-timeit Don't hardcode which python version to use in timeit command | |||
| * | Don't hardcode which python version to use in timeit command | 2025-05-31 | -17/+22 | |
| | |