commit aded23b5dd75c63a1691ee1f72d06b9318dd0dfd Author: Damian Johnson atagar@torproject.org Date: Thu Jun 9 09:39:19 2016 -0700
Note Rust tor controller lib
Still a work in progress, but neat having a controller for another language out there!
https://github.com/Dhole/rust-tor-controller --- docs/download.rst | 3 +-- docs/faq.rst | 23 ++++++++++++----------- 2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/docs/download.rst b/docs/download.rst index dfa234d..43602d0 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -159,8 +159,7 @@ Download
% wget https://aur.archlinux.org/packages/st/stem/stem.tar.gz % tar -xvf stem.tar.gz - % cd stem - % makepkg --install + % cd stem; makepkg --install
* - .. image:: /_static/section/download/slackware.png :target: http://slackbuilds.org/repository/14.1/python/stem/ diff --git a/docs/faq.rst b/docs/faq.rst index f559045..582dfbf 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -234,17 +234,18 @@ The following are the functional controller libraries I'm aware of. Dates are for highly active development. If I missed one then please `let me know https://www.atagar.com/contact/`_!
-========================================================== ================ ======================= -Library Language Developed -========================================================== ================ ======================= -`Stem https://stem.torproject.org/`_ Python October 2011 - Present -`Txtorcon https://txtorcon.readthedocs.org/`_ Python (Twisted) February 2012 - Present -`TorCtl https://gitweb.torproject.org/pytorctl.git`_ Python July 2008 - November 2011 -`PHP TorCtl https://github.com/dunglas/php-torcontrol/`_ PHP February 2013 -`JTorCtl https://gitweb.torproject.org/jtorctl.git`_ Java June 2005 - May 2009 -`Orc https://github.com/sycamoreone/orc`_ Go January 2015 -`Bulb https://github.com/Yawning/bulb`_ Go March 2015 -========================================================== ================ ======================= +================================================================== ================ ======================= +Library Language Developed +================================================================== ================ ======================= +`Stem https://stem.torproject.org/`_ Python October 2011 - Present +`Txtorcon https://txtorcon.readthedocs.org/`_ Python (Twisted) February 2012 - Present +`TorCtl https://gitweb.torproject.org/pytorctl.git`_ Python July 2008 - November 2011 +`PHP TorCtl https://github.com/dunglas/php-torcontrol/`_ PHP February 2013 +`JTorCtl https://gitweb.torproject.org/jtorctl.git`_ Java June 2005 - May 2009 +`Orc https://github.com/sycamoreone/orc`_ Go January 2015 +`Bulb https://github.com/Yawning/bulb`_ Go March 2015 +`Rust Controller https://github.com/Dhole/rust-tor-controller`_ Rust May 2016 +================================================================== ================ =======================
.. _what_license_is_stem_under:
tor-commits@lists.torproject.org