diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-03-04 21:08:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-03-04 21:08:28 +0000 |
commit | 92f62b36846e3c82f5521fa17f7a4f5afde827af (patch) | |
tree | 0be93b2e4b4513bf20ac1649f26b441d2879f07a /doc/TODO | |
parent | 4a6e29b0296531beb0463afd5495347f7b6d9dc1 (diff) | |
download | tor-92f62b36846e3c82f5521fa17f7a4f5afde827af.tar.gz tor-92f62b36846e3c82f5521fa17f7a4f5afde827af.zip |
r12077@catbus: nickm | 2007-03-04 16:08:23 -0500
Remove support for v0 control protocol from 0.2.0.x trunk; send back error when we receive a v0 control message. (Leave "if(v1){...}"blocks indented for now so this patch is easier to read.) ((Finally, the linecount goes _down_ a little.))
svn:r9735
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -139,8 +139,8 @@ Things we'd like to do in 0.2.0.x: - Blocking - It would be potentially helpful to https requests on the OR port by acting like an HTTPS server. - - Deprecations: - - Remove v0 control protocol. + o Deprecations: + o Remove v0 control protocol. Deferred from 0.1.2.x: |