summaryrefslogtreecommitdiffhomepage
path: root/CmdLine.hs
Commit message (Collapse)AuthorAge
* --verify modeJoey Hess2017-05-04
| | | | This commit was sponsored by Thom May on Patreon.
* add --use-server option for userJoey Hess2017-04-30
|
* add license headers to all source filesJoey Hess2017-04-30
|
* server: email logs to user, and option to delete old onesJoey Hess2017-04-30
|
* make url work without --debugJoey Hess2017-04-30
|
* user gpg key checking and prompting done!Joey Hess2017-04-29
|
* reorgJoey Hess2017-04-28
|
* control window and chattingJoey Hess2017-04-28
| | | | Works!
* gpg sign developer session keyJoey Hess2017-04-26
| | | | | | And part of what we need to have users verify them. This commit was sponsored by andrea rota.
* add framing protocol for websocketsJoey Hess2017-04-22
|
* added debug-me --watch modeJoey Hess2017-04-21
| | | | This commit was sponsored by Ewen McNeill.
* add --download modeJoey Hess2017-04-21
| | | | | | | Nice, was able to reuse all the protocol stuff from Role.Developer for this. This commit was sponsored by Fernando Jimenez on Patreon.
* improve selection of command to runJoey Hess2017-04-21
|
* client now fully 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.
* http server scaffoldingJoey Hess2017-04-21
|
* reorganized message typesJoey Hess2017-04-19
| | | | | | | | | Make Control messages be out-of-band async messages, without a pointer to a previous message. And then followed the type change through the code for hours.. This commit was sponsored by Nick Daly on Patreon.
* refactor out LogJoey Hess2017-04-18
|
* add --show-hashesJoey Hess2017-04-18
|
* add --graphviz modeJoey Hess2017-04-14
This commit was sponsored by Shane-o on Patreon.