diff options
author | Roger Dingledine <arma@torproject.org> | 2007-05-13 09:25:06 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-05-13 09:25:06 +0000 |
commit | 440b7f0c70d22f45031d6b21c1bf9a4539af1455 (patch) | |
tree | 3b4bf8252674cf9d59090a68286addf0962f83e6 /doc | |
parent | 028f4783f4365c8c0364589f03640ab1b7df6058 (diff) | |
download | tor-440b7f0c70d22f45031d6b21c1bf9a4539af1455.tar.gz tor-440b7f0c70d22f45031d6b21c1bf9a4539af1455.zip |
polish r9726-r9903
svn:r10182
Diffstat (limited to 'doc')
-rw-r--r-- | doc/design-paper/blocking.tex | 10 | ||||
-rw-r--r-- | doc/spec/dir-spec-v2.txt | 4 | ||||
-rw-r--r-- | doc/spec/dir-spec.txt | 18 |
3 files changed, 7 insertions, 25 deletions
diff --git a/doc/design-paper/blocking.tex b/doc/design-paper/blocking.tex index eb8cfc653a..835d090522 100644 --- a/doc/design-paper/blocking.tex +++ b/doc/design-paper/blocking.tex @@ -131,7 +131,7 @@ whistleblowers in firewalled corporate networks; and for people in unanticipated oppressive situations. In fact, by designing with a variety of adversaries in mind, we can take advantage of the fact that adversaries will be in different stages of the arms race at each location, -so a server blocked in one locale can still be useful in others. +so an address blocked in one locale can still be useful in others. We assume that the attackers' goals are somewhat complex. \begin{tightlist} @@ -149,9 +149,9 @@ We assume that the attackers' goals are somewhat complex. \item Complete blocking (where nobody at all can ever download censored content) is not a goal. Attackers typically recognize that perfect censorship is not only - impossible, but unnecessary: if ``undesirable'' information is known only + impossible, it is unnecessary: if ``undesirable'' information is known only to a small few, further censoring efforts can be focused elsewhere. -\item Similarly, the censors are not attempting to shut down or block {\it +\item Similarly, the censors do not attempt to shut down or block {\it every} anti-censorship tool---merely the tools that are popular and effective (because these tools impede the censors' information restriction goals) and those tools that are highly visible (thus making the censors @@ -1667,8 +1667,8 @@ Many people working on this field want to publicize the existence and extent of censorship concurrently with the deployment of their circumvention software. The easy reason for this two-pronged push is to attract volunteers for running proxies in their systems; but in many -cases their main goal is not to focus on actually allowing individuals -to circumvent the firewall, but rather to educate the world about the +cases their main goal is not to focus on getting more users signed up, +but rather to educate the rest of the world about the censorship. The media also tries to do its part by broadcasting the existence of each new circumvention system. diff --git a/doc/spec/dir-spec-v2.txt b/doc/spec/dir-spec-v2.txt index f593999d9e..712be9e7fc 100644 --- a/doc/spec/dir-spec-v2.txt +++ b/doc/spec/dir-spec-v2.txt @@ -289,8 +289,8 @@ $Id$ 1 if it is not present. Until 0.1.2.1-alpha-dev, this option was not generated, even when eventdns was in use. Versions of Tor before 0.1.2.1-alpha-dev did not parse this option, so it should be - marked "opt". With some future version, the old 'dnsworker' logic - will be removed, rendering this option of historical interest only.] + marked "opt". With 0.2.0.1-alpha, the old 'dnsworker' logic has + been removed, rendering this option of historical interest only.] 2.2. Nonterminals in router descriptors diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index fffd431f79..5ccd1603f6 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -465,24 +465,6 @@ $Id$ [See also migration notes in section 2.2.1.] - "eventdns" bool NL - - [At most once] - - Declare whether this version of Tor is using the newer enhanced - dns logic. Versions of Tor without eventdns SHOULD NOT be used for - reverse hostname lookups. - - [All versions of Tor before 0.1.2.2-alpha should be assumed to have - this option set to 0 if it is not present. All Tor versions at - 0.1.2.2-alpha or later should be assumed to have this option set to - 1 if it is not present. Until 0.1.2.1-alpha-dev, this option was - not generated, even when eventdns was in use. Versions of Tor - before 0.1.2.1-alpha-dev did not parse this option, so it should be - marked "opt". With some future version, the old 'dnsworker' logic - will be removed, rendering this option of historical interest - only.] - "caches-extra-info" 0|1 NL [At most once.] |