aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * | Fixing the lint error -_-Gravatar Leon Sandøy2019-04-27-3/+2
| | |
| * | relocking pipfileGravatar Leon Sandøy2019-04-27-158/+197
| | |
| * | Removing devalerts referencesGravatar Leon Sandøy2019-04-27-35/+1
| | |
| * | Removing dulwich, a pointless and c-bindingy dependency.Gravatar Leon Sandøy2019-04-27-7/+0
| | |
| | * Manually pin urllib3 version to mitigate vulnerabilityGravatar sco12019-04-21-169/+187
| |/
| * Merge pull request #355 from python-discord/offtopicnames-bugfixGravatar Leon Sandøy2019-04-19-1/+4
| |\ | | | | | | Preventing multiple OffTopicNames background tasks from spawning
| | * Adding sudo apt-get update to pipeline to update repository package listGravatar SebastiaanZ2019-04-18-0/+3
| | |
| | * Removing the "await" from asyncio.create_task to prevent multiple Tasks from ↵Gravatar SebastiaanZ2019-04-18-1/+1
| |/ | | | | | | being starting
| * Merge pull request #352 from python-discord/fix-otnames-cycling-bugGravatar Sebastiaan Zeeff2019-04-16-1/+3
| |\ | | | | | | Preventing multiple, rapid channel edits to change the ot-names.
| | * Fixing the off-by-one-second bug by adding additional second to sleep timeGravatar SebastiaanZ2019-04-15-7/+5
| | |
| | * Cleaning up the fix by removing unnecessary initial None and None checkGravatar SebastiaanZ2019-04-15-4/+1
| | |
| | * Changing the way the bug is handled, by courtesy of MarkGravatar SebastiaanZ2019-04-15-5/+9
| | |
| | * Preventing the ot-names cycling bug by sleeping until one minute past midnightGravatar SebastiaanZ2019-04-15-1/+4
| |/
| * Merge pull request #348 from python-discord/bb-uncaught-exception-fixGravatar Chris Goes2019-04-09-4/+24
| |\ | | | | | | Fix for the BigBrother consume_messages bug
| | * Handling unretrievable attachments when consuming messages and handling ↵Gravatar SebastiaanZ2019-04-09-4/+24
| |/ | | | | | | prematurely finished consume task
| * Merge pull request #343 from python-discord/contrib-doc-updateGravatar scragly2019-04-04-3/+58
| |\ | | | | | | | | | | | | Update contributor doc
| | * Update contributor docGravatar sco12019-04-03-3/+58
| |/
| * Merge pull request #328 from python-discord/remove-snake-cogGravatar scragly2019-03-07-2385/+234
| |\ | | | | | | | | | | | | Remove the "Snakes" cog
| | * Fix linting issuesGravatar Christopher Goes2019-03-05-5/+6
| | |
| | * Remove the "Snakes" cogGravatar Christopher Goes2019-03-05-2380/+228
| |/
| * Update config-default.ymlGravatar Leon Sandøy2019-03-02-0/+2
| | | | | | adding tranny and shemale to word filter
| * Merge pull request #316 from Refisio/rules_commandGravatar Leon Sandøy2019-02-24-5/+17
| |\ | | | | | | Removed STAFF constant, added footer to paginated embed
| | * Changing from footer to header urlGravatar Leon Sandøy2019-02-24-7/+17
| | |
| | * Merge branch 'master' into rules_commandGravatar Daniel Brown2019-02-24-51/+104
| | |\ | | |/ | |/|
| * | Merge pull request #307 from python-discord/bb-improvementsGravatar Leon Sandøy2019-02-23-42/+96
| |\ \ | | | | | | | | Unwatch reason / Nomination improvements
| | * \ Merge branch 'master' into bb-improvementsGravatar Sebastiaan Zeeff2019-02-23-13/+10
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #314 from python-discord/Hemlock-Another-Role-TweakGravatar Johannes Christ2019-02-23-13/+10
| |\ \ \ | | | | | | | | | | Hemlock another role tweak
| | * \ \ Merge branch 'master' into Hemlock-Another-Role-TweakGravatar Daniel Brown2019-02-22-0/+0
| | |\ \ \ | | |/ / / | |/| | |
| | * | | Corrected additional roles constants in off_topic_names.py, reddit.py, and ↵Gravatar Daniel Brown2019-02-22-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rules.py Signed-off-by: Daniel Brown <[email protected]>
| | * | | Corrected another roles constant in reminders.pyGravatar Daniel Brown2019-02-22-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Brown <[email protected]>
| | | * | Adding square brackets to user argument as wellGravatar SebastiaanZ2019-02-22-2/+2
| | | | |
| | | * | Adding square brackets to signal it's an argument, not a subcommandGravatar SebastiaanZ2019-02-22-3/+3
| | | | |
| | | * | Merge branch 'bb-improvements' of github.com:python-discord/bot into ↵Gravatar SebastiaanZ2019-02-22-1/+1
| | | |\ \ | | | | | | | | | | | | | | | | | | bb-improvements
| | | | * | Clarifying log.trace message to include contextGravatar Leon Sandøy2019-02-22-1/+1
| | | | | | | | | | | | | | | | | | Co-Authored-By: SebastiaanZ <[email protected]>
| | | * | | Resolving merge conflicts with Hemlock's STAFF_ROLES changesGravatar SebastiaanZ2019-02-22-58/+58
| | | |\ \ \ | | |_|/ / / | |/| | / / | | | |/ /
| | | * | Merge branch 'master' into bb-improvementsGravatar Sebastiaan Zeeff2019-02-18-7/+34
| | | |\ \
| | | * \ \ Merge branch 'master' into bb-improvementsGravatar Sebastiaan Zeeff2019-02-17-38/+252
| | | |\ \ \
| | | * | | | Changing negative bot response in nominate command to be more explicit about ↵Gravatar SebastiaanZ2019-02-09-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | current bb-status of nominated user
| | | * | | | Adding current staff member check for nomination and updating prefix ↵Gravatar SebastiaanZ2019-02-08-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | according to issue
| | | * | | | Adding watch time delta to big-brother header embedGravatar SebastiaanZ2019-02-08-0/+7
| | | | | | |
| | | * | | | Updating watched user embed title to include cache statusGravatar SebastiaanZ2019-02-08-1/+4
| | | | | | |
| | | * | | | Adding improvements to the watch prefix so reasons don't get overwrittenGravatar SebastiaanZ2019-02-08-5/+34
| | | | | | |
| | | * | | | Adding method to update watched cache so it's reusableGravatar SebastiaanZ2019-02-08-29/+26
| | | | | | |
| | | * | | | Adding mandatory unwatch reason for both bb and talent-poolGravatar SebastiaanZ2019-02-08-8/+16
| | | | | | |
| | | | | | * Merge branch 'master' into rules_commandGravatar Chris Goes2019-02-22-62/+178
| | | | | | |\ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #313 from python-discord/Hemlock.Users_and_Roles_adjustmentGravatar scragly2019-02-22-57/+60
| |\| | | | | | | |_|_|/ / | |/| | | | | | | | | | | | | | | | Use of Constants and Adjusting !user permissions
| | * | | | Linting corrections.Gravatar Daniel Brown2019-02-21-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Brown <[email protected]>
| | * | | | Changed !user so that Helpers don't get redirected to the #bot_commands channel.Gravatar Daniel Brown2019-02-21-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]>
| * | | | Merge pull request #312 from python-discord/fix-create-teamGravatar Joseph2019-02-17-7/+34
| |\ \ \ \ | | |_|/ / | |/| | | Jam creation command improvements
| | * | | Address Johannes Christ's review commentsGravatar Joseph Banks2019-02-17-2/+2
| | | | |