[tor-commits] [stem/master] Ephemeral hidden services and tutorial
atagar at torproject.org
atagar at torproject.org
Tue May 12 02:36:12 UTC 2015
commit b2eda819198b7b3a6585ca715824e8b627d630e5
Merge: 48d85d4 cf19a5d
Author: Damian Johnson <atagar at torproject.org>
Date: Mon May 11 15:25:42 2015 -0700
Ephemeral hidden services and tutorial
Taking advantage of tor's new ADD/DEL_ONION functions, and expanding our hidden
service tutorial to talk about all the new hotness.
docs/_static/duck_duck_go_hidden_service.png | Bin 0 -> 47402 bytes
docs/change_log.rst | 3 +
docs/tutorials/mirror_mirror_on_the_wall.rst | 19 +--
docs/tutorials/over_the_river.rst | 158 ++++++++++++++++++-
stem/__init__.py | 6 +
stem/control.py | 210 ++++++++++++++++++++++++--
stem/interpreter/settings.cfg | 22 +++
stem/response/__init__.py | 9 +-
stem/response/add_onion.py | 43 ++++++
stem/response/events.py | 3 +-
stem/util/log.py | 3 +
stem/version.py | 4 +
test/integ/control/controller.py | 143 +++++++++++++++++-
test/settings.cfg | 1 +
test/unit/response/add_onion.py | 95 ++++++++++++
15 files changed, 685 insertions(+), 34 deletions(-)
More information about the tor-commits
mailing list