Browse Source

Set up ides (run by Mike Perry) as the third v3 directory authority.

svn:r12423
Roger Dingledine 18 years ago
parent
commit
473a054b4c
2 changed files with 11 additions and 6 deletions
  1. 9 6
      ChangeLog
  2. 2 0
      src/or/config.c

+ 9 - 6
ChangeLog

@@ -1,4 +1,7 @@
 Changes in version 0.2.0.10-alpha - 2007-11-07
 Changes in version 0.2.0.10-alpha - 2007-11-07
+  o New directory authorities:
+    - Set up ides (run by Mike Perry) as the third v3 directory authority.
+
   o Major features:
   o Major features:
     - Allow tunnelled directory connections to ask for an encrypted
     - Allow tunnelled directory connections to ask for an encrypted
       "begin_dir" connection or an anonymized "uses a full Tor circuit"
       "begin_dir" connection or an anonymized "uses a full Tor circuit"
@@ -49,7 +52,7 @@ Changes in version 0.2.0.10-alpha - 2007-11-07
       on their fractional uptime: the fraction of the time that they
       on their fractional uptime: the fraction of the time that they
       are online. (No router counts as having uptime until we've known
       are online. (No router counts as having uptime until we've known
       about it for at least 24 hours.)
       about it for at least 24 hours.)
-    - Clients new hold circuitless TLS connections open for 1.5 times
+    - Clients now hold circuitless TLS connections open for 1.5 times
       MaxCircuitDirtiness, since it is likely that they'll need to build
       MaxCircuitDirtiness, since it is likely that they'll need to build
       a circuit over them within that timeframe. Previously, they held
       a circuit over them within that timeframe. Previously, they held
       them open only for KeepalivePeriod.
       them open only for KeepalivePeriod.
@@ -68,7 +71,8 @@ Changes in version 0.2.0.10-alpha - 2007-11-07
     - Authorities send back an X-Descriptor-Not-New header in response to
     - Authorities send back an X-Descriptor-Not-New header in response to
       an accepted-but-discarded descriptor upload.  Partially implements
       an accepted-but-discarded descriptor upload.  Partially implements
       fix for bug 535.
       fix for bug 535.
-    - Make the "not enough dir info yet" message better.
+    - Make "not enough dir info yet" warnings describe *why* Tor feels
+      it doesn't have enough directory info yet.
     - Make the log message for "tls error. breaking." more useful.
     - Make the log message for "tls error. breaking." more useful.
 
 
   o Minor features (bridges):
   o Minor features (bridges):
@@ -115,10 +119,9 @@ Changes in version 0.2.0.10-alpha - 2007-11-07
 
 
   - Minor bugfixes (portability):
   - Minor bugfixes (portability):
     - Run correctly on platforms where rlim_t is larger than unsigned
     - Run correctly on platforms where rlim_t is larger than unsigned
-      long.
+      long, and/or where the real limit for number of open files is
-    - Run correctly on platforms where the real limit for number of
+      OPEN_FILES, not rlim_max from getrlimit(RLIMIT_NOFILES). In
-      open files is OPEN_FILES, not rlim_max from
+      particular, these may be needed for OS X 10.5.
-      getrlimit(RLIMIT_NOFILES).
 
 
 
 
 Changes in version 0.2.0.9-alpha - 2007-10-24
 Changes in version 0.2.0.9-alpha - 2007-10-24

+ 2 - 0
src/or/config.c

@@ -812,6 +812,8 @@ add_default_trusted_dirservers(void)
       "7EA6 EAD6 FD83 083C 538F 4403 8BBF A077 587D D755",
       "7EA6 EAD6 FD83 083C 538F 4403 8BBF A077 587D D755",
     "Tonga orport=443 bridge no-v2 82.94.251.206:80 "
     "Tonga orport=443 bridge no-v2 82.94.251.206:80 "
       "4A0C CD2D DC79 9508 3D73 F5D6 6710 0C8A 5831 F16D",
       "4A0C CD2D DC79 9508 3D73 F5D6 6710 0C8A 5831 F16D",
+    "ides orport=9090 no-v2 v3ident=27B6B5996C426270A5C95488AA5BCEB6BCC86956 "
+      "216.224.124.114:9030 F397 038A DC51 3361 35E7 B80B D99C A384 4360 292B",
     NULL
     NULL
   };
   };
   for (i=0; dirservers[i]; i++)
   for (i=0; dirservers[i]; i++)