aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | | | | Recruitment: reverse nomination orderGravatar Matteo Bertucci2021-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-regexGravatar Boris Muratov2021-05-25-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Update pixels token regex to false match less
| * | | | | Update pixels token regex to false match lessGravatar Chris2021-05-25-1/+1
|/ / / / /
* | | | | Merge pull request #1613 from ChrisLovering/pixels-token-filteringGravatar Joe Banks2021-05-24-0/+108
|\ \ \ \ \ | | | | | | | | | | | | Add filter for pixels API tokens
| * | | | | Add filter for pixels API tokensGravatar Chris2021-05-24-0/+108
|/ / / / /
* | | | | Merge pull request #1612 from python-discord/higher-duck-limitGravatar Boris Muratov2021-05-24-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Up duck pond threshold to 7
| * | | | | Up duck pond threshold to 7Gravatar Gustav Odinger2021-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-typoGravatar ChrisJL2021-05-23-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Remove the extra 'as' in the floats tag
| * | | | | fix: Remove the extra 'as' in floats.mdGravatar ToxicKidz2021-05-23-1/+1
|/ / / / /
| | * | | Remove `claim_minutes` constant.Gravatar swfarnsworth2021-05-21-1/+0
| | | | |
| | * | | Merge branch 'main' of https://github.com/python-discord/bot into ↵Gravatar swfarnsworth2021-05-21-1108/+2045
| | |\ \ \ | |_|/ / / |/| | | | | | | | | swfarnsworth/one_help_channel
* | | | | Merge pull request #1607 from python-discord/vcokltfre/chore/modmail-tag-updateGravatar ChrisJL2021-05-21-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | chore: use new moderators role in modmail tag
| * | | | chore: use new moderators roleGravatar vcokltfre2021-05-21-1/+1
|/ / / /
| * | | Remove the `claim_minutes` configuration.Gravatar swfarnsworth2021-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.Gravatar swfarnsworth2021-05-21-95/+0
| | | |
| * | | Cooldown role only removed when help channel closes, removing a true cooldown.Gravatar swfarnsworth2021-05-13-10/+7
| | | | | | | | | | | | | | | | This implicitly creates a one channel per user rule.
| | * | Cleanup styles in infraction reschedulerGravatar Bast2021-05-22-6/+6
| | | |
| | * | Fix infraction rescheduler breaking with more than 100 in flight reactionsGravatar Bast2021-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.Gravatar RohanJnr2021-05-18-2/+4
| | |
| | * Let on_message event handler delete bot voice pings.Gravatar RohanJnr2021-05-18-3/+2
| | |
| | * Merge branch 'main' of https://github.com/python-discord/bot into voice_ver_dmGravatar RohanJnr2021-05-18-4/+32
| | |\ | |_|/ |/| |
* | | Merge pull request #1593 from python-discord/flake-8-isn't-a-taskGravatar Hassan Abouelela2021-05-17-1/+1
|\ \ \ | | | | | | | | Fix pre-commit, since flake8 isn't a task
| * | | Fix pre-commit, since flake8 isn't a taskGravatar Chris2021-05-17-1/+1
|/ / /
* | | Merge pull request #1558 from doublevcodes/mainGravatar ChrisJL2021-05-16-0/+28
|\ \ \ | | | | | | | | Added blocking tag
| * \ \ Merge branch 'main' into mainGravatar ChrisJL2021-05-16-1549/+2249
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1590 from python-discord/incident-emojisGravatar ChrisJL2021-05-16-3/+3
|\ \ \ \ | | | | | | | | | | Constants: use in-server emojis for incident
| * | | | Constants: use in-server emojis for incidentGravatar Matteo Bertucci2021-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 problemsGravatar Vivaan Verma2021-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 tagGravatar Vivaan Verma2021-05-16-1/+22
| | | |
| * | | Change programme to programGravatar Vivaan Verma2021-05-16-1/+1
| | | |
| * | | Create blocking.mdGravatar Vivaan Verma2021-05-01-0/+7
| | | |
| | | * Remove redundant f-string.Gravatar rohan2021-05-17-1/+1
| | | |
| | | * Merge branch 'voice_ver_dm' of https://github.com/RohanJnr/bot into voice_ver_dmGravatar rohan2021-05-17-1104/+1814
| | | |\
| | | | * Merge branch 'main' into voice_ver_dmGravatar ChrisJL2021-05-16-1104/+1814
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #1549 from python-discord/nomination-archive-automationGravatar ChrisJL2021-05-16-20/+164
|\ \ \ \ \ | | | | | | | | | | | | Nomination archive automation
| * \ \ \ \ Merge branch 'main' into nomination-archive-automationGravatar ChrisJL2021-05-16-1537/+2963
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1589 from python-discord/fix-dockerfileGravatar ChrisJL2021-05-16-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Hotfix: Fixes Dependency Install Flag In Dockerfile
| * | | | | | Fixes Dependency Install Flag In DockerfileGravatar Hassan Abouelela2021-05-16-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>
* | | | | | Merge pull request #1582 from python-discord/39-poetryGravatar Hassan Abouelela2021-05-16-1084/+1650
|\ \ \ \ \ \ | | | | | | | | | | | | | | Upgrade To 3.9 and Poetry
| * \ \ \ \ \ Merge branch 'main' into 39-poetryGravatar Hassan Abouelela2021-05-16-1/+200
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Updates Dependency Manager Files In CODEOWNERSGravatar Hassan Abouelela2021-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 PoetryGravatar Hassan Abouelela2021-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-DotenvGravatar Hassan Abouelela2021-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.9Gravatar Hassan Abouelela2021-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 pingsGravatar Matteo Bertucci2021-05-15-8/+12
| | | | | | |
| | * | | | | Nomination: change archive timestamp to %Y/%m/%dGravatar Matteo Bertucci2021-05-15-1/+1
| | | | | | |
| | * | | | | Utils: fix indentationGravatar Matteo Bertucci2021-05-15-4/+4
| | | | | | |
| | * | | | | Nomination: fix formatting issueGravatar Matteo Bertucci2021-05-10-2/+8
| | | | | | |
| | * | | | | Duckpond: make use of count_unique_users_reactionGravatar Matteo Bertucci2021-05-09-21/+25
| | | | | | |
| | * | | | | Nominations: promote the mention regex to a constantGravatar Matteo Bertucci2021-05-09-1/+4
| | | | | | |