| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | Require a mod role for stream commands | 2021-04-19 | -4/+4 | ||
| | |/ / / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously any staff member (including helpers) could use the stream commands. | ||||
| | * | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1528 from python-discord/mbaruh/allow_eval | 2021-04-17 | -10/+57 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow eval almost everywhere | ||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into mbaruh/allow_eval | 2021-04-17 | -0/+21 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1507 from python-discord/decorator-tag | 2021-04-15 | -0/+21 | ||
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | Add custom command checks tag | ||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'main' into decorator-tag | 2021-04-15 | -849/+1868 | ||
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | chore: update wording as requested | 2021-04-15 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | rename function to in_any_channel in accordance with d.py naming | 2021-04-07 | -4/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | update wording to emphasise checks not decorators | 2021-04-07 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | add custom command checks tag | 2021-04-07 | -0/+21 | ||
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | | | | | | | | Raise a new NotInBlacklistCheckFailure instead | 2021-04-16 | -7/+15 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This creates a new baseclass called ContextCheckFailure, and the new error as well as InWhitelistCheckFailure now derive it. | ||||
| | | | * | | | | | | | | | | | | | | | | | | | | | Allow eval almost everywhere | 2021-04-15 | -5/+44 | ||
| | | |/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a check to blacklist a command only in a specific context, with an option for a role override. The check is applied to the eval command to blacklist it only from python-general. | ||||
| | | | | | | | | | | * | | | | | | | | | | | | | Update error handler tests to match with recent changes | 2021-02-19 | -9/+72 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | Remove unnecessary ResponseCodeError suppress | 2021-02-19 | -4/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | Remove verification channel special case from error handler tests | 2021-02-19 | -13/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't have a verification channel anymore, so this have no point and this just give errors. | ||||
| | | | | | | | | | | * | | | | | | | | | | | | | Merge branch 'master' into error-handler-test | 2021-02-19 | -2907/+3859 | ||
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into error-handler-test | 2020-11-21 | -2526/+3832 | ||
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | EH tests: Fix InWhitelistCheckFailure import path | 2020-09-27 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | EH Tests: Fix order of imports | 2020-09-27 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | Merge remote-tracking branch 'upstream/master' into error-handler-test | 2020-09-27 | -4304/+8809 | ||
| | | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Create test for `handle_unexpected_error` | 2020-05-19 | -2/+37 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Create test for `ErrorHandler` `setup` function | 2020-05-19 | -1/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Create tests for `handle_api_error` | 2020-05-19 | -0/+33 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Merge test classes | 2020-05-19 | -11/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Create test for `handle_check_failure` | 2020-05-19 | -0/+48 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Create test for `handle_input_error` | 2020-05-19 | -6/+36 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | Error Handler: Changed way of help command get + send to avoid warning | 2020-05-19 | -6/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only get coroutine when this is gonna be awaited. | ||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Created test for `handle_user_input_error` `get_help_command` | 2020-05-19 | -0/+16 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `try_get_tag` `ResponseCodeError` ignore | 2020-05-19 | -0/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `try_get_tag` `ctx.invoke` calling | 2020-05-19 | -0/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `try_get_tag` tag name converting failing | 2020-05-19 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `try_get_tag` successful tag name converting | 2020-05-19 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `try_get_tag` error handling | 2020-05-19 | -2/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `try_get_tag` checks fail | 2020-05-19 | -2/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `try_get_tag` `invoked_from_error_handler` | 2020-05-19 | -0/+7 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `try_get_tag` `get_command` calling | 2020-05-19 | -0/+19 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added tests for `get_help_command`in `OtherErrorHandlerTests` | 2020-05-19 | -0/+32 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Cleanup `try_silence` tests | 2020-05-18 | -39/+27 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `try_silence` no match message | 2020-05-18 | -0/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Created `try_silence` test to test unsilence command calling | 2020-05-18 | -0/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Created `try_silence` test to test silence command calling | 2020-05-18 | -0/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Created `try_silence` test to check no permission with except | 2020-05-18 | -0/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Created `try_silence` test to check no permission response | 2020-05-18 | -2/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Created `try_silence` test for `get_command` | 2020-05-18 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Created first test for `try_silence` | 2020-05-18 | -0/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Created test for all other errors | 2020-05-18 | -0/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for 3 errors handling on handler | 2020-05-18 | -1/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These 3 errors is: - `ConversionError` - `MaxConcurrencyReached` - `ExtensionError` | ||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `CommandInvokeError` handling on handler | 2020-05-18 | -0/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `CommandOnCooldown` handling on handler | 2020-05-18 | -0/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `CheckFailure` handling on handler | 2020-05-18 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | * | | | | | | | | | | | | | | | | EH Tests: Added test for `UserInputError` handling on handler | 2020-05-18 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |||||