diff options
author | Donncha O'Cearbhaill <donncha@donncha.is> | 2015-03-22 13:31:53 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-04 11:41:28 -0400 |
commit | 841c4aa71505e9fea877f45223a0b01fade8a754 (patch) | |
tree | 1e64da197a2a0a3b57f695ad6dbc70fd374d2483 /changes | |
parent | 411049d0d44963b8d9ec6f96c8dc62a106d6cc30 (diff) | |
download | tor-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/feature3523 | 3 |
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". |