| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | chore: remove unneeded env variables and command processing | 2021-05-17 | -13/+2 | |
| | | ||||
| * | Merge pull request #3 from python-discord/remove-opt-out | 2021-04-18 | -226/+288 | |
| |\ | ||||
| | * | Remove unused Context import | 2021-04-09 | -1/+1 | |
| | | | ||||
| | * | Various version upgrades for discord.py | 2021-04-09 | -179/+258 | |
| | | | ||||
| | * | Remove opt_out from bot logic and opt out commands | 2021-04-09 | -45/+1 | |
| | | | ||||
| | * | Remove opt_out column | 2021-04-09 | -1/+28 | |
| |/ | ||||
| * | Chage from GHCR_TOKEN secret to GITHUB_TOKEN for Docker image publish | 2021-04-05 | -1/+1 | |
| | | ||||
| * | Use .gitattributes to normalise line endings on check-in | 2021-03-13 | -0/+1 | |
| | | ||||
| * | master => main | 2021-03-13 | -7/+7 | |
| | | ||||
| * | Cascade delete channels on category deletion | 2021-03-04 | -1/+31 | |
| | | ||||
| * | Merge pull request #2 from python-discord/add-bulk-deletion | 2021-01-30 | -2/+10 | |
| |\ | ||||
| | * | Increase line length limit to 120 | 2021-01-30 | -1/+1 | |
| | | | ||||
| | * | Add support for bulk deletion | 2021-01-30 | -1/+9 | |
| |/ | ||||
| * | Update bot.py | 2020-12-24 | -2/+6 | |
| | | ||||
| * | Add git to production image | 2020-12-21 | -1/+1 | |
| | | ||||
| * | Version bump | 2020-12-21 | -2/+2 | |
| | | ||||
| * | Add support for pending members | 2020-12-21 | -13/+53 | |
| | | ||||
| * | Remove unused import | 2020-12-19 | -1/+0 | |
| | | ||||
| * | Merge branch 'master' of github.com:python-discord/metricity | 2020-12-19 | -2/+7 | |
| |\ | ||||
| | * | Remove whitespace | 2020-12-19 | -1/+1 | |
| | | | ||||
| | * | Don't track bot messages | 2020-12-19 | -2/+5 | |
| | | | ||||
| | * | Create CODEOWNERS | 2020-11-26 | -0/+2 | |
| | | | ||||
| * | | Version bump to 1.1.0 | 2020-12-19 | -193/+201 | |
| | | | ||||
| * | | Remove verification features | 2020-12-19 | -26/+30 | |
| |/ | ||||
| * | Fix circular import | 2020-11-17 | -2/+1 | |
| | | ||||
| * | Set status to current version | 2020-11-17 | -3/+7 | |
| | | ||||
| * | Final linting fixes | 2020-11-15 | -3/+1 | |
| | | ||||
| * | linting fixes | 2020-11-15 | -3/+6 | |
| | | ||||
| * | Add auto-deploy to k8s step | 2020-11-15 | -0/+14 | |
| | | ||||
| * | Add deployment manifest | 2020-11-15 | -0/+21 | |
| | | ||||
| * | Remove duplicated step | 2020-11-15 | -2/+0 | |
| | | ||||
| * | Fix linting errors | 2020-11-15 | -1/+5 | |
| | | ||||
| * | Publish to GHCR and remove salt autodeploy | 2020-11-15 | -19/+29 | |
| | | ||||
| * | Add index on message table for author and channel ID | 2020-10-27 | -1/+32 | |
| | | ||||
| * | fix code linting | 2020-10-18 | -2/+5 | |
| | | ||||
| * | Track deleted messages being deleted | 2020-10-18 | -0/+33 | |
| | | ||||
| * | Use correct method for intents | 2020-10-07 | -2/+2 | |
| | | ||||
| * | Fix typo in intents | 2020-10-07 | -1/+1 | |
| | | ||||
| * | Add GCC into container | 2020-10-07 | -0/+3 | |
| | | ||||
| * | Merge pull request #1 from python-discord/d.py-1.5 | 2020-10-07 | -67/+90 | |
| |\ | | | | | Update to discord.py 1.5 | |||
| | * | Update to discord.py 1.5 | 2020-10-07 | -67/+90 | |
| |/ | ||||
| * | Alter user chunk to 500 | 2020-09-21 | -1/+1 | |
| | | ||||
| * | Fix some issues with verification time logic | 2020-09-12 | -1/+3 | |
| | | ||||
| * | Add extra logic for handing newer users | 2020-09-12 | -1/+2 | |
| | | ||||
| * | Linting | 2020-09-12 | -1/+1 | |
| | | ||||
| * | Store user verification date | 2020-09-12 | -3/+44 | |
| | | ||||
| * | Add some new staff categories | 2020-09-04 | -1/+3 | |
| | | ||||
| * | Convert public flags to dictionary | 2020-09-02 | -4/+4 | |
| | | ||||
| * | public_flags migration | 2020-09-02 | -0/+28 | |
| | | ||||
| * | Store public flags | 2020-09-02 | -5/+12 | |
| | | ||||