aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | | | | | | | | Strip backticks from symbol input.Gravatar Numerlor2020-06-21-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the user to wrap symbols in codeblocks to avoid markdown.
| * | | | | | | | | | | | | | | | | | Correct return when a module symbol could not be parsed.Gravatar Numerlor2020-06-21-9/+8
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Fix typehint.Gravatar Numerlor2020-06-21-1/+1
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Renamed existing symbols from `NO_OVERRIDE_GROUPS` instead of replacing.Gravatar Numerlor2020-06-21-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, when a symbol from the group shared the name with a symbol outside of it the symbol was simply replaced and lost. The new implementation renames the old symbols to the group_name.symbol format before the new symbol takes their place.
| * | | | | | | | | | | | | | | | | | Add symbol group name to symbol inventory entries.Gravatar Numerlor2020-06-21-10/+17
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Remove unnecessary join.Gravatar Numerlor2020-06-21-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `find_all_text_until_tag` already returns a string so a join is not needed.
| * | | | | | | | | | | | | | | | | | Also check signatures before selected symbol when collecting 3 signatures.Gravatar Numerlor2020-06-21-1/+5
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Account for `NavigableString`s when gathering text.Gravatar Numerlor2020-06-21-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `find_next()` only goes to tags, leaving out text outside of them when parsing.
| * | | | | | | | | | | | | | | | | | Make sure only class contents are included, without methods.Gravatar Numerlor2020-06-18-13/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When parsing classes, methods would sometimes get included causing bad looking markdown to be included in the description, this is solved by collecting all text *up to* the next dt tag. fixes: #990
| * | | | | | | | | | | | | | | | | | Move symbol parsing into separate methods.Gravatar Numerlor2020-06-18-23/+43
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Skip symbols with slashes in them.Gravatar Numerlor2020-06-17-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The symbols mostly point to autogenerated pages, and do not link to specific symbols on their pages and are thus unreachable with the current implementation.
| * | | | | | | | | | | | | | | | | | Make doc get greedy.Gravatar Numerlor2020-06-17-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to find docs for symbols with spaces in them.
| * | | | | | | | | | | | | | | | | | Resolve relative href urls in a html elements.Gravatar Numerlor2020-06-17-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most docs will use relative urls to link across their pages, without resolving them ourselves the links remain unusable in discord's markdown and break out of codeblocks on mobile.
| | | | | | | | | * | | | | | | | | | Use == instead of str.startswithGravatar ToxicKidz2021-04-12-2/+3
| |_|_|_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #1516 from ToxicKidz/sorted-available-channelsGravatar Hassan Abouelela2021-04-11-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sort the available help channels in #how-to-get-help by position
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into sorted-available-channelsGravatar Hassan Abouelela2021-04-11-17/+95
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #1513 from python-discord/bug/filters/1469/invis-charsGravatar ChrisJL2021-04-11-17/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filtering: remove invisible characters before checking filters
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into bug/filters/1469/invis-charsGravatar ChrisJL2021-04-11-23/+101
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | Filtering: use a more thorough regex for zalgo & invisible charsGravatar MarkKoz2021-04-11-35/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Install the regex package to take advantage of its support for Unicode categories.
| * | | | | | | | | | | | | | | | | | | Filtering: remove invisible characters before checking filtersGravatar MarkKoz2021-04-09-0/+22
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Sort the available help channels in #how-to-get-help by positionGravatar ToxicKidz2021-04-11-1/+3
| |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #1414 from python-discord/dynamic-available-message-patchGravatar Xithrius2021-04-11-0/+54
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reworked dynamic available help message logic.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into dynamic-available-message-patchGravatar Xithrius2021-04-11-25/+49
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #1503 from python-discord/tp-get_review-commandGravatar Matteo Bertucci2021-04-11-23/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | Add a !tp get_review command to get the nomination text without posting it
| * | | | | | | | | | | | | | | | | | Merge branch 'main' into tp-get_review-commandGravatar Matteo Bertucci2021-04-11-8/+205
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #1511 from onerandomusername/defcon-voice-shutdownGravatar Matteo Bertucci2021-04-09-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close voice channels with defcon shutdown
| * | | | | | | | | | | | | | | | | | | Close voice channels with defcon shutdownGravatar onerandomusername2021-04-08-2/+2
|/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Recruitment: Don't use emoji literalsGravatar Matteo Bertucci2021-04-11-9/+9
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Talentpool: loop style changeGravatar Matteo Bertucci2021-04-06-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ToxicKidz <[email protected]>
| * | | | | | | | | | | | | | | | | | Properly handle the lack of nomination of a userGravatar Matteo Bertucci2021-04-06-2/+2
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Use emoji names in nomination bodyGravatar Matteo Bertucci2021-04-06-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused unicode errors in Discord attachment previews.
| * | | | | | | | | | | | | | | | | | Add a !tp get_review command to get the nomination text without posting itGravatar Matteo Bertucci2021-04-06-13/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This can be used when an information should be added to the post, or someone wants to review the user.
| | * | | | | | | | | | | | | | | | | Added how_to_get_help channel constant.Gravatar Xithrius2021-04-08-0/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Merge branch 'main' into dynamic-available-message-patchGravatar Xithrius2021-04-08-1551/+2225
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #1509 from bsoyka/ytdl-termsGravatar Xithrius2021-04-08-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | Update YouTube terms in the `ytdl` tag
| * | | | | | | | | | | | | | | | | | Use the UK version of the YouTube TOSGravatar Ben Soyka2021-04-07-3/+3
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Update YouTube terms in the ytdl tagGravatar Ben Soyka2021-04-07-4/+4
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #1504 from python-discord/reduce-default-stream-durationGravatar Matteo Bertucci2021-04-06-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce default duration of stream permission from 30m to 5m
| * | | | | | | | | | | | | | | | | | Reduce default duration of stream permission from 30m to 5mGravatar Chris2021-04-06-1/+1
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #1493 from python-discord/stream-and-revokestream-commandsGravatar Matteo Bertucci2021-04-06-2/+199
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | Stream and revokestream commands
| * | | | | | | | | | | | | | | | | Merge branch 'main' into stream-and-revokestream-commandsGravatar Matteo Bertucci2021-04-06-153/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #1499 from bsoyka/user-colorsGravatar ChrisJL2021-04-05-12/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore colourless roles for the `!user` embed color
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into user-colorsGravatar ChrisJL2021-04-05-16/+33
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #1500 from python-discord/vcokltfre-intents-classmethodGravatar ChrisJL2021-04-05-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't create an instance of intents before calling its classmethod
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into vcokltfre-intents-classmethodGravatar ChrisJL2021-04-05-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #1501 from python-discord/ks123/ghcr-token-to-githubGravatar ks1292021-04-05-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build action
| * | | | | | | | | | | | | | | | | | | | Migrate GHCR_TOKEN -> GITHUB_TOKEN in Docker build actionGravatar ks1292021-04-05-1/+1
|/ / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GITHUB_TOKEN has now enough permissions to be used for pushing to GHCR, so we don't need PAT anymore.
| * / / / / / / / / / / / / / / / / / / chore: don't create an instance of intents before calling its classmethodGravatar vcokltfre2021-04-05-1/+1
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #1479 from python-discord/limit-nominate-command-channelsGravatar Matteo Bertucci2021-04-04-14/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Limit nominate command channels
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'main' into limit-nominate-command-channelsGravatar Matteo Bertucci2021-04-04-1275/+1371
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | |