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.
This commit is contained in:
Donncha O'Cearbhaill
2015-03-22 13:31:53 +00:00
committed by Nick Mathewson
parent 411049d0d4
commit 841c4aa715
6 changed files with 246 additions and 22 deletions
+3
View File
@@ -0,0 +1,3 @@
o Major features (controller):
- New HSPOST command to upload a hidden service descriptor.
Closes ticket 3523. Patch by "DonnchaC".