From 0a03aed3afa408440d5c217add4e95333cc7fdcb Mon Sep 17 00:00:00 2001 From: defnax <9952056+defnax@users.noreply.github.com> Date: Mon, 17 Aug 2026 15:27:46 +0200 Subject: [PATCH] enabled getHiddenServiceInfo --- src/retroshare/rstor.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/retroshare/rstor.h b/src/retroshare/rstor.h index 943e96a25..92d34166c 100644 --- a/src/retroshare/rstor.h +++ b/src/retroshare/rstor.h @@ -186,12 +186,14 @@ public: /*! * \brief getHiddenServiceInfo * Gets information about the hidden service setup by RS to run. - * \param service_id - * \param service_onion_address - * \param service_port - * \param service_target_address - * \param target_port - * \return + * \param[out] service_id Tor service identifier without the `.onion` suffix + * \param[out] service_onion_address Complete generated onion hostname + * \param[out] service_port Public onion-service port + * \param[out] service_target_address Local address receiving Tor traffic + * \param[out] target_port Local port receiving Tor traffic + * \return true when an AutoTor hidden service is available + * + * @jsonapi{development} */ static bool getHiddenServiceInfo(std::string& service_id, std::string& service_onion_address,