commit 62c6063b1152903bc7d72d8048f0cfa392c20688 Author: Damian Johnson atagar@torproject.org Date: Sun Jul 3 11:12:19 2016 -0700
Removed urras as a directory authority
Updating our authority list as per...
https://trac.torproject.org/projects/tor/ticket/19271 --- docs/change_log.rst | 1 + stem/descriptor/remote.py | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/docs/change_log.rst b/docs/change_log.rst index 230533a..3ef8900 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -79,6 +79,7 @@ The following are only available within Stem's `git repository * Bracketed IPv6 addresses were mistreated as being invalid content * Better validation for non-ascii descriptor content * Updated dannenberg's v3ident (:trac:`17906`) + * Removed urras as a directory authority (:trac:`19271`)
* **Utilities**
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index f25d58e..d16170c 100644 --- a/stem/descriptor/remote.py +++ b/stem/descriptor/remote.py @@ -834,15 +834,6 @@ DIRECTORY_AUTHORITIES = { fingerprint = '7BE683E65D48141321C5ED92F075C55364AC7123', v3ident = '0232AF901C31A04EE9848595AF9BB7620D4C5B2E', ), - 'urras': DirectoryAuthority( - nickname = 'urras', - address = '208.83.223.34', - or_port = 80, - dir_port = 443, - is_bandwidth_authority = False, - fingerprint = '0AD3FA884D18F89EEA2D89C019379E0E7FD94417', - v3ident = '80550987E1D626E3EBA5E5E75A458DE0626D088C', - ), 'maatuska': DirectoryAuthority( nickname = 'maatuska', address = '171.25.193.9',
tor-commits@lists.torproject.org