[tor-commits] [stem/master] Hidden service tutorial and improvements

atagar at torproject.org atagar at torproject.org
Sat Dec 20 21:41:07 UTC 2014


commit 2281830e864176f49aa44927366b824ae3fd3be7
Merge: 2ae1c7f 730ab25
Author: Damian Johnson <atagar at torproject.org>
Date:   Sat Dec 20 13:38:08 2014 -0800

    Hidden service tutorial and improvements
    
    Hidden service tutorial based on a nice one by Jordan Wright...
    
      https://jordan-wright.github.io/blog/2014/10/06/creating-tor-hidden-services-with-python/
    
    This includes a few improvements to our new hidden service methods along the
    way to make them even nicer for common use cases.

 docs/_static/hidden_service.png                    |  Bin 0 -> 25348 bytes
 docs/_static/label/over_the_river.png              |  Bin 0 -> 4264 bytes
 docs/_static/label/resources/over_the_river.xcf    |  Bin 0 -> 9156 bytes
 .../section/tutorials/resources/riding_hood.svg    |  393 ++++++++++++++++++++
 docs/_static/section/tutorials/riding_hood.png     |  Bin 0 -> 10579 bytes
 docs/_templates/layout.html                        |    1 +
 docs/contents.rst                                  |    1 +
 docs/tutorials.rst                                 |   21 +-
 docs/tutorials/over_the_river.rst                  |   87 +++++
 stem/control.py                                    |  179 ++++++---
 test/integ/control/controller.py                   |   36 +-
 test/unit/tutorial.py                              |   73 ++++
 12 files changed, 730 insertions(+), 61 deletions(-)



More information about the tor-commits mailing list