Commit Graph

4216 Commits

Author SHA1 Message Date
drbob
e024ea36e9 Added Cache system for GPG Certificates.
- This should reduce gpg calls by 90+%.
Updated rsversion svn to 4942 



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4942 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-15 16:44:45 +00:00
thunder2
bdc8a11203 Added patch from James Vasile.
Replaced string "Authemticated Messages" by "Authenticated Messages".

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4941 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-15 00:27:47 +00:00
thunder2
a2982f3370 Fixed private message notification. Remove offline private messages of none friends at startup and when a friend is removed.
Moved the removing of the history of removed friends from p3PeerMgrIMPL to p3ChatService.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4940 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-14 22:55:14 +00:00
drbob
9c5e4636c2 * Shortened Date string.
* Fixed Profile directory.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4938 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-14 01:06:41 +00:00
drbob
4ab4d60492 Improvements to IntroServer Mode:
* Move Dirs to .retroshare/<sslid>/
 * Automatically make directories.
 * Create 2 files: key & lobby name, cannot make 3rd file: hyperlink from nogui.
 * chmod NEWCERTS directory to 777
 * delete old peers at startup, reload peers from config file.
 * Add Date to Lobby name.

Improvements not done yet:
 - Remove inactive peers - it is tricky to tell the difference between unconnected and old.
 - Cannot make 3rd file: hyperlink from nogui.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4937 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-14 00:45:57 +00:00
thunder2
363c7d8f41 DownloadToaster:
- Fixed handling of utf8 characters in the file name
- Replaced QDesktopServices by RsUrlHandler to handle collections
- Fixed crash after opening a collection

Thanks to AsamK

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4936 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-13 23:26:56 +00:00
thunder2
dcf23e0ccb Fixed usage of utf8 characters in certificate links (gpg and location name) (Patch from Asamk)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4935 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-13 21:09:38 +00:00
thunder2
8675eb9225 Added translation for "[ ... Missing Message ... ]".
Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4934 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-13 20:40:36 +00:00
csoler
d26be6c05c removed debug info
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4931 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-12 20:45:42 +00:00
csoler
c4be65e0ab removed cache adding strategy to DL queue that was O(n^2). Now addign cache at the end of the queue
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4930 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-12 20:00:22 +00:00
thunder2
07ea6829b6 The channel message (in channels) is set to read when the user clicks on the show more button.
The forum/channel news feed is removed when the user reads the message in forums/channels.
Recompile needed.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4927 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-12 00:58:47 +00:00
thunder2
d828d23ca7 The standard font is now used for new chat lobbies.
Added a new menu item to set the font of a private chat and chat lobby to the default font.
Fixed german language.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4926 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 21:41:41 +00:00
csoler
f441f4a407 set max chunk inactivity period to 5 mins instead of 1 mins. Shoudl favor slow DLs. This is nw possible since missing bits will be re-asked regularly
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4925 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 15:26:04 +00:00
csoler
98086e125b added missing IPs to certificate links
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4924 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 14:49:04 +00:00
thunder2
340a313fea Fixed bug when the user clicks on a link without http:// in a QTextBrowser. This link was opened directly in RetroShare.
Show clickable links in the channel feed message.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4923 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 13:42:42 +00:00
drbob
6a44342e4f fixed reference to tryNetMode.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4922 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 12:49:09 +00:00
csoler
311e62b70c updated french translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4921 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 12:31:01 +00:00
drbob
4e367d3332 Added missing header files - as requested by theDude.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4920 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 12:21:48 +00:00
drbob
57c7e66a38 Attempted fix for maintaining External Port in Manual Forwarded Mode.
- added check for RS_NET_MODE_EXT instead of RS_NET_MODE_TRY_EXT... as trys aren't used in p3PeerMgr.
 - removed tryMode from external interface - as this data is not available anymore.
 - Removed setting this parameter in p3peers.cc



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4919 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-11 12:18:56 +00:00
csoler
fd83e5950f added control over TR forward rate, so that we can experiment with it on large bandwidth servers
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4918 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-10 22:23:06 +00:00
thunder2
f6c88667c4 Changed the color of the time of the compact chat style from red to gray.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4917 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-10 22:07:03 +00:00
csoler
2bfd0bad42 disabled autodownload when subscribing to a channel. This is a response to a heavy demand from users annoyed by the need to cancel many downloads and the wish to be able to select what to DL in a channel. We could create a popup with a autdownload checkbox (unchecked by default) possibly asking what to DL in the subscribed channel (everything/only last post/nothing) when subscribing to make auto-download a little more visible
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4916 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-10 20:59:57 +00:00
defnax
01899b85f9 set a icon for Friend Recommendation menu action
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4915 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-10 13:28:51 +00:00
thunder2
74055ed834 Sort nick names by name in the chat lobby.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4914 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-09 21:24:51 +00:00
thunder2
3b314e3a69 Added multi friend recommendation dialog.
You can start it from the tools menu in FriendsDialog.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4913 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-09 19:18:15 +00:00
defnax
12767d8fe9 update changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4910 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-09 08:59:16 +00:00
csoler
a391701f5c updated ubuntu packaging scripts
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4909 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-08 20:29:30 +00:00
csoler
fa0def543d removed debug flag
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4908 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-08 20:18:41 +00:00
csoler
493a7a2bda updated ubuntu changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4907 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-08 19:57:18 +00:00
csoler
5393f754f9 updated french translation (Max Romeo)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4906 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-08 19:55:18 +00:00
thunder2
08a06731bf Now removed not used plugins from the .pro file.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4905 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-08 18:04:01 +00:00
defnax
3ce21cdfc2 update translations
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4904 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-08 15:05:41 +00:00
thunder2
d5479940d1 Fixed RetroShare links with " characters in the name.
Removed not used plugins from the .pro file.
Removed some warnings from lupdate.
Fixed german translation.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4903 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-08 12:11:15 +00:00
defnax
5340e44981 removed not used gui plugins from trunk
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4902 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-08 08:28:23 +00:00
thunder2
886faa89ba Fixed RetroShare links with "#" and "&" characters in the name.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4901 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-07 22:56:19 +00:00
drbob
446db939b2 Added Code to convert retroshare-nogui into an "Introduction Server".
Perhaps the community can use this instead of their existing certificate exchanger.

