Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update unit tests for snekbox | 2022-11-30 | -54/+57 | |
| | ||||
* | Refactors for EvalResult and EvalJob dataclasses | 2022-11-30 | -175/+185 | |
| | ||||
* | Update unit test | 2022-11-24 | -3/+3 | |
| | ||||
* | Refactor API for snekbox updates | 2022-11-24 | -26/+15 | |
| | ||||
* | Update unit tests | 2022-11-20 | -28/+45 | |
| | ||||
* | Refactor encoding parsing | 2022-11-20 | -16/+19 | |
| | ||||
* | Change EvalJob str to repr | 2022-11-20 | -1/+1 | |
| | ||||
* | Implement full FileAttachment parsing | 2022-11-20 | -59/+135 | |
| | ||||
* | Add support for displaying files from snekbox | 2022-11-16 | -8/+47 | |
| | ||||
* | Merge pull request #2320 from thegamecracks/intents-tag | 2022-11-12 | -7/+7 | |
|\ | | | | | Update intents tag to better reflect discord.py's API changes | |||
| * | Merge branch 'main' into intents-tag | 2022-11-12 | -5/+5 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #2321 from thegamecracks/discordpy-stable-docs | 2022-11-10 | -5/+5 | |
|\ \ | | | | | | | Update discord.py tags to refer to the stable version of the documentation | |||
| * | | Fix reference link in customcooldown.md | 2022-11-10 | -1/+1 | |
| | | | ||||
| * | | Change discord.py links in tags to use stable version | 2022-11-10 | -5/+5 | |
|/ / | | | | | | | | | | | The `latest` version of docs follows discord.py's development branch, which may include changes to documentation that are not relevant/accessible to typical users of the library. | |||
| * | Add further clarification to intents.md | 2022-11-10 | -3/+5 | |
| | | | | | | | | | | | | | | - References discord.Intents documentation for detail on available intents and which features they impact - Explicitly describes no requirements for standard intents - Adds a code comment explaining the intents being enabled | |||
| * | Update intents.md | 2022-11-10 | -6/+4 | |
|/ | | | | | | | | - More generally describes features enabled by intents - Adds a disclaimer for discord.py v2.0.0 requiring intents - Adds distinction between standard and privileged intents - Replaces `members` intent in code snippet with `message_content` in accordance with the usage of `commands.Bot` | |||
* | Merge pull request #2307 from python-discord/2306-nominations-cleanup | 2022-11-05 | -279/+323 | |
|\ | | | | | Talentpool Cleanup | |||
| * | Merge branch 'main' into 2306-nominations-cleanup | 2022-11-05 | -27/+86 | |
| |\ | |/ |/| | ||||
* | | Merge pull request #2230 from meatballs/create-nomodule-tag | 2022-11-02 | -0/+13 | |
|\ \ | ||||
| * \ | Merge branch 'main' into create-nomodule-tag | 2022-11-02 | -1494/+2457 | |
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request #2309 from shtlrs/issue-2280-rule-keywords-discoverability | 2022-11-02 | -0/+15 | |
|\ \ \ | ||||
| * \ \ | Merge branch 'main' into issue-2280-rule-keywords-discoverability | 2022-11-02 | -27/+58 | |
| |\ \ \ | |/ / / |/| | | | ||||
* | | | | Merge pull request #2315 from python-discord/bug/2299/timeit | 2022-11-02 | -5/+10 | |
|\ \ \ \ | ||||
| * \ \ \ | Merge branch 'main' into bug/2299/timeit | 2022-11-02 | -1/+25 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||
* | | | | | Merge pull request #2285 from Keyacom/Keyacom-patch-1 | 2022-11-02 | -0/+24 | |
|\ \ \ \ \ | ||||
| * \ \ \ \ | Merge branch 'main' into Keyacom-patch-1 | 2022-11-02 | -362/+1962 | |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
* | | | | | | Merge pull request #2311 from python-discord/mbaruh-bump-psql | 2022-10-30 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Bump PSQL version in docker-compose | |||
| * | | | | | | Bump PSQL version in docker-compose | 2022-10-28 | -1/+1 | |
|/ / / / / / | ||||
| * | | | | | Simplify REPL example | 2022-10-31 | -2/+0 | |
| | | | | | | ||||
| * | | | | | Update slicing.md | 2022-10-30 | -22/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Did things according to what was proposed by @swfarnsworth, and the following: - Fixed the REPL example (assignments never return) - The word "slicing" at the start was not capitalized in the proposal, even though it started a sentence. I fixed that. | |||
| * | | | | | added file to another branch | 2022-10-04 | -0/+31 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added file to another branch because it could interfere with the `main` branch when a pull request is made. This file adds an explanation on sequence slicing. | |||
| | * | | | | Pass args to the Python version switch button | 2022-10-28 | -5/+10 | |
| |/ / / / |/| | | | | ||||
* | | | | | Merge pull request #2310 from python-discord/rules-fix | 2022-10-27 | -20/+22 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix for rules greedy parsing freezing | |||
| * | | | | | Reverse changes to invalid arg break | 2022-10-25 | -5/+8 | |
| | | | | | | ||||
| * | | | | | Update tests to work with rules arg fix | 2022-10-25 | -4/+3 | |
| | | | | | | ||||
| * | | | | | Add args split max limit | 2022-10-25 | -1/+1 | |
| | | | | | | ||||
| * | | | | | Merge branch 'rules-fix' of https://github.com/python-discord/bot into rules-fix | 2022-10-25 | -3/+2 | |
| |\ \ \ \ \ | ||||
| | * | | | | | Parse all words instead of breaking | 2022-10-25 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: ChrisJL <[email protected]> | |||
| * | | | | | | Remove comment, arg parse bug | 2022-10-25 | -3/+0 | |
| |/ / / / / | ||||
| * | | | | | Update tests for new single string format | 2022-10-25 | -12/+12 | |
| | | | | | | ||||
| * | | | | | Added new star expression fix | 2022-10-25 | -20/+14 | |
| | | | | | | ||||
| * | | | | | Updated fix | 2022-10-25 | -1/+7 | |
| | | | | | | ||||
| * | | | | | Made arg fix compatible with tests | 2022-10-25 | -5/+6 | |
| | | | | | | ||||
| * | | | | | Temporary fix for greedy parsing freezing | 2022-10-25 | -1/+4 | |
|/ / / / / | ||||
* | | | | | Merge pull request #2308 from python-discord/move_security_cog | 2022-10-23 | -1/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | Move Security cog to backend extension | |||
| * | | | | | Move Security cog to backend extension | 2022-10-22 | -1/+1 | |
|/ / / / / | ||||
| | * | | | remove blank line between different rule keywords | 2022-10-27 | -1/+1 | |
| | | | | | ||||
| | * | | | remove the "n° " from rules help | 2022-10-23 | -1/+1 | |
| | | | | | ||||
| | * | | | remove Information Cog loading log | 2022-10-23 | -1/+0 | |
| | | | | | ||||
| | * | | | reinstate the docstrings of "rules" and update it upon cog load | 2022-10-23 | -8/+10 | |
| | | | | |