csoler
25056b3623
added function for generating random ascii strings, and improved the test program to test for this as well
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3992 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-29 14:23:07 +00:00
thunder2
13132fe248
Removed reply in ForumMsgItem in unsubscribed forums.
...
Set sign checkbox to checked in authenticated forums.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3991 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-28 00:51:56 +00:00
defnax
24d4a5e6ce
enabled copyable labels on ForumMsgItem
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3990 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-27 17:31:21 +00:00
defnax
d3fd4ad542
fixed stylesheet colors
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3989 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-27 16:57:05 +00:00
defnax
f38f968473
changed the stylesheets of ForumMsgItem
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3988 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-27 14:00:30 +00:00
defnax
3f446d8f3c
Added fast reply feature to ForumsMsgItem
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3987 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-27 08:34:23 +00:00
thunder2
4fb593f1b9
Fixed display of the avatar in MsgItem.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3986 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-26 23:09:25 +00:00
thunder2
c2a81daf01
Fixed display of the names and avatars in ForumMsgItem.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3985 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-26 21:36:13 +00:00
defnax
9263710f9e
added to display avatars and author names for ForumMsgItem
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3984 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-26 09:34:48 +00:00
csoler
e57f8836e4
suppressed debug info, added lock
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3983 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-25 23:28:22 +00:00
csoler
6d44694c7a
corrected bug in DNSSolver that caused high CPU usage
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3982 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-25 23:03:44 +00:00
csoler
bad9007019
fix for compilation issue
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3981 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-25 11:24:06 +00:00
csoler
40f4009ca7
made the DNS calls in a separate thread, using new DNSResolver class. Added test program for that class as well. Moved extaddrfinder to util/
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3980 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-24 22:05:10 +00:00
chrisparker126
dddc9c383c
fixed issue with double delete of keys, refactored key sharing logic
...
into attemptrecvkeys and receivepubkeys functions (minor changes to
loadlist)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3979 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-23 18:02:51 +00:00
csoler
c7b28dfb7d
added load/save of max simultenous downloads
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3978 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-23 14:55:57 +00:00
csoler
107d904c22
added debug info to packet errormessage for devs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3977 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-23 14:35:43 +00:00
csoler
ee5417e46a
suppressed bug due to asking again to publish a groupkey that had been deleted before.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3976 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-23 14:06:56 +00:00
thunder2
42e32b9514
Fixed compile under Windows.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3975 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-23 12:37:42 +00:00
drbob
1f33bdc471
Fixed the OSX GPG bug!!!! Turns out that the gpg processes were not being cleaned up,
...
so RS ended up with 200+ zombie child processes. This prevented gpg from being called.
The fix was to add waitpid() calls to cleanup the zombies.
* added cleanupZombies() to authgpg.cc (OSX only).
* updated OSX gpgme libraries to 1.3.0 (added libassuan to RetroShare.pro).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3974 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-23 11:57:09 +00:00
csoler
a1154b6935
suppressed memory leak in construction of RsDiscReply packet
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3973 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-21 22:04:14 +00:00
chrisparker126
920ebe3a5a
enhanced key sharing;
...
shared key now saved if not subscribed and rs is shutdown
also 'blue font' update sent once shared key received
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3972 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-20 23:47:04 +00:00
csoler
2f3287b898
removed some useless debug info
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3971 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-20 22:22:02 +00:00
csoler
2fd623bfed
suppressed some debug info
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3970 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-20 22:18:42 +00:00
csoler
635f0f51f1
fixed display issue in last commit
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3969 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-20 21:46:44 +00:00
csoler
7d1441f730
fixed the 1e+02 bug
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3968 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-20 21:39:18 +00:00
csoler
474aa31fd1
suppressed debug printfs and costly outputs
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3967 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-20 17:25:30 +00:00
thunder2
70c276fec6
Fixed RetroShare links with "#" and some other "bad" characters in the file name.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3966 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-15 00:25:25 +00:00
thunder2
693bf4dd7c
Added smiley and RetroShare link support for ForumMsgItem and MsgItem.
...
Added some new translations.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3965 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-13 22:19:20 +00:00
thunder2
cdef45d4a3
Fixed RetroShare links with "'" in the file name.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3964 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-13 00:37:45 +00:00
thunder2
73b443ddf6
Uncheck the sign box by default for anonymous forums.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3963 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-12 23:13:19 +00:00
notdefine
35c97a6f65
Revert Changes
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3962 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-10 15:30:37 +00:00
notdefine
d9d996c587
Don't move priority files to the end of the queue, when partner peer is not reachable. set the queue priority to +1 in the queue, so they will be first resumed after one of the lower priority downloads finished
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3961 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-10 14:58:49 +00:00
thunder2
8014ee372d
Changed the display of the not known peer name from "Anonymous" to "Unknown".
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-09 14:47:52 +00:00
thunder2
f82a9a3c5f
Faster processing of the gpg keys for discovery.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3959 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-09 12:31:41 +00:00
csoler
c9911694ff
corrected a bug that caused file descriptors to never get closed. Adding some tracing comments.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3958 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-08 23:27:33 +00:00
csoler
dae62c6821
added missign destructor call that resulted in file left open
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-07 22:43:21 +00:00
thunder2
4b091a54d6
Added new statusbar widget about pending discovery informations.
...
You can enable it in the server settings.
Recompile of GUI needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3956 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-07 16:56:57 +00:00
defnax
3a9181bc85
update french translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-07 14:10:17 +00:00
thunder2
ad7f97bfc3
Fixed drag and drop of files for a new forum message in Ubuntu.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3953 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-07 13:17:22 +00:00
thunder2
dd55b2bf74
Moved strings of RsPeerDetails::autoconnect for translation to the GUI side and added integer constants for it.
...
Fixed sorting of available friends in MessengerWindow.
Recompile of the GUI needed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3952 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-06 18:26:39 +00:00
thunder2
13ab90e14b
Removed not needed class GroupTreeWidgetItem.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3951 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-04 23:00:42 +00:00
thunder2
ff57befb1f
Added display menu in channels and forums to sort the group tree by name, popularity or last post.
...
Removed unnecessary loop over the forum messages in ForumDetails.
Removed date and time when lastPost==0 in ForumDetails and ChannelDetails.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3950 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-04 20:19:45 +00:00
thunder2
28b4534fdf
Removed unnecessary variable "ownId" in ftController::FileRequest.
...
Optimized parameter of rsForums from "std::string" to "const std::string&". Recompile of the GUI needed.
Cleared childTS in RsDistribMsg::clear.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3949 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-04 19:46:27 +00:00
csoler
8de9d39cc0
Suppressed 4 memory leaks:
...
- authssl would call OPENSSL_malloc without OPENSSL_free
- pqistore was not deleting items in pqiSSLStore when BIN_FLAGS_NO_DELETE is not here
- rsdir/rsinit were calling opendir withoug closedir (which might eat FDs, in addition)
- udplayer was not freeing it's 16KB buffer at end of loop.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3948 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2011-01-01 20:37:10 +00:00
thunder2
e576c56e27
Disabled the context menu actions "Subscribe to Forum" and "Unsubscribe to Forum" in forums tree, when no forum is selected.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3947 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-31 22:32:08 +00:00
thunder2
ad67844c7a
Enabled clickable links in forums and messages.
...
Added new translation in messages (count of recommended files).
Fixed german translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3946 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-30 17:09:32 +00:00
thunder2
2307ef04a0
Removed count of possible ways from the header text in ConnectFriendWizard.
...
Fixed german language.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3945 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-29 21:09:00 +00:00
defnax
7dd828b196
update french translation
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3944 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-28 21:18:42 +00:00
defnax
37ba8ea682
fixed to scale the Channel logo
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3943 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-28 15:47:17 +00:00
thunder2
dd3ddfb912
Enabled new translation and changed some existing translation in FileTransferInfoWidget.
...
Fixed german translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3942 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2010-12-27 18:51:16 +00:00