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-09
(Watchchannel): Added footer shortening.
ks129
-1
/
+2
2020-04-09
(Talent Pool): Applied reason shortening.
ks129
-5
/
+5
2020-04-09
(Scheduler): Replaced `infraction['reason']` with `reason` variable using in ...
ks129
-1
/
+1
2020-04-09
(Scheduler): Move reason to end of log text to avoid truncating keys.
ks129
-2
/
+7
2020-04-09
(Mod Utils): Moved embed description to variable.
ks129
-5
/
+7
2020-04-08
(Superstarify): Removed unnecessary truncation on `superstarify` command, reo...
ks129
-1
/
+1
2020-04-08
(Mod Utils): Removed truncation of reason itself and added truncation to whol...
ks129
-3
/
+3
2020-04-08
(Scheduler): Removed reason truncation from `apply_infraction`, changed order...
ks129
-2
/
+2
2020-04-08
(ModLog): Added mod log item embed description truncating when it's too long.
ks129
-1
/
+2
2020-04-08
(Scheduler): Changed reason truncating in `apply_infraction` from 1900 chars ...
ks129
-2
/
+2
2020-04-08
(Superstarify, Scheduler): Added reason shortening for ModLog.
ks129
-2
/
+2
2020-04-08
(Infractions): Moved truncated reason to variable instead on ban coroutine cr...
ks129
-5
/
+3
2020-04-08
(Infractions): Removed unnecessary logging that notify when reason will be tr...
ks129
-6
/
+0
2020-04-08
(Mod Utils): Added shortening reason on embed creation in `notify_infraction`.
ks129
-1
/
+1
2020-04-06
(Ban and Kick): Added space to `textwrap.shorten` `placeholder`.
ks129
-1
/
+1
2020-04-06
(Ban and Kick): Changed length in `textwrap.shorten` from 309 to 312 because ...
ks129
-2
/
+2
2020-04-05
(Mod Scheduler): Added reason truncations to Scheduler's `apply_infraction`
ks129
-1
/
+2
2020-04-05
(Ban and Kick): Applied simplification to reason truncating.
ks129
-2
/
+2
2020-04-04
(Ban and Kick): Replaced force reason truncating with `textwrap.shorten`.
ks129
-2
/
+3
2020-04-04
(Kick Command): Added logging and truncating to correct length for Discord Au...
ks129
-1
/
+4
2020-04-04
(Banning): Added logging and truncating to correct length for Discord Audit L...
ks129
-1
/
+8
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
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
(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
2020-03-28
(PEP Command): Fixed comment of explanation of PEP 0 different processing.
ks123
-1
/
+2
2020-03-28
(Webhook Detection): Renamed `url` variable to `redacted_url` to avoid confus...
ks123
-2
/
+2
2020-03-28
(Webhook Detection): Fixed docstrings.
ks123
-2
/
+2
2020-03-28
(Webhook Detection): Removed unnecessary URL hiding in `delete_and_respond`.
ks123
-5
/
+0
2020-03-28
(Webhook Detection): Added grouping to RegEx compilation, removed unnecessary...
ks123
-13
/
+4
2020-03-28
Logging severity pass from review
S. Co1
-4
/
+4
2020-03-28
(Webhook Detection): Call `on_message` instead repeating code.
ks123
-3
/
+1
2020-03-28
(Webhook Detection): Fixed order of cog loading.
ks123
-1
/
+1
2020-03-28
(Webhook Detection): Added `on_message_edit` listener for Discord Webhooks de...
ks123
-0
/
+7
[next]