[or-cvs] Revise control spec and implementation to allow all log mes...

Nick Mathewson nickm at seul.org
Tue Apr 5 22:56:19 UTC 2005


Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv11142/doc

Modified Files:
	control-spec.txt 
Log Message:
Revise control spec and implementation to allow all log messages to be sent to controller with their severities intact.

Index: control-spec.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/control-spec.txt,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- control-spec.txt	2 Apr 2005 22:02:13 -0000	1.35
+++ control-spec.txt	5 Apr 2005 22:56:17 -0000	1.36
@@ -215,11 +215,22 @@
 
                 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



More information about the tor-commits mailing list