Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/json.c (follow)
Commit message (Collapse)AuthorAge
* net: don't copy data in struct bufEgor Tensin2023-07-18
|
* net: remove unused buf_* routinesEgor Tensin2023-07-18
|
* switch to JSON-RPC as message formatEgor Tensin2023-07-18
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.