| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | | | 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 | ||
| |/ / / / / / / | |||||
| | | * | | | | | 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 | ||
| | | | | | | | | |||||
| | | * | | | | | set rules command's help upon cog_load | 2022-10-23 | -6/+20 | ||
| | | | |_|/ / | | |/| | | | |||||
| | | | * | | | Address PR comments and fix typ | 2022-11-01 | -4/+2 | ||
| | | | | | | | |||||
| | | | * | | | Add nomodule tag | 2022-07-25 | -0/+15 | ||
| | | | | | | | |||||
| | | | | * | | Refactor some commands to avoid unnecessary API calls | 2022-10-23 | -48/+34 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed a docstring and renamed a variable | ||||
| | | | | * | | Various improvements and fixes | 2022-10-23 | -19/+22 | ||
| | | | | | | | |||||
| | | | | * | | Fix tests | 2022-10-22 | -19/+22 | ||
| | | | | | | | |||||
| | | | | * | | Remove mark_reviewed command, cleanup and bug fixes | 2022-10-22 | -64/+41 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Bugs fixed were just ones introduced in my last commit :( | ||||
| | | | | * | | Use pydantic to model nominations and split API handling into a new file | 2022-10-22 | -175/+250 | ||
| | | | |/ / | | |/| | | |||||
| | | | | * | Fix antispam alerting | 2023-02-28 | -13/+28 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Only upload deletion logs when there's actually deletion. - Don't upload deletion logs when an antispam event begins (could happen when another filter demanded an alert to be sent), but instead delay it until the antispam alert. Otherwise the antispam alert would cause an error because it would try to upload duplicate messages. - Correctly include any messages and channels added to the antispam event after the initial deletion. | ||||
| | | | | * | Copy message from other infraction if result doesn't have one. | 2023-02-28 | -5/+19 | ||
| | | | | | | |||||
| | | | | * | Don't allow adding filter lists with no implementation | 2023-02-28 | -0/+9 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filter lists with no implemenation are not loaded, therefore if one is added with no implementation there is then no way to interact with it. Instead of accounting for that case it makes more sense to require an implemenation first. | ||||
| | | | | * | Re-add webhook and discord token check in other cogs | 2023-02-28 | -2/+10 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: wookie184 <[email protected]> | ||||
| | | | | * | Correct type hint | 2023-02-28 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: wookie184 <[email protected]> | ||||
| | | | | * | Deprecated `warn` -> `warning` | 2023-02-28 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: wookie184 <[email protected]> | ||||
| | | | | * | Fix Infraction check | 2023-02-28 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: decorator-factory <[email protected]> | ||||
| | | | | * | Use literals as defaults where possible | 2023-02-28 | -5/+5 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: wookie184 <[email protected]> | ||||
| | | | | * | Properly parameterize type hints in filter context | 2023-02-28 | -3/+3 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: decorator-factory <[email protected]> | ||||
| | | | | * | `__or__` -> `union` + `Self` type-hint in action settings | 2023-02-28 | -24/+18 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keeps the type hint accurate in the subclasses, and avoids having type guards for each implementation. Co-authored-by: decorator-factory <[email protected]> Co-authored-by: Ionite <[email protected]> | ||||
| | | | | * | Explicitly handle embed being too long | 2023-02-27 | -4/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ionite <[email protected]> | ||||
| | | | | * | Use public typing API for `starting_value` | 2023-02-27 | -7/+8 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ionite <[email protected]> | ||||
| | | | | * | Simplify `Settings.copy` | 2023-02-27 | -3/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ionite <[email protected]> | ||||
| | | | | * | Create a guide for developing the filtering ext | 2023-01-28 | -0/+63 | ||
| | | | | | | |||||
| | | | | * | Handle response message being a list | 2023-01-28 | -5/+9 | ||
| | | | | | | |||||
| | | | | * | Include filterlist information when patching filters | 2023-01-27 | -1/+4 | ||
| | | | | | | | | | | | | | | | | | | | | | The information is necessary for the serializer validaiton. | ||||
| | | | | * | Fix display of sequence setting with non-string elements | 2023-01-27 | -1/+1 | ||
| | | | | | | |||||
| | | | | * | Post descriptive embed on unexpected error | 2023-01-27 | -0/+2 | ||
| | | | | | | |||||
| | | | | * | Bring back old system tests | 2023-01-22 | -11/+484 | ||
| | | | | | | |||||
| | | | | * | Improve logging | 2023-01-21 | -2/+13 | ||
| | | | | | | |||||
| | | | | * | Change CODEOWNERS | 2023-01-20 | -5/+1 | ||
| | | | | | | |||||
| | | | | * | Bring back stats counting for triggered filters | 2023-01-20 | -2/+13 | ||
| | | | | | | |||||
| | | | | * | Render list elements without quotes | 2023-01-20 | -6/+11 | ||
| | | | | | | |||||
| | | | | * | Show infraction name in passive form in alert | 2023-01-20 | -1/+12 | ||
| | | | | | | |||||