[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Revise control spec and implementation to allow all log mes...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Revise control spec and implementation to allow all log mes...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Tue, 5 Apr 2005 18:56:19 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 05 Apr 2005 18:56:48 -0400
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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