The way it works:
	- Designed to be coupled up with a WEB Interface to allow new users to interact with each other.
	- Automatically sets up some Chat Lobbies, so that the new users can chat to each other.
	- If you drop a Certificate File into the NEWCERT directory, it is automatically loaded as a friend.
	- These Certificates automatically expire after a fixed period (2 Weeks at the moment).

So the idea is that Users upload their Certificates to the Intro WebServer, then they have two weeks
to test out Retroshare, and use the Intro Server to make some RS Friends.

To enable this Build, edit the .pro file.




git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4900 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-07 17:01:07 +00:00
defnax
fb7bc3e832 updated the help page, added few more infos
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4899 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-07 16:33:54 +00:00
csoler
2811831b3a updated french translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4898 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-06 22:04:18 +00:00
csoler
fa31608e7b fixed parenthesis problem with #ifdef that armed lupdate
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4897 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-06 21:22:00 +00:00
thunder2
2cdb36fda1 Fixed layout of the CryptoPage and german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4896 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-06 21:21:30 +00:00
csoler
aa4eecf467 changed hash calculation of lobby connexion challenge to make it only usable by the receiver (thx bob to point me out this security issue!)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4895 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-06 21:00:09 +00:00
thunder2
b4d9828438 Added new translation for chat lobby invitation.
Fixed german translation.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4894 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-06 18:48:23 +00:00
thunder2
92275e8e85 Switched the used chat style for the lobbies from private to public.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4893 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-06 16:58:45 +00:00
thunder2
04dedf5ce0 Fix some source code for better translation, added some new words to translate and removed some words not to be translated.
Fixed german translation.
Please review the other languages.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4892 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-05 21:05:11 +00:00
thunder2
3b1c26de35 Set the focus the subject input when creating a new forum/channel or channel message.
Set the forum/channel message to read when expanding the message feed.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4891 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-05 14:56:27 +00:00
csoler
549fdf9daa updated french translation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4890 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-05 14:12:30 +00:00
thunder2
91809abd56 Replaced std::string by QString in GetStartedDialog for easier translation and to prevent problems with utf8 chars.
Fixed german translation.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4886 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-04 00:55:55 +00:00
csoler
b3de0cd06d updated ubuntu changelog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4885 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-03 21:57:36 +00:00
thunder2
d3e2eb1f54 Added new variant to the compact chat style with colored nicknames calculated from the name.
It's disabled by default. You can enable it with the define COLORED_NICKNAMES in ChatStyle.cpp.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4884 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-03 21:43:09 +00:00
drbob
a1806bb04f Fixed up Email Invite Text...
* Unified Text Source.
 * Added "Cut Below Here" line



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4883 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2012-02-03 20:38:45 +00:00