diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-26 19:04:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-26 19:04:43 +0000 |
commit | c66fbb002f687490681f9d85bf540a62a5535e64 (patch) | |
tree | ced3831209c14c4aac7a5aa55155656fa8897d5d /doc/spec/proposals/102-drop-opt.txt | |
parent | da37100d1a350d9658ddc4139437c3b7f441cb8c (diff) | |
download | tor-c66fbb002f687490681f9d85bf540a62a5535e64.tar.gz tor-c66fbb002f687490681f9d85bf540a62a5535e64.zip |
r11537@catbus: nickm | 2007-01-26 14:04:29 -0500
More templating: give each proposal an overview and a summary of its status.
svn:r9428
Diffstat (limited to 'doc/spec/proposals/102-drop-opt.txt')
-rw-r--r-- | doc/spec/proposals/102-drop-opt.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/spec/proposals/102-drop-opt.txt b/doc/spec/proposals/102-drop-opt.txt index 804dd23d2c..a7d30132b0 100644 --- a/doc/spec/proposals/102-drop-opt.txt +++ b/doc/spec/proposals/102-drop-opt.txt @@ -5,6 +5,14 @@ Last-Modified: $Date$ Author: Nick Mathewson Created: +Overview: + + This document proposes a change in the format used to transmit router and + directory information. + + This proposal has been accepted, implemented, and merged into dir-spec.txt. + +Proposal: The "opt" keyword in Tor's directory formats was originally intended to mean, "it is okay to ignore this entry if you don't understand it"; the @@ -22,7 +30,6 @@ Created: lot; discard this quietly if you don't understand it." We could do that by adding a version field. - Status: * We stopped requiring it as of 0.1.2.5-alpha. We'll stop generating it |