aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | | | | * Hide no output on any file uploadGravatar Ionite2023-02-09-1/+1
| | | | | | |
| | | | | | * Update unit tests for file error message changesGravatar Ionite2023-02-08-9/+5
| | | | | | |
| | | | | | * Update file error messagesGravatar Ionite2023-02-08-10/+28
| | | | | | |
| | | | | | * Add skip condition for windows not able to test path escapesGravatar Ionite2023-02-07-2/+6
| | | | | | |
| | | | | | * Fix unit tests for new failmail emojiGravatar Ionite2023-02-07-5/+5
| | | | | | |
| | | | | | * Change wording for failed attachments, use `:failmail:` emojiGravatar Ionite2023-02-07-5/+4
| | | | | | |
| | | | | | * Add disallowed file extensions testsGravatar Ionite2023-02-06-0/+29
| | | | | | |
| | | | | | * Add file extension filteringGravatar Ionite2023-02-06-14/+67
| | | | | | |
| | | | | | * Change failed files str to truncate on chars onlyGravatar ionite342022-12-20-17/+30
| | | | | | |
| | | | | | * Add normalize file name testsGravatar ionite342022-12-20-0/+34
| | | | | | |
| | | | | | * Refactor snekbox tests to moduleGravatar ionite342022-12-20-0/+0
| | | | | | |
| | | | | | * Improve RE_ANSI match casesGravatar ionite342022-12-20-1/+1
| | | | | | |
| | | | | | * Add discord file name normalizationGravatar ionite342022-12-20-0/+22
| | | | | | |
| | | | | | * Add markdown mention escape for file error strGravatar ionite342022-12-20-0/+5
| | | | | | |
| | | | | | * Rename method get_failed_files_strGravatar ionite342022-12-20-3/+3
| | | | | | |
| | | | | | * Add unit tests for EvalResult.files_error_strGravatar ionite342022-12-17-1/+22
| | | | | | |
| | | | | | * Add unit test for files_error_messageGravatar ionite342022-12-17-1/+28
| | | | | | |
| | | | | | * Revert newline format for msgGravatar ionite342022-12-17-3/+3
| | | | | | |
| | | | | | * Update unit tests for EvalResult message changeGravatar ionite342022-12-17-7/+16
| | | | | | |
| | | | | | * Split get_message errors to other propertiesGravatar ionite342022-12-17-27/+58
| | | | | | |
| | | | | | * sizeof_fmt uses 0 d.p. for integralsGravatar ionite342022-12-17-3/+6
| | | | | | |
| | | | | | * Add FILE_COUNT_LIMIT and error messagesGravatar ionite342022-12-14-9/+24
| | | | | | |
| | | | | | * Rename attribute `failed_files`Gravatar ionite342022-12-14-4/+4
| | | | | | |
| | | | | | * Refactor to move snekbox to moduleGravatar ionite342022-12-14-129/+152
| | | | | | |
| | | | | | * Merge branch 'main' into snekbox-filesGravatar Ionite2022-12-14-25/+11
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #2357 from python-discord/update-modlog-for-threadsGravatar Johannes Christ2022-12-11-19/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update modlog for threads
| * \ \ \ \ \ \ Merge branch 'main' into update-modlog-for-threadsGravatar Xithrius2022-12-11-5/+5
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #2361 from python-discord/dependabot/pip/certifi-2022.12.7Gravatar wookie1842022-12-09-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump certifi from 2022.9.24 to 2022.12.7
| * | | | | | | | Bump certifi from 2022.9.24 to 2022.12.7Gravatar dependabot[bot]2022-12-09-3/+3
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07) --- updated-dependencies: - dependency-name: certifi dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
* | | | | | | | Merge pull request #2351 from python-discord/maybe-fix-help-stats-bugGravatar wookie1842022-12-08-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Don't count bot messages as an answer in a thread
| * \ \ \ \ \ \ \ Merge branch 'main' into maybe-fix-help-stats-bugGravatar wookie1842022-12-08-1/+1
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Don't count bot messages as an answer in a threadGravatar wookie1842022-11-30-2/+2
| | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Move thread logging to message change logGravatar Chris Lovering2022-12-07-2/+4
| | | | | | | |
| | * | | | | | Remove thread creation loggingGravatar Chris Lovering2022-12-07-17/+0
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #2356 from ↵Gravatar mina2022-12-04-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | python-discord/fix-help-channel-open-with-no-content
| * | | | | | Fix help channels with no content not opening properlyGravatar Chris Lovering2022-12-04-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chanels that just contained one or more images as an exampole would have the message.content equal to the empty string which != None, so the current check never got hit. Closes #2355 Closes BOT-3BW
* | | | | | Merge pull request #2350 from python-discord/return-jif-renameGravatar mina2022-11-30-0/+1
|\ \ \ \ \ \
| * | | | | | Rename print-return to return-gifGravatar Janine vN2022-11-29-0/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Adds the previous name as an alias as well
| | | | | * Update `prepare_timeit_input` docstringGravatar ionite342022-12-14-1/+1
| | | | | |
| | | | | * Update test_post_job to use 3.10 snekboxGravatar ionite342022-12-14-1/+1
| | | | | |
| | | | | * Update function name `get_message`Gravatar ionite342022-12-14-5/+5
| | | | | |
| | | | | * Update file size limit commentGravatar ionite342022-12-14-2/+3
| | | | | |
| | | | | * Merge branch 'snekbox-files' of https://github.com/python-discord/bot into ↵Gravatar ionite342022-12-14-4/+3
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | snekbox-files
| | | | | | * Update bot/exts/utils/snekbox.pyGravatar Ionite2022-12-14-4/+3
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
| | | | | * | Suppress HTTPException for redo emojiGravatar ionite342022-12-14-1/+2
| | | | | |/
| | | | | * Revert typoGravatar ionite342022-12-14-1/+1
| | | | | |
| | | | | * Fix test_post_job unit testGravatar ionite342022-12-14-2/+2
| | | | | |
| | | | | * Fix send_job return typeGravatar ionite342022-12-01-1/+1
| | | | | |
| | | | | * Reorder importsGravatar ionite342022-11-30-3/+3
| | | | | |
| | | | | * Merge branch 'main' into snekbox-filesGravatar Ionite2022-11-30-2009/+1101
| | | | | |\ | |_|_|_|_|/ |/| | | | |