index
:
bot
copilot/update-pytest-and-fix-tests
dependabot/uv/pytest-9.0.0
fix-eval-message-limit
fix/modpings
inject-settings-in-bot-core
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
path:
root
/
tests
/
base.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-07-29
Make a helper for inserting filter lists.
Leon Sandøy
-21
/
+16
2020-07-29
Kaizen - group private methods together.
Leon Sandøy
-43
/
+43
2020-07-29
Use a defaultdict(list) for filter_list_cache.
Leon Sandøy
-6
/
+7
2020-07-29
Expect status 400 for duplicates.
Leon Sandøy
-2
/
+2
2020-07-27
Bump flake8 version to 3.8
Leon Sandøy
-173
/
+191
2020-07-27
Rename AllowDenyList to FilterLists
Leon Sandøy
-45
/
+45
2020-07-24
More explicit dict indexing
Leon Sandøy
-3
/
+3
2020-07-24
Add sanity to partner and verification check in filtering.py.
Leon Sandøy
-2
/
+2
2020-07-24
No need for all() in cog_check for AllowDenyLists.
Leon Sandøy
-4
/
+1
2020-07-24
Put valid_types_list inside the conditional.
Leon Sandøy
-1
/
+1
2020-07-24
Catch ResponseCodeError in the ValidAllowDenyListType converter.
Leon Sandøy
-7
/
+7
2020-07-19
Implement new guild invite filtering logic.
Leon Sandøy
-7
/
+19
2020-07-19
Validation of guild invites for delete.
Leon Sandøy
-2
/
+14
2020-07-19
Validation of guild invites.
Leon Sandøy
-17
/
+78
2020-07-19
Support the new AllowDenyList field, 'comment'.
Leon Sandøy
-10
/
+46
2020-07-19
Include the guild ID in mod-log embed.
Leon Sandøy
-3
/
+4
2020-07-19
Fix an absolutely terrible comment.
Leon Sandøy
-1
/
+1
2020-07-18
Remove AntiMalWare constants, use cache data.
Leon Sandøy
-55
/
+30
2020-07-18
Remove Filtering constants, use cache data.
Leon Sandøy
-135
/
+32
2020-07-18
Add more logging to AllowDenyLists cog.
Leon Sandøy
-2
/
+11
2020-07-18
Add AllowDenyLists cog.
Leon Sandøy
-0
/
+145
2020-07-18
Make the cache more convenient to access.
Leon Sandøy
-1
/
+13
2020-07-18
Bulletlist with valid file types in converter.
Leon Sandøy
-2
/
+2
2020-07-18
Better BadArgument exception text.
Leon Sandøy
-2
/
+3
2020-07-17
Kaizen: Make error_handler.py more embeddy.
Leon Sandøy
-7
/
+25
2020-07-17
Add ValidAllowDenyListType converter.
Leon Sandøy
-1
/
+27
2020-07-17
Cache AllowDenyList data at bot startup.
Leon Sandøy
-0
/
+7
2020-07-17
Kaizen: Move OffTopicName to converters.py.
Leon Sandøy
-29
/
+28
2020-07-16
Bugfix: Show ID for embed DM relays, too.
Leon Sandøy
-1
/
+1
2020-07-15
Oops, these prints shouldn't be here.
Leon Sandøy
-3
/
+0
2020-07-15
How did that except except block get in?
Leon Sandøy
-3
/
+0
2020-07-15
Create a UserMentionOrID converter.
Leon Sandøy
-1
/
+24
2020-07-15
Ves' refactor
Leon Sandøy
-15
/
+16
2020-07-15
Add some stats for DMs sent and received.
Leon Sandøy
-0
/
+3
2020-07-15
Add the user ID to the username in dm relays.
Leon Sandøy
-1
/
+1
2020-07-15
Restore DM user caching.
Leon Sandøy
-6
/
+22
2020-07-15
Pass processed string to `extractBests`
kosayoda
-2
/
+2
2020-07-15
Document new kwarg in docstring
kosayoda
-0
/
+2
2020-07-14
HelpChannels: remove cooldown info from available message
MarkKoz
-3
/
+0
2020-07-14
Suppress NotFound when removing help cmd reactions
MarkKoz
-7
/
+6
2020-07-15
Remove caching of last_dm_user.
Leon Sandøy
-25
/
+20
2020-07-14
Update bot/resources/tags/or-gotcha.md
ItsCinnabar
-1
/
+1
2020-07-14
Update or-gotcha.md
ItsCinnabar
-1
/
+0
2020-07-14
Update or-gotcha.md
ItsCinnabar
-1
/
+1
2020-07-14
Update or-gotcha.md
ItsCinnabar
-1
/
+2
2020-07-14
Remove redundant kwarg in !kick and !shadow_kick
kosayoda
-2
/
+2
2020-07-14
Invoke fuzzywuzzy's processor before matching
kosayoda
-1
/
+8
2020-07-14
Achieve feature parity with talentpool
kosayoda
-2
/
+17
2020-07-14
Add command to list nominees by oldest first
kosayoda
-0
/
+11
2020-07-14
Accept argument to order nominees by oldest first
kosayoda
-2
/
+6
[next]