| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | | | | * | | | (Mod Utils): Removed truncation of reason itself and added truncation to ↵ | 2020-04-08 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | whole embed in `notify_infraction`. | ||||
| | | | | | | | | * | | | (Scheduler): Removed reason truncation from `apply_infraction`, changed ↵ | 2020-04-08 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | order of ModLog embed description item in same function. | ||||
| | | | | | | | | * | | | (ModLog): Added mod log item embed description truncating when it's too long. | 2020-04-08 | -1/+2 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | * | | | (Scheduler): Changed reason truncating in `apply_infraction` from 1900 chars ↵ | 2020-04-08 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to 1500, added shortening to end message too. | ||||
| | | | | | | | | * | | | (Superstarify, Scheduler): Added reason shortening for ModLog. | 2020-04-08 | -2/+2 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | * | | | (Infractions): Moved truncated reason to variable instead on ban coroutine ↵ | 2020-04-08 | -5/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating. | ||||
| | | | | | | | | * | | | (Infractions): Removed unnecessary logging that notify when reason will be ↵ | 2020-04-08 | -6/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | truncated for Audit Log. | ||||
| | | | | | | | | * | | | (Mod Utils): Added shortening reason on embed creation in `notify_infraction`. | 2020-04-08 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | * | | | (Ban and Kick): Added space to `textwrap.shorten` `placeholder`. | 2020-04-06 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | * | | | (Ban and Kick): Changed length in `textwrap.shorten` from 309 to 312 because ↵ | 2020-04-06 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | shorten already include `placeholder` to length. | ||||
| | | | | | | | | * | | | (Mod Scheduler): Added reason truncations to Scheduler's `apply_infraction` | 2020-04-05 | -1/+2 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | * | | | (Ban and Kick): Applied simplification to reason truncating. | 2020-04-05 | -2/+2 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | * | | | (Ban and Kick): Replaced force reason truncating with `textwrap.shorten`. | 2020-04-04 | -2/+3 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | * | | | (Kick Command): Added logging and truncating to correct length for Discord ↵ | 2020-04-04 | -1/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Audit Log when kick reason length is more than 512 characters. | ||||
| | | | | | | | | * | | | (Banning): Added logging and truncating to correct length for Discord Audit ↵ | 2020-04-04 | -1/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Log when ban reason length is more than 512 characters. | ||||
| | | | | | | | | | | * | Fix failing tests related to avatar_hash | 2020-05-27 | -5/+0 | ||
| | | | | | | | | | | | | |||||
| | | | | | | | | | | * | Remove all sending of avatar_hash. | 2020-05-27 | -6/+2 | ||
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a companion commit to this PR: https://github.com/python-discord/site/pull/356 This PR must be merged before this commit. | ||||
| * | | | | | | | | | | Add /r/FlutterDev to the guild invite whitelist | 2020-05-26 | -0/+1 | ||
| |/ / / / / / / / / | |||||
| * | | | | | | | | | Merge pull request #866 from python-discord/restricted_tags | 2020-05-26 | -17/+42 | ||
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature to restrict tags to specific role(s) | ||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'master' into restricted_tags | 2020-05-26 | -955/+2577 | ||
| | |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | |||||
| * | | | | | | | | | | [stats] Do not report modmail channels to stats | 2020-05-26 | -1/+11 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #936 from python-discord/bug/filters/929/invalid-invites | 2020-05-25 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Filtering: don't attempt to send additional embeds for invalid invites | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into bug/filters/929/invalid-invites | 2020-05-25 | -594/+833 | ||
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Add discord.gift to URL blacklist, closes #958 | 2020-05-24 | -0/+1 | ||
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #956 from ks129/help-channels-delete | 2020-05-24 | -5/+40 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Help System: Move dormant faster if help channel is empty | ||||
| | * | | | | | | | | | | Merge branch 'master' into help-channels-delete | 2020-05-24 | -8/+64 | ||
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #934 from python-discord/bug/filters/933/dont-delete-in-dms | 2020-05-23 | -4/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | Filtering: don't delete messages in DMs | ||||
| | * | | | | | | | | | | Merge branch 'master' into bug/filters/933/dont-delete-in-dms | 2020-05-23 | -585/+786 | ||
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #945 from ks129/stats | 2020-05-22 | -1/+36 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into stats | 2020-05-22 | -505/+362 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #942 from ks129/python-news-stats | 2020-05-22 | -0/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
| | * | | | | | | | | | | | Merge branch 'master' into python-news-stats | 2020-05-20 | -505/+356 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Merge pull request #944 from Numerlor/eval-timeout-increase | 2020-05-19 | -2/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase snekbox re eval timeout to 30 seconds | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into eval-timeout-increase | 2020-05-19 | -503/+349 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Add Steam gift card scam to domain blacklist | 2020-05-18 | -0/+2 | ||
| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | [bug] Adjustment to changes in #941, return message sent by webhook so ↵ | 2020-05-19 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | publish can take place | ||||
| * | | | | | | | | | | | | | Merge pull request #941 from ks129/reddit-publish | 2020-05-18 | -1/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add message publishing to Reddit cog | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into reddit-publish | 2020-05-18 | -777/+1183 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Add message publishing to `Reddit` cog | 2020-05-13 | -1/+7 | ||
| | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | Change tests to use the new timeout constant | 2020-05-15 | -1/+5 | ||
| | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | Move the re eval timeout to a module constant | 2020-05-15 | -1/+2 | ||
| | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | Increase snekbox re eval timeout. | 2020-05-15 | -1/+1 | ||
| | | | |_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | |||||
| | | | * | | | | | | | | | | Merge branch 'master' into python-news-stats | 2020-05-14 | -2/+1 | ||
| | | | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | | | |||||
| | | | * | | | | | | | | | | Python News: Implement stats | 2020-05-14 | -0/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add stat increaser to PEP and maillist posting. | ||||
| | | | | * | | | | | | | | | Eval Stats: Replaced `elif` with `else` on icon check | 2020-05-22 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | | | | * | | | | | | | | | Stats: Fix docstrings | 2020-05-19 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joseph Banks <[email protected]> | ||||
| | | | | * | | | | | | | | | Stats: Fixed stat names | 2020-05-19 | -7/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joseph Banks <[email protected]> | ||||
| | | | | * | | | | | | | | | Stats: Added stats for eval channel using (Help/Bot commands/Topical) | 2020-05-16 | -0/+7 | ||
| | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | Stats: Added stats for eval role uses (Helpers/Developers) | 2020-05-16 | -0/+5 | ||
| | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | Stats: Added stats for eval successes + fails | 2020-05-16 | -0/+6 | ||
| | | | | | | | | | | | | | | |||||