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
*
Use the messages returned by `purge` to upload message logs
MarkKoz
2020-05-31
-7
/
+3
*
Revert message ignore approach.
Leon Sandøy
2020-05-31
-10
/
+9
*
Revert "Add a mod_log.ignore_all context manager."
Leon Sandøy
2020-05-31
-35
/
+0
*
Merge branch 'master' into multichannel_purge
Leon Sandøy
2020-05-31
-44
/
+3
|
\
|
*
Merge pull request #973 from python-discord/kwzrd/improve-free
kwzrd
2020-05-31
-2
/
+2
|
|
\
|
|
*
Merge branch 'master' into kwzrd/improve-free
kwzrd
2020-05-31
-42
/
+1
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #971 from python-discord/remove_periodic_ping
kwzrd
2020-05-30
-42
/
+1
|
|
\
\
|
|
*
\
Merge branch 'master' into remove_periodic_ping
kwzrd
2020-05-30
-63
/
+354
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Oops, add the return back.
Leon Sandøy
2020-05-30
-0
/
+1
|
|
*
|
Merge branch 'master' into remove_periodic_ping
Leon Sandøy
2020-05-30
-0
/
+1
|
|
|
\
\
|
|
*
|
|
Removing the periodic ping from verification.
Leon Sandøy
2020-05-30
-43
/
+1
|
|
|
|
*
Free tag: link #how-to-get-help
kwzrd
2020-05-30
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Fix a bug with invocation deletion.
Leon Sandøy
2020-05-31
-21
/
+14
*
|
|
|
Add a mod_log.ignore_all context manager.
Leon Sandøy
2020-05-31
-0
/
+35
*
|
|
|
Remove unnecessary conditional.
Leon Sandøy
2020-05-31
-4
/
+2
*
|
|
|
Better channel mentions
Leon Sandøy
2020-05-31
-1
/
+1
*
|
|
|
Remove a completely unacceptable newline.
Leon Sandøy
2020-05-30
-1
/
+0
*
|
|
|
Add multichannel !purge via commands.Greedy
Leon Sandøy
2020-05-30
-31
/
+39
|
/
/
/
*
|
|
Merge pull request #864 from ks129/ban-kick-reason-length
Mark
2020-05-30
-42
/
+159
|
\
\
\
|
*
\
\
Merge branch 'master' into ban-kick-reason-length
Mark
2020-05-30
-350
/
+1571
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #930 from MrGrote/test_antimalware
Sebastiaan Zeeff
2020-05-30
-20
/
+194
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into test_antimalware
Sebastiaan Zeeff
2020-05-30
-965
/
+2124
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #972 from Numerlor/tag-encoding
Mark
2020-05-29
-1
/
+1
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
Tags: explicitly use UTF-8 to read files
MarkKoz
2020-05-30
-1
/
+1
|
/
/
/
/
*
|
|
|
Merge pull request #965 from Akarys42/patch-1
Dennis Pham
2020-05-29
-0
/
+1
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Merge branch 'master' into patch-1
Dennis Pham
2020-05-29
-31
/
+8
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #966 from python-discord/sebastiaan/help-channels/ratelimits
Joseph Banks
2020-05-29
-31
/
+8
|
\
\
\
\
|
*
|
|
|
Reduce the number of help channel name changes
Sebastiaan Zeeff
2020-05-29
-29
/
+3
|
*
|
|
|
Fix `check_for_answer` breaking on missing cache
Sebastiaan Zeeff
2020-05-29
-2
/
+5
|
/
/
/
/
|
*
/
/
Ignore response when posting python news
Matteo Bertucci
2020-05-29
-0
/
+1
|
/
/
/
*
|
|
Merge pull request #947 from python-discord/redis_persistence
Sebastiaan Zeeff
2020-05-28
-182
/
+1061
|
\
\
\
|
*
|
|
Move the `self.redis_closed` into session create.
Leon Sandøy
2020-05-28
-1
/
+1
|
*
|
|
Prevent a state where a coro could wait forever.
Leon Sandøy
2020-05-28
-2
/
+6
|
*
|
|
Add custom exceptions for each error state.
Leon Sandøy
2020-05-28
-8
/
+21
|
*
|
|
Make prefix consts private and more precise.
Leon Sandøy
2020-05-28
-9
/
+9
|
*
|
|
Reduce complexity on some of the typestring stuff.
Leon Sandøy
2020-05-28
-31
/
+9
|
*
|
|
Merge branch 'master' into redis_persistence
Leon Sandøy
2020-05-27
-80
/
+154
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #961 from python-discord/moderation_commands_in_modmail_ca...
Sebastiaan Zeeff
2020-05-27
-88
/
+161
|
\
\
\
\
|
*
|
|
|
Add some tests for `in_whitelist_check`.
Leon Sandøy
2020-05-27
-0
/
+48
|
*
|
|
|
Remove the now deprecated in_channel_check.
Leon Sandøy
2020-05-27
-16
/
+0
|
*
|
|
|
Merge branch 'master' into moderation_commands_in_modmail_category
Joseph Banks
2020-05-27
-0
/
+1
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Add /r/FlutterDev to the guild invite whitelist
Dennis Pham
2020-05-26
-0
/
+1
|
*
|
|
|
Allow some commands to fail checks silently.
Leon Sandøy
2020-05-27
-2
/
+9
|
*
|
|
|
No redirect for mod management.
Leon Sandøy
2020-05-27
-0
/
+1
|
*
|
|
|
Find + change all InWhitelistCheckFailure imports
Leon Sandøy
2020-05-27
-9
/
+8
|
*
|
|
|
Allow infraction management in modmail category
Leon Sandøy
2020-05-27
-12
/
+13
|
*
|
|
|
Refactor the in_whitelist deco to a check.
Leon Sandøy
2020-05-27
-53
/
+86
|
/
/
/
/
|
*
|
|
Fix ATROCIOUS comment.
Leon Sandøy
2020-05-27
-3
/
+5
|
*
|
|
Refactor typestring converters to partialmethods.
Leon Sandøy
2020-05-27
-30
/
+24
|
*
|
|
Floats are no longer permitted as RedisCache keys.
Leon Sandøy
2020-05-27
-43
/
+86
[next]