commit 66dea047a651d595b755c754d84250cd1dd687ac Merge: 56a06b6 5a0da76 Author: Damian Johnson atagar@torproject.org Date: Mon Sep 24 09:01:38 2012 -0700
Adding a method for MAPADDRESS
Method to map address aliases.
cr atagar (https://trac.torproject.org/6951)
run_tests.py | 2 + stem/control.py | 26 ++++++++++++ stem/response/__init__.py | 16 +++++-- stem/response/mapaddress.py | 39 ++++++++++++++++++ stem/util/conf.py | 2 +- test/__init__.py | 1 + test/integ/control/controller.py | 26 ++++++++++++ test/runner.py | 2 +- test/unit/response/mapaddress.py | 83 ++++++++++++++++++++++++++++++++++++++ test/util.py | 66 ++++++++++++++++++++++++++++++ 10 files changed, 256 insertions(+), 7 deletions(-)
tor-commits@lists.torproject.org