aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-04-28 10:19:16 -0400
committerNick Mathewson <nickm@torproject.org>2015-04-28 10:19:16 -0400
commit24f170a11f59e26dec3a24d076b749c8acc793ca (patch)
tree4f0e2423cc8348c86cf735f58d9eca077a5bcd50 /changes
parent028cac97c1953f666c89711e31754cec4273b2d0 (diff)
parent915c7438a77edfaf3103b69cb494a4f069a79a0c (diff)
downloadtor-24f170a11f59e26dec3a24d076b749c8acc793ca.tar.gz
tor-24f170a11f59e26dec3a24d076b749c8acc793ca.zip
Merge branch 'feature6411_v4'
Diffstat (limited to 'changes')
-rw-r--r--changes/feature64117
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.