| Commit message (Collapse) | Author | Age | Lines | ||
|---|---|---|---|---|---|
| ... | |||||
| | * | | | Adding support to the 'active' parameter when posting an infraction | 2019-06-27 | -3/+4 | ||
| | | | | | |||||
| | * | | | Changing the send_attachments utility to add WebHook support | 2019-06-27 | -5/+19 | ||
| | | | | | |||||
| | * | | | Adding the WatchChannel ABC | 2019-06-27 | -0/+341 | ||
| | | | | | |||||
| * | | | | moving over the communities to whitelist from master. | 2019-07-06 | -0/+7 | ||
| |/ / / | |||||
| * | | | Merge pull request #372 from python-discord/snekbox | 2019-06-22 | -388/+158 | ||
| |\ \ \ | | | | | | | | | Replace RabbitMQ with Snekbox API | ||||
| | * | | | Snekbox: limit paste service uploads to 1000 characters | 2019-06-16 | -1/+6 | ||
| | | | | | |||||
| | * | | | Snekbox: remove code template | 2019-06-15 | -12/+1 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing the template allows for line numbers in tracebacks to correspond to the input code. Since stderr has been merged into stdout, exceptions will already be captured. Thus, it is redundant to wrap the code in a try-except. Importing of the site module has been re-enabled on Snekbox which automatically adds site-packages to sys.path. Thus, the virtual environment does not need to be activated anymore in a template. | ||||
| | * | | | Snekbox: adjust for API change that merged stderr into stdout | 2019-06-15 | -7/+3 | ||
| | | | | | |||||
| | * | | | Snekbox: make output formatting more efficient | 2019-06-14 | -8/+12 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | * Only prepend line numbers to the first 10 lines * Use generator expression for prepending line numbers to output * Add trace logging | ||||
| | * | | | Snekbox: provide more descriptive messages for failures | 2019-06-14 | -8/+44 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses the process's return code to determine an appropriate message. Furthermore, the signal's name is returned if applicable. * Log process's return code * Edit cog docstring | ||||
| | * | | | Snekbox: redirect stderr to stdout | 2019-06-14 | -4/+8 | ||
| | | | | | | | | | | | | | | | | | * Save original output before processing output | ||||
| | * | | | Snekbox: refactor eval command | 2019-06-14 | -25/+25 | ||
| | | | | | |||||
| | * | | | Snekbox: move output formatting to a separate function | 2019-06-14 | -40/+47 | ||
| | | | | | |||||
| | * | | | Snekbox: move paste service upload to a separate function | 2019-06-14 | -10/+14 | ||
| | | | | | |||||
| | * | | | Snekbox: move input code preparation to a separate function | 2019-06-14 | -16/+23 | ||
| | | | | | |||||
| | * | | | Snekbox: add a function to send a request to the API | 2019-06-14 | -0/+7 | ||
| | | | | | |||||
| | * | | | Add snekbox endpoint to constants | 2019-06-13 | -0/+6 | ||
| | | | | | |||||
| | * | | | Banish RabbitMQ from this world | 2019-06-13 | -296/+1 | ||
| |/ / / | |||||
| | * / | Merge remote-tracking branch 'remotes/origin/master' into django | 2019-07-16 | -2772/+1652 | ||
| |/| | | |/ | | | | | | | Big Brother and nomination cogs were not merged as #376 will take care of them. | ||||
| | * | Create FUNDING.yml | 2019-06-09 | -0/+2 | ||
| | | | |||||
| | * | Merge pull request #370 from python-discord/appeals | 2019-06-09 | -0/+4 | ||
| | |\ | | | | | | | Add Appeals E-mail to Infraction DMs | ||||
| | | * | Add mutes as an appealable infraction | 2019-06-09 | -1/+2 | ||
| | | | | |||||
| | | * | Add appeals e-mail to infraction DMs | 2019-06-09 | -0/+3 | ||
| | |/ | |||||
| | * | Merge pull request #368 from python-discord/precommit-fix | 2019-06-02 | -2/+9 | ||
| | |\ | | | | | | | Update pre-commit config so it actually uses the flake8 plugins | ||||
| | | * | Update pre-commit config so it actually uses the flake8 plugins | 2019-05-30 | -2/+9 | ||
| | |/ | |||||
| | * | Updates the cog list and cog batch load/unloads to use status_indicator ↵ | 2019-05-20 | -6/+6 | ||
| | | | | | | | | | emojis instead of chevrons. | ||||
| | * | oops, reverse logic. Reminders should now allow staff members to use them ↵ | 2019-05-13 | -3/+3 | ||
| | | | | | | | | | everywhere. | ||||
| | * | Fixes top_role related problems, so Event Handlers can once again use all ↵ | 2019-05-13 | -4/+5 | ||
| | | | | | | | | | the features they should have access to. | ||||
| | * | Removing special handling (allowance) for self-deprecating uses of the word ↵ | 2019-05-13 | -15/+0 | ||
| | | | | | | | | | 'retarded' from the filter. All bad words are now, once again, equal. | ||||
| | * | Merge pull request #356 from python-discord/urllib3-vuln-fix | 2019-05-08 | -42/+13 | ||
| | |\ | | | | | | | Manually pin urllib3 version to mitigate vulnerability | ||||
| | | * | Merge branch 'master' into urllib3-vuln-fix | 2019-05-08 | -2/+7 | ||
| | | |\ | | |/ | |/| | |||||
| | * | | Merge pull request #360 from python-discord/reddit-task-bug-fix | 2019-05-06 | -2/+7 | ||
| | |\ \ | | | | | | | | | Preventing the multiple reddit background tasks bug | ||||
| | | * | | Preventing multiple reddit background tasks from starting by checking if one ↵ | 2019-05-06 | -2/+7 | ||
| | |/ / | | | | | | | | | | already exists | ||||
| | | * | Merge branch 'master' into urllib3-vuln-fix | 2019-04-30 | -71/+21 | ||
| | | |\ | | |/ | |/| | | | | Relock | ||||
| | * | | Fixing the lint error -_- | 2019-04-27 | -3/+2 | ||
| | | | | |||||
| | * | | relocking pipfile | 2019-04-27 | -158/+197 | ||
| | | | | |||||
| | * | | Removing devalerts references | 2019-04-27 | -35/+1 | ||
| | | | | |||||
| | * | | Removing dulwich, a pointless and c-bindingy dependency. | 2019-04-27 | -7/+0 | ||
| | | | | |||||
| | | * | Manually pin urllib3 version to mitigate vulnerability | 2019-04-21 | -169/+187 | ||
| | |/ | |||||
| | * | Merge pull request #355 from python-discord/offtopicnames-bugfix | 2019-04-19 | -1/+4 | ||
| | |\ | | | | | | | Preventing multiple OffTopicNames background tasks from spawning | ||||
| | | * | Adding sudo apt-get update to pipeline to update repository package list | 2019-04-18 | -0/+3 | ||
| | | | | |||||
| | | * | Removing the "await" from asyncio.create_task to prevent multiple Tasks from ↵ | 2019-04-18 | -1/+1 | ||
| | |/ | | | | | | | being starting | ||||
| | * | Merge pull request #352 from python-discord/fix-otnames-cycling-bug | 2019-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 time | 2019-04-15 | -7/+5 | ||
| | | | | |||||
| | | * | Cleaning up the fix by removing unnecessary initial None and None check | 2019-04-15 | -4/+1 | ||
| | | | | |||||
| | | * | Changing the way the bug is handled, by courtesy of Mark | 2019-04-15 | -5/+9 | ||
| | | | | |||||
| | | * | Preventing the ot-names cycling bug by sleeping until one minute past midnight | 2019-04-15 | -1/+4 | ||
| | |/ | |||||
| | * | Merge pull request #348 from python-discord/bb-uncaught-exception-fix | 2019-04-09 | -4/+24 | ||
| | |\ | | | | | | | Fix for the BigBrother consume_messages bug | ||||
| | | * | Handling unretrievable attachments when consuming messages and handling ↵ | 2019-04-09 | -4/+24 | ||
| | |/ | | | | | | | prematurely finished consume task | ||||
| | * | Merge pull request #343 from python-discord/contrib-doc-update | 2019-04-04 | -3/+58 | ||
| | |\ | | | | | | | | | | | | | Update contributor doc | ||||
