diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-28 10:19:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-28 10:19:16 -0400 |
commit | 24f170a11f59e26dec3a24d076b749c8acc793ca (patch) | |
tree | 4f0e2423cc8348c86cf735f58d9eca077a5bcd50 /changes | |
parent | 028cac97c1953f666c89711e31754cec4273b2d0 (diff) | |
parent | 915c7438a77edfaf3103b69cb494a4f069a79a0c (diff) | |
download | tor-24f170a11f59e26dec3a24d076b749c8acc793ca.tar.gz tor-24f170a11f59e26dec3a24d076b749c8acc793ca.zip |
Merge branch 'feature6411_v4'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature6411 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/feature6411 b/changes/feature6411 new file mode 100644 index 0000000000..6024364319 --- /dev/null +++ b/changes/feature6411 @@ -0,0 +1,7 @@ + o Major features (controller): + - Add the ADD_ONION and DEL_ONION commands that allows the creation + and management of hidden services via the controller. Closes + ticket 6411. + - New "GETINFO onions/current" and "GETINFO onions/detached" to get + information about hidden services created via the controller. + Part of ticket 6411. |