aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | Ensure filter list is present in previously triggered cache before accessingGravatar Chris Lovering2024-02-11-1/+1
| |
* | Merge pull request #2920 from ↵Gravatar mina2024-02-10-3/+6
|\ \ | | | | | | | | | python-discord/feat/2172/show-new-reminder-timestamp
| * | Reminders: show updated timestampGravatar Mark2024-02-09-3/+6
|/ / | | | | | | | | | | | | When a reminder's duration is updated, show the new timestamp in the confirmation message that is sent. Resolve #2172
* | Bump sentry-sdk from 1.40.2 to 1.40.3 (#2919)Gravatar dependabot[bot]2024-02-10-6/+6
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Fix modlog event being in a non-cached channel (#2911)Gravatar ChrisJL2024-02-09-2/+3
| |
* | Bump sentry-sdk from 1.40.1 to 1.40.2 (#2917)Gravatar dependabot[bot]2024-02-09-5/+5
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump ruff from 0.2.0 to 0.2.1 (#2916)Gravatar dependabot[bot]2024-02-07-20/+20
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump sentry-sdk from 1.40.0 to 1.40.1 (#2915)Gravatar dependabot[bot]2024-02-07-6/+6
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Use the new mailing lists API to track news (#2852)Gravatar Amrou Bellalouna2024-02-03-50/+50
| |
* | Replace aliased errors with TimeoutErrorGravatar Chris Lovering2024-02-02-9/+7
| |
* | Move ruff config to new sectionsGravatar Chris Lovering2024-02-02-4/+6
| |
* | Bump ruff from 0.1.15 to 0.2.0Gravatar dependabot[bot]2024-02-02-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.15 to 0.2.0. - [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.1.15...v0.2.0) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Bump emoji from 2.10.0 to 2.10.1 (#2906)Gravatar dependabot[bot]2024-02-02-6/+7
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Merge pull request #2879 from python-discord/use-botcore-paginatorGravatar Amrou Bellalouna2024-01-31-440/+85
|\ \ | | | | | | Use `LinePaginator` from `bot-core`
| * | delete pagination testsGravatar shtlrs2024-01-31-46/+0
| | | | | | | | | | | | These have been ported to bot-core
| * | use LinePaginator from pydis_coreGravatar shtlrs2024-01-31-341/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | This works simply by wrapping pydis_core's LinePaginator.paginate with a method that passes the emojis to the underlying paginate method This allows us to 1. (Most importantly) Reuse the botcore paginator 2. Preserve the same imports 3. Provide a sane default for the trashcan emoji
| * | bump pydis_core versionGravatar shtlrs2024-01-31-53/+54
|/ / | | | | | | This version contains the paginator classes
* | Bump sentry-sdk from 1.39.2 to 1.40.0 (#2904)Gravatar dependabot[bot]2024-01-31-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.39.2 to 1.40.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/1.39.2...1.40.0) --- 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 aiohttp from 3.9.2 to 3.9.3 (#2903)Gravatar dependabot[bot]2024-01-30-79/+79
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump ruff from 0.1.14 to 0.1.15 (#2902)Gravatar dependabot[bot]2024-01-30-20/+20
| | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | Bump coverage from 7.4.0 to 7.4.1 (#2899)Gravatar dependabot[bot]2024-01-29-55/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.4.0 to 7.4.1. - [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.4.0...7.4.1) --- 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>
* | Bump aiohttp from 3.9.1 to 3.9.2 (#2901)Gravatar dependabot[bot]2024-01-29-79/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2. - [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.9.1...v3.9.2) --- updated-dependencies: - dependency-name: aiohttp 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 pytest from 7.4.4 to 8.0.0 (#2900)Gravatar dependabot[bot]2024-01-29-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.0. - [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/7.4.4...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development 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>
* | Bump ruff from 0.1.11 to 0.1.14 (#2894)Gravatar dependabot[bot]2024-01-29-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bump ruff from 0.1.11 to 0.1.14 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.11 to 0.1.14. - [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.1.11...v0.1.14) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Appeased the linter --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xithrius <[email protected]> Co-authored-by: Galen Rice <[email protected]>
* | Handle adding reactions to messages from users who have blocked the bot (#2580)Gravatar TizzySaurus2024-01-29-1/+23
| | | | | | | | | | Co-authored-by: Xithrius <[email protected]> Co-authored-by: Xithrius <[email protected]>
* | Merge pull request #2871 from python-discord/fix-incorrect-testGravatar wookie1842024-01-28-3/+7
|\ \ | | | | | | Fix test code that was doing nothing
| * \ Merge branch 'main' into fix-incorrect-testGravatar wookie1842024-01-28-594/+624
| |\ \ | |/ / |/| |
* | | Update URL regex in embed filter (#2896)Gravatar Lemonyte2024-01-26-1/+1
| | |
* | | Bump pip-licenses from 4.3.3 to 4.3.4 (#2893)Gravatar dependabot[bot]2024-01-23-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pip-licenses](https://github.com/raimon49/pip-licenses) from 4.3.3 to 4.3.4. - [Release notes](https://github.com/raimon49/pip-licenses/releases) - [Changelog](https://github.com/raimon49/pip-licenses/blob/master/CHANGELOG.md) - [Commits](https://github.com/raimon49/pip-licenses/compare/v-4.3.3...v-4.3.4) --- updated-dependencies: - dependency-name: pip-licenses 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 emoji from 2.9.0 to 2.10.0 (#2890)Gravatar dependabot[bot]2024-01-19-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [emoji](https://github.com/carpedm20/emoji) from 2.9.0 to 2.10.0. - [Release notes](https://github.com/carpedm20/emoji/releases) - [Changelog](https://github.com/carpedm20/emoji/blob/master/CHANGES.md) - [Commits](https://github.com/carpedm20/emoji/compare/v2.9.0...v2.10.0) --- updated-dependencies: - dependency-name: emoji 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 beautifulsoup4 from 4.12.2 to 4.12.3 (#2887)Gravatar dependabot[bot]2024-01-19-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 to 4.12.3. --- updated-dependencies: - dependency-name: beautifulsoup4 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 python-frontmatter from 1.0.1 to 1.1.0 (#2886)Gravatar dependabot[bot]2024-01-18-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [python-frontmatter](https://github.com/eyeseast/python-frontmatter) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/eyeseast/python-frontmatter/releases) - [Commits](https://github.com/eyeseast/python-frontmatter/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: python-frontmatter 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 more-itertools from 10.1.0 to 10.2.0 (#2883)Gravatar dependabot[bot]2024-01-11-6/+10
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump sentry-sdk from 1.39.1 to 1.39.2 (#2882)Gravatar dependabot[bot]2024-01-11-6/+6
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Bump lxml from 5.0.0 to 5.1.0 (#2881)Gravatar dependabot[bot]2024-01-09-93/+79
| | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* | | Fix pydantic warning in test due to deprecated function (#2872)Gravatar wookie1842024-01-08-1/+1
| | |
* | | Move modlog method to util (#2877)Gravatar wookie1842024-01-08-131/+203
| | |
* | | Merge pull request #2880 from python-discord/update-unambiguous-convertersGravatar wookie1842024-01-05-11/+7
|\ \ \ | | | | | | | | Update unambiguous converter to not support usernames
| * | | Don't instantiate class to call static methodGravatar wookie1842024-01-05-1/+1
| | | |
| * | | Update unambiguous converter to not support usernamesGravatar wookie1842024-01-04-11/+7
|/ / /
* | | Voice Verify Button Instead of Voice Verify Command (#2856)Gravatar Daniel Brown2024-01-03-175/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added additional ignore to `.gitignore` * Setting structure for view class * Transferring voice_verification functionality to button view * Completed VerifyView and added cog_load * Moved `voice_verify()` functionality to button. Added `prepare_voice_button()` to create the persistent button and message. * Tweaked message deletion times to be more consistent * Voice Gate rework - Removed unused imports caused by changes - Changed voice pings to reflect the use of button instead of command - Changed from deleting pings by message id in favor of using built in `delete_after` arguments on messages - Changed `delete_after` to use values from config - Redis cache no longer tracks message ids along with user id for the purpose of tracking people who have been pinged - * Changes to Structure and Logic - Removed superfluous new line in constants file - Removed ModLog from file as it is no longer needed - New to voice chat users will no longer be sent a DM, and will instead only be sent a ping in the verification channel - Changed class name from `VerifyView` to `VoiceVerificationView` for added clarity - Adjusted voice button role check logic to reduce number of api calls * Corrected logging formatting - Formatting now correctly using %-style instead of f-strings * Swapped channel getting & corrected redundant logic - Swapped get_channel to get_or_fetch_channel to make sure channel is retrieved - Adjusted list comprehension and for loop to be a single for loop * Change ping phrasing for clarity Co-authored-by: wookie184 <[email protected]> --------- Co-authored-by: wookie184 <[email protected]>
* | | Bump ruff from 0.1.9 to 0.1.11 (#2876)Gravatar dependabot[bot]2024-01-03-21/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.9 to 0.1.11. - [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.1.9...v0.1.11) --- 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>
* | | Merge pull request #2860 from python-discord/dependabot/pip/ruff-0.1.9Gravatar Amrou Bellalouna2024-01-02-63/+60
|\ \ \ | | | | | | | | Bump ruff from 0.1.7 to 0.1.9
| * | | display correct text upon missing activity/messagesGravatar shtlrs2024-01-01-4/+10
| | | | | | | | | | | | | | | | This also updates the return type hints to reflect what's being returned
| * | | bump ruff to 0.1.9Gravatar shtlrs2024-01-01-59/+50
|/ / /
* | | Bump lxml from 4.9.4 to 5.0.0 (#2873)Gravatar dependabot[bot]2024-01-01-97/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [lxml](https://github.com/lxml/lxml) from 4.9.4 to 5.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-4.9.4...lxml-5.0.0) --- updated-dependencies: - dependency-name: lxml 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>
* | | Bump pytest from 7.4.3 to 7.4.4 (#2874)Gravatar dependabot[bot]2024-01-01-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 7.4.4. - [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/7.4.3...7.4.4) --- 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>
* | | Merge pull request #2817 from python-discord/swfarnsworth/tag-updatesGravatar wookie1842023-12-31-3/+27
|\ \ \ | | | | | | | | Tag updates
| * \ \ Merge branch 'main' into swfarnsworth/tag-updatesGravatar wookie1842023-12-31-1199/+1202
| |\ \ \ | |/ / / |/| | |
* | | | Bump rapidfuzz from 3.6.0 to 3.6.1 (#2870)Gravatar dependabot[bot]2023-12-31-93/+93
| | | | | | | | | | | | | | | | Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>