diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-29 18:13:25 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-29 18:13:25 +0000 |
commit | 0335bd51d384ed6d075413580eefa1248c730d0f (patch) | |
tree | 37a366440ac49d95456b4d8cc914c6ea35497fa9 /doc | |
parent | 17b878ee347559ffe8d961b62652c7b71a6b312f (diff) | |
download | tor-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/TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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. |