aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | * | | | Pop user from talent pool cache when unnominatedGravatar Chris Lovering2021-09-03-0/+1
| | | | | |
| | * | | | `Unnominate reason` to `Unnomination reason`Gravatar Xithrius2021-09-03-1/+1
| | | | | |
| | * | | | Add an extra alias to unnominateGravatar Chris Lovering2021-09-01-1/+1
| | | | | |
| | * | | | Fix spelling of a TalentPool command nameGravatar Chris Lovering2021-08-30-1/+1
| | | | | |
| | * | | | Rename list nominated user command for clarityGravatar Chris Lovering2021-08-30-2/+2
| | | | | |
| | * | | | use global logger in talent pool, over a self var that has been deletedGravatar Chris Lovering2021-08-30-1/+1
| | | | | |
| | * | | | Add back missing default params for TalentPool cogGravatar Chris Lovering2021-08-30-0/+1
| | | | | |
| | * | | | Update unnominate message to remove reference to relaying messages.Gravatar Chris Lovering2021-08-30-1/+1
| | | | | |
| | * | | | Update api endpoint name in talent pool reviewGravatar Chris Lovering2021-08-30-1/+1
| | | | | |
| | * | | | Merge branch 'main' into ks123/goodbye-talentpool-channelGravatar Chris Lovering2021-08-30-2/+4
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Update comment to reference the new TalentPool cache nameGravatar Chris Lovering2021-08-30-3/+3
| | | | | |
| | * | | | Remove code that is no longer hitGravatar Chris Lovering2021-08-30-4/+0
| | | | | |
| | * | | | Change all references to watch to nominate insteadGravatar Chris Lovering2021-08-30-17/+25
| | | | | |
| | * | | | Merge branch 'main' into ks123/goodbye-talentpool-channelGravatar Chris Lovering2021-08-30-1746/+3918
| | |\| | |
| | * | | | Switched back to default value getting.Gravatar Xithrius2021-06-12-4/+4
| | | | | |
| | * | | | Merge branch 'main' into ks123/goodbye-talentpool-channelGravatar Xithrius2021-06-04-0/+0
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'main' into ks123/goodbye-talentpool-channelGravatar Xithrius2021-06-04-3427/+6634
| | |\ \ \ \ \
| | * | | | | | Remove talentpool channel constantsGravatar ks1292021-03-28-5/+0
| | | | | | | |
| | * | | | | | Migrate nomination reasons editing commandsGravatar ks1292021-03-28-10/+10
| | | | | | | |
| | * | | | | | Add missing asterisk to nominees listGravatar ks1292021-03-28-1/+1
| | | | | | | |
| | * | | | | | Migrate unnominate command to non-watchchannelGravatar ks1292021-03-28-6/+6
| | | | | | | |
| | * | | | | | Migrate Talent Pool Reviewer class to non-watchchannel Talent PoolGravatar ks1292021-03-28-10/+10
| | | | | | | |
| | * | | | | | Migrate nominations history command to non-watchchannel systemGravatar ks1292021-03-28-1/+1
| | | | | | | |
| | * | | | | | Use more accurate command names and docstring for talent pool commandsGravatar ks1292021-03-28-14/+13
| | | | | | | |
| | * | | | | | Remove WatchChannel parent of TalentPool and migrate first commandsGravatar ks1292021-03-28-28/+52
| | | | | | | |
| | | | | | * | Refactor & simplifiy domain filter checkGravatar Chris Lovering2021-09-06-8/+3
| | | | | | | |
| | | | | | * | Only check URL-like objects against domain filtersGravatar Chris Lovering2021-08-28-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously a message such as 'https://google.com hello! flask.request.method' would be filtered due to us filtering the url shortener t.me. This commit changes to logic so that we only check parts of the messages that matched the URL regex against our blacklist, to avoid these false-positives.
| | | | | | | * Use `isinstance` instead of `hasattr` to determine if `Member`Gravatar Izan2021-10-05-2/+2
| | | | | | | |
| | | | | | | * Fix testsGravatar Izan2021-09-01-6/+9
| | | | | | | |
| | | | | | | * Fix role hierarchy checkGravatar Izan2021-09-01-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now uses `>=` instead of `>`, as is meant to happen.
| | | | | | | * Prevent infractions raising error due to role hierarchyGravatar Izan2021-09-01-0/+12
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Now explicitly states that the bot is unable to starify/kick/ban someone who's higher in the role hierarchy
* | | | | | | Add support for searching infractions by infraction id (#1787)Gravatar TizzySaurus2021-09-01-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for searching infractions by infraction id Can now search by infraction id via `!infraction {id}`.
* | | | | | | Rewording botvars.md tag (#1786)Gravatar Hunter28072021-08-31-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Reword botvar.md Co-authored-by: Steele Farnsworth <[email protected]>
* | | | | | | Merge pull request #1779 from python-discord/experiments/akarys/check-licensesGravatar ChrisJL2021-08-31-86/+134
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | CI: check for dependency licenses
| * | | | | | Merge branch 'main' into experiments/akarys/check-licensesGravatar ChrisJL2021-08-31-37/+78
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1791 from python-discord/dmrelay-mod-channelGravatar Xithrius2021-08-30-2/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Allow dmrelay to only be used in mod channels.
| * | | | | | Merge branch 'main' into dmrelay-mod-channelGravatar ChrisJL2021-08-30-35/+74
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Remove the json argument from the raw command. (#1792)Gravatar Qwerty-1332021-08-30-6/+14
| | | | | | |
* | | | | | | Merge pull request #1790 from python-discord/restrictive-infra-commandsGravatar ChrisJL2021-08-30-29/+60
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | Prevent the usage of names and nicknames when issuing infractions.
| * | | | | | Add more clarity to docstringsGravatar Qwerty-1332021-08-29-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify what Discord usernames are and the usage of the word "ambiguity".
| * | | | | | Make the helper function more readableGravatar Qwerty-1332021-08-29-8/+4
| | | | | | |
| * | | | | | Use unambiguous converters for infraction commandsGravatar Qwerty-1332021-08-29-15/+16
| | | | | | |
| * | | | | | Fix mismatches in parameter names and docstringsGravatar Qwerty-1332021-08-29-2/+2
| | | | | | |
| * | | | | | Add the UnambiguousMember converterGravatar Qwerty-1332021-08-29-3/+23
| | | | | | |
| * | | | | | Replace UserMentionOrID with UnambiguousUserGravatar Qwerty-1332021-08-29-12/+26
|/ / / / / /
| * / / / / Allow dmrelay to only be used in mod channels.Gravatar Qwerty-1332021-08-30-2/+4
|/ / / / /
| * | | | Merge branch 'main' into experiments/akarys/check-licensesGravatar Matteo Bertucci2021-08-28-6/+80
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Added bot variables tag (#1784)Gravatar Hunter28072021-08-27-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | * Added a new tag with the name bot_var Co-authored-by: Bluenix <[email protected]>
* | | | | Merge pull request #1778 from python-discord/update-remind-helpGravatar Xithrius2021-08-26-4/+48
|\ \ \ \ \ | | | | | | | | | | | | Add time units and example to docstring of `!remind` commands
| * \ \ \ \ Merge branch 'main' into update-remind-helpGravatar Xithrius2021-08-26-2/+9
| |\ \ \ \ \ | |/ / / / / |/| | | | |