From c415e11fa2cd4cc623b5ea180d9a02c78898ff8c Mon Sep 17 00:00:00 2001 From: Phenom Date: Thu, 22 Jun 2017 18:52:03 +0200 Subject: [PATCH] Add help in Relay setting tab. --- .../src/gui/settings/ServerPage.cpp | 5 ++-- retroshare-gui/src/gui/settings/ServerPage.ui | 25 +++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/retroshare-gui/src/gui/settings/ServerPage.cpp b/retroshare-gui/src/gui/settings/ServerPage.cpp index 7df4d2662..ce720135b 100755 --- a/retroshare-gui/src/gui/settings/ServerPage.cpp +++ b/retroshare-gui/src/gui/settings/ServerPage.cpp @@ -35,6 +35,7 @@ #include #include +#include #include #include #include @@ -1921,11 +1922,11 @@ void ServerPage::checkKey() std::cerr << std::endl; if (server.length() == 40) { - ui.keyOkBox->setChecked(Qt::Checked); + ui.keyOkBox->setChecked(true); } else { - ui.keyOkBox->setChecked(Qt::Unchecked); + ui.keyOkBox->setChecked(false); } } diff --git a/retroshare-gui/src/gui/settings/ServerPage.ui b/retroshare-gui/src/gui/settings/ServerPage.ui index 2c5d31ebb..ebda686bd 100755 --- a/retroshare-gui/src/gui/settings/ServerPage.ui +++ b/retroshare-gui/src/gui/settings/ServerPage.ui @@ -2059,6 +2059,31 @@ If you have issues connecting over Tor check the Tor logs too. + + + + + 0 + 0 + + + + border: 1px solid #DCDC41; + border-radius: 6px; + background: #FFFFD7; + background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFD7, stop:1 #FFFFB2); + + + + <p>By activating relays, you allow your Retroshare node to act as a bridge between Retroshare users who cannot connect directly, e.g. because they're firewalled.</p> +<p>You may choose to act as a relay by checking <i>enable relay connections</i>, or simply benefit from other peers acting as relay, by checking <i>use relay servers</i>. For the former, you may specify the bandwidth allocated when acting as a relay for friends of you, for friends of your friends, or anyone in the Retroshare network.</p> +<p>In any case, a Retroshare node acting as a relay cannot see the relayed traffic, since it is encrypted and authenticated by the two relayed nodes.</p> + + + true + + +