summaryrefslogtreecommitdiff
path: root/doc/control-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-03 01:32:26 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-03 01:32:26 +0000
commit347d3f9d629df74b3e78ac040fab30627622fda4 (patch)
tree30f32823781127b19e9ea6a9f45a5d35a890a7fa /doc/control-spec.txt
parentd63d420930817470fd36b59c70b3194af20417dc (diff)
downloadtor-347d3f9d629df74b3e78ac040fab30627622fda4.tar.gz
tor-347d3f9d629df74b3e78ac040fab30627622fda4.zip
Start implementing control interface.
svn:r2652
Diffstat (limited to 'doc/control-spec.txt')
-rw-r--r--doc/control-spec.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index 13db9969de..b1ef21e212 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)