diff options
author | stuebinm | 2021-04-27 17:40:40 +0200 |
---|---|---|
committer | stuebinm | 2021-04-27 17:40:40 +0200 |
commit | e0c6f2cd7a2ef02fb9b7947816b54f3a43ef522d (patch) | |
tree | 8e5f1829d40e159086ac9aa4c2f248e8d633e110 /todo.org | |
parent | 445c3f73d77fe957c1663666df4fde852fd4de14 (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.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |