aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-26 18:47:18 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-26 18:47:18 +0000
commit6e1f797ed9d3bdab9702129364b9db5967da9780 (patch)
tree19c076ce5bb5060e0d4d5b0287a4ff4ecd12cfc8
parentf77d56b93eb8aada52e9098213778d047f47c665 (diff)
downloadtorspec-6e1f797ed9d3bdab9702129364b9db5967da9780.tar.gz
torspec-6e1f797ed9d3bdab9702129364b9db5967da9780.zip
r11535@catbus: nickm | 2007-01-26 13:47:14 -0500
Add an index to proposals, and apply a template to existing ones. svn:r9427
-rw-r--r--proposals/000-index.txt18
-rw-r--r--proposals/098-todo.txt8
-rw-r--r--proposals/099-misc.txt9
-rw-r--r--proposals/100-tor-spec-udp.txt11
-rw-r--r--proposals/101-dir-voting.txt9
-rw-r--r--proposals/102-drop-opt.txt7
-rw-r--r--proposals/103-multilevel-keys.txt9
-rw-r--r--proposals/104-short-descriptors.txt9
-rw-r--r--proposals/105-handshake-revision.txt8
9 files changed, 69 insertions, 19 deletions
diff --git a/proposals/000-index.txt b/proposals/000-index.txt
new file mode 100644
index 0000000..c5deb71
--- /dev/null
+++ b/proposals/000-index.txt
@@ -0,0 +1,18 @@
+Filename: 000-index.txt
+Title: Index of Tor Proposals
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created: 26-Jan-2007
+
+
+000 Index of Tor Proposals
+098 Proposals that should be written
+099 Miscellaneous proposals
+100 Tor Unreliable Datagram Extension Proposal
+101 Voting on the Tor Directory System.
+102 Droping "opt" from the directory format
+103 Splitting identity key from regularly used signing key.
+104 Long and Short Router Descriptors
+105 Version negotiation for the Tor protocol
+
diff --git a/proposals/098-todo.txt b/proposals/098-todo.txt
index 40c2ca5..aadc008 100644
--- a/proposals/098-todo.txt
+++ b/proposals/098-todo.txt
@@ -1,5 +1,9 @@
-
- Proposals that should be written
+Filename: 098-todo.txt
+Title: Proposals that should be written
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson, Roger Dingledine
+Created:
For protocol version 2:
diff --git a/proposals/099-misc.txt b/proposals/099-misc.txt
index 52f60e2..62c4455 100644
--- a/proposals/099-misc.txt
+++ b/proposals/099-misc.txt
@@ -1,3 +1,9 @@
+Filename: 100-tor-spec-udp.txt
+Title: Miscellaneous proposals
+Version: $Revision$
+Last-Modified: $Date$
+Author: Various
+Created:
Miscellaneous proposals
@@ -11,3 +17,6 @@
Pre-compressing status documents in multiple formats would force us to use
more memory to hold them.
+ -- Nick Mathewson
+
+
diff --git a/proposals/100-tor-spec-udp.txt b/proposals/100-tor-spec-udp.txt
index 9e4966c..b5b7860 100644
--- a/proposals/100-tor-spec-udp.txt
+++ b/proposals/100-tor-spec-udp.txt
@@ -1,11 +1,12 @@
-[This proposed Tor extension has not been implemented yet. It is currently
-in request-for-comments state. -RD]
+Filename: 100-tor-spec-udp.txt
+Title: Tor Unreliable Datagram Extension Proposal
+Version: $Revision$
+Last-Modified: $Date$
+Author: Marc Liberatore
+Created:
- Tor Unreliable Datagram Extension Proposal
- Marc Liberatore
-Abstract
Contents
diff --git a/proposals/101-dir-voting.txt b/proposals/101-dir-voting.txt
index 1a7e776..604b093 100644
--- a/proposals/101-dir-voting.txt
+++ b/proposals/101-dir-voting.txt
@@ -1,6 +1,9 @@
-$Id: /tor/branches/eventdns/doc/dir-spec.txt 9469 2006-11-01T23:56:30.179423Z nickm $
-
- Voting on the Tor Directory System
+Filename: 101-dir-voting.txt
+Title: Voting on the Tor Directory System
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created:
0. Scope and preliminaries
diff --git a/proposals/102-drop-opt.txt b/proposals/102-drop-opt.txt
index bc1d52f..804dd23 100644
--- a/proposals/102-drop-opt.txt
+++ b/proposals/102-drop-opt.txt
@@ -1,5 +1,10 @@
+Filename: 102-drop-opt.txt
+Title: Dropping "opt" from the directory format
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created:
- Drop "opt" from the directory format.
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
diff --git a/proposals/103-multilevel-keys.txt b/proposals/103-multilevel-keys.txt
index 554ca65..bdec440 100644
--- a/proposals/103-multilevel-keys.txt
+++ b/proposals/103-multilevel-keys.txt
@@ -1,6 +1,9 @@
-
- Splitting identity key from regularly-used signing key.
-
+Filename: 103-multilevel-keys.txt
+Title: Splitting identity key from regularly used signing key.
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created:
Replacing a directory authority's identity key in the event of a compromise
diff --git a/proposals/104-short-descriptors.txt b/proposals/104-short-descriptors.txt
index c170c64..80b30e5 100644
--- a/proposals/104-short-descriptors.txt
+++ b/proposals/104-short-descriptors.txt
@@ -1,6 +1,9 @@
-
- Long and Short Router Descriptors
-
+Filename: 104-short-descriptors.txt
+Title: Long and Short Router Descriptors
+Version: $Revision$
+Last-Modified: $Date$
+Author: Nick Mathewson
+Created:
Some of the costliest fields in the current directory protocol are ones
that no client actually uses. In particular, the "read-history" and
diff --git a/proposals/105-handshake-revision.txt b/proposals/105-handshake-revision.txt
index b718ec4..7872c6f 100644
--- a/proposals/105-handshake-revision.txt
+++ b/proposals/105-handshake-revision.txt
@@ -1,5 +1,9 @@
-
- Version negotiation for the Tor protocol.
+Filename: 105-handshake-revision.txt
+Title: Version negotiation for the Tor protocol.
+Version: $Revision$
+Last-Modified: $Date$
+Author: Various
+Created:
1.0. Version numbers