[or-cvs] Start implementing control interface.
Nick Mathewson
nickm at seul.org
Wed Nov 3 01:32:28 UTC 2004
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv26883/doc
Modified Files:
TODO control-spec.txt
Log Message:
Start implementing control interface.
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -d -r1.196 -r1.197
--- TODO 2 Nov 2004 23:47:31 -0000 1.196
+++ TODO 3 Nov 2004 01:32:26 -0000 1.197
@@ -45,8 +45,8 @@
- 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.
Index: control-spec.txt
===================================================================
RCS file: /home/or/cvsroot/doc/control-spec.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- control-spec.txt 8 Sep 2004 06:46:13 -0000 1.2
+++ control-spec.txt 3 Nov 2004 01:32:26 -0000 1.3
@@ -59,6 +59,8 @@
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 @@
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)
More information about the tor-commits
mailing list