Take lefkada out of the list of v2 directory authorities, since

it has been down for months.


svn:r14427
This commit is contained in:
Roger Dingledine 2008-04-23 17:36:46 +00:00
parent b306920af1
commit 2bed102003
2 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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