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
*
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
*
|
Refactor .increment and add lock test.
Leon Sandøy
2020-05-27
-65
/
+109
*
|
Clear cache in asyncSetUp instead of tests.
Leon Sandøy
2020-05-27
-6
/
+1
*
|
Merge branch 'master' into redis_persistence
Leon Sandøy
2020-05-26
-24
/
+97
|
\
|
|
*
Merge pull request #866 from python-discord/restricted_tags
Shirayuki Nekomata
2020-05-26
-17
/
+42
|
|
\
|
|
*
Merge branch 'master' into restricted_tags
Shirayuki Nekomata
2020-05-26
-955
/
+2577
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
[stats] Do not report modmail channels to stats
Joseph Banks
2020-05-26
-1
/
+11
|
*
|
Merge pull request #936 from python-discord/bug/filters/929/invalid-invites
kwzrd
2020-05-25
-1
/
+3
|
|
\
\
|
|
*
\
Merge branch 'master' into bug/filters/929/invalid-invites
kwzrd
2020-05-25
-594
/
+833
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Add discord.gift to URL blacklist, closes #958
Joseph Banks
2020-05-24
-0
/
+1
|
*
|
|
Merge pull request #956 from ks129/help-channels-delete
Sebastiaan Zeeff
2020-05-24
-5
/
+40
|
|
\
\
\
|
|
*
\
\
Merge branch 'master' into help-channels-delete
Sebastiaan Zeeff
2020-05-24
-8
/
+64
|
|
|
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
HelpChannels: remove `is_dormant_message`
MarkKoz
2020-05-22
-5
/
+1
|
|
*
|
|
HelpChannels: move message None check inside `match_bot_embed`
MarkKoz
2020-05-22
-8
/
+2
|
|
*
|
|
HelpChannels: rename `embed_description_match`
MarkKoz
2020-05-22
-5
/
+5
|
|
*
|
|
HelpChannels: fix `is_empty` not being awaited
MarkKoz
2020-05-22
-2
/
+5
|
|
*
|
|
Help: Create `embed_description_match`
ks129
2020-05-22
-9
/
+12
|
|
*
|
|
Help: Fix docstrings of `is_empty` and `on_message_delete`
ks129
2020-05-22
-2
/
+6
|
|
*
|
|
Help: Implemented faster close when claimant delete msg no more messages
ks129
2020-05-21
-1
/
+31
|
|
*
|
|
Config: Added new `HelpChannels` config `deleted_idle_minutes`
ks129
2020-05-21
-0
/
+5
|
|
|
*
|
Filtering: don't attempt to send additional embeds for invalid invites
MarkKoz
2020-05-10
-1
/
+3
|
|
|
|
*
Tags: always use top-most folder for role restrictions
MarkKoz
2020-04-18
-8
/
+11
|
|
|
|
*
simpl
Rohan Reddy Alleti
2020-04-14
-3
/
+1
|
|
|
|
*
simplify if statement
Rohan Reddy Alleti
2020-04-14
-4
/
+2
|
|
|
|
*
Feature now is cross-platform
rohanjnr
2020-04-14
-7
/
+10
|
|
|
|
*
Remove unnecessary variable creation and join two if statements
rohanjnr
2020-04-05
-5
/
+6
|
|
|
|
*
Add feature to restrict tags to specific role(s)
rohanjnr
2020-04-05
-15
/
+37
*
|
|
|
|
Add a test for RuntimeErrors.
Leon Sandøy
2020-05-26
-0
/
+22
*
|
|
|
|
Swap the order for the validate_cache checks.
Leon Sandøy
2020-05-26
-8
/
+8
*
|
|
|
|
Improve some docstrings for RedisCache.
Leon Sandøy
2020-05-26
-5
/
+3
*
|
|
|
|
Make self.increment_lock private.
Leon Sandøy
2020-05-26
-2
/
+2
*
|
|
|
|
Add better docstring for RedisCache.update
Leon Sandøy
2020-05-26
-2
/
+12
*
|
|
|
|
Fix edge case where pop might not delete.
Leon Sandøy
2020-05-26
-6
/
+6
*
|
|
|
|
Turn log.exception into log.error
Leon Sandøy
2020-05-26
-17
/
+22
[next]