| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-01-01 | Fix timedelta days reference | -2/+2 | ||
| 2019-01-01 | Cast int to str, correct buffer align, re-add trailing space | -1/+1 | ||
| 2018-12-30 | Add missing awaits | -4/+4 | ||
| oops | ||||
| 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 | Fix channel grabbing logic | -2/+3 | ||
| 2018-12-28 | Add defcon channel topic updating | -1/+23 | ||
| 2018-12-28 | Add #defcon to channel constants | -0/+2 | ||
| 2018-12-28 | Switch local color constants to PyDis' constants | -8/+6 | ||
| 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 | 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. | ||||
| 2018-11-21 | Add note support for bb watch, moderation API call refactor (#201) | -245/+77 | ||
| * Add helper for moderation API calls See: #200 * Add missing short-circuit for infraction fail * Add bb watch note support See: 103 * Add keyword-only argument to bb watch To support a full reason string * Add empty duration to moderation API helper * Prepend bb watch to watch note string | ||||
| 2018-11-19 | Superstarify modlog (#199) | -8/+19 | ||
| * Update superstarify mod log message * Fix syntax & lint issues Shame on me... * Fix reference to ModLog cog * Add user thumbnail to superstarify modlog * Trailing whitespace is the devil * Update dodgy superstarify alias | ||||
| 2018-11-18 | Fix cog reload ClientException bug (#195) | -5/+1 | ||
| 2018-11-18 | Add badges to README | -2/+2 | ||
| 2018-11-18 | Disable All Commands Except !accept in Verification Channel (#197) | -0/+11 | ||
| * disable all commands except !accept in verification channel * replace add_check with __global special method Co-Authored-By: MarkKoz <[email protected]> | ||||
| 2018-11-18 | Azure: Fix env vars in YAML | -5/+4 | ||
| 2018-11-17 | Clean up docker images | -13/+5 | ||
| 2018-11-17 | Add aliases, prefix to cmd sig, remove from subcommands | -2/+12 | ||
| 2018-11-17 | Send users a message when they're given an infraction. | -12/+203 | ||
| 2018-11-17 | Reitz sez: Try --sequential | -1/+1 | ||
| 2018-11-16 | Skipping the lock operation makes pipenv slower somehow. Don't ask me why. | -1/+0 | ||
| 2018-11-16 | big brother: re-use header if user and channel match previous message | -8/+28 | ||
| The header will be re-sent if the configured limit is exceeded. | ||||
| 2018-11-16 | Pipenv: Back to install, add PIPENV_SKIP_LOCK | -1/+2 | ||
| 2018-11-16 | Sync doesn't have --deploy | -1/+1 | ||