| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | | | | | | * | | | Compressed if into or statements. | 2020-12-10 | -9/+2 | ||
| | | | | | | | | |/ / | |||||
| | | | | | | | | * | | Changed logic of membership info creation. | 2020-11-11 | -14/+20 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | Moved activity data further up in embed. | 2020-11-06 | -14/+31 | ||
| | | | | | | | | | | | |||||
| | | | | | | | | * | | User command gets verification time and message count. | 2020-11-04 | -1/+21 | ||
| | | |_|_|_|_|_|/ / | |/| | | | | | | | |||||
| | | | | | | | | * | Remove selenium from the element list | 2020-11-12 | -1/+0 | ||
| | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | This could lead to some confusion with the users believing that this channel is reserved to help related to the selenium tool. | ||||
| * | | | | | | | | CI: invalidate dependency cache | 2020-11-11 | -1/+1 | ||
| | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cache became corrupted for reasons what we were not able to figure out, causing the pre-commit step to fail when the environment was retrieved from the cache. By changing the key, we force cache rebuild. | ||||
| * | | | | | | | Merge pull request #1273 from ↵ | 2020-11-08 | -1/+1 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-discord/sebastiaan/bugs/codeblock-language-detection Detect codeblock language specifiers with special characters | ||||
| | * \ \ \ \ \ \ | Merge branch 'master' into sebastiaan/bugs/codeblock-language-detection | 2020-11-08 | -1/+5 | ||
| | |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | | Merge pull request #1148 from Jack92829/master | 2020-11-07 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | New guilds tag | ||||
| | * | | | | | | | | Update guilds.md | 2020-09-29 | -3/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not to sure of the title to give it but I think the content is a bit more in line with the servers other tags | ||||
| | * | | | | | | | | Update guilds.md | 2020-09-26 | -4/+3 | ||
| | | | | | | | | | | |||||
| | * | | | | | | | | Merge branch 'master' into master | 2020-09-23 | -2462/+2436 | ||
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Update guilds.md | 2020-09-06 | -1/+1 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Update and rename ServersTag.md to guilds.md | 2020-09-06 | -5/+5 | ||
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Add files via upload | 2020-09-06 | -0/+5 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #1219 from python-discord/bug/ci/cache-continue-on-error | 2020-11-07 | -1/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | CI: avoid failing whole job if a cache task fails | ||||
| | * | | | | | | | | | | CI: avoid failing whole job if a cache task fails | 2020-10-06 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restoring from cache is non-critical. The CI can recover if cache tasks fail. | ||||
| | | | | * | | | | | | | Detect codeblock language with special characters | 2020-11-06 | -1/+1 | ||
| | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The regex we use to detect codeblocks did not recognize language specifiers that use a dash, a plus, or a dot in their name. As there are valid language specifiers, such as python-repl and c++, that use those characters, I've changed the regex to reflect that. The character set used now reflects the characters used in language specifiers in highlight.js. Signed-off-by: Sebastiaan Zeeff <[email protected]> | ||||
| * | | | | | | | | | | Merge pull request #1271 from spacecraft1013/code_instructions | 2020-11-06 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | ```py convention in code block instructions | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into code_instructions | 2020-11-06 | -105/+169 | ||
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | Merge pull request #1266 from zachgates/patch-1 | 2020-11-06 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | Updated langs to include python-repl | ||||
| | * | | | | | | | | | | Reinsert python-repl in PY_LANG_CODES | 2020-11-01 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Updated langs to include python-repl | 2020-11-01 | -1/+1 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #901 from ks129/pep-improvisations | 2020-11-05 | -104/+168 | ||
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | PEP command improvements | ||||
| | * | | | | | | | | | | Fix argument offset | 2020-10-18 | -1/+1 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Refactor PEP error embed sending | 2020-10-18 | -23/+24 | ||
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Merge remote-tracking branch 'up/master' into pep-improvisations | 2020-10-18 | -642/+1078 | ||
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into pep-improvisations | 2020-10-04 | -943/+553 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | Move AsyncCache max_size argument to __init__ from decorator | 2020-10-04 | -3/+4 | ||
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Make AsyncCache key tuple instead string | 2020-10-04 | -1/+1 | ||
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Move PEP URLs to class constants | 2020-10-04 | -7/+6 | ||
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Rename async cache instances | 2020-10-04 | -7/+5 | ||
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Fix linting | 2020-09-26 | -3/+2 | ||
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | PEP: Split get_pep_embed to smaller parts | 2020-09-26 | -22/+34 | ||
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Async Cache: Create class-based async cache | 2020-09-26 | -24/+37 | ||
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into pep-improvisations | 2020-09-26 | -4294/+8799 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | PEP: Move PEP error message sending to another function | 2020-06-22 | -8/+9 | ||
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | PEP: Filter out too big PEP numbers | 2020-06-22 | -1/+5 | ||
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Async Cache: Make cache handle different caches better | 2020-06-22 | -7/+9 | ||
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | PEP: Define PEP region for grouping functions | 2020-06-22 | -1/+2 | ||
| | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Merge branch 'master' into pep-improvisations | 2020-05-18 | -503/+340 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | PEP: Removed `while` loop from refresh checking on `get_pep_embed` | 2020-05-18 | -11/+9 | ||
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | PEP Improvisations: Remove PEP URLs refreshing task + replace it with new system | 2020-05-17 | -12/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now PEP command request PEP listing when PEP is not found and last refresh was more time ago than 30 minutes instead task. | ||||
| | * | | | | | | | | | | | | | | PEP Improvisations: Fix cache if statement | 2020-05-17 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `not` in check is key exist in cache. | ||||
| | * | | | | | | | | | | | | | | PEP Improvisations: Move error embed to variables instead creating on `ctx.send` | 2020-05-17 | -6/+5 | ||
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | PEP Improvisations: Remove response from logging to avoid newline | 2020-05-17 | -2/+1 | ||
| | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | PEP Improvisations: Fix formatting of blocks | 2020-05-17 | -0/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added newline before logging after indention block. Co-authored-by: Mark <[email protected]> | ||||
| | * | | | | | | | | | | | | | | PEP Improvisations: Simplify cache item check on `async_cache` decorator | 2020-05-17 | -2/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]> | ||||
| | * | | | | | | | | | | | | | | PEP Improvisations: Move errors sending from PEP command to `get_pep_embed` | 2020-05-15 | -9/+14 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this, all error embeds was returned on `get_pep_embed` but now this send this itself and return only correct embed to make checking easier in command. | ||||
| | * | | | | | | | | | | | | | | PEP Improvisations: Fix `get_pep_embed` docstring | 2020-05-15 | -1/+1 | ||
| | | | | | | | | | | | | | | | | |||||