diff options
author | Roger Dingledine <arma@torproject.org> | 2006-10-01 06:43:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-10-01 06:43:06 +0000 |
commit | c705d46df04ac6572aa3c4c27e26e216711a85b9 (patch) | |
tree | e3b7ef2a9cfcd810559e989a7c6acbbfacd6afd7 /doc/TODO | |
parent | 4096e577c51a6eae88ab26cb4931998b0486e678 (diff) | |
download | tor-c705d46df04ac6572aa3c4c27e26e216711a85b9.tar tor-c705d46df04ac6572aa3c4c27e26e216711a85b9.tar.gz |
and document that change
svn:r8560
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -56,9 +56,9 @@ N - Test guard unreachable logic; make sure that we actually attempt to Make sure that we don't freak out when the network is down. N - Clients stop dumping old descriptors if the network-statuses claim they're still valid. -R . If we fail to connect via an exit enclave, (warn and) try again + o If we fail to connect via an exit enclave, (warn and) try again without demanding that exit node. - - And recognize when extending to the enclave node is failing, + o And recognize when extending to the enclave node is failing, so we can abandon then too. o We need a separate list of "hidserv authorities" if we want to retire moria1 from the main list. @@ -299,6 +299,9 @@ Deferred from 0.1.2.x: - Implement Minor items for 0.1.2.x as time permits: + - add a "default.action" file to the tor/vidalia bundle so we can fix the + https thing in the default configuration: + http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort - even if your torrc lists yourself in your myfamily line, don't list it in the descriptor. - Flesh out options_description array in src/or/config.c |