aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| | | | | | * Added cog check to only allow mods in the defcon channelGravatar mbaruh2021-02-13-5/+4
| | | | | | |
| | | | | | * Removed _build_defcon_message methodGravatar mbaruh2021-02-13-24/+15
| | | | | | |
| | | | | | * Added server shutdown and reopen commandsGravatar mbaruh2021-02-13-2/+24
| | | | | | |
| | | | | | * Reordered methodsGravatar mbaruh2021-02-13-18/+18
| | | | | | |
| | | | | | * Removed enabling and switched to redisGravatar mbaruh2021-02-13-132/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing self.enable and the defon & defoff commands. Defcon will now just be always 'on' and we can set the days threshold to 0 to turn it off. Switched from postgres to redis - if the data gets lost we should just reconfigure defcon again, it should not depend on the site.
| | | | | | * Defon doesn't reset the number of daysGravatar Boris Muratov2021-01-26-1/+1
| | | | | | |
| | | | | | * Merge branch 'mbaruh/defcon' of https://github.com/python-discord/bot into ↵Gravatar Boris Muratov2021-01-26-3222/+4337
| | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | mbaruh/defcon
| | | | | | | * Merge branch 'master' into mbaruh/defconGravatar Boris Muratov2021-01-26-3222/+4337
| | | | | | | |\ | | | | | | |_|/ | | | | | |/| |
| | | | | | * | Added cog unloader to cancel notifierGravatar Boris Muratov2021-01-26-0/+8
| | | | | | | |
| | | | | | * | Moved channel topic change to _defcon_actionGravatar Boris Muratov2021-01-26-3/+1
| | | | | | | |
| | | | | | * | Moved self.enabled update to _defcon_actionGravatar Boris Muratov2021-01-26-9/+6
| | | | | | | |
| | | | | | * | Make the cog update even if write to DB failsGravatar Boris Muratov2021-01-26-3/+3
| | | | | | |/ | | | | | | | | | | | | | | | | | | | | | The defcon cog should be functional even if there is some issue with writing to the DB for some reason. The functionality should have retention across restarts, but it shouldn't be its failing point. If necessary, it should be able to work with no DB at all
| | | | | | * Added defcon status notifierGravatar mbaruh2020-10-30-1/+22
| | | | | | |
* | | | | | | GrammarGravatar Chris2021-01-31-1/+1
| | | | | | |
* | | | | | | return true when tag is on cdGravatar Chris2021-01-31-3/+4
|/ / / / / /
* | | | | | Merge PR #1388 - gracefully handle non-existing infractionsGravatar Mark2021-01-29-1/+7
|\ \ \ \ \ \
| * | | | | | Remove ConversionError from comment, as its now handled above.Gravatar Chris2021-01-29-1/+1
| | | | | | |
| * | | | | | handle within the error handlerGravatar Chris2021-01-29-4/+7
| | | | | | |
| * | | | | | catch the response error and deal with itGravatar Chris2021-01-28-1/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #1358 from python-discord/trashcan-modsGravatar Hassan Abouelela2021-01-29-4/+16
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Make sure that moderators can interact with trashcans and restrict paginator usage
| * | | | | Merge branch 'master' into trashcan-modsGravatar Hassan Abouelela2021-01-29-558/+617
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1372 from anand2312/duckpond-checkGravatar Kieran Siek2021-01-26-3/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | Duckpond check
| * \ \ \ \ \ Merge branch 'master' into duckpond-checkGravatar Kieran Siek2021-01-26-555/+599
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #1380 from HassanAbouelela/alphabetize-configGravatar Xithrius2021-01-26-190/+201
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Alphabetize Configs
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into alphabetize-configGravatar xithrius2021-01-26-359/+381
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1383 from Inheritanc-e/remove_interpreterGravatar Matteo Bertucci2021-01-25-54/+0
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Removed helper interpreter.
| * | | | | | | | Removed the blank lines from __init__ functionGravatar Inheritance2021-01-25-1/+0
| | | | | | | | |
| * | | | | | | | Removed the import of helper interpreterGravatar Inheritance2021-01-25-1/+0
| | | | | | | | |
| * | | | | | | | Removed self.interpreter from internal cog, and deleted the interpreter ↵Gravatar Inheritance2021-01-25-52/+0
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | helper file
* | | | | | | | Fixed python_general const in server commandGravatar Boris Muratov2021-01-24-1/+1
| | | | | | | |
* | | | | | | | Merge pull request #1166 from python-discord/feat/info/server-cmd-enhancementsGravatar Boris Muratov2021-01-24-81/+100
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Enhance the !server command.
| * \ \ \ \ \ \ \ Merge branch 'master' into feat/info/server-cmd-enhancementsGravatar Xithrius2021-01-23-0/+26
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1344 from ChrisLovering/new-env-tagGravatar Dennis Pham2021-01-23-0/+26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | Add new tag to explain python environments
| * | | | | | | | Merge branch 'master' into new-env-tagGravatar Dennis Pham2021-01-23-1065/+1354
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Remove incorrect pointGravatar Chris2021-01-20-1/+0
| | | | | | | | |
| * | | | | | | | Apply suggestions from code review Gravatar ChrisJL2021-01-20-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Grammar Co-authored-by: Mark <[email protected]>
| * | | | | | | | Add a section on why to use a virtual envGravatar Chris2021-01-19-3/+12
| | | | | | | | |
| * | | | | | | | Fix urlGravatar Chris2021-01-19-1/+1
| | | | | | | | |
| * | | | | | | | grammar and spelling fixesGravatar Chris2021-01-19-18/+18
| | | | | | | | |
| * | | | | | | | Merge branch 'new-env-tag' of github.com:ChrisLovering/bot into new-env-tagGravatar Chris2020-12-31-0/+0
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix linting by adding new line at eofGravatar Chris2020-12-31-1/+1
| | | | | | | | | |
| | * | | | | | | | First draft of env explaintionsGravatar Chris2020-12-31-0/+18
| | | | | | | | | |
| * | | | | | | | | First draft of env explaintionsGravatar Chris2020-12-31-0/+18
| |/ / / / / / / /
| | * | | | | | | Remove redundant parenthesis.Gravatar kosayoda2021-01-24-3/+3
| | | | | | | | |
| | * | | | | | | Merge branch 'master' into feat/info/server-cmd-enhancementsGravatar kosayoda2021-01-23-237/+288
| | |\ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1346 from python-discord/bug/help/1341/race-conditionsGravatar Joe Banks2021-01-22-193/+228
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into bug/help/1341/race-conditionsGravatar Joe Banks2021-01-22-4/+3
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1376 from python-discord/update-badgesGravatar Matteo Bertucci2021-01-22-4/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update badges on the README file
| * | | | | | | | | | Use the SVG badge on the READMEGravatar Matteo Bertucci2021-01-22-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Update badges on the README fileGravatar Matteo Bertucci2021-01-22-4/+3
|/ / / / / / / / / /