summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDonncha O'Cearbhaill <donncha@donncha.is>2015-03-22 13:31:53 +0000
committerNick Mathewson <nickm@torproject.org>2015-05-04 11:41:28 -0400
commit841c4aa71505e9fea877f45223a0b01fade8a754 (patch)
tree1e64da197a2a0a3b57f695ad6dbc70fd374d2483 /changes
parent411049d0d44963b8d9ec6f96c8dc62a106d6cc30 (diff)
downloadtor-841c4aa71505e9fea877f45223a0b01fade8a754.tar.gz
tor-841c4aa71505e9fea877f45223a0b01fade8a754.zip
Add "+HSPOST" and related "HS_DESC" event flags to the controller.
"+HSPOST" and the related event changes allow the uploading of HS descriptors via the control port, and more comprehensive event monitoring of HS descriptor upload status.
Diffstat (limited to 'changes')
-rw-r--r--changes/feature35233
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature3523 b/changes/feature3523
new file mode 100644
index 0000000000..f11d1d3d98
--- /dev/null
+++ b/changes/feature3523
@@ -0,0 +1,3 @@
+ o Major features (controller):
+ - New HSPOST command to upload a hidden service descriptor.
+ Closes ticket 3523. Patch by "DonnchaC".