mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
make a new 'ideas' subdir for half-baked proposals.
make a new 'draft' status for nearly-baked proposals. svn:r12677
This commit is contained in:
parent
a1af56bce2
commit
2d52336b60
@ -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
|
||||
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Roger Dingledine
|
||||
Created: 2007-12-02
|
||||
Status: Needs-Research
|
||||
Status: Draft
|
||||
|
||||
1. Overview
|
||||
|
||||
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Roger Dingledine
|
||||
Created: 2007-12-xx
|
||||
Status: Needs-Research
|
||||
Status: Draft
|
||||
|
||||
1. Overview
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user