| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | | | Recruitment: reverse nomination order | 2021-05-27 | -1/+2 | ||
| |/ / / / / | | | | | | | | | | | | | | | | This makes review appear in chronological order, making it easier to say things like "^^ what they said". | ||||
| * | | | | | Merge pull request #1614 from python-discord/update-pixels-regex | 2021-05-25 | -1/+1 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Update pixels token regex to false match less | ||||
| | * | | | | | Update pixels token regex to false match less | 2021-05-25 | -1/+1 | ||
| |/ / / / / | |||||
| * | | | | | Merge pull request #1613 from ChrisLovering/pixels-token-filtering | 2021-05-24 | -0/+108 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Add filter for pixels API tokens | ||||
| | * | | | | | Add filter for pixels API tokens | 2021-05-24 | -0/+108 | ||
| |/ / / / / | |||||
| * | | | | | Merge pull request #1612 from python-discord/higher-duck-limit | 2021-05-24 | -1/+1 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Up duck pond threshold to 7 | ||||
| | * | | | | | Up duck pond threshold to 7 | 2021-05-24 | -1/+1 | ||
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | Makes duck pond entries less common, by requiring more ducks for a message to be ducked | ||||
| * | | | | | Merge pull request #1610 from python-discord/fix/float-tag-typo | 2021-05-23 | -1/+1 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Remove the extra 'as' in the floats tag | ||||
| | * | | | | | fix: Remove the extra 'as' in floats.md | 2021-05-23 | -1/+1 | ||
| |/ / / / / | |||||
| | | * | | | Remove `claim_minutes` constant. | 2021-05-21 | -1/+0 | ||
| | | | | | | |||||
| | | * | | | Merge branch 'main' of https://github.com/python-discord/bot into ↵ | 2021-05-21 | -1108/+2045 | ||
| | | |\ \ \ | |_|/ / / |/| | | | | | | | | | swfarnsworth/one_help_channel | ||||
| * | | | | | Merge pull request #1607 from python-discord/vcokltfre/chore/modmail-tag-update | 2021-05-21 | -1/+1 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | chore: use new moderators role in modmail tag | ||||
| | * | | | | chore: use new moderators role | 2021-05-21 | -1/+1 | ||
| |/ / / / | |||||
| | * | | | Remove the `claim_minutes` configuration. | 2021-05-21 | -3/+0 | ||
| | | | | | | | | | | | | | | | | | There is essentially no cooldown as the "help cooldown" role is now always applied when one has an open help channel. | ||||
| | * | | | Delete `_cooldown.py`, which is no longer needed. | 2021-05-21 | -95/+0 | ||
| | | | | | |||||
| | * | | | Cooldown role only removed when help channel closes, removing a true cooldown. | 2021-05-13 | -10/+7 | ||
| | | | | | | | | | | | | | | | | | This implicitly creates a one channel per user rule. | ||||
| | | * | | Cleanup styles in infraction rescheduler | 2021-05-22 | -6/+6 | ||
| | | | | | |||||
| | | * | | Fix infraction rescheduler breaking with more than 100 in flight reactions | 2021-05-22 | -4/+25 | ||
| | |/ / |/| | | | | | | | | | | | Make sure to only fetch infractions to reschedule by filtering by type and permanent status. We don't reschedule permanents as they will never be automatically expired, so they're a waste and clog to filter out manually. There is a PR for `site` to add the requisite filters (`types` and `permanent`). We also only reschedule the soonest-expiring infractions, waiting until we've processed all of them before fetching the next batch by ordering them by expiration time. | ||||
| | | * | Update _ping_newcomer() func docstring. | 2021-05-18 | -2/+4 | ||
| | | | | |||||
| | | * | Let on_message event handler delete bot voice pings. | 2021-05-18 | -3/+2 | ||
| | | | | |||||
| | | * | Merge branch 'main' of https://github.com/python-discord/bot into voice_ver_dm | 2021-05-18 | -4/+32 | ||
| | | |\ | |_|/ |/| | | |||||
| * | | | Merge pull request #1593 from python-discord/flake-8-isn't-a-task | 2021-05-17 | -1/+1 | ||
| |\ \ \ | | | | | | | | | Fix pre-commit, since flake8 isn't a task | ||||
| | * | | | Fix pre-commit, since flake8 isn't a task | 2021-05-17 | -1/+1 | ||
| |/ / / | |||||
| * | | | Merge pull request #1558 from doublevcodes/main | 2021-05-16 | -0/+28 | ||
| |\ \ \ | | | | | | | | | Added blocking tag | ||||
| | * \ \ | Merge branch 'main' into main | 2021-05-16 | -1549/+2249 | ||
| | |\ \ \ | |/ / / |/| | | | |||||
| * | | | | Merge pull request #1590 from python-discord/incident-emojis | 2021-05-16 | -3/+3 | ||
| |\ \ \ \ | | | | | | | | | | | Constants: use in-server emojis for incident | ||||
| | * | | | | Constants: use in-server emojis for incident | 2021-05-16 | -3/+3 | ||
| |/ / / / | | | | | | | | | The default config is currently referencing the emoji server versions, making it unable to work with the nomination archive automation | ||||
| | * | | | Fix tense problems | 2021-05-16 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | Some of the first paragraph was in the past tense and some was in the present. Now everything is in the present. | ||||
| | * | | | Finish the tag | 2021-05-16 | -1/+22 | ||
| | | | | | |||||
| | * | | | Change programme to program | 2021-05-16 | -1/+1 | ||
| | | | | | |||||
| | * | | | Create blocking.md | 2021-05-01 | -0/+7 | ||
| | | | | | |||||
| | | | * | Remove redundant f-string. | 2021-05-17 | -1/+1 | ||
| | | | | | |||||
| | | | * | Merge branch 'voice_ver_dm' of https://github.com/RohanJnr/bot into voice_ver_dm | 2021-05-17 | -1104/+1814 | ||
| | | | |\ | |||||
| | | | | * | Merge branch 'main' into voice_ver_dm | 2021-05-16 | -1104/+1814 | ||
| | | | | |\ | |_|_|_|/ |/| | | | | |||||
| * | | | | | Merge pull request #1549 from python-discord/nomination-archive-automation | 2021-05-16 | -20/+164 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Nomination archive automation | ||||
| | * \ \ \ \ | Merge branch 'main' into nomination-archive-automation | 2021-05-16 | -1537/+2963 | ||
| | |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | | Merge pull request #1589 from python-discord/fix-dockerfile | 2021-05-16 | -1/+1 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Hotfix: Fixes Dependency Install Flag In Dockerfile | ||||
| | * | | | | | | Fixes Dependency Install Flag In Dockerfile | 2021-05-16 | -1/+1 | ||
| |/ / / / / / | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| * | | | | | | Merge pull request #1582 from python-discord/39-poetry | 2021-05-16 | -1084/+1650 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Upgrade To 3.9 and Poetry | ||||
| | * \ \ \ \ \ | Merge branch 'main' into 39-poetry | 2021-05-16 | -1/+200 | ||
| | |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| | * | | | | | | Updates Dependency Manager Files In CODEOWNERS | 2021-05-11 | -1/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates Pipfile and pipenv lock file to poetry equivalents in CODEOWNERS. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | | Updates Usages Of Pipenv To Poetry | 2021-05-11 | -31/+22 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates the Dockerfile, pre-commit, CI, and documentation to reflect the new dependency manager. Dockerfile is also updated to 3.9. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | | Adds Python-Dotenv | 2021-05-11 | -0/+6 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds python dotenv to emulate the default .env file loading behavior from pipenv. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | * | | | | | | Switches To Poetry And Python 3.9 | 2021-05-11 | -1052/+1620 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrates package manager to poetry, and updates python version to 3.9. Some packages are updated where needed. Signed-off-by: Hassan Abouelela <[email protected]> | ||||
| | | * | | | | | Nomination: consider that the first message has two role pings | 2021-05-15 | -8/+12 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: change archive timestamp to %Y/%m/%d | 2021-05-15 | -1/+1 | ||
| | | | | | | | | |||||
| | | * | | | | | Utils: fix indentation | 2021-05-15 | -4/+4 | ||
| | | | | | | | | |||||
| | | * | | | | | Nomination: fix formatting issue | 2021-05-10 | -2/+8 | ||
| | | | | | | | | |||||
| | | * | | | | | Duckpond: make use of count_unique_users_reaction | 2021-05-09 | -21/+25 | ||
| | | | | | | | | |||||
| | | * | | | | | Nominations: promote the mention regex to a constant | 2021-05-09 | -1/+4 | ||
| | | | | | | | | |||||