index
:
bot
copilot/fix-dm-closed-error-handling
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
jb3/3.14-upgrade
main
mbaruh/fix-modpings-schedule
mbaruh/modlog_fix
pastebin-auto-upload
wookie/lower-warning-to-info
wookie184/fix-mentions-reply-resolving
A mirrored copy of the python-discord/bot repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Lines
*
Fix unit tests for new failmail emoji
Ionite
2023-02-07
-5
/
+5
*
Change wording for failed attachments, use `:failmail:` emoji
Ionite
2023-02-07
-5
/
+4
*
Add disallowed file extensions tests
Ionite
2023-02-06
-0
/
+29
*
Add file extension filtering
Ionite
2023-02-06
-14
/
+67
*
Change failed files str to truncate on chars only
ionite34
2022-12-20
-17
/
+30
*
Add normalize file name tests
ionite34
2022-12-20
-0
/
+34
*
Refactor snekbox tests to module
ionite34
2022-12-20
-0
/
+0
*
Improve RE_ANSI match cases
ionite34
2022-12-20
-1
/
+1
*
Add discord file name normalization
ionite34
2022-12-20
-0
/
+22
*
Add markdown mention escape for file error str
ionite34
2022-12-20
-0
/
+5
*
Rename method get_failed_files_str
ionite34
2022-12-20
-3
/
+3
*
Add unit tests for EvalResult.files_error_str
ionite34
2022-12-17
-1
/
+22
*
Add unit test for files_error_message
ionite34
2022-12-17
-1
/
+28
*
Revert newline format for msg
ionite34
2022-12-17
-3
/
+3
*
Update unit tests for EvalResult message change
ionite34
2022-12-17
-7
/
+16
*
Split get_message errors to other properties
ionite34
2022-12-17
-27
/
+58
*
sizeof_fmt uses 0 d.p. for integrals
ionite34
2022-12-17
-3
/
+6
*
Add FILE_COUNT_LIMIT and error messages
ionite34
2022-12-14
-9
/
+24
*
Rename attribute `failed_files`
ionite34
2022-12-14
-4
/
+4
*
Refactor to move snekbox to module
ionite34
2022-12-14
-129
/
+152
*
Merge branch 'main' into snekbox-files
Ionite
2022-12-14
-25
/
+11
|
\
|
*
Merge pull request #2357 from python-discord/update-modlog-for-threads
Johannes Christ
2022-12-11
-19
/
+4
|
|
\
|
|
*
Merge branch 'main' into update-modlog-for-threads
Xithrius
2022-12-11
-5
/
+5
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #2361 from python-discord/dependabot/pip/certifi-2022.12.7
wookie184
2022-12-09
-3
/
+3
|
|
\
\
|
|
*
|
Bump certifi from 2022.9.24 to 2022.12.7
dependabot[bot]
2022-12-09
-3
/
+3
|
|
/
/
|
*
|
Merge pull request #2351 from python-discord/maybe-fix-help-stats-bug
wookie184
2022-12-08
-2
/
+2
|
|
\
\
|
|
*
\
Merge branch 'main' into maybe-fix-help-stats-bug
wookie184
2022-12-08
-1
/
+1
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Don't count bot messages as an answer in a thread
wookie184
2022-11-30
-2
/
+2
|
|
|
*
Move thread logging to message change log
Chris Lovering
2022-12-07
-2
/
+4
|
|
|
*
Remove thread creation logging
Chris Lovering
2022-12-07
-17
/
+0
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #2356 from python-discord/fix-help-channel-open-with-no-co...
mina
2022-12-04
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix help channels with no content not opening properly
Chris Lovering
2022-12-04
-1
/
+1
|
|
/
|
*
Merge pull request #2350 from python-discord/return-jif-rename
mina
2022-11-30
-0
/
+1
|
|
\
|
|
*
Rename print-return to return-gif
Janine vN
2022-11-29
-0
/
+1
|
|
/
*
|
Update `prepare_timeit_input` docstring
ionite34
2022-12-14
-1
/
+1
*
|
Update test_post_job to use 3.10 snekbox
ionite34
2022-12-14
-1
/
+1
*
|
Update function name `get_message`
ionite34
2022-12-14
-5
/
+5
*
|
Update file size limit comment
ionite34
2022-12-14
-2
/
+3
*
|
Merge branch 'snekbox-files' of https://github.com/python-discord/bot into sn...
ionite34
2022-12-14
-4
/
+3
|
\
\
|
*
|
Update bot/exts/utils/snekbox.py
Ionite
2022-12-14
-4
/
+3
*
|
|
Suppress HTTPException for redo emoji
ionite34
2022-12-14
-1
/
+2
|
/
/
*
|
Revert typo
ionite34
2022-12-14
-1
/
+1
*
|
Fix test_post_job unit test
ionite34
2022-12-14
-2
/
+2
*
|
Fix send_job return type
ionite34
2022-12-01
-1
/
+1
*
|
Reorder imports
ionite34
2022-11-30
-3
/
+3
*
|
Merge branch 'main' into snekbox-files
Ionite
2022-11-30
-2009
/
+1101
|
\
|
|
*
Merge pull request #2344 from python-discord/dont-use-removed-talentpool-cache
wookie184
2022-11-29
-9
/
+17
|
|
\
|
|
*
Merge branch 'main' into dont-use-removed-talentpool-cache
wookie184
2022-11-29
-17
/
+17
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #2349 from python-discord/record-help-channel-claims
ChrisJL
2022-11-28
-5
/
+6
|
|
\
\
|
|
*
|
Use the old stat slugs in new help system
Chris Lovering
2022-11-28
-5
/
+6
|
|
/
/
[next]