]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
touchups to docs
authorRoger Dingledine <arma@torproject.org>
Mon, 9 Aug 2004 07:41:25 +0000 (07:41 +0000)
committerRoger Dingledine <arma@torproject.org>
Mon, 9 Aug 2004 07:41:25 +0000 (07:41 +0000)
svn:r2214

doc/TODO
doc/tor-spec.txt

index 92ad4a4afa23bcb59d0e6bb4e758c05e98e07400..c8840f0f84c2c9200831b0af91b918a9789aa691 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -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:
index 400033ee9d18acfb9d70481fac24b01a5e3fc647..9ecc556262dcff1e843bb6bfa9b8588e7d1faf01 100644 (file)
@@ -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.