| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | | | * | | | | | | | | | | | | | | fix wrong type hint of the rules function return value | 2022-09-19 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | add test that checks for the sent content if one invalid index is present in ↵ | 2022-09-19 | -0/+46 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the input | ||||
| | | | * | | | | | | | | | | | | | | return final list of rule numbers to be sent | 2022-09-19 | -2/+4 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | sort the list of final rule numbers | 2022-09-19 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | determine final_rule_numbers value by subscribing to the ↵ | 2022-09-18 | -9/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyword_to_rule_number using the matched keywords | ||||
| | | | * | | | | | | | | | | | | | | subscribe directly to the keyword_to_rule_number dict instead of using .get | 2022-09-18 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | remove redundant use of list transformation when sorting final rule numbers | 2022-09-18 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | replace the keywords set with a dict that maps each keyword to its rule number | 2022-09-18 | -8/+6 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | enumerate full_rules with a start index of 1 | 2022-09-18 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | remove useless initial sorting of keywords | 2022-09-18 | -2/+0 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | remove duplicate final rule numbers then sort | 2022-09-18 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | remove unreachable code | 2022-09-18 | -8/+0 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | rename pick to rule_number | 2022-09-18 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | rename index to rule_number | 2022-09-18 | -1/+3 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | stop matching keywords when they're invalid upon triaging the rule numbers & ↵ | 2022-09-18 | -19/+17 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keywords | ||||
| | | | * | | | | | | | | | | | | | | stop matching as soon as an invalid kw is encountered | 2022-09-18 | -11/+22 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | remove help message that displays the available keywords per rule | 2022-09-16 | -8/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | rename rules to rule_numbers | 2022-09-16 | -7/+7 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | replace .isdigit predicate with a try except block | 2022-09-16 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | fix typo in docstrings | 2022-09-16 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | use the cached channels instead of fetching them with each command execution | 2022-09-16 | -4/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/2108-invoke-rule-command-with-keywords' ↵ | 2022-09-16 | -0/+0 | ||
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 2108-invoke-rule-command-with-keywords | ||||
| | | | | * | | | | | | | | | | | | | | suggest adding a keyword in dev & meta channels | 2022-09-11 | -3/+6 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | | add missing blank line | 2022-09-11 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | | accept keywords and rule numbers in any order | 2022-09-11 | -19/+39 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | | send the "no-match" error message in pure text format | 2022-09-08 | -5/+2 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | | send the list of pre-defined keywords along with each invoked rule | 2022-09-08 | -2/+7 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | | | | | | | add support for keywords when using the "rules" command. | 2022-08-19 | -4/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't change the way the rules command originally worked and keeps the priority to rule numbers. But in case a number (or numbers) is not supplied, it will try to find a rule that maps to a the supplied keyword. | ||||
| | | | | * | | | | | | | | | | | | | | fix "isistance" typo | 2022-08-19 | -1/+1 | ||
| | | | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | | | |/| | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | suggest adding a keyword in dev & meta channels | 2022-09-16 | -3/+6 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | add missing blank line | 2022-09-16 | -0/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | accept keywords and rule numbers in any order | 2022-09-16 | -19/+39 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | send the "no-match" error message in pure text format | 2022-09-16 | -5/+2 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | send the list of pre-defined keywords along with each invoked rule | 2022-09-16 | -2/+7 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | * | | | | | | | | | | | | | | add support for keywords when using the "rules" command. | 2022-09-16 | -4/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This doesn't change the way the rules command originally worked and keeps the priority to rule numbers. But in case a number (or numbers) is not supplied, it will try to find a rule that maps to a the supplied keyword. | ||||
| | | | * | | | | | | | | | | | | | | fix "isistance" typo | 2022-09-16 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | | | | | | Display mention & str of the mentionable object in `!remind list`. | 2022-09-20 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added so that the user still gets information on what the mention is, when the mention doesn't render (due to client cache etc.) | ||||
| | | | | | * | | | | | | | | | | | | Merge remote-tracking branch 'origin/bot-2231-enhancements' into ↵ | 2022-09-17 | -1476/+340 | ||
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bot-2231-enhancements | ||||
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'main' into bot-2231-enhancements | 2022-08-14 | -1476/+340 | ||
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | | | | | | | | Address Review | 2022-09-17 | -2/+6 | ||
| | | | | | |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Convert `ids` to a set to remove duplicates - Limit the amount of reminders you can delete at once to 5 in order to prevent API spam | ||||
| | | | | | * | | | | | | | | | | | | | Display mentions instead of name attribute in `!reminder list` | 2022-07-25 | -3/+2 | ||
| | | | | | | | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | | | | | | | Add ability to delete multiple reminders | 2022-07-25 | -13/+58 | ||
| | | | | |/ / / / / / / / / / / / / | |||||
| | | | | | | | | | | | | | | | * | | Return None instead of False in try_get_tag | 2022-09-19 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | * | | Check for commands being None in try_get_tag and try_silence | 2022-09-10 | -1/+9 | ||
| | | | |_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | * | Make changes requested in review | 2022-10-09 | -3/+5 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | * | Use scoring system that weights age and number of entries | 2022-10-09 | -128/+1375 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new tests for this behaviour, and added pytest-subtests dev dependency | ||||
| | | | | | | | | | | | | | | | * | Move tests out of moderation/ directory | 2022-10-09 | -0/+0 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I didn't mean to put them there in the first place | ||||
| | | | | | | | | | | | | | | | * | Rename test function and re-add change removed in merge. | 2022-09-19 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | |||||
| | | | | | | | | | | | | | | | * | Merge branch 'main' into update-autoreview-system | 2022-09-19 | -1748/+809 | ||
| | | | | | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | | Merge pull request #2242 from python-discord/fix-not-awaited-coroutine-warning | 2022-09-18 | -31/+52 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
