aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy.sh (unfollow)
Commit message (Collapse)AuthorLines
2019-01-04Send permission / colour value as required.Gravatar Johannes Christ-5/+5
2019-01-04Handle role deletion in sync cog.Gravatar Johannes Christ-0/+9
2019-01-04Handle role creation in sync cog.Gravatar Johannes Christ-0/+11
2019-01-04Handle role updates in sync cog.Gravatar Johannes Christ-1/+17
2019-01-04Handle member updates in sync cog.Gravatar Johannes Christ-1/+20
2019-01-03Move diff logging to cog, add manual sync commands.Gravatar Johannes Christ-12/+53
2019-01-03Add test case for deduplication of `in_guild` field update.Gravatar Johannes Christ-0/+7
2019-01-03Add documentation strings and comments.Gravatar Johannes Christ-10/+71
2019-01-03Remove obsolete `user is None` check.Gravatar Johannes Christ-3/+0
2019-01-03Add testing step to CI.Gravatar Johannes Christ-0/+3
2019-01-03Add `pytest` dev dependency.Gravatar Johannes Christ-168/+215
2019-01-03Add role and user differ unit tests.Gravatar Johannes Christ-0/+125
2019-01-03Respect immutability.Gravatar Johannes Christ-2/+2
2019-01-03Create or update roles as needed.Gravatar Johannes Christ-4/+21
2019-01-03Update users who joined and left.Gravatar Johannes Christ-3/+27
2019-01-03Remove useless `chunk_by` function.Gravatar Johannes Christ-7/+0
2019-01-03Sync updated users since last boot.Gravatar Johannes Christ-19/+24
2019-01-01Add `PUT` support in API client.Gravatar Johannes Christ-0/+4
2019-01-01Send users one by one.Gravatar Johannes Christ-17/+14
2019-01-01Implement basic member syncing.Gravatar Johannes Christ-19/+96
2019-01-01Factor out sync cog to package.Gravatar Johannes Christ-30/+42
2019-01-01Fix another merge conflict that was leftover.Gravatar Johannes Christ-3/+0
2019-01-01Cast int to str, correct buffer align, re-add trailing spaceGravatar scragly-1/+1
2018-12-29Remove the cursed trailing whitespaceGravatar sco1-2/+2
2018-12-29Remove invite filter deblankingGravatar sco1-9/+6
Clarify inline help/comments
2018-12-29Add mod log event for member warn & shadowwarnGravatar sco1-0/+30
2018-12-28Expand in_channel check to accept multi-channels, bypass roles.Gravatar scragly-33/+53
2018-12-28Simplify regex patternGravatar Mark-1/+1
Co-Authored-By: scragly <[email protected]>
2018-12-27invite filter: remove redundant channel None checkGravatar MarkKoz-8/+6
2018-12-27Disallow Group DM invites from the invite filterGravatar Joseph Banks-1/+9
2018-12-27Ping mod on infr notify failure in modlog.Gravatar scragly-0/+30
2018-12-27Add content kwarg to modlog messages.Gravatar scragly-5/+7
2018-12-27Add charinfo command.Gravatar scragly-1/+46
2018-12-27Add DM emoji indicator for infr notify success.Gravatar scragly-40/+49
2018-12-24Add linebreakGravatar sco1-0/+1
2018-12-24Remove reason checkGravatar sco1-6/+1
2018-12-24CommandNotFound exceptions will attempt tofind a valid tag before silently ↵Gravatar Tagptroll1-3/+12
ignoring
2018-12-20Realigned emoji groupingsGravatar sco1-6/+6
2018-12-20Update config-default.ymlGravatar Mark-1/+1
Co-Authored-By: sco1 <[email protected]>
2018-12-20Fix initial emoji configGravatar sco1-1/+1
Resolves #220
2018-12-18Make reason a required input to bb watchGravatar sco1-5/+9
Resolves #218
2018-12-18Update README.mdGravatar Leon Sandøy-1/+1
2018-12-05Remove superfluous `self.headers` setting.Gravatar Johannes Christ-1/+0
2018-12-05Adding git to the base dockerfileGravatar Leon Sandøy-0/+1
2018-12-05Update bot/cogs/alias.pyGravatar scragly-1/+1
Co-Authored-By: heavysaturn <[email protected]>
2018-12-05Fixes a bug with the watch alias introduced by our recent change of the ↵Gravatar Leon Sandøy-3/+3
watch command.
2018-12-03Makes generating `...:` indents fasterGravatar Modelmat-2/+2
Uses `rjust` instead of an fstring:
2018-11-29Add commas to server command (#209)Gravatar Joseph-1/+1
2018-11-26Refactored - codeblocks now make use of the bot.utils.messages util. (#202)Gravatar Leon Sandøy-40/+10
* Refactored - codeblocks now make use of the bot.utils.messages util. * Update bot/cogs/bot.py Co-Authored-By: heavysaturn <[email protected]> * Fix up flake8 complaints. Co-Authored-By: jchristgit <[email protected]>
2018-11-26Delete GitLab CI YAML - we're on Azure now, and this still triggersGravatar Gareth Coles-28/+0