Look at the correct protocol for supports_v3_rendezvous_point
[tor.git] / changes / ticket20699
bloba93236ba40e85c7ab9519a159275b2c0517dc042
1   o Major features (hidden service v3, control port):
2     - Control port now supports command and events for hidden service v3. See
3       proposal 284 for more information on what has been done exactly. Only
4       the HSFETCH command hasn't been implemented at this stage because of a
5       lack of use case with v3.
7       It is now possible to create ephemeral v3 services using the ADD_ONION
8       command. Here is a summary of the events and commands that have been
9       modified to support v3:
10       
11         Events: HS_DESC, HS_DESC_CONTENT, CIRC and CIRC_MINOR The
12         Commands: GETINFO, HSPOST, ADD_ONION and DEL_ONION.
14       This closes ticket 20699.