diff --git a/retroshare-gui/src/gui/settings/PluginsPage.cpp b/retroshare-gui/src/gui/settings/PluginsPage.cpp index 33b7bd1ac..39bd39a4a 100644 --- a/retroshare-gui/src/gui/settings/PluginsPage.cpp +++ b/retroshare-gui/src/gui/settings/PluginsPage.cpp @@ -22,6 +22,7 @@ #include #include +#include #include "PluginsPage.h" #include "PluginItem.h" @@ -55,25 +56,32 @@ PluginsPage::PluginsPage(QWidget * parent, Qt::WindowFlags flags) rsPlugins->getPluginStatus(i,status,file_name,file_hash,svn_revision,error_string) ; QString status_string ; + QString short_status_string; switch(status) { - case PLUGIN_STATUS_REJECTED_HASH: status_string = tr("Hash rejected. Enable it manually and restart, if you need.") ; + case PLUGIN_STATUS_REJECTED_HASH: status_string = tr("Plugin disabled. Click the enable button and restart Retroshare") ; + short_status_string = tr("[disabled]"); break ; case PLUGIN_STATUS_MISSING_API: status_string = tr("No API number supplied. Please read plugin development manual.") ; + short_status_string = tr("[loading problem]"); break ; case PLUGIN_STATUS_MISSING_SVN: status_string = tr("No SVN number supplied. Please read plugin development manual.") ; + short_status_string = tr("[loading problem]"); break ; case PLUGIN_STATUS_DLOPEN_ERROR: status_string = tr("Loading error.") ; + short_status_string = tr("[loading problem]"); break ; case PLUGIN_STATUS_MISSING_SYMBOL:status_string = tr("Missing symbol. Wrong version?") ; + short_status_string = tr("[loading problem]"); break ; case PLUGIN_STATUS_NULL_PLUGIN: status_string = tr("No plugin object") ; + short_status_string = tr("[loading problem]"); break ; case PLUGIN_STATUS_LOADED: status_string = tr("Plugins is loaded.") ; @@ -84,9 +92,9 @@ PluginsPage::PluginsPage(QWidget * parent, Qt::WindowFlags flags) QIcon plugin_icon(":images/disabled_plugin_48.png") ; RsPlugin *plugin = rsPlugins->plugin(i) ; - QString pluginTitle = tr("Title unavailable") ; - QString pluginDescription = tr("Description unavailable") ; - QString pluginVersion = tr("Unknown version"); + QString pluginTitle = QFileInfo(QString::fromStdString(file_name)).fileName(); + QString pluginDescription = status_string; + QString pluginVersion = short_status_string; if(plugin!=NULL) { @@ -114,7 +122,7 @@ PluginsPage::PluginsPage(QWidget * parent, Qt::WindowFlags flags) if(plugin == NULL || plugin->qt_config_panel() == NULL) - item->_configure_PB->setEnabled(false) ; + item->_configure_PB->hide() ; if(plugin != NULL){ @@ -123,6 +131,7 @@ PluginsPage::PluginsPage(QWidget * parent, Qt::WindowFlags flags) }else{ item->enableButton->show(); item->disableButton->hide(); + item->_about_PB->hide(); } //if(rsPlugins->getAllowAllPlugins()) diff --git a/retroshare-gui/src/gui/settings/PluginsPage.ui b/retroshare-gui/src/gui/settings/PluginsPage.ui index edfb687d6..e357307ec 100644 --- a/retroshare-gui/src/gui/settings/PluginsPage.ui +++ b/retroshare-gui/src/gui/settings/PluginsPage.ui @@ -24,7 +24,7 @@ - Loaded plugins + Plugins diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts index 7b60e33c7..7fcc06389 100644 --- a/retroshare-gui/src/lang/retroshare_en.ts +++ b/retroshare-gui/src/lang/retroshare_en.ts @@ -1,10 +1,10 @@ - + AWidget - + version @@ -23,12 +23,17 @@ - + About - + + Copy Info + + + + close @@ -1022,17 +1027,22 @@ p, li { white-space: pre-wrap; } - + Mute participant + + + Send Message + + Invite friends to this lobby - + Leave this lobby (Unsubscribe) @@ -1047,7 +1057,7 @@ p, li { white-space: pre-wrap; } - + Welcome to lobby %1 @@ -1063,7 +1073,7 @@ p, li { white-space: pre-wrap; } - + Lobby management @@ -1095,7 +1105,7 @@ p, li { white-space: pre-wrap; } - + Right click to mute/unmute participants<br/>Double click to address this person<br/> @@ -1110,12 +1120,12 @@ p, li { white-space: pre-wrap; } - + Start private chat - + Decryption failed. @@ -1161,7 +1171,7 @@ p, li { white-space: pre-wrap; } ChatLobbyUserNotify - + Chat Lobbies @@ -1200,18 +1210,18 @@ p, li { white-space: pre-wrap; } ChatLobbyWidget - + Chat lobbies - - + + Name - + Count @@ -1232,23 +1242,23 @@ p, li { white-space: pre-wrap; } - + Create chat lobby - + [No topic provided] - + Selected lobby info - + Private @@ -1258,12 +1268,12 @@ p, li { white-space: pre-wrap; } - + You're not subscribed to this lobby; Double click-it to enter and chat. - + Remove Auto Subscribe @@ -1273,32 +1283,37 @@ p, li { white-space: pre-wrap; } - + %1 invites you to chat lobby named %2 - + Search Chat lobbies - + Search Name - + Subscribed - + <h1><img width="%1" src=":/icons/help_64.png">&nbsp;&nbsp;Chat Lobbies</h1> <p>Chat lobbies are distributed chat rooms, and work pretty much like IRC. They allow you to talk anonymously with tons of people without the need to make friends.</p> <p>A chat lobby can be public (your friends see it) or private (your friends can't see it, unless you invite them with <img src=":/images/add_24x24.png" width=%2/>). Once you have been invited to a private lobby, you will be able to see it when your friends are using it.</p> <p>The list at left shows chat lobbies your friends are participating in. You can either <ul> <li>Right click to create a new chat lobby</li> <li>Double click a chat lobby to enter, chat, and show it to your friends</li> </ul> Note: For the chat lobbies to work properly, your computer needs be on time. So check your system clock! </p> - + + Create a non anonymous identity and enter this lobby + + + + Columns @@ -1313,7 +1328,7 @@ p, li { white-space: pre-wrap; } - + Lobby Name: @@ -1332,6 +1347,11 @@ p, li { white-space: pre-wrap; } Type: + + + Security: + + Peers: @@ -1342,19 +1362,20 @@ p, li { white-space: pre-wrap; } + TextLabel - + No lobby selected. Select lobbies at left to show details. Double click lobbies to enter and chat. - + Private Subscribed Lobbies @@ -1369,12 +1390,12 @@ Double click lobbies to enter and chat. - + Leave this lobby - + Enter this lobby @@ -1384,22 +1405,47 @@ Double click lobbies to enter and chat. - + + Default identity is anonymous + + + + + You cannot join this lobby with your default identity, since it is anonymous and the lobby forbids it. + + + + + No anonymous IDs + + + + + Anonymous ids accepted + + + + + You will need to create a non anonymous identity in order to join this chat lobby. + + + + You will need to create an identity in order to join chat lobbies. - + Choose an identity for this lobby: - + Create an identity and enter this lobby - + Show @@ -1461,12 +1507,12 @@ Double click lobbies to enter and chat. ChatPage - + General - + Chat Settings @@ -1491,7 +1537,12 @@ Double click lobbies to enter and chat. - + + Minimum font size + + + + Enable bold @@ -1605,7 +1656,7 @@ Double click lobbies to enter and chat. - + Incoming @@ -1763,7 +1814,7 @@ Double click lobbies to enter and chat. ChatStyle - + Standard style for group chat @@ -1812,17 +1863,17 @@ Double click lobbies to enter and chat. ChatWidget - + Close - + Send - + Bold @@ -1837,12 +1888,12 @@ Double click lobbies to enter and chat. - + Attach a Picture - + Strike @@ -1893,7 +1944,7 @@ Double click lobbies to enter and chat. - + is typing... @@ -1970,7 +2021,7 @@ Double click lobbies to enter and chat. - + <b>Find Previous </b><br/><i>Ctrl+Shift+G</i> @@ -1985,12 +2036,12 @@ Double click lobbies to enter and chat. - + (Status) - + Set text font & color @@ -2000,7 +2051,7 @@ Double click lobbies to enter and chat. - + WARNING: Could take a long time on big history. @@ -2011,7 +2062,7 @@ Double click lobbies to enter and chat. - + <b>Mark this selected text</b><br><i>Ctrl+M</i> @@ -2046,12 +2097,12 @@ Double click lobbies to enter and chat. - + Type a message here - + Don't stop to color after @@ -2061,7 +2112,7 @@ Double click lobbies to enter and chat. - + Warning: @@ -2435,17 +2486,7 @@ Double click lobbies to enter and chat. - - This wizard will help you to connect to your friend(s) to RetroShare network.<br>These ways are possible to do this: - - - - - &Enter the certificate manually - - - - + &You get a certificate file from your friend @@ -2455,18 +2496,7 @@ Double click lobbies to enter and chat. - - &Enter RetroShare ID manually - - - - - &Send an Invitation by Email - (She/He receives an email with instructions how to to download RetroShare) - - - - + Text certificate @@ -2482,7 +2512,7 @@ Double click lobbies to enter and chat. - + Include signatures @@ -2502,12 +2532,7 @@ Double click lobbies to enter and chat. - - Please, paste your friends PGP certificate into the box below - - - - + Certificate files @@ -2588,6 +2613,41 @@ Double click lobbies to enter and chat. + RetroShare is better with Friends + + + + + Invite your Friends from other Networks to RetroShare. + + + + + GMail + + + + + Yahoo + + + + + Outlook + + + + + AOL + + + + + Yandex + + + + Invite Friends by Email @@ -2613,7 +2673,7 @@ Double click lobbies to enter and chat. - + Friend request @@ -2627,65 +2687,107 @@ Double click lobbies to enter and chat. - + Peer details - - + + Name: - - + + Email: - + Node: - + + Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add too many friends. You can add as many friends as you like, but more than 40 will probably require too much +resources. + + + + Location: - + - + Options - - + + This wizard will help you to connect to your friend(s) to RetroShare network.<br>Select how you would like to add a friend: + + + + + Enter the certificate manually + + + + + Enter RetroShare ID manually + + + + + &Send an Invitation by Web Mail Providers + + + + + &Send an Invitation by Email + (Your friend will receive an email with instructions how to to download RetroShare) + + + + + Recommend many friends to each other + + + + + Please, paste your friend's PGP certificate into the box below + + + + + Add friend to group: - - + + Authenticate friend (Sign PGP Key) - - + + Add as friend to connect with - - + + To accept the Friend Request, click the Finish button. - + Sorry, some error appeared @@ -2705,7 +2807,7 @@ Double click lobbies to enter and chat. - + Key validity: @@ -2761,12 +2863,12 @@ Double click lobbies to enter and chat. - + Certificate Load Failed - + Cannot get peer details of PGP key %1 @@ -2801,12 +2903,13 @@ Double click lobbies to enter and chat. - + + RetroShare Invitation - + Ultimate @@ -2832,7 +2935,7 @@ Double click lobbies to enter and chat. - + You have a friend request from @@ -2847,7 +2950,7 @@ Double click lobbies to enter and chat. - + Use new certificate format (safer, more robust) @@ -2945,13 +3048,22 @@ Double click lobbies to enter and chat. - + Use as direct source, when available - - + + IP-Addr: + + + + + IP-Address + + + + Recommend many friends to each others @@ -2966,7 +3078,7 @@ Double click lobbies to enter and chat. - + Recommend friends @@ -2986,17 +3098,12 @@ Double click lobbies to enter and chat. - - Please note that RetroShare will require excessive amounts of bandwidth, memory and CPU if you add to many friends. You can add as many friends as you like, but more than 40 will probably require too much resources. - - - - + Add key to keyring - + This key is already in your keyring @@ -3009,7 +3116,7 @@ even if you don't make friends. - + Certificate has wrong version number. Remember that v0.6 and v0.5 networks are incompatible. @@ -3019,8 +3126,8 @@ even if you don't make friends. - - + + Auto-download recommended files @@ -3030,8 +3137,8 @@ even if you don't make friends. - - + + Require whitelist clearance to connect @@ -3041,7 +3148,7 @@ even if you don't make friends. - + No IP in this certificate! @@ -3051,17 +3158,17 @@ even if you don't make friends. - + Added with certificate from %1 - + Paste Cert of your friend from Clipboard - + Certificate Load Failed:can't read from file %1 @@ -4052,7 +4159,7 @@ Do you want to reject this message? - Security policy: + Visibility: @@ -4066,7 +4173,22 @@ Do you want to reject this message? - + + <html><head/><body><p>If you check this, only PGP-signed ids can be used to join and talk in this lobby. This limitation prevents anonymous spamming as it becomes possible for at least some people in the lobby to locate the spammer's node.</p></body></html> + + + + + require PGP-signed identities + + + + + Security: + + + + Select the Friends with which you want to group chat. @@ -4076,12 +4198,22 @@ Do you want to reject this message? - + + Put a sensible lobby name here + + + + + Set a descriptive topic here + + + + Contacts: - + Identity to use: @@ -4390,7 +4522,7 @@ Do you want to reject this message? - + Name @@ -4506,7 +4638,17 @@ Do you want to reject this message? - + + IP + + + + + Search IP + + + + Unknown NetState @@ -4745,19 +4887,19 @@ Do you want to reject this message? - + %1 secs ago - + %1B/s - + 0x%1 EX:0x%2 @@ -4767,7 +4909,7 @@ Do you want to reject this message? - + DHT @@ -4844,7 +4986,7 @@ Do you want to reject this message? - + Filter: @@ -4869,7 +5011,7 @@ Do you want to reject this message? - + Proxy VIA @@ -5358,7 +5500,7 @@ you plug it in. FriendList - + Last Contact @@ -5368,39 +5510,39 @@ you plug it in. - - State + + export friendlist - Sort by State + export your friendlist including groups - + + import friendlist + + + + + import your friendlist including groups + + + + Show State - - Name - - - - - Sort by Name - - - - + Show Groups - + Group @@ -5441,12 +5583,17 @@ you plug it in. - + Search - + + Sort by state + + + + Move to group @@ -5476,22 +5623,103 @@ you plug it in. - + Available - + Do you want to remove this Friend? - + + + Done! + + + + + Your friendlist is stored at: + + + + + + +(keep in mind that the file is unencrypted!) + + + + + + Your friendlist was imported from: + + + + + + Done - but errors happened! + + + + + +at least one peer was not added + + + + + +at least one peer was not added to a group + + + + + Select file for importing yoour friendlist from + + + + + Select a file for exporting your friendlist to + + + + + XML File (*.xml);;All Files (*) + + + + + + + Error + + + + + Failed to get a file! + + + + + File is not writeable! + + + + + + File is not readable! + + + + + IP - + Attempt to connect @@ -5501,7 +5729,7 @@ you plug it in. - + Display @@ -5511,12 +5739,7 @@ you plug it in. - - Sort by - - - - + Node @@ -5526,17 +5749,17 @@ you plug it in. - + Do you want to remove this node? - + Friend nodes - + Send message to whole group @@ -5584,25 +5807,30 @@ you plug it in. - - All + + Sort by state - None - - - - Name - + Search Friends + + + Mark all + + + + + Mark none + + FriendsDialog @@ -5846,12 +6074,7 @@ anonymous, you can use a fake email. - - Please enter a valid address of the form: 31769173498.onion:7800 - - - - + Node field is required with a minimum of 3 characters @@ -5919,7 +6142,12 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - + + hidden address + + + + Your profile is associated with a PGP key pair. RetroShare currently ignores DSA keys. @@ -5935,7 +6163,12 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - + + <html><head/><body><p>This can be a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion <br/>or an I2P address in the form: [52 characters].b32.i2p </p><p>In order to get one, you must configure either Tor or I2P to create a new hidden service / server tunnel. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Hidden Service configuration panel.</p></body></html> + + + + PGP key length @@ -5957,7 +6190,12 @@ Alternatively you can use an existing profile. Just uncheck "Create a new p - + + [Required] Tor/I2P address - Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) + + + + [Required] This password protects your private PGP key. @@ -6067,7 +6305,12 @@ and use the import button to load it - + + Please enter a valid address of the form: 31769173498.onion:7800 or [52 characters].b32.i2p + + + + PGP key pair generation failure @@ -6096,21 +6339,6 @@ Fill in your PGP password when asked, to sign your new key. You can create a new profile with this form. - - - Tor address - - - - - <html><head/><body><p>This is a Tor Onion address of the form: xa76giaf6ifda7ri63i263.onion </p><p>In order to get one, you must configure Tor to create a new hidden service. If you do not yet have one, you can still go on, and make it right later in Retroshare's Options-&gt;Server-&gt;Tor configuration panel.</p></body></html> - - - - - [Required] Examples: xa76giaf6ifda7ri63i263.onion (obtained by you from Tor) - - GeneralPage @@ -6430,70 +6658,85 @@ p, li { white-space: pre-wrap; } - + + GroupBox + + + + + ID + + + + + Destinaton + + + + + Data status + + + + + Tunnel status + + + + + Data size + + + + + Data hash + + + + + Received + + + + + Send + + + + Unknown Peer + + + Pending packets + + + + + Unknown + + GlobalRouterStatisticsWidget - - Pending packets - - - - + Managed keys - + Routing matrix ( - - Id + + Friend Order ( - - Destination - - - - - Data status - - - - - Tunnel status - - - - - Data size - - - - - Data hash - - - - - Received - - - - - Send - - - - + : Service ID = @@ -7586,7 +7829,7 @@ before you can comment - + Title @@ -7599,13 +7842,13 @@ before you can comment - + Author - + Loading @@ -7635,7 +7878,7 @@ before you can comment - + Search Title @@ -7660,7 +7903,7 @@ before you can comment - + No name @@ -7671,6 +7914,16 @@ before you can comment + Ban this author + + + + + This will block/hide messages from this person, and notify neighbor nodes. + + + + Start New Thread @@ -7708,7 +7961,7 @@ before you can comment - + Hide @@ -7718,7 +7971,17 @@ before you can comment - + + [Banned] + + + + + [ ... Redacted message ... ] + + + + Anonymous @@ -7738,19 +8001,41 @@ before you can comment - - + + <p><font color="#ff0000"><b>The author of this message (with ID %1) is banned.</b> + + + + + <UL><li><b><font color="#ff0000">Messages from this author are not forwarded. </font></b></li> + + + + + <li><b><font color="#ff0000">Messages from this author are replaced by this text. </font></b></li></ul> + + + + + <p><b><font color="#ff0000">You can force the visibility and forwarding of messages by setting a different opinion for that Id in People's tab.</font></b></p> + + + + + + RetroShare - + No Forum Selected! - + + You cant reply to a non-existant Message @@ -7760,7 +8045,7 @@ before you can comment - + Original Message @@ -7785,7 +8070,7 @@ before you can comment - + Forum name @@ -7810,12 +8095,12 @@ before you can comment - + <p>Subscribing to the forum will gather available posts from your subscribed friends, and make the forum visible to all other friends.</p><p>Afterwards you can unsubscribe from the context menu of the forum list at left.</p> - + Reply with private message @@ -8123,7 +8408,7 @@ before you can comment - + Unsubscribe @@ -8163,12 +8448,12 @@ before you can comment - + AUTHD - + Share admin permissions @@ -8176,7 +8461,7 @@ before you can comment GxsIdChooser - + No Signature @@ -8189,7 +8474,7 @@ before you can comment GxsIdDetails - + Loading @@ -8204,8 +8489,15 @@ before you can comment - + + + + [Banned] + + + + Authentication @@ -8220,7 +8512,7 @@ before you can comment - + Identity&nbsp;name @@ -8235,7 +8527,7 @@ before you can comment - + [Unknown] @@ -8558,7 +8850,7 @@ p, li { white-space: pre-wrap; } IdDetailsDialog - + Person Details @@ -8593,78 +8885,88 @@ p, li { white-space: pre-wrap; } - + + Last used: + + + + Your Avatar Click here to change your avatar - + Reputation - - Overall + + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> - - Implicit - - - - - Opinion - - - - - Peers - - - - - Edit Reputation - - - - - Tweak Opinion - - - - - Accept (+100) + + Your opinion: - Positive (+10) + Neighbor nodes: - Negative (-10) + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity:</p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; -0.5: Posts are not stored, nor forwarded </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> - - Ban (-100) + + Negative - Custom + Neutral - - Modify + + Positive - + + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> + + + + + Overall: + + + + Unknown real name @@ -8703,6 +9005,31 @@ p, li { white-space: pre-wrap; } Anonymous identity + + + +50 Known PGP + + + + + +10 UnKnown PGP + + + + + +5 Anon Id + + + + + OK + + + + + Banned + + IdDialog @@ -8712,17 +9039,18 @@ p, li { white-space: pre-wrap; } - + All - + + Reputation - + Todo @@ -8733,7 +9061,7 @@ p, li { white-space: pre-wrap; } - + Unknown real name @@ -8748,67 +9076,7 @@ p, li { white-space: pre-wrap; } - - Overall - - - - - Implicit - - - - - Opinion - - - - - Peers - - - - - Edit reputation - - - - - Tweak Opinion - - - - - Accept (+100) - - - - - Positive (+10) - - - - - Negative (-10) - - - - - Ban (-100) - - - - - Custom - - - - - Modify - - - - + Edit identity @@ -8829,27 +9097,27 @@ p, li { white-space: pre-wrap; } - + Identity name - + Owner node ID : - + Identity name : - + Identity ID - + Send message @@ -8859,12 +9127,12 @@ p, li { white-space: pre-wrap; } - + Identity ID : - + Owner node name : @@ -8874,7 +9142,72 @@ p, li { white-space: pre-wrap; } - + + <html><head/><body><p>Average opinion of neighbor nodes about this identity. Negative is bad,</p><p>positive is good. Zero is neutral.</p></body></html> + + + + + Your opinion: + + + + + Neighbor nodes: + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Your own opinion about an identity rules the visibility of that identity for yourself,</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and is shared among friends. A final score is calculated according to a formula that accounts your own opinion and your friends' opinions about someone:</p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> S = own_opinion * a + friends_opinion * (1-a)</p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The factor 'a' depends on the type of ID. </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- anonymous IDs: </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">- PGP-signed IDs by unknown PGP keys: a=</p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall score is used in chat lobbies, forums and channels to decide on the actions to take for each specific identity:</p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; -0.5: Posts are not stored, nor forwarded </p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.2: Posts are hidden, but still transmitted</p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">S &lt; 0.0: </p> +<p style="-qt-paragraph-type:empty; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The overall rating is computed in such a way that it is not possible for a single person to deterministically change someone's status at neighbor nodes.</p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + + + + + Negative + + + + + Neutral + + + + + Positive + + + + + <html><head/><body><p>Overall reputation score, accounting for yours and your friends'.</p><p>Negative is bad, positive is good. Zero is neutral. If the score is too low,</p><p>the identity is flagged as bad, and will be filtered out in forums, chat lobbies,</p><p>channels, etc.</p></body></html> + + + + + Overall: + + + + Owned by you @@ -8884,7 +9217,7 @@ p, li { white-space: pre-wrap; } - + This identity is owned by you @@ -8900,7 +9233,7 @@ p, li { white-space: pre-wrap; } - + Identity owned by you, linked to your Retroshare node @@ -8915,7 +9248,17 @@ p, li { white-space: pre-wrap; } - + + OK + + + + + Banned + + + + Distant chat cannot work @@ -8925,15 +9268,15 @@ p, li { white-space: pre-wrap; } - - - + + + People - + Your Avatar Click here to change your avatar @@ -8954,12 +9297,12 @@ p, li { white-space: pre-wrap; } - + <h1><img width="32" src=":/icons/help_64.png">&nbsp;&nbsp;Identities</h1> <p>In this tab you can create/edit pseudo-anonymous identities. </p> <p>Identities are used to securely identify your data: sign forum and channel posts, and receive feedback using Retroshare built-in email system, post comments after channel posts, etc.</p> <p> Identities can optionally be signed by your Retroshare node's certificate. Signed identities are easier to trust but are easily linked to your node's IP address. </p> <p> Anonymous identities allow you to anonymously interact with other users. They cannot be spoofed, but noone can prove who really owns a given identity. </p> - + Linked to a friend Retroshare node @@ -8974,7 +9317,7 @@ p, li { white-space: pre-wrap; } - + Chat with this person @@ -8989,12 +9332,7 @@ p, li { white-space: pre-wrap; } - - Columns - - - - + Distant chat refused with this person. @@ -9004,7 +9342,7 @@ p, li { white-space: pre-wrap; } - + +50 Known PGP @@ -9019,29 +9357,17 @@ p, li { white-space: pre-wrap; } - + Do you really want to delete this identity? - + Owned by - - - Show - - - - - - column - - - - + Node name: @@ -9051,7 +9377,7 @@ p, li { white-space: pre-wrap; } - + Really delete? @@ -9103,7 +9429,7 @@ p, li { white-space: pre-wrap; } - + @@ -9113,13 +9439,13 @@ p, li { white-space: pre-wrap; } - + Edit identity - + Error getting key! @@ -9139,7 +9465,7 @@ p, li { white-space: pre-wrap; } - + Create New Identity @@ -9194,7 +9520,7 @@ p, li { white-space: pre-wrap; } - + The nickname is too short. Please input at least %1 characters. @@ -9256,13 +9582,13 @@ p, li { white-space: pre-wrap; } ImHistoryBrowser - + Message History - + Copy @@ -9592,7 +9918,7 @@ p, li { white-space: pre-wrap; } MessageComposer - + Compose @@ -9715,7 +10041,7 @@ p, li { white-space: pre-wrap; } - + Tags @@ -9851,12 +10177,12 @@ p, li { white-space: pre-wrap; } - + Save Message - + Message has not been Sent. Do you want to save message to draft box? @@ -9867,7 +10193,7 @@ Do you want to save message to draft box? - + Add to "To" @@ -9887,12 +10213,7 @@ Do you want to save message to draft box? - - Friend Details - - - - + Original Message @@ -10071,7 +10392,12 @@ Do you want to save message to draft box? - + + Details + + + + Open File... @@ -10133,7 +10459,7 @@ Do you want to save message ? - + All @@ -10143,12 +10469,7 @@ Do you want to save message ? - - Person Details - - - - + Distant peer identities @@ -10198,7 +10519,7 @@ Do you want to save message ? - + Distant identity: @@ -11018,7 +11339,12 @@ Do you want to save message ? MimeTextEdit - + + Paste as plain text + + + + Paste RetroShare Link @@ -11252,7 +11578,7 @@ Do you want to save message ? - + Deny friend @@ -11310,7 +11636,7 @@ For security, your keyring was previously backed-up to file - + Personal signature @@ -11376,7 +11702,7 @@ Right-click and select 'make friend' to be able to connect. - + Data inconsistency in the keyring. This is most probably a bug. Please contact the developers. @@ -11391,7 +11717,7 @@ Right-click and select 'make friend' to be able to connect. - + Trust level @@ -11411,12 +11737,12 @@ Right-click and select 'make friend' to be able to connect. - + Make friend... - + Did peer authenticate you @@ -11446,7 +11772,7 @@ Right-click and select 'make friend' to be able to connect. - + Key removal has failed. Your keyring remains intact. Reported error: @@ -11775,7 +12101,7 @@ Reported error: NotifyQt - + PGP key passphrase @@ -11815,7 +12141,7 @@ Reported error: - + Test @@ -11830,13 +12156,13 @@ Reported error: - - + + Encrypted message - + Please enter your PGP password for key @@ -12631,18 +12957,18 @@ p, li { white-space: pre-wrap; } - - Loaded plugins - - - - + Plugin look-up directories - - Hash rejected. Enable it manually and restart, if you need. + + Plugin disabled. Click the enable button and restart Retroshare + + + + + [disabled] @@ -12651,27 +12977,36 @@ p, li { white-space: pre-wrap; } - + + + + + + [loading problem] + + + + No SVN number supplied. Please read plugin development manual. - + Loading error. - + Missing symbol. Wrong version? - + No plugin object - + Plugins is loaded. @@ -12681,22 +13016,7 @@ p, li { white-space: pre-wrap; } - - Title unavailable - - - - - Description unavailable - - - - - Unknown version - - - - + Check this for developing plugins. They will not be checked for the hash. However, in normal times, checking the hash protects you from @@ -12709,6 +13029,7 @@ malicious behavior of crafted plugins. + Plugins @@ -12780,7 +13101,7 @@ malicious behavior of crafted plugins. PopupDistantChatDialog - + The person you're talking to has deleted the secured chat tunnel. You may remove the chat window now. @@ -13508,7 +13829,8 @@ p, li { white-space: pre-wrap; } QObject - + + Confirmation @@ -13518,7 +13840,7 @@ p, li { white-space: pre-wrap; } - + Click to add this RetroShare cert to your PGP keyring and open the Make Friend Wizard. @@ -13545,7 +13867,12 @@ and open the Make Friend Wizard. - + + This file already exists. Do you want to open it ? + + + + %1 of %2 RetroShare link processed. @@ -13815,7 +14142,7 @@ Reported error is: - + Click to send a private message to %1 (%2). @@ -13875,7 +14202,7 @@ Reported error is: - + enabled @@ -13885,12 +14212,18 @@ Reported error is: - + + +Security: no anonymous ids + + + + Join chat lobby - + Move IP %1 to whitelist @@ -13905,42 +14238,49 @@ Reported error is: - + + %1 seconds ago + %1 minute ago + %1 minutes ago + %1 hour ago + %1 hours ago + %1 day ago + %1 days ago - + Subject: @@ -13970,6 +14310,16 @@ Reported error is: The following has not been added to your download list, because you already have it: + + + Error + + + + + unable to parse XML file! + + QuickStartWizard @@ -13979,7 +14329,7 @@ Reported error is: - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -14001,21 +14351,23 @@ p, li { white-space: pre-wrap; } - - + + + Next > - - - - + + + + + Exit - + For best performance, RetroShare needs to know a little about your connection to the internet. @@ -14082,13 +14434,14 @@ p, li { white-space: pre-wrap; } - - + + + < Back - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -14106,7 +14459,7 @@ p, li { white-space: pre-wrap; } - + Network Wide @@ -14131,7 +14484,27 @@ p, li { white-space: pre-wrap; } - + + RetroShare Page Display Style + + + + + Where do you want to have the buttons for the page? + + + + + ToolBar View + + + + + List View + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -14266,7 +14639,7 @@ p, li { white-space: pre-wrap; } RSPermissionMatrixWidget - + Allowed by default @@ -14789,7 +15162,7 @@ If you believe it is correct, remove the corresponding line from the file and re RsHtml - + Image is oversized for transmission. Reducing image to %1x%2 pixels? @@ -15078,7 +15451,7 @@ Reducing image to %1x%2 pixels? - + Download @@ -15147,7 +15520,7 @@ Reducing image to %1x%2 pixels? - + Create Collection... @@ -15167,7 +15540,7 @@ Reducing image to %1x%2 pixels? - + Collection @@ -15410,12 +15783,22 @@ Reducing image to %1x%2 pixels? ServerPage - + Network Configuration - + + Network Mode + + + + + Nat + + + + Automatic (UPnP) @@ -15430,7 +15813,7 @@ Reducing image to %1x%2 pixels? - + Public: DHT & Discovery @@ -15450,13 +15833,13 @@ Reducing image to %1x%2 pixels? - - + + Local Address - + External Address @@ -15466,28 +15849,28 @@ Reducing image to %1x%2 pixels? - + Port: - + Local network - + External ip address finder - + UPnP - + Known / Previous IPs: @@ -15510,13 +15893,13 @@ behind a firewall or a VPN. - - + + kB/s - + Acceptable ports range from 10 to 65535. Normally Ports below 1024 are reserved by your system. @@ -15526,23 +15909,12 @@ behind a firewall or a VPN. - + Onion Address - - Expected torrc Port Configuration: - - - - - HiddenServiceDir </your/path/to/hidden/directory/service> -HiddenServicePort 9191 127.0.0.1:9191 - - - - + Discovery On (recommended) @@ -15552,17 +15924,65 @@ HiddenServicePort 9191 127.0.0.1:9191 - + + Hidden - See Config + + + + + I2P Address + + + + + I2P incoming ok + + + + + Points at: + + + + + Tor incoming ok + + + + + incoming ok + + + + + Proxy seems to work. - + + I2P proxy is not enabled + + + + + You are reachable through the hidden service. + + + + + The proxy is not enabled or broken. +Are all services up and running fine?? +Also check your ports! + + + + [Hidden mode] - + <html><head/><body><p>This clears the list of known addresses. This action is useful if for some reason your address list contains an invalid/irrelevant/expired address that you want to avoid passing to your friends as a contact address.</p></body></html> @@ -15572,98 +15992,90 @@ HiddenServicePort 9191 127.0.0.1:9191 - + Download limit (KB/s) - + <html><head/><body><p>This download limit covers the whole application. However, in some situations, such as when transfering many small files at once, the estimated bandwidth becomes unreliable and the total value reported by Retroshare might exceed that limit. </p></body></html> - + Upload limit (KB/s) - + <html><head/><body><p>The upload limit covers the entire software. Too small an upload limit might eventually block low priority services (forums, channels). A minimum recommended value is 50KB/s. </p></body></html> - - Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. - -You can connect to Hidden Nodes, even if you -are running a standard Node, so why not setup Tor? - - - - + Test - + Network - + IP Filters - + IP blacklist - + IP range - - - + + + Status - - + + Origin - - + + Reason - - + + Comment - + IPs - + IP whitelist - + Manual input @@ -15688,12 +16100,98 @@ are running a standard Node, so why not setup Tor? - + + Hidden Service Configuration + + + + + Outgoing Connections + + + + + I2P Socks Proxy + + + + + I2P outgoing Okay + + + + + Tor Socks Proxy default: 127.0.0.1:9050. Set in torrc config and update here. + +I2P Socks Proxy: see http://127.0.0.1:7657/i2ptunnelmgr for setting up a client tunnel: +Tunnel Wizard -> Client Tunnel -> SOCKS 4/4a/5 -> enter a name -> leave 'Outproxies' empty -> enter port (memorize!) [you may also want to set the reachability to 127.0.0.1] -> check 'Auto Start' -> finish! +Now enter the address (e.g. 127.0.0.1) and the port you've picked before for the I2P Proxy. + +You can connect to Hidden Nodes, even if you are running a standard Node, so why not setup Tor and/or I2P? + + + + + Incoming Service Connections + + + + + <html><head/><body><p>This button simulates a SSL connection to your hidden address using the corresponding proxy. If your hidden node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several &quot;security warning&quot; about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it,</p></body></html> + + + + + + Service Address + + + + + <html><head/><body><p>This is your hidden address. It should look like <span style=" font-weight:600;">[something].onion</span> or <span style=" font-weight:600;">[something].b32.i2p. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span>. For I2P: Setup a server tunnel ( http://127.0.0.1:7657/i2ptunnelmgr ) and copy it's base32 address when it is started (should end with .b32.i2p)</p></body></html> + + + + + <html><head/><body><p>This is the local address to which the hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> + + + + + incoming ok + + + + + Expected Configuration: + + + + + Please fill in a service address + + + + + To Receive Connections, you must first setup a Tor/I2P Hidden Service. +For Tor: See torrc and documentation for HOWTO details. +For I2P: See http://127.0.0.1:7657/i2ptunnelmgr for setting up a server tunnel: +Tunnel Wizard -> Server Tunnel -> Standard -> enter a name -> enter the address and port your RS is using (see Local Address above) -> check 'Auto Start' -> finish! + +Once this is done, paste the Onion/I2P (Base32) Address in the box above. +This is your external address on the Tor/I2P network. +Finally make sure that the Ports match the configuration. + +If you have issues connecting over Tor check the Tor logs too. + + + + IP Range - + Reported by DHT for IP masquerading @@ -15716,32 +16214,33 @@ are running a standard Node, so why not setup Tor? - + <html><head/><body><p>White listed IPs are gathered from the following sources: IPs coming inside a manually exchanged certificate, IP ranges entered by you in this window, or in the security feed items.</p><p>The default behavior for Retroshare is to (1) always allow connection to peers with IP in the whitelist, even if that IP is also blacklisted; (2) optionally require IPs to be in the whitelist. You can change this behavior for each peer in the &quot;Details&quot; window of each Retroshare node. </p></body></html> - + <html><head/><body><p>The DHT allows you to answer connection requests from your friends using BitTorrent's DHT. It greatly improves the connectivity. No information is actually stored in the DHT. It is only used as a proxy system to get in touch with other Retroshare nodes.</p><p>The Discovery service sends node name and ids of your trusted contacts to connected peers, to help them choose new friends. The friendship is never automatic however, and both peers still need to trust each other to allow connection. </p></body></html> - + + <html><head/><body><p>The bullet turns green as soon as Retroshare manages to get your own IP from the websites listed below, if you enabled that action. Retroshare will also use other means to find out your own IP.</p></body></html> - + <html><head/><body><p>This list gets automatically filled with information gathered at multiple sources: masquerading peers reported by the DHT, IP ranges entered by you, and IP ranges reported by your friends. Default settings should protect you against large scale traffic relaying.</p><p>Automatically guessing masquerading IPs can put your friends IPs in the blacklist. In this case, use the context menu to whitelist them.</p></body></html> - + activate IP filtering - + <html><head/><body><p>This is very drastic, be careful. Since masquerading IPs might be actual real IPs, this option might cause disconnection, and will probably force you to add your friends' IPs into the whitelist.</p></body></html> @@ -15771,22 +16270,7 @@ are running a standard Node, so why not setup Tor? - - <html><head/><body><p>This Retroshare node is running in &quot;Hidden Mode&quot;. That means it can only be reached though the Tor network.</p><p>As such, some network options are disabled.</p></body></html> - - - - - Tor Configuration - - - - - Outgoing Tor Connections - - - - + Tor Socks Proxy @@ -15796,66 +16280,10 @@ are running a standard Node, so why not setup Tor? - - Incoming Tor Connections - - - - - <html><head/><body><p>This button simulates a SSL connection to your Tor address using the Tor proxy. If your Tor node is reachable, it should cause a SSL handshake error, which RS will interpret as a valid connection state. This operation might also cause several "security warning" about connections from your local host IP (127.0.0.1) in the News Feed if you enabled it,</p></body></html> - - - - - <html><head/><body><p>This is your onion address. It should look like <span style=" font-weight:600;">[something].onion. </span>If you configured a hidden service with Tor, the onion address is generated automatically by Tor. You can get it in e.g. <span style=" font-weight:600;">/var/lib/tor/[service name]/hostname</span></p></body></html> - - - - - <html><head/><body><p>This is the local address to which the Tor hidden service points at your localhost. Most of the time, <span style=" font-weight:600;">127.0.0.1</span> is the right answer.</p></body></html> - - - - - Tor incoming ok - - - - - To Receive Connections, you must first setup a Tor Hidden Service. -See Tor documentation for HOWTO details. - -Once this is done, paste the Onion Address in the box above. -This is your external address on the Tor network. -Finally make sure that the Ports match the Tor configuration. - -If you have issues connecting over Tor check the Tor logs too. - - - - - Hidden - See Tor Config - - - - + Tor proxy is not enabled - - - - You are reachable through Tor. - - - - - - Tor proxy is not enabled or broken. -Are you running a Tor hidden service? -Check your ports! - - ServicePermissionDialog @@ -15888,7 +16316,7 @@ Check your ports! ServicePermissionsPage - + ServicePermissions @@ -15908,8 +16336,8 @@ Check your ports! - - <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both needs to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allow to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> + + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Permissions</h1> <p>Permissions allow you to control which services are available to which friends.</p> <p>Each interruptor shows two lights, indicating whether you or your friend has enabled that service. Both need to be ON (showing <img height=20 src=":/images/switch11.png"/>) to let information transfer for a specific service/friend combination.</p> <p>For each service, the global switch <img height=20 src=":/images/global_switch_on.png"> / <img height=20 src=":/images/global_switch_off.png"> allows you to turn a service ON/OFF for all friends at once.</p> <p>Be very careful: Some services depend on each other. For instance turning turtle OFF will also stop all anonymous transfer, distant chat and distant messaging.</p> @@ -16237,7 +16665,7 @@ Select the Friends with which you want to Share your Channel. SoundManager - + Friend @@ -16578,12 +17006,12 @@ This choice can be reverted in settings. - + Connected - + Unreachable @@ -16599,18 +17027,18 @@ This choice can be reverted in settings. - + Trying TCP - - + + Trying UDP - + Connected: TCP @@ -16621,6 +17049,11 @@ This choice can be reverted in settings. + Connected: I2P + + + + Connected: Unknown @@ -16630,7 +17063,7 @@ This choice can be reverted in settings. - + TCP-in @@ -16640,7 +17073,7 @@ This choice can be reverted in settings. - + inbound connection @@ -16650,7 +17083,7 @@ This choice can be reverted in settings. - + UDP @@ -16664,13 +17097,23 @@ This choice can be reverted in settings. Tor-out + + + I2P-in + + + + + I2P-out + + unkown - + Connected: Tor @@ -18026,7 +18469,7 @@ Try to be patient! - <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> + <h1><img width="24" src=":/icons/help_64.png">&nbsp;&nbsp;Webinterface</h1> <p>The webinterface allows you to control Retroshare from the browser. Multiple devices can share control over one Retroshare instance. So you could start a conversation on a tablet computer and later use a desktop computer to continue it.</p> <p>Warning: don't expose the webinterface to the internet, because there is no access control and no encryption. If you want to use the webinterface over the internet, use a SSH tunnel or a proxy to secure the connection.</p> @@ -18238,7 +18681,7 @@ Try to be patient! - + My Groups @@ -18258,7 +18701,7 @@ Try to be patient! - + Subscribe to Group