aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Add note support for bb watch, moderation API call refactor (#201)Gravatar sco12018-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)Gravatar sco12018-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)Gravatar scragly2018-11-18-5/+1
|
* Merge remote-tracking branch 'origin/master'Gravatar Gareth Coles2018-11-18-5/+15
|\
| * Disable All Commands Except !accept in Verification Channel (#197)Gravatar Mark2018-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 YAMLGravatar Gareth Coles2018-11-18-5/+4
| |
* | Add badges to READMEGravatar Gareth Coles2018-11-18-2/+2
|/
* Clean up docker imagesGravatar Gareth Coles2018-11-17-13/+5
|
* Merge branch 'help_aliases_parents' into 'master'Gravatar Leon Sandøy2018-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 subcommandsGravatar scragly2018-11-17-2/+12
|/
* Merge branch 'infraction-notifs' into 'master'Gravatar Gareth Coles2018-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.Gravatar Kingsley McDonald2018-11-17-12/+203
|/
* Reitz sez: Try --sequentialGravatar Gareth Coles2018-11-17-1/+1
|
* Skipping the lock operation makes pipenv slower somehow. Don't ask me why.Gravatar Gareth Coles2018-11-16-1/+0
|
* Merge branch 'enhancement/bb-watch-header' into 'master'Gravatar Leon Sandøy2018-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 messageGravatar MarkKoz2018-11-16-8/+28
| | | | | | | | The header will be re-sent if the configured limit is exceeded.
* | Pipenv: Back to install, add PIPENV_SKIP_LOCKGravatar Gareth Coles2018-11-16-1/+2
| |
* | Sync doesn't have --deployGravatar Gareth Coles2018-11-16-1/+1
| |
* | Attempt to make pipenv fasterGravatar Gareth Coles2018-11-16-1/+1
|/
* Merge branch 'mod_cmds_user_fix' into 'master'Gravatar Joseph Banks2018-11-16-15/+37
|\ | | | | | | | | Support non-cached users in moderation commands See merge request python-discord/projects/bot!97
| * Add non-cached user fallbackGravatar scragly2018-11-16-15/+37
| |
* | Azure: This should be all, I hope.Gravatar Gareth Coles2018-11-16-0/+2
| |
* | Azure: OK, turns out secret variables must be task args and otherwise aren't ↵Gravatar Gareth Coles2018-11-16-1/+2
| | | | | | | | available to the running script
* | Azure: Switch to shell script task instead of calling bash ourselvesGravatar Gareth Coles2018-11-16-1/+4
| |
* | Azure: It's amusing that bash is the problem todayGravatar Gareth Coles2018-11-16-2/+0
| |
* | Azure: I'm rewriting this in Python somedayGravatar Gareth Coles2018-11-16-1/+1
| |
* | Azure: Hopefully that'll do itGravatar Gareth Coles2018-11-16-2/+2
| |
* | Azure: Unfortunately I have to check this manuallyGravatar Gareth Coles2018-11-16-0/+2
| |
* | Merge branch 'prefix_fix' into 'master'Gravatar Leon Sandøy2018-11-16-4/+4
|\ \ | | | | | | | | | | | | Fix bot:prefix config and usage See merge request python-discord/projects/bot!95
| * | Fix bot:prefix config and usageGravatar scragly2018-11-16-4/+4
| |/
* | Merge branch 'bugfix/eval-typing' into 'master'Gravatar Leon Sandøy2018-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 resultsGravatar MarkKoz2018-11-15-1/+1
| |/
* | Azure: Where'd this extra line come from?Gravatar Gareth Coles2018-11-16-3/+1
| |
* | Azure: Let's bash BashGravatar Gareth Coles2018-11-16-1/+1
| |
* | Azure: Maybe bash requires single quotes?Gravatar Gareth Coles2018-11-16-1/+1
| | | | | | I hate bash.
* | Azure: Why does Bash have to be so awful?Gravatar Gareth Coles2018-11-16-1/+1
| |
* | Azure: Did I ever say I hate bash?Gravatar Gareth Coles2018-11-16-1/+1
| |
* | Azure: Finish deployment; skip if PRGravatar Gareth Coles2018-11-16-16/+8
| | | | | | GitLab: Remove deployment step
* | Azure: I hate bash.Gravatar Gareth Coles2018-11-16-2/+2
| |
* | Azure: Attempt to fix differing build script syntaxGravatar Gareth Coles2018-11-16-1/+1
| |
* | Azure: Build job should depend on testGravatar Gareth Coles2018-11-16-0/+1
| |
* | Azure: Remove space from Docker service nameGravatar Gareth Coles2018-11-16-1/+1
| |
* | Azure: Move branch trigger to Docker build scriptGravatar Gareth Coles2018-11-16-21/+21
| |
* | Azure: Build and push containerGravatar Gareth Coles2018-11-16-0/+45
| |
* | Azure: Should use sudo; we don't run as rootGravatar Gareth Coles2018-11-16-2/+2
| |
* | Azure: 'jobs' is not allowed.Gravatar Gareth Coles2018-11-16-3/+0
| | | | | | 'pool' is already defined and is mutually exclusive.
* | Initial Azure Pipelines testGravatar Gareth Coles2018-11-16-0/+40
|/
* Merge branch 'new_help' into 'master'Gravatar Gareth Coles2018-11-16-0/+718
|\ | | | | | | | | Add custom embed-based paginating help See merge request python-discord/projects/bot!91
| * Add custom embed-based paginating helpGravatar Scragly2018-11-16-0/+718
|/
* Merge branch 'hemlock/warned_noted_fix' into 'master'Gravatar Leon Sandøy2018-11-15-2/+2
|\ | | | | | | | | Changed the message to better reflect when a !note is made See merge request python-discord/projects/bot!92