| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Isort: set atomic to true | 2021-10-15 | -0/+1 | |
| | | ||||
| * | Merge remote-tracking branch 'origin/main' into experiments/isort | 2021-10-15 | -235/+277 | |
| |\ | ||||
| | * | Merge pull request #1874 from python-discord/fix-bot-1869 | 2021-10-15 | -1/+1 | |
| | |\ | | | | | | | Fix community/staff members not being able to mention users in `!remind` | |||
| | | * | Update `isinstance` check | 2021-10-14 | -1/+1 | |
| | |/ | ||||
| | * | Merge pull request #1831 from python-discord/custom-logger-class | 2021-10-14 | -224/+228 | |
| | |\ | | | | | | | Add `CustomLogger` to prevent IDE lint warnings when calling `log.trace`. | |||
| | | * | Fix newlines after imports and address review | 2021-10-14 | -6/+2 | |
| | | | | | | | | | | | | | There's now always one blank line (no more, no less) after an import | |||
| | | * | Migrate to `bot.log.get_logger` function | 2021-10-14 | -206/+199 | |
| | | | | ||||
| | | * | Add `CustomLogger` to bot/log.py | 2021-10-14 | -18/+33 | |
| | |/ | ||||
| | * | Add a contribute tag which explains how to contribute to PyDis projects | 2021-10-14 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | * Add contribute tag * Adjust wording Adjusts the wording in the tag from feedback Co-authored-by: TizzySaurus <[email protected]> Co-authored-by: ChrisJL <[email protected]> | |||
| | * | Send `!defcon threshold` message in `channel` as well as #defcon. (#1856) | 2021-10-14 | -7/+17 | |
| | | | | | | | Co-authored-by: Xithrius <[email protected]> | |||
| | * | Merge pull request #1860 from python-discord/fix-infract-then-dm | 2021-10-14 | -2/+12 | |
| | |\ | | | | | | | Attempt infraction before DMing | |||
| | | * | Merge branch 'main' into fix-infract-then-dm | 2021-10-14 | -7/+8 | |
| | | |\ | | |/ | |/| | ||||
| | * | | Send the user's mention in the `watch` command. (#1867) | 2021-10-14 | -4/+4 | |
| | | | | ||||
| | * | | Merge pull request #1861 from python-discord/solve-bot-1852 | 2021-10-14 | -3/+4 | |
| | |\ \ | | | | | | | | | Distinguish between note/warning and expired infraction | |||
| | | * \ | Merge branch 'main' into solve-bot-1852 | 2021-10-14 | -41/+39 | |
| | | |\ \ | | |/ / | |/| | | ||||
| | | * | | Distinguish between note/warning and expired infraction in error message | 2021-10-06 | -3/+4 | |
| | | | | | ||||
| | | | * | Merge branch 'main' into fix-infract-then-dm | 2021-10-11 | -41/+39 | |
| | | | |\ | | |_|/ | |/| | | ||||
| | | | * | Only send DM before applying infraction for ban/kick | 2021-10-11 | -2/+2 | |
| | | | | | ||||
| | | | * | Remove redundant `else` clauses | 2021-10-10 | -8/+5 | |
| | | | | | ||||
| | | | * | Merge branch 'main' into fix-infract-then-dm | 2021-10-06 | -3/+6 | |
| | | | |\ | | | |/ | | |/| | ||||
| | | | * | Attempt infraction before DMing | 2021-10-06 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Prevents users getting sent an infraction message when the infraction then fails. This time it won't DM for notes :p | |||
| * | | | | Actions: do not check licenses of dev packages | 2021-10-15 | -2/+4 | |
| | | | | | ||||
| * | | | | ISort: give the codebase a sort | 2021-10-14 | -59/+20 | |
| | | | | | ||||
| * | | | | Remove flake8-import-order | 2021-10-14 | -71/+60 | |
| | | | | | | | | | | | | | | | | | Replaced by flake8-isort now that we use ISort | |||
| * | | | | Precommit: add ISort | 2021-10-14 | -0/+5 | |
| | | | | | ||||
| * | | | | Add ISort to this project | 2021-10-14 | -220/+353 | |
| |/ / / | ||||
| * | | | Merge pull request #1836 from python-discord/tags-revision | 2021-10-11 | -37/+23 | |
| |\ \ \ | | | | | | | | | Fix typos and grammar in tags | |||
| | * \ \ | Merge branch 'main' into tags-revision | 2021-10-11 | -189/+430 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| * | | | | Merge pull request #1865 from python-discord/fix-bot-1858 | 2021-10-10 | -1/+9 | |
| |\ \ \ \ | | | | | | | | | | | Handle 400 when setting pre-existing doc package | |||
| | * | | | | Fix typo in bot/exts/info/doc/_cog.py | 2021-10-10 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | it only took 5 people looking through the diff ... Co-authored-by: Bluenix <[email protected]> | |||
| | * | | | | Handle 400 when setting pre-existing doc package | 2021-10-10 | -1/+9 | |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you run, for example: !doc setdoc black https://black.readthedocs/en/stable/objects.inv twice over. You'll get an unhelpful "According to the API, your request is malformed." error message back. This commit adds an error handler to catch the HTTP 400 and tell the user the package already exists. | |||
| * | | | | Merge pull request #1630 from python-discord/kill-subdomains | 2021-10-06 | -3/+3 | |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge branch 'main' into kill-subdomains | 2021-10-06 | -0/+4 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #1862 from python-discord/add-appeals-categories | 2021-10-06 | -0/+4 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Add appeal categories to mod categories | |||
| | * | | | | Add appeal categories to mod categories | 2021-10-06 | -0/+4 | |
| |/ / / / | | | | | | | | | | | | | This allows us to run moderation commands in the appeal categories | |||
| | * / / | Kill subdomains from configuration file. | 2021-10-06 | -3/+3 | |
| |/ / / | | | | | | | | | | | | | This will need a coordinated rollout with @jb3, in order to make the appropriate changes in Kubernetes beforehand. | |||
| * | | | Merge pull request #1859 from python-discord/revert-1806-infract-then-dm | 2021-10-06 | -10/+8 | |
| |\ \ \ | |_|/ |/| | | Revert "Apply infractions before DMing" | |||
| | * | | Revert "Apply infractions before DMing" | 2021-10-06 | -10/+8 | |
| |/ / | ||||
| * | | Merge pull request #1798 from python-discord/ignore-infra-mods-errors | 2021-10-05 | -7/+22 | |
| |\ \ | | | | | | | Prevent role hierarchy issues with infractions | |||
| | * \ | Merge branch 'main' into ignore-infra-mods-errors | 2021-10-05 | -8/+10 | |
| | |\ \ | |/ / |/| | | ||||
| * | | | Merge pull request #1806 from python-discord/infract-then-dm | 2021-10-05 | -8/+10 | |
| |\ \ \ | | | | | | | | | Apply infractions before DMing | |||
| | * \ \ | Merge branch 'main' into infract-then-dm | 2021-10-05 | -190/+420 | |
| | |\ \ \ | |/ / / |/| | | | ||||
| | * | | | Apply infractions before DMing | 2021-09-11 | -8/+10 | |
| | | | | | | | | | | | | | | | | | Bot now attempts to infract before DMing, with the exception of kicks/bans, in order to prevent the user getting sent a message stating they were infracted when the infraction failed (and so they aren't). | |||
| | | * | | Merge branch 'main' into ignore-infra-mods-errors | 2021-10-05 | -323/+653 | |
| | | |\ \ | |_|/ / |/| | | | ||||
| * | | | | Merge pull request #1854 from python-discord/minor-changes-to-typing-patch | 2021-10-05 | -3/+3 | |
| |\ \ \ \ | | | | | | | | | | | Use utcnow() and lower a logging level in patch_typing | |||
| | * \ \ \ | Merge branch 'main' into minor-changes-to-typing-patch | 2021-10-05 | -20/+48 | |
| | |\ \ \ \ | |/ / / / |/| | | | | ||||
| * | | | | | Merge pull request #1855 from python-discord/antispam-log-improvements | 2021-10-05 | -8/+14 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Improve anti-spam logs | |||
| | * \ \ \ \ | Merge branch 'main' into antispam-log-improvements | 2021-10-05 | -12/+34 | |
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | | Merge pull request #1824 from Numerlor/doc-fetch_inventory-error-badarg | 2021-10-05 | -12/+34 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Gracefully handle invalid inventory content when adding a new doc package | |||
| | * \ \ \ \ \ | Merge branch 'main' into doc-fetch_inventory-error-badarg | 2021-10-05 | -170/+372 | |
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||