From: David Goulet Date: Tue, 5 Dec 2017 19:54:00 +0000 (-0500) Subject: control: Add changes file for HSv3 control port X-Git-Tag: tor-0.3.3.1-alpha~161^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d4fc193f911d669151f102e5597438e8219ea81;p=thirdparty%2Ftor.git control: Add changes file for HSv3 control port Part of #20699. Signed-off-by: David Goulet --- diff --git a/changes/ticket20699 b/changes/ticket20699 new file mode 100644 index 0000000000..a93236ba40 --- /dev/null +++ b/changes/ticket20699 @@ -0,0 +1,14 @@ + o Major features (hidden service v3, control port): + - Control port now supports command and events for hidden service v3. See + proposal 284 for more information on what has been done exactly. Only + the HSFETCH command hasn't been implemented at this stage because of a + lack of use case with v3. + + It is now possible to create ephemeral v3 services using the ADD_ONION + command. Here is a summary of the events and commands that have been + modified to support v3: + + Events: HS_DESC, HS_DESC_CONTENT, CIRC and CIRC_MINOR The + Commands: GETINFO, HSPOST, ADD_ONION and DEL_ONION. + + This closes ticket 20699.