diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/control-spec.txt | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -45,8 +45,8 @@ N - Windows installer - Review website; make important info more prominent. Beyond 0.0.9: - - Check getrlimit(RLIMIT_[N]OFILE), sysconf(OPEN_MAX) on start-up, and - warn if we're running as a server with a low limit. + o Check getrlimit(RLIMIT_[N]OFILE), sysconf(OPEN_MAX) on start-up, and + warn if we're running as a server with a low limit. - Implement If-Modified-Since for directories. N - Handle rendezvousing with unverified nodes. - Specify: Stick rendezvous point's key in INTRODUCE cell. diff --git a/doc/control-spec.txt b/doc/control-spec.txt index 13db9969d..b1ef21e21 100644 --- a/doc/control-spec.txt +++ b/doc/control-spec.txt @@ -59,6 +59,8 @@ the message. 0x0005 Unauthorized user 0x0006 Failed authentication attempt + The rest of the body should be a human-readable description of the error. + 3.2. DONE (Type 0x0001) Sent from server to client in response to a request that was successfully @@ -76,7 +78,7 @@ the message. Request the value of a configuration variable. The body contains a nul-terminated string for a configuration key. The server replies with a - CONFVALUE message + CONFVALUE message. 3.5. CONFVALUE (Type 0x0004) |