csoler
99b9b53c62
fixed missing error handling, causing unhandled exception
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7003 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-09 20:20:46 +00:00
csoler
3a567b2d6f
fixed possible malloc error when the size is absurdly big (potentially caused by a deliberate attack)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7002 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-09 19:59:21 +00:00
csoler
53b5f8222e
updated ubuntu changelog
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7001 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-09 19:53:02 +00:00
defnax
2c59fe8ab5
redesign the Posted Links Item, to look more user friendly
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7000 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-09 02:05:20 +00:00
thunder2
8ef40bd944
Fixed fill of the shared files when removing a directory from share.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6999 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-08 16:19:56 +00:00
thunder2
dacec52e4f
Fixed display of the nickname for the chat lobbies.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6998 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-08 11:37:16 +00:00
thunder2
57b906bdd2
Removed include of "pqinotify.h" in VOIP.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6997 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-08 11:13:01 +00:00
csoler
630824aa1b
Updated the notification system. Main changes are:
...
- the notification system is now a service, p3Notify, that is a public RsNotify.
- RsNotify does nothing except providing a registration system for new notify clients.
- Clients should derive a notify client from the NotifyClient class and register it to rsNotify
- all registered clients get all notifications, so only derive the needed methods. This should allow
plugins to get notifications as well.
- updated the code to call RsServer::notify()->[notification method] from inside libretroshare
- pqiNotify has been removed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-07 22:51:22 +00:00
defnax
3cc8c144a8
corrected uploads name column item size
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6995 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-07 20:58:56 +00:00
defnax
03c27dcdc3
fixed temporary to load the Wiki Groups Tree at startup, auto update seems not to work.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6994 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-07 19:14:38 +00:00
thunder2
5fd1c68f9d
Fixed update of the shared files list after removing files.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6993 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-06 23:12:36 +00:00
csoler
2dcf0acef3
added missign cleanup call, causing a small memory leak
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6992 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-06 22:45:30 +00:00
defnax
b7bb1c25cb
* Enabled the Filter Line edit for filtering friends, by nick/ID for Create Circles Dialog's Known Identities Widget.
...
* Set some minimum header sizes for some items
* Enabled sorting for the QTreeWidget's
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6991 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-06 18:31:12 +00:00
thunder2
3e13311be0
Fixed slot for signal "filesPreModChanged" and "filesPostModChanged" on SharedFilesDialog.
...
The list of files is now updated also when the tab is visible.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6990 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-05 22:51:54 +00:00
thunder2
aff10a352c
Optimized filling of shared files (local and remote).
...
Added cache to RemoteDirModel.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6989 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-04 22:39:34 +00:00
csoler
c9575b6a8a
removed debug comments
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6988 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-04 20:12:28 +00:00
csoler
7bb561d9e0
added generic function to return the correct string for scanf for unsigned ints depending on the size of the actual variable that is scanned. Shoudl fix the rehash bug and bugs corrupting timestamps on 32bits systems
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6987 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-04 20:05:08 +00:00
defnax
50ebd781e5
* Corrected the layout of the Connect Progress Dialog
...
* Added few more file type icons for "cpp", "h" nd "c"
* Corrected some strings
* Moved Uploads to Downloads Tab.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6986 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-04 19:54:07 +00:00
csoler
4ce8ea73d2
moved PGP id types into rsid.h, and renamed them with a more appropriate name
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6985 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-03 22:42:17 +00:00
csoler
91291a9920
added proof of work algorithms to GRouter key items
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6984 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-03 22:41:20 +00:00
defnax
469da4914f
Added a default FileType icon for the "patch" and "diff" extensions.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6983 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-03 19:32:53 +00:00
thunder2
76b3ccc1a5
Added service pointer for forums to the plugin interface.
...
FeedReader:
- Used the forums pointer from the plugin interface instead of the global pointer
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6982 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-03 15:05:48 +00:00
thunder2
2a9a6f8a75
Changed order of the shutdown to fix a crash of the WebUI plugin.
...
First stop the plugins then the other services.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6981 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-02 17:13:41 +00:00
thunder2
92fabf4c56
Modified the patch from electron.
...
Moved the calls to the plugin to ChatWidget for use with all types of chats (private chat, chat lobby and distant chat).
Recompile needed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6980 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-02 00:56:46 +00:00
defnax
7b0a6afa56
patch "chatdialog_allow_buttons_from_different_plugins_3" from electron. ChatDialog allows now Buttons from different Plugins.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6979 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-01 22:25:49 +00:00
defnax
0e134d0a92
Added to change the text for the Play Button, when file is not a media file.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6978 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-01-01 16:58:52 +00:00
thunder2
abd6b46ca0
Added a custom context menu for pasting RS-links to the base class MimeTextEdit and removed the custom context menu from derived classes.
...
Updated english translation.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6977 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-30 19:12:16 +00:00
thunder2
dddc4356f1
Changes for Windows compile:
...
- removed some unnecessary libraries from retroshare_plugin.pri
- FeedReader
- updated external libraries to libxml2-2.9.1 and curl-7.34.0
- enabled ssl in libcurl
- removed debug output
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6976 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-28 23:49:50 +00:00
csoler
be3a593ee2
enabled load/save of grouter configuration. Checked that keys and info is properly restored at startup
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6975 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-28 21:47:15 +00:00
csoler
146465a53f
fixed cipher list for openssl, since ECDHE is not configured, it cannot be used
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6974 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-28 21:41:43 +00:00
csoler
3b381b9d22
patch "Fix_ChannelNotificationFeedLink" from Phenom. Allows to finish loading a channel before jumping to the linked post
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6973 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-27 22:15:53 +00:00
csoler
03c68c1276
patch "AddSearchFilesourceSorted_6951.diff" from Phenom. Adds correct sorting for search results.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6972 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-27 20:25:49 +00:00
csoler
ee4985c935
patch "Fix_ChatLobbyAutoSubscribe_6951.diff" from Phenom. Fixes request for existing lobbies when no lobby ihas been found yet. Code beautification
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6971 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-27 20:21:44 +00:00
csoler
5c52890ad5
added grouter as a msg sending service. Not enable yet. Added serialisation for grouter items and test methods in tests/serialiser/. Added saveList/loadList for grouter. set connectToTurtleRouter() and connectToGRouter() to be mandatory methods
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6970 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-27 20:06:47 +00:00
csoler
da1b6ac845
added serialisation methods for SSLId and time_t
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6969 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-27 20:02:25 +00:00
csoler
98847c60b1
moved SSLIdType to rsid.h which has less dependencies
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6968 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-27 20:01:47 +00:00
defnax
93c331f40b
* Enabled min and max buttons for settings window
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6967 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-27 19:59:25 +00:00
defnax
51ed2ca9f9
* Changed the logo size for some news feed items to use same size for better look.
...
* Added to display blue/black forum message icons for the forum feeds, when forum is anon or signed.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6966 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-27 18:24:13 +00:00
csoler
d5cfa5c9b5
fixed ghost lobby issue (thx to thunder for spotting it out)
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6965 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-27 09:16:43 +00:00
csoler
490abbeffc
fixed small issue in chat lobby list. Not yet the cause for the ghost lobby
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6964 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-26 21:44:02 +00:00
csoler
cb7dccf0b8
added lobby ID as tooltip to lobby list
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6963 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-26 19:35:12 +00:00
defnax
9d78ad8942
renaming strings
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6962 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-25 17:16:17 +00:00
csoler
7edfa21ffd
added routing methods for data in grouter.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6961 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-24 16:41:07 +00:00
defnax
beedc07de8
Added a default background color for the Channel Message Logo for a better look and feel, removed stretching of the logo, set a minimum size, background is now filled black.
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6960 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-23 20:03:46 +00:00
csoler
03bd9dbef4
added serialisation methods and tests for grouter
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6959 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-23 16:05:46 +00:00
csoler
2c19810e37
patch from HM to avoid allocating absurdly long uids
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6958 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-23 12:59:34 +00:00
csoler
22f41b8e16
fixed parsong of file_cache. %ld was used in place of %lu
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6957 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-22 19:50:46 +00:00
csoler
1e52c7f22b
added an option in the pro file for dsdv, as it is compiled when not used
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6956 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-22 17:10:56 +00:00
csoler
fd994a546b
progress in grouter code
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6955 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-22 17:04:13 +00:00
chrisparker126
8aca56bc4f
merge fix
...
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6954 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2013-12-21 19:27:48 +00:00