| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-01-04 | Handle role updates in sync cog. | -1/+17 | ||
| 2019-01-04 | Handle member updates in sync cog. | -1/+20 | ||
| 2019-01-03 | Move diff logging to cog, add manual sync commands. | -12/+53 | ||
| 2019-01-03 | Add test case for deduplication of `in_guild` field update. | -0/+7 | ||
| 2019-01-03 | Add documentation strings and comments. | -10/+71 | ||
| 2019-01-03 | Remove obsolete `user is None` check. | -3/+0 | ||
| 2019-01-03 | Add testing step to CI. | -0/+3 | ||
| 2019-01-03 | Add `pytest` dev dependency. | -168/+215 | ||
| 2019-01-03 | Add role and user differ unit tests. | -0/+125 | ||
| 2019-01-03 | Respect immutability. | -2/+2 | ||
| 2019-01-03 | Create or update roles as needed. | -4/+21 | ||
| 2019-01-03 | Update users who joined and left. | -3/+27 | ||
| 2019-01-03 | Remove useless `chunk_by` function. | -7/+0 | ||
| 2019-01-03 | Sync updated users since last boot. | -19/+24 | ||
| 2019-01-01 | Add `PUT` support in API client. | -0/+4 | ||
| 2019-01-01 | Send users one by one. | -17/+14 | ||
| 2019-01-01 | Implement basic member syncing. | -19/+96 | ||
| 2019-01-01 | Factor out sync cog to package. | -30/+42 | ||
| 2019-01-01 | Fix another merge conflict that was leftover. | -3/+0 | ||
| 2019-01-01 | Cast int to str, correct buffer align, re-add trailing space | -1/+1 | ||
| 2018-12-29 | Remove the cursed trailing whitespace | -2/+2 | ||
| 2018-12-29 | Remove invite filter deblanking | -9/+6 | ||
| Clarify inline help/comments | ||||
| 2018-12-29 | Add mod log event for member warn & shadowwarn | -0/+30 | ||
| 2018-12-28 | Expand in_channel check to accept multi-channels, bypass roles. | -33/+53 | ||
| 2018-12-28 | Simplify regex pattern | -1/+1 | ||
| Co-Authored-By: scragly <[email protected]> | ||||
| 2018-12-27 | invite filter: remove redundant channel None check | -8/+6 | ||
| 2018-12-27 | Disallow Group DM invites from the invite filter | -1/+9 | ||
| 2018-12-27 | Ping mod on infr notify failure in modlog. | -0/+30 | ||
| 2018-12-27 | Add content kwarg to modlog messages. | -5/+7 | ||
| 2018-12-27 | Add charinfo command. | -1/+46 | ||
| 2018-12-27 | Add DM emoji indicator for infr notify success. | -40/+49 | ||
| 2018-12-24 | Add linebreak | -0/+1 | ||
| 2018-12-24 | Remove reason check | -6/+1 | ||
| 2018-12-24 | CommandNotFound exceptions will attempt tofind a valid tag before silently ↵ | -3/+12 | ||
| ignoring | ||||
| 2018-12-20 | Realigned emoji groupings | -6/+6 | ||
| 2018-12-20 | Update config-default.yml | -1/+1 | ||
| Co-Authored-By: sco1 <[email protected]> | ||||
| 2018-12-20 | Fix initial emoji config | -1/+1 | ||
| Resolves #220 | ||||
| 2018-12-18 | Make reason a required input to bb watch | -5/+9 | ||
| Resolves #218 | ||||
| 2018-12-18 | Update README.md | -1/+1 | ||
| 2018-12-05 | Remove superfluous `self.headers` setting. | -1/+0 | ||
| 2018-12-05 | Adding git to the base dockerfile | -0/+1 | ||
| 2018-12-05 | Update bot/cogs/alias.py | -1/+1 | ||
| Co-Authored-By: heavysaturn <[email protected]> | ||||
| 2018-12-05 | Fixes a bug with the watch alias introduced by our recent change of the ↵ | -3/+3 | ||
| watch command. | ||||
| 2018-12-03 | Makes generating `...:` indents faster | -2/+2 | ||
| Uses `rjust` instead of an fstring: | ||||
| 2018-11-29 | Add commas to server command (#209) | -1/+1 | ||
| 2018-11-26 | Refactored - codeblocks now make use of the bot.utils.messages util. (#202) | -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-26 | Delete GitLab CI YAML - we're on Azure now, and this still triggers | -28/+0 | ||
| 2018-11-26 | Update Dependencies (#196) | -327/+431 | ||
| * update & clean up dependencies * fix lint errors * move requests to non-dev packages * Empty commit to fix CI * switch discord.py to a git dependency * remove PIPENV_VENV_IN_PROJECT * make pipenv install verbose * specify checkout directory for editable dependencies * exclude cache directory from linting | ||||
| 2018-11-25 | Restore superstar nickname after member leaves and rejoins (#207) | -13/+88 | ||
| * Solve #205 by restoring superstar nicks on member join; prettier modlog * Switch footer to title in Infraction Info DM to get clickable links * Fix exceptions from message edit events in DMs * Improve readability as requested (multiline import and if statements) * Change continuation indents, as requested.... | ||||
| 2018-11-22 | Remove duration from JSON payload when not specified (#204) | -8/+12 | ||
| * Remove duration from JSON payload when not specified * Drop whitespace. | ||||