| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | Fix initial emoji config | 2018-12-20 | -1/+1 | ||
| |/ / / | | | | | | | Resolves #220 | ||||
| | * | | Add linebreak | 2018-12-24 | -0/+1 | ||
| | | | | |||||
| | * | | Remove reason check | 2018-12-24 | -6/+1 | ||
| | | | | |||||
| | * | | Make reason a required input to bb watch | 2018-12-18 | -5/+9 | ||
| |/ / | | | | | Resolves #218 | ||||
| * | | Update README.md | 2018-12-18 | -1/+1 | ||
| | | | |||||
| * | | Adding git to the base dockerfile | 2018-12-05 | -0/+1 | ||
| | | | |||||
| * | | Merge pull request #216 from python-discord/watch_alias_fix | 2018-12-05 | -3/+3 | ||
| |\ \ | | | | | | | !watch alias bugfix | ||||
| | * | | Update bot/cogs/alias.py | 2018-12-05 | -1/+1 | ||
| | | | | | | | | | | Co-Authored-By: heavysaturn <[email protected]> | ||||
| | * | | Fixes a bug with the watch alias introduced by our recent change of the ↵ | 2018-12-05 | -3/+3 | ||
| |/ / | | | | | | | watch command. | ||||
| | * | Makes generating `...:` indents faster | 2018-12-03 | -2/+2 | ||
| |/ | | | Uses `rjust` instead of an fstring: | ||||
| * | Add commas to server command (#209) | 2018-11-29 | -1/+1 | ||
| | | |||||
| * | Refactored - codeblocks now make use of the bot.utils.messages util. (#202) | 2018-11-26 | -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]> | ||||
| * | Delete GitLab CI YAML - we're on Azure now, and this still triggers | 2018-11-26 | -28/+0 | ||
| | | |||||
| * | Update Dependencies (#196) | 2018-11-26 | -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 | ||||
| * | Restore superstar nickname after member leaves and rejoins (#207) | 2018-11-25 | -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.... | ||||
| * | Remove duration from JSON payload when not specified (#204) | 2018-11-22 | -8/+12 | ||
| | | | | | | | * Remove duration from JSON payload when not specified * Drop whitespace. | ||||
| * | Add note support for bb watch, moderation API call refactor (#201) | 2018-11-21 | -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 | ||||
| * | Superstarify modlog (#199) | 2018-11-19 | -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 | ||||
| * | Fix cog reload ClientException bug (#195) | 2018-11-18 | -5/+1 | ||
| | | |||||
| * | Merge remote-tracking branch 'origin/master' | 2018-11-18 | -5/+15 | ||
| |\ | |||||
| | * | Disable All Commands Except !accept in Verification Channel (#197) | 2018-11-18 | -0/+11 | ||
| | | | | | | | | | | | | | | | | | * disable all commands except !accept in verification channel * replace add_check with __global special method Co-Authored-By: MarkKoz <[email protected]> | ||||
| | * | Azure: Fix env vars in YAML | 2018-11-18 | -5/+4 | ||
| | | | |||||
| * | | Add badges to README | 2018-11-18 | -2/+2 | ||
| |/ | |||||
| * | Clean up docker images | 2018-11-17 | -13/+5 | ||
| | | |||||
| * | Merge branch 'help_aliases_parents' into 'master' | 2018-11-17 | -2/+12 | ||
| |\ | | | | | | | | | Add aliases. Add prefixes to command sig, but remove from subcommands. See merge request python-discord/projects/bot!99 | ||||
| | * | Add aliases, prefix to cmd sig, remove from subcommands | 2018-11-17 | -2/+12 | ||
| |/ | |||||
| * | Merge branch 'infraction-notifs' into 'master' | 2018-11-17 | -12/+203 | ||
| |\ | | | | | | | | | Send users a message when they're given an infraction. See merge request python-discord/projects/bot!49 | ||||
| | * | Send users a message when they're given an infraction. | 2018-11-17 | -12/+203 | ||
| |/ | |||||
| * | Reitz sez: Try --sequential | 2018-11-17 | -1/+1 | ||
| | | |||||
| * | Skipping the lock operation makes pipenv slower somehow. Don't ask me why. | 2018-11-16 | -1/+0 | ||
| | | |||||
| * | Merge branch 'enhancement/bb-watch-header' into 'master' | 2018-11-16 | -8/+28 | ||
| |\ | | | | | | | | | big brother: re-use header if user and channel match previous message See merge request python-discord/projects/bot!98 | ||||
| | * | big brother: re-use header if user and channel match previous message | 2018-11-16 | -8/+28 | ||
| | | | | | | | | | The header will be re-sent if the configured limit is exceeded. | ||||
| * | | Pipenv: Back to install, add PIPENV_SKIP_LOCK | 2018-11-16 | -1/+2 | ||
| | | | |||||
| * | | Sync doesn't have --deploy | 2018-11-16 | -1/+1 | ||
| | | | |||||
| * | | Attempt to make pipenv faster | 2018-11-16 | -1/+1 | ||
| |/ | |||||
| * | Merge branch 'mod_cmds_user_fix' into 'master' | 2018-11-16 | -15/+37 | ||
| |\ | | | | | | | | | Support non-cached users in moderation commands See merge request python-discord/projects/bot!97 | ||||
| | * | Add non-cached user fallback | 2018-11-16 | -15/+37 | ||
| | | | |||||
| * | | Azure: This should be all, I hope. | 2018-11-16 | -0/+2 | ||
| | | | |||||
| * | | Azure: OK, turns out secret variables must be task args and otherwise aren't ↵ | 2018-11-16 | -1/+2 | ||
| | | | | | | | | | available to the running script | ||||
| * | | Azure: Switch to shell script task instead of calling bash ourselves | 2018-11-16 | -1/+4 | ||
| | | | |||||
| * | | Azure: It's amusing that bash is the problem today | 2018-11-16 | -2/+0 | ||
| | | | |||||
| * | | Azure: I'm rewriting this in Python someday | 2018-11-16 | -1/+1 | ||
| | | | |||||
| * | | Azure: Hopefully that'll do it | 2018-11-16 | -2/+2 | ||
| | | | |||||
| * | | Azure: Unfortunately I have to check this manually | 2018-11-16 | -0/+2 | ||
| | | | |||||
| * | | Merge branch 'prefix_fix' into 'master' | 2018-11-16 | -4/+4 | ||
| |\ \ | | | | | | | | | | | | | Fix bot:prefix config and usage See merge request python-discord/projects/bot!95 | ||||
| | * | | Fix bot:prefix config and usage | 2018-11-16 | -4/+4 | ||
| | |/ | |||||
| * | | Merge branch 'bugfix/eval-typing' into 'master' | 2018-11-16 | -1/+1 | ||
| |\ \ | | | | | | | | | | | | | eval: fix bot typing while waiting for delete reaction for eval results See merge request python-discord/projects/bot!96 | ||||
| | * | | eval: fix bot typing while waiting for delete reaction for eval results | 2018-11-15 | -1/+1 | ||
| | |/ | |||||
| * | | Azure: Where'd this extra line come from? | 2018-11-16 | -3/+1 | ||
| | | | |||||
| * | | Azure: Let's bash Bash | 2018-11-16 | -1/+1 | ||
| | | | |||||
