summaryrefslogtreecommitdiffhomepage
path: root/Role
Commit message (Collapse)AuthorAge
...
* improve selection of command to runJoey Hess2017-04-21
|
* use UUID to generate a unique SessionIDJoey Hess2017-04-21
|
* working toward getting developer mode connection to server workingJoey Hess2017-04-21
|
* initial http serverJoey Hess2017-04-21
Incomplete, but the client is able to connect and send messages which get logged. Split up debug-me.hs into Role/* Switched from cereal to binary, since websockets operate on lazy ByteStrings, and using cereal would involve a copy on every receive. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.