| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| * | | | | | | | | | | Remove unused import, use `tuple`. | 2019-01-06 | -3/+2 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Move by-reason infraction search to Django API backend. | 2019-01-06 | -13/+3 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Move by-user infraction search to Django API backend. | 2019-01-06 | -24/+12 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Use guild ID from configuration file. | 2019-01-04 | -3/+4 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Handle member leave in sync cog. | 2019-01-04 | -0/+13 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Handle member join in sync cog. | 2019-01-04 | -11/+49 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Send permission / colour value as required. | 2019-01-04 | -5/+5 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Handle role deletion in sync cog. | 2019-01-04 | -0/+9 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Handle role creation in sync cog. | 2019-01-04 | -0/+11 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Handle role updates in sync cog. | 2019-01-04 | -1/+17 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Handle member updates in sync cog. | 2019-01-04 | -1/+20 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Move diff logging to cog, add manual sync commands. | 2019-01-03 | -12/+53 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add test case for deduplication of `in_guild` field update. | 2019-01-03 | -0/+7 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add documentation strings and comments. | 2019-01-03 | -10/+71 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Remove obsolete `user is None` check. | 2019-01-03 | -3/+0 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add testing step to CI. | 2019-01-03 | -0/+3 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add `pytest` dev dependency. | 2019-01-03 | -168/+215 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add role and user differ unit tests. | 2019-01-03 | -0/+125 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Respect immutability. | 2019-01-03 | -2/+2 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Create or update roles as needed. | 2019-01-03 | -4/+21 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Update users who joined and left. | 2019-01-03 | -3/+27 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Remove useless `chunk_by` function. | 2019-01-03 | -7/+0 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Sync updated users since last boot. | 2019-01-03 | -19/+24 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Add `PUT` support in API client. | 2019-01-01 | -0/+4 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Send users one by one. | 2019-01-01 | -17/+14 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Implement basic member syncing. | 2019-01-01 | -19/+96 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Factor out sync cog to package. | 2019-01-01 | -30/+42 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix another merge conflict that was leftover. | 2019-01-01 | -3/+0 | ||
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' into django | 2019-01-01 | -1043/+3965 | ||
| |\| | | | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #242 from python-discord/eval-indent-fix | 2019-01-01 | -1/+1 | ||
| | |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | Corrects indent bug in internal eval introduced in #212 | ||||
| | | * | | | | | | | | Merge branch 'master' into eval-indent-fix | 2019-01-01 | -9/+6 | ||
| | | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | | Merge pull request #234 from python-discord/invite-filter-fix | 2019-01-01 | -9/+6 | ||
| | |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | Remove invite filter deblanking | ||||
| | | * | | | | | | | | Merge branch 'master' into invite-filter-fix | 2019-01-01 | -39/+110 | ||
| | | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | | * | | | | | | | | Remove the cursed trailing whitespace | 2018-12-29 | -2/+2 | ||
| | | | | | | | | | | | |||||
| | | * | | | | | | | | Remove invite filter deblanking | 2018-12-29 | -9/+6 | ||
| | | | |_|/ / / / / | | |/| | | | | | | | | | | | | | | | Clarify inline help/comments | ||||
| | | | * | | | | | | Cast int to str, correct buffer align, re-add trailing space | 2019-01-01 | -1/+1 | ||
| | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge pull request #223 from python-discord/mod-dm-status | 2018-12-30 | -39/+80 | ||
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Show when an infraction notified a user successfully via DM. | ||||
| | | * \ \ \ \ \ \ | Merge branch 'master' into mod-dm-status | 2018-12-30 | -0/+30 | ||
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | | Merge pull request #233 from python-discord/warn-modlog | 2018-12-30 | -0/+30 | ||
| | |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | Add mod log event for member warn & shadowwarn | ||||
| | | * | | | | | | | Add mod log event for member warn & shadowwarn | 2018-12-29 | -0/+30 | ||
| | |/ / / / / / / | |||||
| | | * | | | | | | Merge branch 'master' into mod-dm-status | 2018-12-30 | -44/+107 | ||
| | | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| | * | | | | | | | Merge pull request #227 from python-discord/group-dm-invites | 2018-12-28 | -8/+6 | ||
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | invite filter: remove redundant channel None check | ||||
| | | * \ \ \ \ \ \ | Merge branch 'master' into group-dm-invites | 2018-12-28 | -34/+99 | ||
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | | Merge pull request #224 from python-discord/charinfo | 2018-12-28 | -34/+99 | ||
| | |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | Add charinfo command. | ||||
| | | * | | | | | | | Merge branch 'master' into charinfo | 2018-12-29 | -2/+2 | ||
| | | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | | * | | | | | | | Expand in_channel check to accept multi-channels, bypass roles. | 2018-12-28 | -33/+53 | ||
| | | | | | | | | | | |||||
| | | * | | | | | | | Simplify regex pattern | 2018-12-28 | -1/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-Authored-By: scragly <[email protected]> | ||||
| | | * | | | | | | | Merge branch 'master' into charinfo | 2018-12-27 | -4/+21 | ||
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | |||||
| | | * | | | | | | | Add charinfo command. | 2018-12-27 | -1/+46 | ||
| | | | | | | | | | | |||||
| | | | | * | | | | | Merge branch 'master' into group-dm-invites | 2018-12-27 | -2/+2 | ||
| | | | | |\ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | |||||