[tor-commits] [stem/master] Fallback directory v2 support

atagar at torproject.org atagar at torproject.org
Fri Jan 12 18:16:53 UTC 2018


commit ea2752c598132b731780184e749d0328cb203648
Merge: 68dfa73c a0093ae0
Author: Damian Johnson <atagar at torproject.org>
Date:   Fri Jan 12 10:14:45 2018 -0800

    Fallback directory v2 support
    
    Adding stem support for the new fallback directory format Tim's been heading
    up...
    
      https://lists.torproject.org/pipermail/tor-dev/2017-December/012721.html
      https://gitweb.torproject.org/torspec.git/tree/dir-list-spec.txt

 cache_fallback_directories.py            |  22 +-
 docs/change_log.rst                      |   1 +
 stem/descriptor/fallback_directories.cfg | 824 +++++++++++++++++++++----------
 stem/descriptor/remote.py                | 352 +++++++------
 stem/util/conf.py                        |   7 +
 test/unit/descriptor/remote.py           | 173 +++++--
 6 files changed, 918 insertions(+), 461 deletions(-)



More information about the tor-commits mailing list