diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-10-15 04:57:36 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-10-15 04:57:36 +0000 |
commit | 88e0c080cf5493e2841a392f77daeef3db6a289d (patch) | |
tree | e8ad4382a7320dcf27647fe42bc0487b79e5e593 /doc | |
parent | 5e80944c52ae8abb43a446272f202d8a7d8af083 (diff) | |
download | tor-88e0c080cf5493e2841a392f77daeef3db6a289d.tar tor-88e0c080cf5493e2841a392f77daeef3db6a289d.tar.gz |
Ignore fascistfirewall when dealing with service descriptors; obey fascistfirewall when posting server descriptors; ignore fascistfirewall on directory connections when httpproxy is set.
svn:r2527
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -11,19 +11,19 @@ ARMA - arma claims X Abandoned 0.0.9pre4: - - Don't use FascistFirewall if you're going via Tor, or if +o - Don't use FascistFirewall if you're going via Tor, or if you're going via HttpProxy. - - make RecommendedVersions a CONFIG_TYPE_LINELIST option +N - make RecommendedVersions a CONFIG_TYPE_LINELIST option R . bandwidth buckets for write as well as read. N - Handle rendezvousing with unverified nodes. - Specify: Stick rendezvous point's key in INTRODUCE cell. Bob should _always_ use key from INTRODUCE cell. - Implement. -N - node 'groups' that are known to be in the same zone of control. - - Nodes can list their coadministrated nodes. - - If A lists B, it only counts if B also lists A - - Users can list other coadministrated nodes if they like. - . Never choose two coadministrated nodes in the same circuit. + o node 'groups' that are known to be in the same zone of control. + o Nodes can list their coadministrated nodes. + o If A lists B, it only counts if B also lists A +N - Users can list other coadministrated nodes if they like. + o Never choose two coadministrated nodes in the same circuit. R - figure out enclaves, e.g. so we know what to recommend that people do, and so running a tor server on your website is helpful. - Do enclaves for same IP only. |