[or-cvs] r14427: Take lefkada out of the list of v2 directory authorities, si (in tor/branches/tor-0_1_2-patches: . src/or)

arma at seul.org arma at seul.org
Wed Apr 23 17:36:46 UTC 2008


Author: arma
Date: 2008-04-23 13:36:46 -0400 (Wed, 23 Apr 2008)
New Revision: 14427

Modified:
   tor/branches/tor-0_1_2-patches/ChangeLog
   tor/branches/tor-0_1_2-patches/src/or/config.c
Log:
Take lefkada out of the list of v2 directory authorities, since
it has been down for months.


Modified: tor/branches/tor-0_1_2-patches/ChangeLog
===================================================================
--- tor/branches/tor-0_1_2-patches/ChangeLog	2008-04-23 00:36:39 UTC (rev 14426)
+++ tor/branches/tor-0_1_2-patches/ChangeLog	2008-04-23 17:36:46 UTC (rev 14427)
@@ -1,12 +1,16 @@
 Changes in version 0.1.2.20 - 2008-??-??
+  o Directory authority changes:
+    - Take lefkada out of the list of v2 directory authorities, since
+      it has been down for months.
+
   o Major bugfixes:
     - Patch from "Andrew S. Lists" to catch when we contact a directory
       mirror at IP address X and he says we look like we're coming from
       IP address X. Bugfix on 0.1.2.x.
     - Allow a closing-down linked directory connection to have its
-      blocked_on_or_conn field set.  This prevents a rare assertion error
+      blocked_on_or_conn field set. This prevents a rare assertion error
       that could occur when an OR connection carrying tunneled directory
-      requests closed before the requests were complete.  Fixes bug 406.
+      requests closed before the requests were complete. Fixes bug 406.
     - If we only ever used Tor for hidden service lookups or posts, we
       would stop building circuits and start refusing connections after
       24 hours, since we falsely believed that Tor was dormant. Reported

Modified: tor/branches/tor-0_1_2-patches/src/or/config.c
===================================================================
--- tor/branches/tor-0_1_2-patches/src/or/config.c	2008-04-23 00:36:39 UTC (rev 14426)
+++ tor/branches/tor-0_1_2-patches/src/or/config.c	2008-04-23 17:36:46 UTC (rev 14427)
@@ -732,15 +732,12 @@
 {
   int i;
   const char *dirservers[] = {
-    /* eventually we should mark moria1 as "v1only" */
     "moria1 v1 orport=9001 128.31.0.34:9031 "
       "FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441",
     "moria2 v1 orport=9002 128.31.0.34:9032 "
       "719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF",
     "tor26 v1 orport=443 86.59.21.38:80 "
       "847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D",
-    "lefkada orport=443 140.247.60.64:80 "
-      "38D4 F5FC F7B1 0232 28B8 95EA 56ED E7D5 CCDC AF32",
     "dizum 194.109.206.212:80 "
       "7EA6 EAD6 FD83 083C 538F 4403 8BBF A077 587D D755",
     NULL



More information about the tor-commits mailing list