| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | 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 | ||
| | | |||||
| * | Add support for measuring role gate effectiveness | 2020-08-29 | -6/+47 | ||
| | | |||||
| * | Linting fixes | 2020-08-27 | -0/+1 | ||
| | | |||||
| * | Remove arbitrary code from master | 2020-08-27 | -53/+0 | ||
| | | |||||
| * | Wait for DB before performing any operations | 2020-08-27 | -1/+65 | ||
| | | |||||
| * | Remove opt_out from upsert | 2020-08-25 | -1/+0 | ||
| | | |||||
| * | Update README with documentation | 2020-08-25 | -2/+21 | ||
| | | |||||
| * | Correct update call in user sync | 2020-08-25 | -1/+1 | ||
| | | |||||
| * | Add in_guild column to represent membership | 2020-08-25 | -2/+50 | ||
| | | |||||
| * | Linting | 2020-08-25 | -0/+1 | ||
| | | |||||
| * | Move command invoke to before checking if we can process a user | 2020-08-25 | -4/+3 | ||
| | | |||||
| * | Update in channel check to equality | 2020-08-25 | -1/+1 | ||
| | | |||||
| * | Add opt-in/opt-out commands | 2020-08-25 | -1/+51 | ||
| | | |||||
| * | Major adjustments to data storage, strings instead of bigints for metabase ↵ | 2020-08-25 | -25/+114 | ||
| | | | | | compatibility | ||||
| * | Use a foreign key for channel category | 2020-08-25 | -1/+33 | ||
| | | |||||
| * | Auto-deploy should depend on Docker succeeding | 2020-08-25 | -0/+2 | ||
| | | |||||
| * | Auto-deploy script | 2020-08-25 | -0/+10 | ||
| | | |||||
| * | use latest convention instead of Git SHA for Docker | 2020-08-25 | -2/+2 | ||
| | | |||||
| * | Actual linting fixes | 2020-08-25 | -2/+3 | ||
| | | |||||
| * | Linting fixes | 2020-08-25 | -2/+2 | ||
| | | |||||
| * | Use psycopg2-binary | 2020-08-25 | -17/+34 | ||
| | | |||||
| * | Install poetry in container | 2020-08-25 | -0/+2 | ||
| | | |||||
| * | GitHub Deployment action | 2020-08-25 | -0/+25 | ||
| | | |||||
| * | Dockerfile | 2020-08-25 | -0/+17 | ||
| | | |||||
| * | Entrypoints and logging | 2020-08-25 | -0/+27 | ||
| | | |||||
| * | Default config files | 2020-08-25 | -1/+416 | ||
| | | |||||
| * | Add bot | 2020-08-25 | -0/+250 | ||
| | | |||||
| * | Add config | 2020-08-25 | -0/+133 | ||
| | | |||||
| * | Add database | 2020-08-25 | -0/+103 | ||
| | | |||||
| * | Add Alembic | 2020-08-25 | -0/+370 | ||
| | | |||||
| * | Add config files to gitignore | 2020-08-25 | -0/+6 | ||
| | | |||||
| * | Fix init file docstring. | 2020-08-24 | -3/+1 | ||
| | | |||||
| * | Update lint.yml | 2020-08-24 | -0/+3 | ||
| | | |||||
| * | Create lint.yml | 2020-08-24 | -0/+28 | ||
| | | |||||
| * | Add basic project files | 2020-08-24 | -0/+317 | ||
| | | |||||
| * | Initial commit | 2020-08-24 | -0/+152 | ||