summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorstuebinm2021-04-27 17:40:40 +0200
committerstuebinm2021-04-27 17:40:40 +0200
commite0c6f2cd7a2ef02fb9b7947816b54f3a43ef522d (patch)
tree8e5f1829d40e159086ac9aa4c2f248e8d633e110 /todo.org
parent445c3f73d77fe957c1663666df4fde852fd4de14 (diff)
server: add config options, better outfile namesrustserver
e.g. - ability to log ip addresses of respondents - configurable bind address - reasonably sane defaults (hopefully) - survey name as part of output file names
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/todo.org b/todo.org
index 746f97c..9e3154f 100644
--- a/todo.org
+++ b/todo.org
@@ -13,12 +13,13 @@
* TODO Server
** DONE possibly switch from guile to rust or something
** TODO implement missing features:
-*** TODO truncate hashes
+*** DONE truncate hashes
*** TODO accept unencrypted answers and store them in a single file?
*** TODO validate answers?
This seems difficult, but I guess it could at least check whether
the age-encryption header is there.
-*** TODO config options: listen address, output path
+*** DONE config options: listen address, output path
+*** TODO limit answers from one ip address
** TODO short description of what it does
** TODO nix module