aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-04-23 17:36:46 +0000
committerRoger Dingledine <arma@torproject.org>2008-04-23 17:36:46 +0000
commit2bed102003307e7d80c1b7f4dd50247bec491a2b (patch)
tree60e2ee4d399be6d46bc61442a8b615d54cf0291b
parentb306920af187c70f81b485fa3ea630ca79a3f8e6 (diff)
downloadtor-2bed102003307e7d80c1b7f4dd50247bec491a2b.tar.gz
tor-2bed102003307e7d80c1b7f4dd50247bec491a2b.zip
Take lefkada out of the list of v2 directory authorities, since
it has been down for months. svn:r14427
-rw-r--r--ChangeLog8
-rw-r--r--src/or/config.c3
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 49a65115dd..d4f85f60bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/src/or/config.c b/src/or/config.c
index 1bf100f71e..300f1ed290 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -732,15 +732,12 @@ add_default_trusted_dirservers(void)
{
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