diff options
author | Roger Dingledine <arma@torproject.org> | 2004-08-09 07:41:25 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-08-09 07:41:25 +0000 |
commit | bf141915eb90e06413faeb5e80b6fe01c94c052e (patch) | |
tree | e6edb8aaee683ababf1497bd9ded642efcf92dcf /doc | |
parent | ed34b4187424f4f5186381712ee4688a420fa496 (diff) | |
download | tor-bf141915eb90e06413faeb5e80b6fe01c94c052e.tar.gz tor-bf141915eb90e06413faeb5e80b6fe01c94c052e.zip |
touchups to docs
svn:r2214
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 7 | ||||
-rw-r--r-- | doc/tor-spec.txt | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -74,11 +74,11 @@ NICK - Reputation info needs to give better weight to recent events than o change if(options.ORPort) to what we really mean. o same with socksport. o get contrib/tor_resolve into the tarball and installed - - and working + o and working post pre1: - Possible to get autoconf to easily install things into ~/.tor? - - when we sigint tor, the dns/cpuworkers don't intercept sigint? + o when we sigint tor, the dns/cpuworkers don't intercept sigint? - "AcceptOnlyVerifiedRouters" config option? - why does common/util.c build-depend on or/or.h ? - ORs use uniquer default nicknames @@ -106,7 +106,7 @@ NICK - Reputation info needs to give better weight to recent events than - win32 installer using privoxy's installer o win32 problems with pre1 - . asn.1 issues? + o asn.1 issues? - Switch dirservers entries to config lines: - read in and parse each TrustedDir config line. - stop reading dirservers file. @@ -133,6 +133,7 @@ NICK - Reputation info needs to give better weight to recent events than running-routers list at all. - put expiry date on onion-key, so people don't keep trying old ones that they could know are expired? + - check the date in the http headers, compare for clock skew. ongoing: diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index 400033ee9d..9ecc556262 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -410,7 +410,7 @@ TODO: (very soon) ADDRESS | ':' | PORT | [00] - where ADDRESS is be a DNS hostname, or an IPv4 address in + where ADDRESS can be a DNS hostname, or an IPv4 address in dotted-quad format, or an IPv6 address surrounded by square brackets; and where PORT is encoded in decimal. |