| Commit message (Collapse) | Author | Lines | ||
|---|---|---|---|---|
| 2019-06-15 | Snekbox: remove code template | -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. | ||||
| 2019-06-15 | Snekbox: adjust for API change that merged stderr into stdout | -7/+3 | ||
| 2019-06-14 | Snekbox: make output formatting more efficient | -8/+12 | ||
| * Only prepend line numbers to the first 10 lines * Use generator expression for prepending line numbers to output * Add trace logging | ||||
| 2019-06-14 | Snekbox: provide more descriptive messages for failures | -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 | ||||
| 2019-06-14 | Snekbox: redirect stderr to stdout | -4/+8 | ||
| * Save original output before processing output | ||||
| 2019-06-14 | Snekbox: refactor eval command | -25/+25 | ||
| 2019-06-14 | Snekbox: move output formatting to a separate function | -40/+47 | ||
| 2019-06-14 | Snekbox: move paste service upload to a separate function | -10/+14 | ||
| 2019-06-14 | Snekbox: move input code preparation to a separate function | -16/+23 | ||
| 2019-06-14 | Snekbox: add a function to send a request to the API | -0/+7 | ||
| 2019-06-13 | Add snekbox endpoint to constants | -0/+6 | ||
| 2019-06-13 | Banish RabbitMQ from this world | -296/+1 | ||
| 2019-06-09 | Fix linting error for snakes | -2/+2 | ||
| 2019-06-09 | Add appeals e-mail to infraction DMs | -0/+4 | ||
| 2019-05-20 | Updates the cog list and cog batch load/unloads to use status_indicator ↵ | -6/+6 | ||
| emojis instead of chevrons. | ||||
| 2019-05-13 | Removing special handling (allowance) for self-deprecating uses of the word ↵ | -15/+0 | ||
| 'retarded' from the filter. All bad words are now, once again, equal. | ||||
| 2019-05-08 | Update apt cache in build pipline | -1/+3 | ||
| 2019-04-27 | Fixing linting error -_- | -3/+2 | ||
| 2019-04-27 | Removing dulwich and devalerts for bulk deletion | -342/+361 | ||
| 2019-03-10 | Run tests with bogus token. | -1/+4 | ||
| 2019-03-09 | Remove pytest stage for pipeline. | -4/+1 | ||
| 2019-03-09 | Fix the linting issues with Bot so builds will work. | -38/+23 | ||
| 2019-03-09 | Revert to 16.04 build pools. | -1/+1 | ||
| 2019-03-09 | Update pool build to Ubuntu 18.04 | -1/+1 | ||
| 2019-02-18 | Use proper API client for reminders. | -2/+2 | ||
| 2019-02-18 | Update defcon cog to use Django API. | -26/+33 | ||
| 2019-02-06 | Use proper snowflake in `on_member_update`. | -1/+1 | ||
| 2019-02-06 | Reimplement nominations on Django. | -11/+21 | ||
| 2019-01-27 | Initial stab at implementing the nominations API. | -2/+111 | ||
| 2019-01-22 | Migrate reminders cog to Django. | -155/+73 | ||
| 2019-01-20 | Move the `BigBrother` cog to the Django API. | -115/+90 | ||
| 2019-01-20 | Remove moved `events` cog. | -286/+0 | ||
| 2019-01-20 | Move deleted message log uploading to the Django API. | -46/+22 | ||
| 2019-01-20 | Move infractions cog to Django. | -6/+6 | ||
| 2019-01-20 | Move superstarify cog to Django API. | -127/+209 | ||
| 2019-01-13 | Build and push Django branch image on Azure. | -26/+5 | ||
| 2019-01-13 | Drop `--update` flag since `--no-cache` implies it. | -1/+1 | ||
| 2019-01-12 | Minimize stages required to build image. | -20/+23 | ||
| 2019-01-12 | Update lockfile. | -53/+46 | ||
| 2019-01-12 | Use a single `Dockerfile` instead of two. | -18/+16 | ||
| 2019-01-12 | Support obtaining individual rules via `!site rules` command. | -6/+32 | ||
| 2019-01-06 | Remove dead code from old API client. | -2/+1 | ||
| 2019-01-06 | Move all moderation commands to the Django API. | -195/+291 | ||
| 2019-01-06 | Move note and warning creation to Django API backend. | -17/+16 | ||
| 2019-01-06 | Remove unused import, use `tuple`. | -3/+2 | ||
| 2019-01-06 | Move by-reason infraction search to Django API backend. | -13/+3 | ||
| 2019-01-06 | Move by-user infraction search to Django API backend. | -24/+12 | ||
| 2019-01-04 | Use guild ID from configuration file. | -3/+4 | ||
| 2019-01-04 | Handle member leave in sync cog. | -0/+13 | ||
| 2019-01-04 | Handle member join in sync cog. | -11/+49 | ||