[tor-commits] [stem/master] tor26 is no longer a bandwidth authority

atagar at torproject.org atagar at torproject.org
Sun Oct 11 17:01:14 UTC 2015


commit d5913fb1a3a233763a93e158abe5b780d4e0f006
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Oct 11 10:00:21 2015 -0700

    tor26 is no longer a bandwidth authority
    
    While ago I disabled DocTor's bandwidth authority checks of tor26 on weasel's
    request. Checked back in recently and weasel says tor26 is no longer a bwauth
    so dropping the flag.
---
 docs/change_log.rst       |    2 +-
 stem/descriptor/remote.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/change_log.rst b/docs/change_log.rst
index cfd26d1..cc2cd88 100644
--- a/docs/change_log.rst
+++ b/docs/change_log.rst
@@ -63,7 +63,7 @@ The following are only available within Stem's `git repository
 
  * **Utilities**
 
-  * Added :func:`stem.util.datetime_to_unix`
+  * Added :func:`~stem.util.__init__.datetime_to_unix`
 
  * **Interpreter**
 
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py
index fbc9d96..095f125 100644
--- a/stem/descriptor/remote.py
+++ b/stem/descriptor/remote.py
@@ -686,7 +686,7 @@ DIRECTORY_AUTHORITIES = {
     address = '86.59.21.38',
     or_port = 443,
     dir_port = 80,
-    is_bandwidth_authority = True,
+    is_bandwidth_authority = False,
     fingerprint = '847B1F850344D7876491A54892F904934E4EB85D',
     v3ident = '14C131DFC5C6F93646BE72FA1401C02A8DF2E8B4',
   ),



More information about the tor-commits mailing list