summaryrefslogtreecommitdiff
path: root/srv
AgeCommit message (Collapse)Author
2021-08-26premake the dataDir for srvBrian Picciano
2021-08-18implemented basic userID generationBrian Picciano
2021-08-18implement basic chat history endpointBrian Picciano
2021-08-17MVP of chat packageBrian Picciano
2021-08-10implement publish sub-cmd of mailinglist-cliBrian Picciano
2021-08-08get a basic mailinglist-cli workingBrian Picciano
2021-08-08refactor how nix derivations are organized and builtBrian Picciano
2021-08-07split configuration parsing out into separate packages, split api out as wellBrian Picciano
2021-08-06add redis process, put circus in charge of process managementBrian Picciano
2021-08-04add response headers to prevent cachingBrian Picciano
2021-08-03full deployment via nixBrian Picciano
2021-08-03gracefully shutdown on sigint/sigtermBrian Picciano
2021-08-03implement finalize and unsubscribe endpointsBrian Picciano
2021-08-03got pow working on the subscribe endpointBrian Picciano
2021-08-02add api endpoints for pow and mailinglist, plus some framework improvementsBrian Picciano
2021-08-01implemented PoW backendBrian Picciano
2021-07-31begin work on mailing list server, got the fundamental components doneBrian Picciano