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
path:
root
/
tests
/
helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-08-29
Verification: add helper for stopping tasks
kwzrd
-5
/
+17
2020-08-27
Verification: improve allowed mentions handling
kwzrd
-7
/
+10
2020-08-27
Verification: document StopExecution handling
kwzrd
-0
/
+3
2020-08-26
Verification: stop kicking members on suspicious 403
kwzrd
-1
/
+16
2020-08-26
Verification: add helper for alerting admins
kwzrd
-0
/
+18
2020-08-26
Verification: retain ping in edited confirmation msg
kwzrd
-7
/
+8
2020-08-26
Verification: remove explicit everyones from allowed mentions
kwzrd
-6
/
+2
2020-08-26
Verification: separate guild invite by empty line
kwzrd
-0
/
+1
2020-08-26
Verification: send guild invite with kick message
kwzrd
-1
/
+2
2020-08-26
Verification: add guild invite to config
kwzrd
-0
/
+2
2020-08-19
Verification: add missing word to task status message
kwzrd
-2
/
+2
2020-08-14
Verification: pause request execution after each batch
kwzrd
-4
/
+23
2020-08-13
Verification: adjust coroutines to use generic dispatch
kwzrd
-32
/
+11
2020-08-13
Verification: add `_send_requests` helper
kwzrd
-0
/
+30
2020-08-08
Verification: improve confirmation message handling
kwzrd
-4
/
+10
2020-08-08
Verification: strip reminder message once and for all
kwzrd
-2
/
+2
2020-08-08
Verification: widen set type annotation
kwzrd
-2
/
+2
2020-08-08
Verification: only take reactions from core devs
kwzrd
-1
/
+3
2020-08-08
Verification: improve `is_verified` check
kwzrd
-1
/
+1
2020-08-07
Verification: address member update race condition
kwzrd
-8
/
+21
2020-08-07
Verification: rename cache & document new use
kwzrd
-9
/
+15
2020-08-07
Verification: persist task settings in Redis
kwzrd
-3
/
+19
2020-08-06
Verification: add command interface for task management
kwzrd
-2
/
+60
2020-08-06
Deps: update discord.py to 1.4.0
MarkKoz
-79
/
+51
2020-08-06
Verification: extend cog docstring
kwzrd
-1
/
+17
2020-08-06
Verification: make on-join message more accurate
kwzrd
-2
/
+4
2020-08-06
Verification: bump confirmation threshold to 1%
kwzrd
-1
/
+1
2020-08-06
Verification: send DM to kicked members
kwzrd
-0
/
+8
2020-08-06
Verification: enable role pings
kwzrd
-2
/
+10
2020-08-06
Verification: disable burst shared filter in verification
kwzrd
-1
/
+10
2020-08-06
Verification: add stats collection
kwzrd
-0
/
+28
2020-08-06
Verification: remove unverified role on accept
kwzrd
-0
/
+5
2020-08-05
Guild invite regex: Add support for dashes in the invite code
Dennis Pham
-1
/
+1
2020-08-05
Revert "HelpChannels: use more reliable check for claimed channel"
kwzrd
-1
/
+1
2020-08-05
Redis: remove erroneous `_redis` alias
kwzrd
-9
/
+8
2020-08-05
Verification: schedule ping task
kwzrd
-3
/
+5
2020-08-05
Verification: implement unverified role ping task
kwzrd
-0
/
+52
2020-08-04
HelpChannels: use more reliable check for claimed channel
MarkKoz
-1
/
+1
2020-08-04
Source: remove redundant check for help commands
MarkKoz
-4
/
+1
2020-08-04
Source: raise BadArgument for dynamically-created objects
MarkKoz
-3
/
+14
2020-08-04
Cancel scheduled tasks when cogs unload
MarkKoz
-1
/
+14
2020-08-04
Verification: ignore verification reminder message event
kwzrd
-0
/
+3
2020-08-04
Verification: add reminder cache
kwzrd
-0
/
+5
2020-08-04
Verification: comment message uses
kwzrd
-0
/
+3
2020-08-04
Verification: add reminder ping message & frequency
kwzrd
-0
/
+11
2020-08-04
Verification: move time constants above messages
kwzrd
-10
/
+10
2020-08-04
Verification: make authorization message ping core devs
kwzrd
-2
/
+3
2020-08-04
Verification: schedule member update task
kwzrd
-1
/
+12
2020-08-04
Verification: add region comments & move property to top
kwzrd
-4
/
+17
2020-08-04
Verification: create task to update unverified members
kwzrd
-0
/
+37
[next]