aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* (Tags): Added blank line between check function and `try:` block on `send_emb...Gravatar ks1232020-03-31-0/+1
* (Tags): Fixed `TimeoutError` shadowing with `asyncio.TimeoutError`.Gravatar ks1232020-03-31-2/+2
* (Tags): Modified helper function `handle_trashcan_react` to `send_embed_with_...Gravatar ks1232020-03-31-7/+6
* (Tags): Fixed trashcan handling check.Gravatar ks1232020-03-30-2/+2
* (Tags): Added trashcan handling to `!tags get` command.Gravatar ks1232020-03-30-2/+4
* (Tags): Added helper function `handle_trashcan_react` for tag response deleti...Gravatar ks1232020-03-30-1/+21
* Merge pull request #849 from ks129/webhook-matchGravatar S. Co12020-03-29-0/+73
|\
| * Merge branch 'master' into webhook-matchGravatar S. Co12020-03-29-1/+20
| |\ | |/ |/|
* | Merge pull request #848 from ks129/pep0Gravatar S. Co12020-03-29-1/+20
|\ \
| * | (PEP Command): Fixed comment about PEP 0 separately handling.Gravatar ks1232020-03-29-2/+1
| * | (PEP Command): Moved PEP 0 information to hard-coded strings from constants, ...Gravatar ks1232020-03-29-18/+14
| * | (PEP Command): Moved icon URL to constant instead hard-coded string.Gravatar ks1232020-03-29-2/+4
| * | (PEP Command): Fixed comment of explanation of PEP 0 different processing.Gravatar ks1232020-03-28-1/+2
| * | (PEP Command): Hard-coded PEP 0Gravatar ks1232020-03-28-0/+21
|/ /
| * (Webhook Detection): Fixed grouping of regex, alert message content, docstrin...Gravatar Karlis S2020-03-28-9/+9
| * (Webhook Detection): Renamed `url` variable to `redacted_url` to avoid confus...Gravatar ks1232020-03-28-2/+2
| * (Webhook Detection): Fixed docstrings.Gravatar ks1232020-03-28-2/+2
| * (Webhook Detection): Removed unnecessary URL hiding in `delete_and_respond`.Gravatar ks1232020-03-28-5/+0
| * (Webhook Detection): Added grouping to RegEx compilation, removed unnecessary...Gravatar ks1232020-03-28-13/+4
| * (Webhook Detection): Call `on_message` instead repeating code.Gravatar ks1232020-03-28-3/+1
| * (Webhook Detection): Fixed order of cog loading.Gravatar ks1232020-03-28-1/+1
| * (Webhook Detection): Added `on_message_edit` listener for Discord Webhooks de...Gravatar ks1232020-03-28-0/+7
| * (Webhook Detection): Alert message formatting changes, added `on_message` lis...Gravatar ks1232020-03-28-2/+9
| * (Webhook Detection): Added URL returning to `scan_message` helper function.Gravatar ks1232020-03-28-3/+4
| * (Webhook Detection): Created `delete_and_respond` helper function to handle W...Gravatar ks1232020-03-28-2/+41
| * (Webhook Detection): Added `ModLog` fetching property.Gravatar ks1232020-03-28-0/+6
| * (Webhook Detection): Added cog loading to __main__.py, created `scan_message`...Gravatar ks1232020-03-28-0/+10
| * (Webhook Detection): Added webhook match regex.Gravatar ks1232020-03-28-0/+4
| * (Webhook Detection): Created cog.Gravatar ks1232020-03-28-0/+15
|/
* Merge pull request #842 from python-discord/bug/util/831/snekbox-reeval-parsingGravatar S. Co12020-03-26-8/+59
|\
| * Merge branch 'master' into bug/util/831/snekbox-reeval-parsingGravatar S. Co12020-03-26-2/+2
| |\ | |/ |/|
* | Change Alias warnings to infoGravatar Leon Sandøy2020-03-26-2/+2
| * Snekbox tests: use `get_code` in `test_continue_eval_does_continue`Gravatar MarkKoz2020-03-25-3/+6
| * Snekbox tests: test `get_code`Gravatar MarkKoz2020-03-25-4/+32
| * Snekbox: fix re-eval when '!eval' is removed from edited messageGravatar MarkKoz2020-03-25-1/+21
|/
* Merge pull request #840 from ks129/zen-tag-removeGravatar Mark2020-03-25-20/+0
|\
| * Merge branch 'master' into zen-tag-removeGravatar Mark2020-03-25-254/+259
| |\ | |/ |/|
* | Merge pull request #841 from python-discord/update-depsGravatar scragly2020-03-25-179/+98
|\ \
| * | Remove unused safety & dodgy dev dependenciesGravatar S. Co12020-03-24-179/+98
|/ /
* | Merge pull request #837 from python-discord/update-contribGravatar kwzrd2020-03-23-22/+37
|\ \
| * \ Merge branch 'master' into update-contribGravatar kwzrd2020-03-23-1/+1
| |\ \ | |/ / |/| |
* | | Fix regression in verification cogGravatar S. Co12020-03-21-1/+1
| * | Update contributor docGravatar S. Co12020-03-20-22/+37
|/ /
* | Merge pull request #821 from python-discord/hemlock-perma-ban-watch-removalGravatar S. Co12020-03-20-44/+94
|\ \
| * | Changed a logging levelGravatar Daniel Brown2020-03-20-1/+1
| * | Merge branch 'master' into hemlock-perma-ban-watch-removalGravatar Daniel Brown2020-03-20-117/+1052
| |\ \ | |/ / |/| |
* | | Merge pull request #530 from python-discord/spoiler-checkGravatar Leon Sandøy2020-03-17-10/+31
|\ \ \
| * \ \ Merge branch 'master' into spoiler-checkGravatar Jeremiah Boby2020-03-17-107/+1021
| |\ \ \ | |/ / / |/| | |
| * | | Escape markdown in voice updatesGravatar Jeremiah Boby2020-03-11-7/+14
| * | | Escape markdown in member updatesGravatar Jeremiah Boby2020-03-11-1/+3