ticket20699 666 B

1234567891011121314
  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.
  6. It is now possible to create ephemeral v3 services using the ADD_ONION
  7. command. Here is a summary of the events and commands that have been
  8. modified to support v3:
  9. Events: HS_DESC, HS_DESC_CONTENT, CIRC and CIRC_MINOR The
  10. Commands: GETINFO, HSPOST, ADD_ONION and DEL_ONION.
  11. This closes ticket 20699.