aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/deploy-azure.sh (unfollow)
Commit message (Collapse)AuthorLines
2019-06-09Add mutes as an appealable infractionGravatar MarkKoz-1/+2
2019-06-09Add appeals e-mail to infraction DMsGravatar MarkKoz-0/+3
2019-05-30Update pre-commit config so it actually uses the flake8 pluginsGravatar sco1-2/+9
2019-05-20Updates the cog list and cog batch load/unloads to use status_indicator ↵Gravatar Leon Sandøy-6/+6
emojis instead of chevrons.
2019-05-13oops, reverse logic. Reminders should now allow staff members to use them ↵Gravatar Leon Sandøy-3/+3
everywhere.
2019-05-13Fixes top_role related problems, so Event Handlers can once again use all ↵Gravatar Leon Sandøy-4/+5
the features they should have access to.
2019-05-13Removing special handling (allowance) for self-deprecating uses of the word ↵Gravatar Leon Sandøy-15/+0
'retarded' from the filter. All bad words are now, once again, equal.
2019-05-06Preventing multiple reddit background tasks from starting by checking if one ↵Gravatar SebastiaanZ-2/+7
already exists
2019-04-27Fixing the lint error -_-Gravatar Leon Sandøy-3/+2
2019-04-27relocking pipfileGravatar Leon Sandøy-158/+197
2019-04-27Removing devalerts referencesGravatar Leon Sandøy-35/+1
2019-04-27Removing dulwich, a pointless and c-bindingy dependency.Gravatar Leon Sandøy-7/+0
2019-04-21Manually pin urllib3 version to mitigate vulnerabilityGravatar sco1-169/+187
2019-04-18Adding sudo apt-get update to pipeline to update repository package listGravatar SebastiaanZ-0/+3
2019-04-18Removing the "await" from asyncio.create_task to prevent multiple Tasks from ↵Gravatar SebastiaanZ-1/+1
being starting
2019-04-15Fixing the off-by-one-second bug by adding additional second to sleep timeGravatar SebastiaanZ-7/+5
2019-04-15Cleaning up the fix by removing unnecessary initial None and None checkGravatar SebastiaanZ-4/+1
2019-04-15Changing the way the bug is handled, by courtesy of MarkGravatar SebastiaanZ-5/+9
2019-04-15Preventing the ot-names cycling bug by sleeping until one minute past midnightGravatar SebastiaanZ-1/+4
2019-04-09Handling unretrievable attachments when consuming messages and handling ↵Gravatar SebastiaanZ-4/+24
prematurely finished consume task
2019-04-03Update contributor docGravatar sco1-3/+58
2019-03-05Fix linting issuesGravatar Christopher Goes-5/+6
2019-03-05Remove the "Snakes" cogGravatar Christopher Goes-2380/+228
2019-03-02Update config-default.ymlGravatar Leon Sandøy-0/+2
adding tranny and shemale to word filter
2019-02-24Changing from footer to header urlGravatar Leon Sandøy-7/+17
2019-02-22Refactored code.Gravatar Vincent Gross-1/+1
2019-02-22Removed `STAFF` constant in favor of `STAFF_ROLES` constant, added footer ↵Gravatar refisio-6/+6
pointing to the Rules Site page to the paginated embed.
2019-02-22Corrected additional roles constants in off_topic_names.py, reddit.py, and ↵Gravatar Daniel Brown-11/+9
rules.py Signed-off-by: Daniel Brown <[email protected]>
2019-02-22Corrected another roles constant in reminders.pyGravatar Daniel Brown-2/+1
Signed-off-by: Daniel Brown <[email protected]>
2019-02-22Adding square brackets to user argument as wellGravatar SebastiaanZ-2/+2
2019-02-22Adding square brackets to signal it's an argument, not a subcommandGravatar SebastiaanZ-3/+3
2019-02-22Clarifying log.trace message to include contextGravatar Leon Sandøy-1/+1
Co-Authored-By: SebastiaanZ <[email protected]>
2019-02-21Linting corrections.Gravatar Daniel Brown-9/+13
Signed-off-by: Daniel Brown <[email protected]>
2019-02-21Changed !user so that Helpers don't get redirected to the #bot_commands channel.Gravatar Daniel Brown-57/+56
Added the STAFF_ROLES constant to constants.py Adjusted any cog use of MODERATION_ROLES or STAFF_ROLES that would have been redundant with the addition of the constants. Signed-off-by: Daniel Brown <[email protected]>
2019-02-17Address Johannes Christ's review commentsGravatar Joseph Banks-2/+2
2019-02-16Add voice channel support to the team creation command and fix a bug which ↵Gravatar Joseph Banks-7/+34
meant some users did not have permissions added
2019-02-16Sort the loading of cogsGravatar Joseph Banks-6/+6
2019-02-16Update bot/cogs/jams.pyGravatar Leon Sandøy-1/+1
Co-Authored-By: jos-b <[email protected]>
2019-02-16Flake8Gravatar Joseph Banks-4/+5
2019-02-16Change a particularly nasty lineGravatar Joseph Banks-1/+5
2019-02-16Add a docstring to the createteam commandGravatar Joseph Banks-0/+6
2019-02-16Enable loading of the jams cogGravatar Joseph Banks-0/+1
2019-02-16Add team_leaders to roles configGravatar Joseph Banks-0/+2