Browse Source

Set up gabelmoo (run by Karsten Loesing) as the fifth v3 directory
authority.


svn:r13079

Roger Dingledine 18 years ago
parent
commit
7d3bf1608b
2 changed files with 8 additions and 1 deletions
  1. 5 1
      ChangeLog
  2. 3 0
      src/or/config.c

+ 5 - 1
ChangeLog

@@ -1,4 +1,8 @@
 Changes in version 0.2.0.16-alpha - 2008-01-??
 Changes in version 0.2.0.16-alpha - 2008-01-??
+  o New directory authorities:
+    - Set up gabelmoo (run by Karsten Loesing) as the fifth v3 directory
+      authority.
+
   o Major performance improvements:
   o Major performance improvements:
     - Switch our old ring buffer implementation for one more like that
     - Switch our old ring buffer implementation for one more like that
       used by free Unix kernels.  The wasted space in a buffer with
       used by free Unix kernels.  The wasted space in a buffer with
@@ -23,7 +27,7 @@ Changes in version 0.2.0.16-alpha - 2008-01-??
 
 
   o Minor bugfixes:
   o Minor bugfixes:
     - When an authority has not signed a consensus, do not try to
     - When an authority has not signed a consensus, do not try to
-      download a nonexistant "certificate with key 00000000".  Bugfix
+      download a nonexistent "certificate with key 00000000".  Bugfix
       on 0.2.0.x. Fixes bug 569.
       on 0.2.0.x. Fixes bug 569.
     - Use a mutex to protect the list of logs, so we never write to
     - Use a mutex to protect the list of logs, so we never write to
       the list as it's being freed.  Bugfix on 0.1.2.x.  Fixes the
       the list as it's being freed.  Bugfix on 0.1.2.x.  Fixes the

+ 3 - 0
src/or/config.c

@@ -828,6 +828,9 @@ add_default_trusted_dir_authorities(authority_type_t type)
       "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 "
     "ides orport=9090 no-v2 v3ident=27B6B5996C426270A5C95488AA5BCEB6BCC86956 "
       "216.224.124.114:9030 F397 038A DC51 3361 35E7 B80B D99C A384 4360 292B",
       "216.224.124.114:9030 F397 038A DC51 3361 35E7 B80B D99C A384 4360 292B",
+    "gabelmoo orport=443 no-v2 "
+      "v3ident=EAA879B5C75032E462CB018630D2D0DF46EBA606 "
+      "88.198.7.215:80 6833 3D07 61BC F397 A587 A0C0 B963 E4A9 E99E C4D3",
     NULL
     NULL
   };
   };
   for (i=0; dirservers[i]; i++)
   for (i=0; dirservers[i]; i++)