[stem/master] Noting that the BadDirectory flag was removed from tor

commit 5e774f0211eb8314388644dacb64ac75c4d53517 Author: Damian Johnson <atagar@torproject.org> Date: Tue Sep 9 09:03:45 2014 -0700 Noting that the BadDirectory flag was removed from tor --- stem/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stem/__init__.py b/stem/__init__.py index 6b15abd..f020342 100644 --- a/stem/__init__.py +++ b/stem/__init__.py @@ -53,6 +53,8 @@ Library for working with the tor process. Flag assigned to tor relays by the authorities to indicate various characteristics. + **Note:** The BADDIRECTORY flag was `removed from tor <https://gitweb.torproject.org/torspec.git/commitdiff/2f012f1>`_. + ================= =========== Flag Description ================= ===========
participants (1)
-
atagar@torproject.org