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
*
Verification: stop tasks on suspicious 403
kwzrd
2020-08-29
-1
/
+4
*
Verification: add helper for stopping tasks
kwzrd
2020-08-29
-5
/
+17
*
Verification: improve allowed mentions handling
kwzrd
2020-08-27
-7
/
+10
*
Verification: document StopExecution handling
kwzrd
2020-08-27
-0
/
+3
*
Verification: stop kicking members on suspicious 403
kwzrd
2020-08-26
-1
/
+16
*
Verification: add helper for alerting admins
kwzrd
2020-08-26
-0
/
+18
*
Verification: retain ping in edited confirmation msg
kwzrd
2020-08-26
-7
/
+8
*
Verification: remove explicit everyones from allowed mentions
kwzrd
2020-08-26
-6
/
+2
*
Verification: separate guild invite by empty line
kwzrd
2020-08-26
-0
/
+1
*
Verification: send guild invite with kick message
kwzrd
2020-08-26
-1
/
+2
*
Verification: add guild invite to config
kwzrd
2020-08-26
-0
/
+2
*
Verification: add missing word to task status message
kwzrd
2020-08-19
-2
/
+2
*
Verification: pause request execution after each batch
kwzrd
2020-08-14
-4
/
+23
*
Verification: adjust coroutines to use generic dispatch
kwzrd
2020-08-13
-32
/
+11
*
Verification: add `_send_requests` helper
kwzrd
2020-08-13
-0
/
+30
*
Verification: improve confirmation message handling
kwzrd
2020-08-08
-4
/
+10
*
Verification: strip reminder message once and for all
kwzrd
2020-08-08
-2
/
+2
*
Verification: widen set type annotation
kwzrd
2020-08-08
-2
/
+2
*
Verification: only take reactions from core devs
kwzrd
2020-08-08
-1
/
+3
*
Verification: improve `is_verified` check
kwzrd
2020-08-08
-1
/
+1
*
Verification: address member update race condition
kwzrd
2020-08-07
-8
/
+21
*
Verification: rename cache & document new use
kwzrd
2020-08-07
-9
/
+15
*
Verification: persist task settings in Redis
kwzrd
2020-08-07
-3
/
+19
*
Verification: add command interface for task management
kwzrd
2020-08-06
-2
/
+60
*
Merge 'd.py' 1.4 bump from 'origin/master' branch
kwzrd
2020-08-06
-79
/
+51
|
\
|
*
Merge pull request #1093 from python-discord/discord.py-1.4
kwzrd
2020-08-06
-79
/
+51
|
|
\
|
|
*
Deps: update discord.py to 1.4.0
MarkKoz
2020-08-06
-79
/
+51
|
|
/
*
|
Verification: extend cog docstring
kwzrd
2020-08-06
-1
/
+17
*
|
Verification: make on-join message more accurate
kwzrd
2020-08-06
-2
/
+4
*
|
Verification: bump confirmation threshold to 1%
kwzrd
2020-08-06
-1
/
+1
*
|
Verification: send DM to kicked members
kwzrd
2020-08-06
-0
/
+8
*
|
Verification: enable role pings
kwzrd
2020-08-06
-2
/
+10
*
|
Verification: disable burst shared filter in verification
kwzrd
2020-08-06
-1
/
+10
*
|
Verification: add stats collection
kwzrd
2020-08-06
-0
/
+28
*
|
Merge master branch into kwzrd/verification
kwzrd
2020-08-06
-477
/
+803
|
\
|
|
*
Guild invite regex: Add support for dashes in the invite code
Dennis Pham
2020-08-05
-1
/
+1
|
*
Merge pull request #1087 from python-discord/bug/backend/1080/cog-reload-canc...
Dennis Pham
2020-08-05
-1
/
+14
|
|
\
|
|
*
Merge branch 'master' into bug/backend/1080/cog-reload-cancel-scheduler
Dennis Pham
2020-08-05
-16
/
+23
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Merge pull request #1091 from python-discord/kwzrd/fix-1090
Dennis Pham
2020-08-05
-9
/
+8
|
|
\
\
|
|
*
\
Merge branch 'master' into kwzrd/fix-1090
Dennis Pham
2020-08-05
-7
/
+15
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #1088 from python-discord/bug/util/1083/source-dynamic-obj
Mark
2020-08-05
-7
/
+15
|
|
\
\
\
|
|
*
|
|
Source: remove redundant check for help commands
MarkKoz
2020-08-04
-4
/
+1
|
|
*
|
|
Source: raise BadArgument for dynamically-created objects
MarkKoz
2020-08-04
-3
/
+14
|
*
|
|
|
Revert "HelpChannels: use more reliable check for claimed channel"
kwzrd
2020-08-05
-1
/
+1
|
*
|
|
|
Merge pull request #1089 from python-discord/bug/help/1074/duplicate-claim
kwzrd
2020-08-05
-1
/
+1
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
HelpChannels: use more reliable check for claimed channel
MarkKoz
2020-08-04
-1
/
+1
|
|
/
/
/
|
|
*
/
Redis: remove erroneous `_redis` alias
kwzrd
2020-08-05
-9
/
+8
|
|
/
/
|
|
*
Cancel scheduled tasks when cogs unload
MarkKoz
2020-08-04
-1
/
+14
|
|
/
|
*
Revert "Disabled burst_shared filter temporarily"
Joseph Banks
2020-08-04
-0
/
+4
|
*
Merge pull request #1078 from python-discord/support_plural_filterlist_types
Dennis Pham
2020-08-03
-5
/
+17
|
|
\
[next]