| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Merge pull request #1393 from sebkuip/json-tag | 2021-02-25 | -0/+11 | |
| |\ | | | | | Made a tag to help people fix an empty file JSON error. | |||
| | * | Merge branch 'master' into json-tag | 2021-02-26 | -90/+300 | |
| | |\ | |/ |/| | ||||
| * | | Merge pull request #1428 from python-discord/wookie184-tag-updates | 2021-02-25 | -14/+7 | |
| |\ \ | | | | | | | pep 8 and inline-codeblock tag updates | |||
| | * \ | Merge branch 'master' into wookie184-tag-updates | 2021-02-25 | -11/+73 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #1409 from HassanAbouelela/insensitive-otn-search | 2021-02-25 | -11/+32 | |
| |\ \ \ | | | | | | | | | Makes Off Topic Name Search Insensitive | |||
| | * \ \ | Merge branch 'master' into insensitive-otn-search | 2021-02-25 | -27/+188 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1433 from python-discord/etiquette-off-topic-tag | 2021-02-25 | -0/+2 | |
| |\ \ \ \ | | | | | | | | | | | Add the off-topic etiquette to the off-topic tag | |||
| | * | | | | Add off-topic etiquette to the off-topic tag | 2021-02-24 | -0/+2 | |
| |/ / / / | ||||
| * | | | | Fixes Problems With Help Channel DM | 2021-02-23 | -6/+7 | |
| | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | | | | Merge pull request #1429 from python-discord/dm-on-open-help-channel | 2021-02-23 | -0/+38 | |
| |\ \ \ \ | | | | | | | | | | | DM on open help channel | |||
| | * | | | | Use textwrap.shorten instead of custom function | 2021-02-23 | -11/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This applies to the help channel DM embed, where the user is sent a truncated version of their message. | |||
| | * | | | | Update embed field title to be more formal | 2021-02-23 | -1/+1 | |
| | | | | | | ||||
| | * | | | | Send DM when user claims help channel | 2021-02-23 | -0/+1 | |
| | | | | | | ||||
| | * | | | | Add green question mark to default config | 2021-02-23 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add green question mark to default config Add green question mark to config | |||
| | * | | | | Add function to DM users when opening help channel | 2021-02-23 | -0/+33 | |
| | | | | | | ||||
| | * | | | | Add truncate_message util | 2021-02-23 | -0/+9 | |
| |/ / / / | ||||
| | * | | | Makes Off Topic Name Search Case Insensitive | 2021-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]> | |||
| | * | | | Moves Off Topic Name Translator | 2021-02-09 | -7/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Breaks out the off topic name translation functionality into its own function. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| | | * | | Add pep 8 song to pep 8 tag | 2021-02-22 | -2/+4 | |
| | | | | | ||||
| | | * | | Rewrite inline codeblock tag | 2021-02-22 | -12/+3 | |
| | |/ / |/| | | ||||
| * | | | Update max available channels to 3 | 2021-02-21 | -1/+1 | |
| | | | | | | | | | | Partially resolves #1427 | |||
| * | | | Update token remover unittests | 2021-02-21 | -2/+2 | |
| | | | | ||||
| * | | | Ping the mods if a token present in the server is found no matter the kind | 2021-02-21 | -1/+1 | |
| | | | | ||||
| * | | | Show the last three characters of censored tokens | 2021-02-21 | -1/+1 | |
| | | | | ||||
| * | | | Merge pull request #1404 from python-discord/ks123/duplicates-ignore-attachments | 2021-02-20 | -1/+2 | |
| |\ \ \ | | | | | | | | | Ignore attachment-only messages for duplicates antispam rule | |||
| | * \ \ | Merge branch 'master' into ks123/duplicates-ignore-attachments | 2021-02-20 | -59/+213 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Update CODEOWNERS | 2021-02-20 | -1/+5 | |
| | | | | | ||||
| * | | | | Delete free.md | 2021-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 Dockerfile | 2021-02-14 | -1/+1 | |
| | | | | | ||||
| * | | | | Merge pull request #1418 from python-discord/ks123/docker-git-sha | 2021-02-14 | -5/+7 | |
| |\ \ \ \ | | | | | | | | | | | Move Git SHA defining at end of Dockerfile to re-enable caching | |||
| | * \ \ \ | Merge branch 'master' into ks123/docker-git-sha | 2021-02-14 | -1/+2 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #1419 from python-discord/pypi-command-escape-markdown | 2021-02-13 | -1/+2 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Escaping markdown in the PyPi embed. | |||
| | * | | | | | Made flake8 even happier. | 2021-02-13 | -1/+1 | |
| | | | | | | | ||||
| | * | | | | | Escaping markdown in all fields that are created. | 2021-02-13 | -1/+2 | |
| |/ / / / / | ||||
| | * / / / | Move Git SHA defining at end of Dockerfile to re-enable caching | 2021-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-command | 2021-02-13 | -6/+81 | |
| |\ \ \ \ | | | | | | | | | | | Creation of the PyPi command. | |||
| | * | | | | Taking only the first line of multiline fields. | 2021-02-12 | -2/+7 | |
| | | | | | | ||||
| | * | | | | Fixed conflicts. | 2021-02-12 | -0/+0 | |
| | |\ \ \ \ | ||||
| | | * | | | | Made docstring more specific. | 2021-02-12 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Shivansh-007 <[email protected]> | |||
| | * | | | | | Rotating colours in embed, title now links to package. | 2021-02-12 | -5/+12 | |
| | | | | | | | ||||
| | * | | | | | Added colours yellow, blue, and white. | 2021-02-12 | -6/+12 | |
| | |/ / / / | ||||
| | * | | | | Moved hyperlink to title. | 2021-02-12 | -2/+2 | |
| | | | | | | ||||
| | * | | | | Finalized logic to account for null cases. | 2021-02-12 | -3/+3 | |
| | | | | | | ||||
| | * | | | | Accounting for completely empty fields that only contain whitespaces. | 2021-02-12 | -1/+2 | |
| | | | | | | ||||
| | * | | | | Empty fields have been accounted for by getting usually non-empty ones. | 2021-02-12 | -7/+8 | |
| | | | | | | ||||
| | * | | | | Made flake8 very happy. | 2021-02-11 | -2/+2 | |
| | | | | | | ||||
| | * | | | | Added more fields and responses. | 2021-02-11 | -5/+25 | |
| | | | | | | ||||
| | * | | | | Added base of the pypi command. | 2021-02-11 | -0/+35 | |
| |/ / / / | ||||
| * | | | | Merge pull request #1398 from anand2312/patch-1 | 2021-02-11 | -0/+16 | |
| |\ \ \ \ | | | | | | | | | | | Make `KeyError` tag | |||
| | * \ \ \ | Merge branch 'master' into patch-1 | 2021-02-11 | -42/+103 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||