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
*
Make a helper for validating guild invites.
Leon Sandøy
2020-07-29
-16
/
+18
*
Make a helper for inserting filter lists.
Leon Sandøy
2020-07-29
-21
/
+16
*
Kaizen - group private methods together.
Leon Sandøy
2020-07-29
-43
/
+43
*
Use a defaultdict(list) for filter_list_cache.
Leon Sandøy
2020-07-29
-6
/
+7
*
Expect status 400 for duplicates.
Leon Sandøy
2020-07-29
-2
/
+2
*
Bump flake8 version to 3.8
Leon Sandøy
2020-07-27
-173
/
+191
*
Rename AllowDenyList to FilterLists
Leon Sandøy
2020-07-27
-45
/
+45
*
More explicit dict indexing
Leon Sandøy
2020-07-24
-3
/
+3
*
Add sanity to partner and verification check in filtering.py.
Leon Sandøy
2020-07-24
-2
/
+2
*
No need for all() in cog_check for AllowDenyLists.
Leon Sandøy
2020-07-24
-4
/
+1
*
Put valid_types_list inside the conditional.
Leon Sandøy
2020-07-24
-1
/
+1
*
Catch ResponseCodeError in the ValidAllowDenyListType converter.
Leon Sandøy
2020-07-24
-7
/
+7
*
Implement new guild invite filtering logic.
Leon Sandøy
2020-07-19
-7
/
+19
*
Validation of guild invites for delete.
Leon Sandøy
2020-07-19
-2
/
+14
*
Validation of guild invites.
Leon Sandøy
2020-07-19
-17
/
+78
*
Support the new AllowDenyList field, 'comment'.
Leon Sandøy
2020-07-19
-10
/
+46
*
Include the guild ID in mod-log embed.
Leon Sandøy
2020-07-19
-3
/
+4
*
Fix an absolutely terrible comment.
Leon Sandøy
2020-07-19
-1
/
+1
*
Remove AntiMalWare constants, use cache data.
Leon Sandøy
2020-07-18
-55
/
+30
*
Remove Filtering constants, use cache data.
Leon Sandøy
2020-07-18
-135
/
+32
*
Add more logging to AllowDenyLists cog.
Leon Sandøy
2020-07-18
-2
/
+11
*
Add AllowDenyLists cog.
Leon Sandøy
2020-07-18
-0
/
+145
*
Make the cache more convenient to access.
Leon Sandøy
2020-07-18
-1
/
+13
*
Bulletlist with valid file types in converter.
Leon Sandøy
2020-07-18
-2
/
+2
*
Better BadArgument exception text.
Leon Sandøy
2020-07-18
-2
/
+3
*
Kaizen: Make error_handler.py more embeddy.
Leon Sandøy
2020-07-17
-7
/
+25
*
Add ValidAllowDenyListType converter.
Leon Sandøy
2020-07-17
-1
/
+27
*
Cache AllowDenyList data at bot startup.
Leon Sandøy
2020-07-17
-0
/
+7
*
Kaizen: Move OffTopicName to converters.py.
Leon Sandøy
2020-07-17
-29
/
+28
*
Bugfix: Show ID for embed DM relays, too.
Leon Sandøy
2020-07-16
-1
/
+1
*
Merge pull request #1046 from ItsCinnabar/patch-1
Sebastiaan Zeeff
2020-07-16
-1
/
+1
|
\
|
*
Merge branch 'master' into patch-1
Sebastiaan Zeeff
2020-07-16
-1
/
+8
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #1045 from python-discord/bug/980/fuzzy-processing
Dennis Pham
2020-07-15
-1
/
+8
|
\
\
|
*
\
Merge branch 'master' into bug/980/fuzzy-processing
Dennis Pham
2020-07-15
-177
/
+427
|
|
\
\
|
|
/
/
|
/
|
|
|
*
|
Pass processed string to `extractBests`
kosayoda
2020-07-15
-2
/
+2
|
*
|
Invoke fuzzywuzzy's processor before matching
kosayoda
2020-07-14
-1
/
+8
|
|
*
Merge branch 'master' into patch-1
Dennis Pham
2020-07-15
-175
/
+425
|
|
|
\
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #1054 from python-discord/dm_relay
Leon Sandøy
2020-07-15
-6
/
+43
|
\
\
\
|
*
\
\
Merge branch 'master' into dm_relay
Leon Sandøy
2020-07-15
-70
/
+202
|
|
\
\
\
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1041 from python-discord/dm_relay
Kieran Siek
2020-07-15
-107
/
+198
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into dm_relay
Kieran Siek
2020-07-15
-15
/
+49
|
|
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #1044 from python-discord/talentpool-oldest
Kieran Siek
2020-07-15
-5
/
+43
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'master' into talentpool-oldest
kosayoda
2020-07-15
-10
/
+6
|
|
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #1051 from python-discord/bug/info/1050/remove-help-reacti...
Dennis Pham
2020-07-14
-7
/
+6
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' into bug/info/1050/remove-help-reactions-404
Dennis Pham
2020-07-14
-3
/
+0
|
|
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
HelpChannels: remove cooldown info from available message
MarkKoz
2020-07-14
-3
/
+0
|
*
|
|
|
|
|
Suppress NotFound when removing help cmd reactions
MarkKoz
2020-07-14
-7
/
+6
|
/
/
/
/
/
/
|
*
|
|
|
|
Document new kwarg in docstring
kosayoda
2020-07-15
-0
/
+2
|
*
|
|
|
|
Merge branch 'master' into talentpool-oldest
Dennis Pham
2020-07-14
-55
/
+143
|
|
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Achieve feature parity with talentpool
kosayoda
2020-07-14
-2
/
+17
[next]