aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/protoc.py (unfollow)
Commit message (Collapse)AuthorLines
2022-11-22Add file send integration testsGravatar ionite34-3/+54
2022-11-22Add timed to utils __all__Gravatar ionite34-2/+2
2022-11-22Fix path parse unit testsGravatar ionite34-1/+4
2022-11-22Add addition path parse unit testsGravatar ionite34-0/+52
2022-11-22Add safe_path to handle path checksGravatar ionite34-18/+32
2022-11-22Move parse_files to memfsGravatar ionite34-20/+19
2022-11-22Update docstringsGravatar ionite34-0/+6
2022-11-22Fixed leading empty filter for py_argsGravatar ionite34-9/+34
2022-11-22Readded lib64Gravatar ionite34-0/+7
2022-11-22Remove fsize in cfg to use defaultGravatar ionite34-1/+0
2022-11-22Refactor file parse timeoutGravatar ionite34-13/+40
2022-11-22Move cfgs to file from process callGravatar ionite34-14/+6
2022-11-22Reverted rlimit_fsize in cfgGravatar ionite34-2/+0
Removed rlimit fsize from cfg as it causes issues with protobuf parsing
2022-11-21Corrected fsize limit to infGravatar Ionite-1/+1
2022-11-21Clarify resource unit testGravatar ionite34-3/+3
2022-11-21Set rlimit_fsize to unlimitedGravatar ionite34-1/+1
2022-11-21Refactor request file parsingGravatar ionite34-33/+18
- Removed zlib compression in favor of base64 for all responses and requests - Renamed `attachment` to `files` - Renamed `name` to `path`
2022-11-21Remove bracket in file loggingGravatar Ionite-1/+1
Co-authored-by: Mark <[email protected]>
2022-11-21Limit empty str filter to start of py_argsGravatar ionite34-2/+3
2022-11-21Remove attachment size limit, added time limitGravatar ionite34-32/+55
2022-11-21Refactor config patches in testsGravatar ionite34-28/+3
2022-11-21Add root back to unit testGravatar ionite34-1/+1
2022-11-20Combined file handling to FileAttachment classGravatar Ionite-40/+63
2022-11-19Add unit test for multiple python filesGravatar ionite34-0/+11
2022-11-19Implement files request formGravatar ionite34-82/+127
2022-11-19Add DEBUG to __all__Gravatar ionite34-2/+1
2022-11-19Remove /dev/shm mountsGravatar ionite34-30/+7
2022-11-19Remove unneeded chmodsGravatar ionite34-15/+3
2022-11-19Use rmdir instead of rmtreeGravatar ionite34-2/+2
2022-11-18Add `size` and `compression` to attachment fieldsGravatar ionite34-2/+15
2022-11-18Add override for timeitGravatar ionite34-0/+4
2022-11-18Fix name assignmentGravatar ionite34-1/+1
2022-11-18Add option for use_fileGravatar ionite34-13/+16
2022-11-18Remove empty str from default py_argsGravatar ionite34-1/+1
2022-11-18docstring updateGravatar ionite34-1/+1
2022-11-18Add PID to UUID generationGravatar ionite34-2/+5
- Use current process PID in addition to UUID to avoid collisions with multiple snekbox instances (albeit unlikely)
2022-11-18Reorder `mkdir` functionGravatar ionite34-7/+7
2022-11-17Remove unused supported mimesGravatar Ionite-5/+0
2022-11-17Refactored tests to use new kwargsGravatar Ionite-13/+15
2022-11-17Fixed home folder creationGravatar Ionite-7/+11
2022-11-16Refactored max size handlingGravatar Ionite-65/+52
2022-11-16Add example for post responseGravatar Ionite-3/+8
2022-11-16Lower MAX_FILE_SIZE to match discord upload limitGravatar Ionite-3/+4
2022-11-16Added additional unit testsGravatar Ionite-7/+65
2022-11-16Adds a mount for /dev/shmGravatar Ionite-9/+31
2022-11-16Increased PID limit to 6Gravatar Ionite-1/+1
2022-11-16Fixed unit testsGravatar Ionite-8/+25
2022-11-16Support `-m` calls to default to no fileGravatar Ionite-10/+20
2022-11-16Remove default of "-c" in APIGravatar Ionite-1/+1
2022-11-16Sort attachments by nameGravatar Ionite-1/+2