aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | * | invite filter: remove redundant channel None checkGravatar MarkKoz2018-12-27-8/+6
| | | | |
| | | | * Merge branch 'master' into mod-dm-statusGravatar Leon Sandøy2018-12-27-4/+21
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #226 from python-discord/group-dm-invitesGravatar Leon Sandøy2018-12-27-1/+9
|\ \ \ \ \ | | |_|/ / | |/| | | Disallow Group DM invites from the invite filter
| * | | | Merge branch 'master' into group-dm-invitesGravatar Joseph2018-12-27-3/+12
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #222 from python-discord/incorrect-commands-default-tag-getGravatar Leon Sandøy2018-12-27-3/+12
|\ \ \ \ \ | |_|_|/ / |/| | | | CommandNotFound default to tags get before silently ignoring
| * | | | Merge branch 'master' into incorrect-commands-default-tag-getGravatar Thomas Petersson2018-12-25-12/+12
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | CommandNotFound exceptions will attempt tofind a valid tag before silently ↵Gravatar Tagptroll12018-12-24-3/+12
| | | | | | | | | | | | | | | | | | | | ignoring
| | * | | Disallow Group DM invites from the invite filterGravatar Joseph Banks2018-12-27-1/+9
| |/ / / |/| | |
| | | * Ping mod on infr notify failure in modlog.Gravatar scragly2018-12-27-0/+30
| | | |
| | | * Add content kwarg to modlog messages.Gravatar scragly2018-12-27-5/+7
| | | |
| | | * Add DM emoji indicator for infr notify success.Gravatar scragly2018-12-27-40/+49
| |_|/ |/| |
* | | Merge pull request #219 from python-discord/force-bb-watch-noteGravatar Chris Goes2018-12-24-6/+6
|\ \ \ | | | | | | | | Make reason a required input to bb watch
| * \ \ Merge branch 'master' into force-bb-watch-noteGravatar Chris Goes2018-12-24-6/+6
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #221 from python-discord/emoji-config-fixGravatar Chris Goes2018-12-24-6/+6
|\ \ \ \ | |_|/ / |/| | | Fix initial emoji config
| * | | Realigned emoji groupingsGravatar sco12018-12-20-6/+6
| | | |
| * | | Update config-default.ymlGravatar Mark2018-12-20-1/+1
| | | | | | | | | | | | Co-Authored-By: sco1 <[email protected]>
| * | | Fix initial emoji configGravatar sco12018-12-20-1/+1
|/ / / | | | | | | Resolves #220
| * | Add linebreakGravatar sco12018-12-24-0/+1
| | |
| * | Remove reason checkGravatar sco12018-12-24-6/+1
| | |
| * | Make reason a required input to bb watchGravatar sco12018-12-18-5/+9
|/ / | | | | Resolves #218
* | Update README.mdGravatar Leon Sandøy2018-12-18-1/+1
| |
* | Adding git to the base dockerfileGravatar Leon Sandøy2018-12-05-0/+1
| |
* | Merge pull request #216 from python-discord/watch_alias_fixGravatar Johannes Christ2018-12-05-3/+3
|\ \ | |/ |/| !watch alias bugfix
| * Update bot/cogs/alias.pyGravatar scragly2018-12-05-1/+1
| | | | | | Co-Authored-By: heavysaturn <[email protected]>
| * Fixes a bug with the watch alias introduced by our recent change of the ↵Gravatar Leon Sandøy2018-12-05-3/+3
|/ | | | watch command.
* Add commas to server command (#209)Gravatar Joseph2018-11-29-1/+1
|
* Refactored - codeblocks now make use of the bot.utils.messages util. (#202)Gravatar Leon Sandøy2018-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 triggersGravatar Gareth Coles2018-11-26-28/+0
|
* Update Dependencies (#196)Gravatar Mark2018-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)Gravatar ByteCommander2018-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)Gravatar sco12018-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)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
|/