Commit message (Collapse) | Author | ||
---|---|---|---|
2023-07-18 | switch to JSON-RPC as message format | Egor Tensin | |
Instead of the weird `struct msg` I had, I switched to the JSON-RPC format. It's basically the same, but has a well-defined semantics in case of errors. | |||
2023-07-09 | store process output in SQLite | Egor Tensin | |
2023-07-04 | move custom message parsing to a separate module | Egor Tensin | |