[or-cvs] r11040: backward compatibility with control protocol v0 no longer sp (tor/trunk/doc/spec)

arma at seul.org arma at seul.org
Thu Aug 2 21:18:27 UTC 2007


Author: arma
Date: 2007-08-02 17:18:26 -0400 (Thu, 02 Aug 2007)
New Revision: 11040

Modified:
   tor/trunk/doc/spec/control-spec.txt
Log:
backward compatibility with control protocol v0 no longer specified
to work


Modified: tor/trunk/doc/spec/control-spec.txt
===================================================================
--- tor/trunk/doc/spec/control-spec.txt	2007-08-02 21:04:00 UTC (rev 11039)
+++ tor/trunk/doc/spec/control-spec.txt	2007-08-02 21:18:26 UTC (rev 11040)
@@ -1383,15 +1383,11 @@
 
 5.3. Backward compatibility with v0 control protocol.
 
-  For backward compatibility with the "version 0" control protocol, Tor checks
-  whether the third octet the first command is zero.  If it is, Tor
-  assumes that version 0 is in use.  This feature is deprecated, and will be
-  removed in the 0.1.3.x Tor development series.
+  For backward compatibility with the "version 0" control protocol,
+  Tor used to check whether the third octet of the first command is zero.
+  (If it was, Tor assumed that version 0 is in use.)
 
-  In order to detect which version of the protocol is supported controllers
-  should send the sequence [00 00 0D 0A].  This is a valid and unrecognized
-  command in both protocol versions, and implementations can detect which
-  error they have received.
+  This compatibility was removed in Tor 0.1.2.16 and 0.2.0.4-alpha.
 
 5.4. Options for use by controllers
 



More information about the tor-commits mailing list