aboutsummaryrefslogtreecommitdiff
path: root/proposals
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-05 06:00:03 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-05 06:00:03 +0000
commit509fca826fa9742647a72eab999a135284fae5b3 (patch)
treec852abb390f6ac867a019ef153786ab2cf4c8288 /proposals
parente488c63b38a8afb07e769ce51cd86f926042eacb (diff)
downloadtorspec-509fca826fa9742647a72eab999a135284fae5b3.tar.gz
torspec-509fca826fa9742647a72eab999a135284fae5b3.zip
make a new 'ideas' subdir for half-baked proposals.
make a new 'draft' status for nearly-baked proposals. svn:r12677
Diffstat (limited to 'proposals')
-rw-r--r--proposals/000-index.txt9
-rw-r--r--proposals/127-dirport-mirrors-downloads.txt2
-rw-r--r--proposals/128-bridge-families.txt2
-rw-r--r--proposals/ideas/xxx-auto-update.txt (renamed from proposals/xxx-auto-update.txt)0
-rwxr-xr-xproposals/reindex.pl2
5 files changed, 8 insertions, 7 deletions
diff --git a/proposals/000-index.txt b/proposals/000-index.txt
index a2b2ea6..65960c8 100644
--- a/proposals/000-index.txt
+++ b/proposals/000-index.txt
@@ -49,8 +49,8 @@ Proposals by number:
124 Blocking resistant TLS certificate usage [ACCEPTED]
125 Behavior for bridge users, bridge relays, and bridge authorities [OPEN]
126 Getting GeoIP data and publishing usage summaries [OPEN]
-127 Relaying dirport requests to Tor download site [NEEDS-RESEARCH]
-128 Families of private bridges [NEEDS-RESEARCH]
+127 Relaying dirport requests to Tor download site / website [DRAFT]
+128 Families of private bridges [DRAFT]
Proposals by status:
@@ -72,8 +72,6 @@ Proposals by status:
124 Blocking resistant TLS certificate usage
NEEDS-RESEARCH:
118 Advertising multiple ORPorts at once
- 127 Relaying dirport requests to Tor download site
- 128 Families of private bridges
META:
000 Index of Tor Proposals
001 The Tor Proposal Process
@@ -96,3 +94,6 @@ Proposals by status:
112 Bring Back Pathlen Coin Weight
DEAD:
100 Tor Unreliable Datagram Extension Proposal
+ DRAFT:
+ 127 Relaying dirport requests to Tor download site / website
+ 128 Families of private bridges
diff --git a/proposals/127-dirport-mirrors-downloads.txt b/proposals/127-dirport-mirrors-downloads.txt
index 21d1a69..106bbb4 100644
--- a/proposals/127-dirport-mirrors-downloads.txt
+++ b/proposals/127-dirport-mirrors-downloads.txt
@@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: Roger Dingledine
Created: 2007-12-02
-Status: Needs-Research
+Status: Draft
1. Overview
diff --git a/proposals/128-bridge-families.txt b/proposals/128-bridge-families.txt
index a602644..f0915b0 100644
--- a/proposals/128-bridge-families.txt
+++ b/proposals/128-bridge-families.txt
@@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: Roger Dingledine
Created: 2007-12-xx
-Status: Needs-Research
+Status: Draft
1. Overview
diff --git a/proposals/xxx-auto-update.txt b/proposals/ideas/xxx-auto-update.txt
index dc9a857..dc9a857 100644
--- a/proposals/xxx-auto-update.txt
+++ b/proposals/ideas/xxx-auto-update.txt
diff --git a/proposals/reindex.pl b/proposals/reindex.pl
index c761164..c5ca20a 100755
--- a/proposals/reindex.pl
+++ b/proposals/reindex.pl
@@ -15,7 +15,7 @@ my %title = ();
my %status = ();
my @KNOWN_STATUSES = qw{
- OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD};
+ OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD DRAFT};
for my $f (@files) {
my $num = substr($f, 0, 3);