commit - 1bdf356cbe7084e60a738fe03c98493b6eeae85d
commit + 575dd20f850659c3caa159936f3fa7e88867b8a7
blob - aa72c142e425cba9a166f8789a923744076f450f
blob + e17c871204618f00b43a2a08faf0cbd6241f3363
--- TODO
+++ TODO
- verify signed tag objects
gotweb:
-- tracey has a gotwebd thingy in progress somewhere
+- man pages need to be written
+- gotwebd always listens on 0.0.0.0 and/or ::, even in case the
+ config says "bind interface lo0"; it should be possible to bind
+ gotwebd's TCP socket to localhost only
+- gotwebd.conf should allow binding to one or more IP addresses
+- it should be possible to select an address family with "bind interface"
+- run-time changes of addresses on interfaces are being ignored by gotwebd
+- perhaps "bind interface" should be removed in favour of using only IP
+ addresses? This makes the address family selection explicit and avoids
+ having to monitor interfaces for dynamic address changes.
gotd:
- needs to be designed and implemented