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
/
test_helpers.py
(
unfollow
)
Commit message (
Expand
)
Author
Lines
2020-04-12
Add a timeout to prevent the bot from being overloaded with presence updates
Joseph Banks
-5
/
+21
2020-04-12
Address aeros' review comment regarding help channel stat reporting
Joseph Banks
-3
/
+3
2020-04-11
Add a metric for tracking how long defcon was active
Joseph Banks
-1
/
+15
2020-04-11
Use in for membership check as opposed to .get()
Joseph Banks
-1
/
+1
2020-04-11
Update bot/cogs/stats.py
Joseph
-1
/
+1
2020-04-11
Additional statistics
Joseph Banks
-9
/
+45
2020-04-11
Move create_socket to the login method of the bot
Joseph Banks
-4
/
+1
2020-04-11
Implement an AsyncStatsClient to send statsd communications asynchronously
Joseph Banks
-3
/
+49
2020-04-11
Address review comments from Mark
Joseph Banks
-3800
/
+5
2020-04-11
Address review comments from Mark
Joseph Banks
-14
/
+3837
2020-04-11
StatsD integration
Joseph Banks
-34
/
+145
2020-04-08
Stop setting positions when moving help channels
Sebastiaan Zeeff
-2
/
+0
2020-04-07
Ensure available help channels sync their permissions
Sebastiaan Zeeff
-3
/
+48
2020-04-07
Change help available embed to use occupied term
Sebastiaan Zeeff
-3
/
+3
2020-04-07
Set the ID of the new Help: In Use category
Sebastiaan Zeeff
-1
/
+1
2020-04-06
Use clean help channel name for used name set
Sebastiaan Zeeff
-1
/
+1
2020-04-06
Use configurable prefix to clean help channel names
Sebastiaan Zeeff
-3
/
+4
2020-04-06
Change bottom sorting strategy to using a large int
Sebastiaan Zeeff
-21
/
+2
2020-04-06
Add channel status emoji to help channels
Sebastiaan Zeeff
-0
/
+22
2020-04-05
Change help channel sorting to bottom position
Sebastiaan Zeeff
-17
/
+6
2020-04-05
Add close alias for dormant command
Joseph Banks
-1
/
+1
2020-04-05
Reduce span of hyperlink in AVAILABLE_MSG and DORMANT_MSG
Joseph Banks
-2
/
+2
2020-04-02
Fixed missed rename for token removal method name change
S. Co1
-1
/
+1
2020-04-01
Add TCD to whitelist
Leon Sandøy
-0
/
+1
2020-03-31
(Infraction Edit): Changed already expired and no reason provided sentence.
Karlis S
-3
/
+1
2020-03-31
(Infraction Edit): Don't change infraction when user try modify duration of i...
ks123
-0
/
+5
2020-03-31
(Tags): Removed unnecessary `send_embed_with_trashcan` function due using exi...
ks123
-23
/
+1
2020-03-31
(Tags): Moved to existing `wait_for_deletion` function instead using custom/n...
ks123
-5
/
+17
2020-03-31
(Tags): Added blank line between check function and `try:` block on `send_emb...
ks123
-0
/
+1
2020-03-31
(Tags): Fixed `TimeoutError` shadowing with `asyncio.TimeoutError`.
ks123
-2
/
+2
2020-03-31
(Tags): Modified helper function `handle_trashcan_react` to `send_embed_with_...
ks123
-7
/
+6
2020-03-30
HelpChannels: set to enabled by default
MarkKoz
-1
/
+1
2020-03-30
ModLog: ignore update channel events for help channels
MarkKoz
-1
/
+7
2020-03-30
HelpChannels: use constant names instead of default values in docstring
MarkKoz
-6
/
+5
2020-03-30
HelpChannels: fix typos in docstrings
Mark
-2
/
+2
2020-03-30
Set unsilence permissions to inherit instead of true
Sebastiaan Zeeff
-2
/
+2
2020-03-30
(Tags): Fixed trashcan handling check.
ks123
-2
/
+2
2020-03-30
(Tags): Added trashcan handling to `!tags get` command.
ks123
-2
/
+4
2020-03-30
(Tags): Added helper function `handle_trashcan_react` for tag response deleti...
ks123
-1
/
+21
2020-03-29
HelpChannels: fix typo in docstring
MarkKoz
-1
/
+1
2020-03-29
BotCog: fix AttributeError getting a category for a DMChannel
MarkKoz
-1
/
+1
2020-03-29
HelpChannels: remove positions from element names
MarkKoz
-127
/
+125
2020-03-29
HelpChannels: fix alphabetical sorting of dormant channels
MarkKoz
-13
/
+22
2020-03-29
(Infraction Edit): Don't let change expiration when infraction already expired.
Karlis S
-1
/
+3
2020-03-29
(PEP Command): Fixed comment about PEP 0 separately handling.
ks123
-2
/
+1
2020-03-29
(PEP Command): Moved PEP 0 information to hard-coded strings from constants, ...
ks123
-18
/
+14
2020-03-29
(PEP Command): Moved icon URL to constant instead hard-coded string.
ks123
-2
/
+4
2020-03-28
Increase syncer logging level
S. Co1
-1
/
+1
2020-03-28
(Webhook Detection): Fixed grouping of regex, alert message content, docstrin...
Karlis S
-9
/
+9
2020-03-28
Use debug log level instead of warning in `post_user`
MarkKoz
-1
/
+1
[next]