mirror of
https://github.com/pragma-/pbot.git
synced 2025-10-14 06:57:25 +02:00

- use JSONL encoding for input (use \n instead of 🔚)
- split VM input into 4k byte chunks to prevent truncation due to
4096 byte line limitation
- produce error message instead of timing out when guest fails to
parse input JSON
- minor refactoring of info/debug logging
PBot can interact with a virtual machine to safely execute arbitrary user-submitted system commands and code.
For installation and usage instructions, see the PBot Virtual Machine documentation.