aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | Ping the mods if a token present in the server is found no matter the kindGravatar Matteo Bertucci2021-02-21-1/+1
| | | | | | | |
| * | | | | | | Show the last three characters of censored tokensGravatar Matteo Bertucci2021-02-21-1/+1
| | | | | | | |
| * | | | | | | Merge pull request #1404 from python-discord/ks123/duplicates-ignore-attachmentsGravatar Boris Muratov2021-02-20-1/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Ignore attachment-only messages for duplicates antispam rule
| | * \ \ \ \ \ \ Merge branch 'master' into ks123/duplicates-ignore-attachmentsGravatar Boris Muratov2021-02-20-59/+213
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Update CODEOWNERSGravatar Boris Muratov2021-02-20-1/+5
| | | | | | | | |
| * | | | | | | | Delete free.mdGravatar Senjan212021-02-19-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Reasoning behind this is it is rarely used and when its used its often just to test something or as an attempt to close a help channel.
| * | | | | | | | Update DockerfileGravatar Joe Banks2021-02-14-1/+1
| | | | | | | | |
| * | | | | | | | Merge pull request #1418 from python-discord/ks123/docker-git-shaGravatar Xithrius2021-02-14-5/+7
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Move Git SHA defining at end of Dockerfile to re-enable caching
| | * \ \ \ \ \ \ \ Merge branch 'master' into ks123/docker-git-shaGravatar Joe Banks2021-02-14-1/+2
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #1419 from python-discord/pypi-command-escape-markdownGravatar Xithrius2021-02-13-1/+2
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Escaping markdown in the PyPi embed.
| | * | | | | | | | | Made flake8 even happier.Gravatar xithrius2021-02-13-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Escaping markdown in all fields that are created.Gravatar xithrius2021-02-13-1/+2
| |/ / / / / / / / /
| | * / / / / / / / Move Git SHA defining at end of Dockerfile to re-enable cachingGravatar ks1292021-02-13-5/+7
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | Defining SHA at the beginning of build breaks caching, so this should be avoided.
| * | | | | | | | Merge pull request #1416 from python-discord/pypi-commandGravatar ks1292021-02-13-6/+81
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Creation of the PyPi command.
| | * | | | | | | | Taking only the first line of multiline fields.Gravatar xithrius2021-02-12-2/+7
| | | | | | | | | |
| | * | | | | | | | Fixed conflicts.Gravatar xithrius2021-02-12-0/+0
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Made docstring more specific.Gravatar Xithrius2021-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]>
| | * | | | | | | | | Rotating colours in embed, title now links to package.Gravatar xithrius2021-02-12-5/+12
| | | | | | | | | | |
| | * | | | | | | | | Added colours yellow, blue, and white.Gravatar xithrius2021-02-12-6/+12
| | |/ / / / / / / /
| | * | | | | | | | Moved hyperlink to title.Gravatar xithrius2021-02-12-2/+2
| | | | | | | | | |
| | * | | | | | | | Finalized logic to account for null cases.Gravatar xithrius2021-02-12-3/+3
| | | | | | | | | |
| | * | | | | | | | Accounting for completely empty fields that only contain whitespaces.Gravatar xithrius2021-02-12-1/+2
| | | | | | | | | |
| | * | | | | | | | Empty fields have been accounted for by getting usually non-empty ones.Gravatar xithrius2021-02-12-7/+8
| | | | | | | | | |
| | * | | | | | | | Made flake8 very happy.Gravatar xithrius2021-02-11-2/+2
| | | | | | | | | |
| | * | | | | | | | Added more fields and responses.Gravatar xithrius2021-02-11-5/+25
| | | | | | | | | |
| | * | | | | | | | Added base of the pypi command.Gravatar xithrius2021-02-11-0/+35
| |/ / / / / / / /
| * | | | | | | | Merge pull request #1398 from anand2312/patch-1Gravatar Xithrius2021-02-11-0/+16
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make `KeyError` tag
| | * \ \ \ \ \ \ \ Merge branch 'master' into patch-1Gravatar Xithrius2021-02-11-42/+103
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #1401 from python-discord/bug/1371/moderation-checkGravatar Matteo Bertucci2021-02-10-2/+26
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix #1371 error via adding errors.
| | * \ \ \ \ \ \ \ \ Merge branch 'master' into bug/1371/moderation-checkGravatar Matteo Bertucci2021-02-10-40/+77
| | |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | ICMP is disabled in production, so we can't ping the APIGravatar Joe Banks2021-02-10-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #1411 from python-discord/internal-api-routingGravatar Joe Banks2021-02-10-3/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Alphabetical sorting in config-default.ymlGravatar Joe Banks2021-02-10-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Migrate ping command to ping internal APIGravatar Joe Banks2021-02-10-1/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Migrate API utilities to use internal DNS routingGravatar Joe Banks2021-02-10-2/+4
| |/ / / / / / / / / /
| | * | | | | | | | | add reason attributeGravatar Senjan212021-02-06-0/+1
| | | | | | | | | | |
| | * | | | | | | | | Linting fix.Gravatar Senjan212021-02-05-1/+2
| | | | | | | | | | |
| | * | | | | | | | | Fix #1371 error via adding errors.Gravatar Senjan212021-02-05-2/+24
| | | |_|_|_|/ / / / | | |/| | | | | | |
| | | * | | | | | | Remove reference to `try - except`Gravatar Anand Krishna2021-02-11-2/+1
| | | | | | | | | |
| | | * | | | | | | Split example codeblock in twoGravatar Anand Krishna2021-02-11-5/+7
| | | | | | | | | |
| | | * | | | | | | Reword comment in exampleGravatar Anand Krishna2021-02-06-2/+2
| | | | | | | | | |
| | | * | | | | | | Refer to `defaultdict` tag in `dict-get`Gravatar Anand Krishna2021-02-05-1/+1
| | | | | | | | | |
| | | * | | | | | | Fix faulty headingGravatar Anand Krishna2021-02-05-1/+3
| | | | | | | | | |
| | | * | | | | | | Update and rename keyerror.md to dict-get.mdGravatar Anand Krishna2021-02-05-17/+13
| | | | | | | | | |
| | | * | | | | | | Make `KeyError` tagGravatar Anand Krishna2021-02-05-0/+17
| | |/ / / / / / /
| | | * | | | | | Set max attachment from 3 -> 6Gravatar ks1292021-02-20-1/+1
| | | | | | | | |
| | | * | | | | | Remove attachments check in duplicates filterGravatar ks1292021-02-20-1/+1
| | | | | | | | |
| | | * | | | | | Lower max attachments per 10 seconds to 3Gravatar ks1292021-02-06-1/+1
| | | | | | | | |
| | | * | | | | | Ignore attachment-only messages for duplicates antispam ruleGravatar ks1292021-02-06-0/+1
| | |/ / / / / /
| | | * | | | | Makes Off Topic Name Search Case InsensitiveGravatar Hassan Abouelela2021-02-09-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modifies the off topic channel name search to match upper and lower cased letters, as well as punctuation. Signed-off-by: Hassan Abouelela <[email protected]>