aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_helpers.py (unfollow)
Commit message (Expand)AuthorLines
2020-04-09(Watchchannel): Added footer shortening.Gravatar ks129-1/+2
2020-04-09(Talent Pool): Applied reason shortening.Gravatar ks129-5/+5
2020-04-09(Scheduler): Replaced `infraction['reason']` with `reason` variable using in ...Gravatar ks129-1/+1
2020-04-09(Scheduler): Move reason to end of log text to avoid truncating keys.Gravatar ks129-2/+7
2020-04-09(Mod Utils): Moved embed description to variable.Gravatar ks129-5/+7
2020-04-08(Superstarify): Removed unnecessary truncation on `superstarify` command, reo...Gravatar ks129-1/+1
2020-04-08(Mod Utils): Removed truncation of reason itself and added truncation to whol...Gravatar ks129-3/+3
2020-04-08(Scheduler): Removed reason truncation from `apply_infraction`, changed order...Gravatar ks129-2/+2
2020-04-08(ModLog): Added mod log item embed description truncating when it's too long.Gravatar ks129-1/+2
2020-04-08(Scheduler): Changed reason truncating in `apply_infraction` from 1900 chars ...Gravatar ks129-2/+2
2020-04-08(Superstarify, Scheduler): Added reason shortening for ModLog.Gravatar ks129-2/+2
2020-04-08(Infractions): Moved truncated reason to variable instead on ban coroutine cr...Gravatar ks129-5/+3
2020-04-08(Infractions): Removed unnecessary logging that notify when reason will be tr...Gravatar ks129-6/+0
2020-04-08(Mod Utils): Added shortening reason on embed creation in `notify_infraction`.Gravatar ks129-1/+1
2020-04-06(Ban and Kick): Added space to `textwrap.shorten` `placeholder`.Gravatar ks129-1/+1
2020-04-06(Ban and Kick): Changed length in `textwrap.shorten` from 309 to 312 because ...Gravatar ks129-2/+2
2020-04-05(Mod Scheduler): Added reason truncations to Scheduler's `apply_infraction`Gravatar ks129-1/+2
2020-04-05(Ban and Kick): Applied simplification to reason truncating.Gravatar ks129-2/+2
2020-04-04(Ban and Kick): Replaced force reason truncating with `textwrap.shorten`.Gravatar ks129-2/+3
2020-04-04(Kick Command): Added logging and truncating to correct length for Discord Au...Gravatar ks129-1/+4
2020-04-04(Banning): Added logging and truncating to correct length for Discord Audit L...Gravatar ks129-1/+8
2020-04-02Fixed missed rename for token removal method name changeGravatar S. Co1-1/+1
2020-04-01Add TCD to whitelistGravatar Leon Sandøy-0/+1
2020-03-31(Infraction Edit): Changed already expired and no reason provided sentence.Gravatar Karlis S-3/+1
2020-03-31(Infraction Edit): Don't change infraction when user try modify duration of i...Gravatar ks123-0/+5
2020-03-31(Tags): Removed unnecessary `send_embed_with_trashcan` function due using exi...Gravatar ks123-23/+1
2020-03-31(Tags): Moved to existing `wait_for_deletion` function instead using custom/n...Gravatar ks123-5/+17
2020-03-31(Tags): Added blank line between check function and `try:` block on `send_emb...Gravatar ks123-0/+1
2020-03-31(Tags): Fixed `TimeoutError` shadowing with `asyncio.TimeoutError`.Gravatar ks123-2/+2
2020-03-31(Tags): Modified helper function `handle_trashcan_react` to `send_embed_with_...Gravatar ks123-7/+6
2020-03-30Set unsilence permissions to inherit instead of trueGravatar Sebastiaan Zeeff-2/+2
2020-03-30(Tags): Fixed trashcan handling check.Gravatar ks123-2/+2
2020-03-30(Tags): Added trashcan handling to `!tags get` command.Gravatar ks123-2/+4
2020-03-30(Tags): Added helper function `handle_trashcan_react` for tag response deleti...Gravatar ks123-1/+21
2020-03-29(Infraction Edit): Don't let change expiration when infraction already expired.Gravatar Karlis S-1/+3
2020-03-29(PEP Command): Fixed comment about PEP 0 separately handling.Gravatar ks123-2/+1
2020-03-29(PEP Command): Moved PEP 0 information to hard-coded strings from constants, ...Gravatar ks123-18/+14
2020-03-29(PEP Command): Moved icon URL to constant instead hard-coded string.Gravatar ks123-2/+4
2020-03-28Increase syncer logging levelGravatar S. Co1-1/+1
2020-03-28(Webhook Detection): Fixed grouping of regex, alert message content, docstrin...Gravatar Karlis S-9/+9
2020-03-28Use debug log level instead of warning in `post_user`Gravatar MarkKoz-1/+1
2020-03-28(PEP Command): Fixed comment of explanation of PEP 0 different processing.Gravatar ks123-1/+2
2020-03-28(Webhook Detection): Renamed `url` variable to `redacted_url` to avoid confus...Gravatar ks123-2/+2
2020-03-28(Webhook Detection): Fixed docstrings.Gravatar ks123-2/+2
2020-03-28(Webhook Detection): Removed unnecessary URL hiding in `delete_and_respond`.Gravatar ks123-5/+0
2020-03-28(Webhook Detection): Added grouping to RegEx compilation, removed unnecessary...Gravatar ks123-13/+4
2020-03-28Logging severity pass from reviewGravatar S. Co1-4/+4
2020-03-28(Webhook Detection): Call `on_message` instead repeating code.Gravatar ks123-3/+1
2020-03-28(Webhook Detection): Fixed order of cog loading.Gravatar ks123-1/+1
2020-03-28(Webhook Detection): Added `on_message_edit` listener for Discord Webhooks de...Gravatar ks123-0/+7