[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9573: Mark up TODO and control-spec.txt a little. (in tor/trunk: . doc doc/spec)
Author: nickm
Date: 2007-02-12 18:39:34 -0500 (Mon, 12 Feb 2007)
New Revision: 9573
Modified:
tor/trunk/
tor/trunk/doc/TODO
tor/trunk/doc/spec/control-spec.txt
Log:
r11782@catbus: nickm | 2007-02-12 18:39:19 -0500
Mark up TODO and control-spec.txt a little.
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r11782] on 8246c3cf-6607-4228-993b-4d95d33730f1
Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO 2007-02-12 23:39:24 UTC (rev 9572)
+++ tor/trunk/doc/TODO 2007-02-12 23:39:34 UTC (rev 9573)
@@ -131,8 +131,11 @@
blocking-resistance strategies.
o Design (proposal 106)
o Implement
+N - Hack up a client that gives out weird/no certificates, so we can
+ test to make sure that this doesn't cause servers to crash.
-Things we'd like to do in 0.2.0:
+
+Things we'd like to do in 0.2.0.x:
- Proposals:
- 101: Voting on the Tor Directory System
- 104: Long and Short Router Descriptors
@@ -145,6 +148,8 @@
local_routerstatus (or equivalent) subsume all places to go for "what
router is this?"
- Remove socketpair-based bridges conns, and the word "bridge".
+ - Generate torrc.{complete|sample}.in, tor.1.in, the HTML manual, and the
+ online config documentation from a single source.
- Features:
- Implement a DNS proxy
- Bridges.
@@ -158,10 +163,10 @@
Deferred from 0.1.2.x:
- finish status event implementation and accompanying getinfos
- More work on AvoidDiskWrites?
-NR- Get some kind of "meta signing key" to be used solely to sign
+ - Get some kind of "meta signing key" to be used solely to sign
releases/to certify releases when signed by the right people/
to certify sign the right people's keys? Also use this to cert the SSL
- key, etc.
+ key, etc. (Proposal 103)
- per-conn write buckets
- separate config options for read vs write limiting
(It's hard to support read > write, since we need better
@@ -211,7 +216,7 @@
just not try to get) descriptors, so it'll never build circuits.
- Tolerate clock skew on bridge relays.
- - A more efficient dir protocol.
+ - A more efficient dir protocol. (Proposal 101)
- Authorities should fetch the network-statuses amongst each
other, consensus them, and advertise a communal network-status.
This is not so much for safety/complexity as it is to reduce
@@ -426,11 +431,6 @@
edge_stream_t, and have p_streams and n_streams both be linked lists
of edge_stream_t.
- - Look into generating torrc.{complete|sample}.in, tor.1.in,
- the HTML manual, and the online config documentation from a single
- source.
- - torrc.complete.in needs attention?
-
Future version:
- Configuration format really wants sections.
- Good RBL substitute.
Modified: tor/trunk/doc/spec/control-spec.txt
===================================================================
--- tor/trunk/doc/spec/control-spec.txt 2007-02-12 23:39:24 UTC (rev 9572)
+++ tor/trunk/doc/spec/control-spec.txt 2007-02-12 23:39:34 UTC (rev 9573)
@@ -927,6 +927,7 @@
Expiry is expressed as the local time (rather than GMT).
[XXX We should rename this to ADDRESSMAP. -RD]
+ [Why? Surely it can't be worth the compatibility issues. -NM]
[FFF We should add a SOURCE=%s argument for extended events,
which specifies what exit node told us this addressmap. -RD]