summaryrefslogtreecommitdiffhomepage
path: root/Server.hs
Commit message (Expand)AuthorAge
* Server: DEBUG_ME_FROM_EMAIL can be used to specify the --from-email.Joey Hess2017-05-09
* Server: Use "postmaster" as default --from-email address rather than "unknown...Joey Hess2017-05-09
* avoid sending email when it's clearly not a valid email addressJoey Hess2017-05-01
* better messageJoey 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
* fix probable race in use of restoreHashesJoey Hess2017-04-30
* fix server to not relay developer messages back to selfJoey Hess2017-04-29
* Leave the prevMessage out of Activity serialization to save BW.Joey Hess2017-04-27
* rename LogMessage to AnyMessageJoey Hess2017-04-27
* have server relay Devloper messages to other DevelopersJoey Hess2017-04-26
* fix connection closingJoey Hess2017-04-24
* also enable compression in serverJoey Hess2017-04-24
* work around for https://github.com/jaspervdj/websockets/issues/140Joey Hess2017-04-24
* re-open log file in append modeJoey Hess2017-04-22
* add framing protocol for websocketsJoey Hess2017-04-22
* it worksJoey Hess2017-04-22
* add --download modeJoey 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
* client now fully workingJoey Hess2017-04-21
* initial http serverJoey Hess2017-04-21
* http server scaffoldingJoey Hess2017-04-21