aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Merge branch 'main' into pastebin-auto-uploadpastebin-auto-uploadGravatar Steele Farnsworth2025-01-30-20/+41
|\
| * Add missing arg in help post archive callGravatar Chris Lovering2025-01-18-1/+1
| * Ensure every path to close a help channel cancels scheduled closesGravatar Chris Lovering2025-01-18-12/+22
| * Merge pull request #3240 from python-discord/Show-close-reasonsGravatar Boris Muratov2025-01-18-6/+17
| |\
| | * !close can also be used by moderators, not just OPGravatar Chris Lovering2025-01-18-1/+1
| | * More specific close message for native closeGravatar Chris Lovering2025-01-18-1/+1
| | * Don't repeat start of close message in every if branchGravatar Chris Lovering2025-01-18-6/+6
| | * Add closing reason for when OP closes uses native Discord close optionGravatar Chris Lovering2025-01-18-1/+4
| | * Change closing embed title based on close reasonGravatar Chris Lovering2025-01-18-1/+10
| | * Significantly shorten help channel close messageGravatar Chris Lovering2025-01-18-2/+2
| | * Remove unneeded constantGravatar Chris Lovering2025-01-18-2/+1
| |/
| * Update supported Python versions in Snekbox help text (#3237)Gravatar Bradley Reynolds2025-01-18-2/+2
| * Merge pull request #3232 from python-discord/codeblock-instructionsGravatar Steele Farnsworth2025-01-14-31/+12
| |\
* | | Change how a file is determined to be text-like. Decode text with correct enc...Gravatar Steele Farnsworth2025-01-30-3/+4
* | | Remove messages related to disallowed text-like files.Gravatar Steele Farnsworth2025-01-30-34/+13
* | | Account for messages with attachments being deleted before author reacts.Gravatar Steele Farnsworth2025-01-29-0/+14
* | | Add logging; expand initial message from bot; fix bug in deleting the paste.Gravatar Steele Farnsworth2025-01-29-3/+18
* | | Add comments explaining each step.Gravatar Steele Farnsworth2025-01-29-5/+10
* | | Exit early if none of the attachments are text.Gravatar Steele Farnsworth2025-01-29-2/+1
* | | Move EmbedFileHandler cog to its own moduleGravatar Steele Farnsworth2025-01-29-87/+111
* | | Add helper function for extracting attachment text.Gravatar Steele Farnsworth2025-01-29-1/+8
* | | Apply token filters to text attachment content.Gravatar Steele Farnsworth2025-01-19-1/+10
* | | Migrate to py3.12 typing syntax.Gravatar Steele Farnsworth2025-01-19-9/+5
* | | Migrate to py3.12 generic syntax (removes TypeVar).Gravatar Steele Farnsworth2025-01-12-4/+1
* | | work-in-progress: when upload a text file attachment, ask for permission to a...Gravatar Steele Farnsworth2025-01-12-2/+92
| |/ |/|
* | Further abbreviate the "wrong language specifier" message; remove extra "plea...Gravatar Steele Farnsworth2025-01-10-7/+5
* | Abbreviate codeblock instructions; remove ability to dismiss the instructions...Gravatar Steele Farnsworth2025-01-08-25/+8
|/
* Remove unneeded importGravatar Chris Lovering2025-01-05-2/+1
* Re-fetch help threads before closing.Gravatar Steele Farnsworth2025-01-04-0/+4
* Bump pydantic-settings from 2.6.1 to 2.7.1 (#3222)Gravatar dependabot[bot]2025-01-03-5/+5
* Bump rapidfuzz from 3.10.1 to 3.11.0 (#3223)Gravatar dependabot[bot]2025-01-03-91/+91
* Bump pytest-subtests from 0.13.1 to 0.14.1 (#3225)Gravatar dependabot[bot]2025-01-03-7/+7
* Bump sentry-sdk from 2.19.0 to 2.19.2 (#3224)Gravatar dependabot[bot]2025-01-03-5/+5
* Bump markdownify from 0.13.1 to 0.14.1 (#3205)Gravatar ChrisJL2025-01-01-7/+25
|\
| * Fix rendering of markdown headers in docsGravatar wookie1842024-12-30-1/+2
| * Remove surrounding whitespace from doc description markdownGravatar wookie1842024-12-30-1/+18
| * Bump markdownify from 0.13.1 to 0.14.1Gravatar dependabot[bot]2024-12-30-5/+5
|/
* Bump ruff from 0.8.0 to 0.8.4 (#3220)Gravatar dependabot[bot]2024-12-30-21/+21
* Bump pytest from 8.3.3 to 8.3.4 (#3219)Gravatar dependabot[bot]2024-12-30-5/+5
* Bump httpx from 0.27.2 to 0.28.1 (#3218)Gravatar dependabot[bot]2024-12-30-6/+5
* Bump coverage from 7.6.7 to 7.6.10 (#3217)Gravatar dependabot[bot]2024-12-29-65/+65
* Bump aiohttp from 3.11.7 to 3.11.11 (#3216)Gravatar dependabot[bot]2024-12-29-79/+79
* Bump taskipy from 1.14.0 to 1.14.1 (#3206)Gravatar dependabot[bot]2024-12-29-7/+7
* Merge pull request #3210 from kkrypt0nn/patch-heroku-hosting-tagGravatar ~hedy2024-12-04-1/+1
|\
| * Heroku is no longer freeGravatar Krypton2024-12-03-1/+1
|/
* Don't ignore newlines when filtering invites (#3207)Gravatar Boris Muratov2024-11-27-4/+4
* Bump pydis-core to 11.5.1Gravatar Chris Lovering2024-11-23-5/+5
* Sort __all__ in snekboxGravatar Chris Lovering2024-11-23-1/+1
* Merge pull request #3018 from python-discord/feat/tag-list-iterate-and-remove...Gravatar ChrisJL2024-11-23-0/+27
|\
| * Merge branch 'main' into feat/tag-list-iterate-and-remove-gotchaGravatar Galen Rice2024-04-20-20/+20
| |\