[tor-commits] [stem/master] Replacing turtles with longclaw
atagar at torproject.org
atagar at torproject.org
Wed Nov 12 16:52:38 UTC 2014
commit 08c00c073821202549237d4681c95d3890a25444
Author: Damian Johnson <atagar at torproject.org>
Date: Wed Nov 12 08:53:24 2014 -0800
Replacing turtles with longclaw
In the next day or two we'll be replacing turtles with longclaw...
https://lists.torproject.org/pipermail/tor-talk/2014-November/035650.html
Sebastian would find it to be helpful for DocTor alerts to be changed in
advance of this so swapping us over now.
---
docs/change_log.rst | 1 +
stem/descriptor/remote.py | 16 ++++++++--------
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/docs/change_log.rst b/docs/change_log.rst
index 369806a..e11c316 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -54,6 +54,7 @@ The following are only available within Stem's `git repository
* Improved speed for parsing consensus documents by around 30% (:trac:`12859`)
* Don't fail if consensus method 1 is not present, as it is no longer required (:spec:`fc8a6f0`)
+ * Updated the authorities we list, `replacing turtles with longclaw <https://lists.torproject.org/pipermail/tor-talk/2014-November/035650.html>`_ and `updating gabelmoo's address <https://lists.torproject.org/pipermail/tor-talk/2014-September/034898.html>`_
* **Utilities**
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
index 4f44608..1e1a29e 100644
--- a/stem/descriptor/remote.py
+++ b/stem/descriptor/remote.py
@@ -696,14 +696,6 @@ DIRECTORY_AUTHORITIES = {
fingerprint = '4A0CCD2DDC7995083D73F5D667100C8A5831F16D',
v3ident = None, # does not vote in the consensus
),
- 'turtles': DirectoryAuthority(
- nickname = 'turtles',
- address = '76.73.17.194',
- or_port = 9090,
- dir_port = 9030,
- fingerprint = 'F397038ADC51336135E7B80BD99CA3844360292B',
- v3ident = '27B6B5996C426270A5C95488AA5BCEB6BCC86956',
- ),
'gabelmoo': DirectoryAuthority(
nickname = 'gabelmoo',
address = '131.188.40.189',
@@ -744,6 +736,14 @@ DIRECTORY_AUTHORITIES = {
fingerprint = 'CF6D0AAFB385BE71B8E111FC5CFF4B47923733BC',
v3ident = 'EFCBE720AB3A82B99F9E953CD5BF50F7EEFC7B97',
),
+ 'longclaw': DirectoryAuthority(
+ nickname = 'longclaw',
+ address = '202.85.227.202',
+ or_port = 443,
+ dir_port = 80,
+ fingerprint = '74A910646BCEEFBCD2E874FC1DC997430F968145',
+ v3ident = '23D15D965BC35114467363C165C4F724B64B4F66',
+ ),
}
More information about the tor-commits
mailing list