summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-04-05 22:56:17 +0000
committerNick Mathewson <nickm@torproject.org>2005-04-05 22:56:17 +0000
commit499129093599f2395331c53fc2b911ed66b97a22 (patch)
treee855bdd2feccc22a73c9546ddd5ae855bcbd7a45 /doc
parent46be0fa99915608d823ac6b82356f60ea7e5fc1d (diff)
downloadtor-499129093599f2395331c53fc2b911ed66b97a22.tar.gz
tor-499129093599f2395331c53fc2b911ed66b97a22.zip
Revise control spec and implementation to allow all log messages to be sent to controller with their severities intact.
svn:r4010
Diffstat (limited to 'doc')
-rw-r--r--doc/control-spec.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/control-spec.txt b/doc/control-spec.txt
index decff5280e..8e00f30464 100644
--- a/doc/control-spec.txt
+++ b/doc/control-spec.txt
@@ -215,11 +215,22 @@ the message.
Message [NUL-terminated]
+ <obsolete: use 0x0007-0x000B instead.>
+
0x0006 -- New descriptors available
OR List [NUL-terminated, comma-delimited list of
OR identity]
+ 0x0007 -- Debug message occurred
+ 0x0008 -- Info message occurred
+ 0x0009 -- Notice message occurred
+ 0x000A -- Warning message occurred
+ 0x000B -- Error message occurred
+
+ Message [NUL-terminated]
+
+
3.8. AUTHENTICATE (Type 0x0007)
Sent from the client to the server. Contains a 'magic cookie' to prove