summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-09-29 18:13:25 +0000
committerNick Mathewson <nickm@torproject.org>2006-09-29 18:13:25 +0000
commit0335bd51d384ed6d075413580eefa1248c730d0f (patch)
tree37a366440ac49d95456b4d8cc914c6ea35497fa9 /doc
parent17b878ee347559ffe8d961b62652c7b71a6b312f (diff)
downloadtor-0335bd51d384ed6d075413580eefa1248c730d0f.tar.gz
tor-0335bd51d384ed6d075413580eefa1248c730d0f.zip
r9005@Kushana: nickm | 2006-09-29 10:37:55 -0400
Implement DESCCHANGED event to tell controller when our router descriptor changes. svn:r8533
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 4d635c3f28..dce28eaf81 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -85,8 +85,8 @@ N - Simplify authority operation
registered and can't be looked up by nickname.]
d - Tolerate clock skew on bridge relays.
d - A way to examine and twiddle router flags from controller.
- - A way to export server descriptors to controllers
-N - Event / getinfo for "when did routerdesc last change".
+ o A way to export server descriptors to controllers
+ o Event for "when did routerdesc last change".
d - a way to pick entries based wholly on extend_info equivalent;
a way to export extend_info equivalent.
R - option to dl directory info via tor
@@ -410,6 +410,8 @@ Future version:
- Specify; implement.
- let each hidden service (or other thing) specify its own
OutboundBindAddress?
+ - Stop using tor_socketpair to make connection bridges: do an
+ implementation that uses buffers only.
Blue-sky:
- Patch privoxy and socks protocol to pass strings to the browser.