Changelog for
retroshare-plugins-0.5.5c-6.2.x86_64.rpm :
Wed Nov 21 13:00:00 2012 asamkAATTgmx.de
- Updated to version 0.5.4c
* Improvements
- GUI
* patch from AC to perform html optimization of forum posts using the canonical function optimizeHtml()
* fixed bug preventing share manager to modify more than one directory at once
* Moved most of the hardcoded colors of lists and trees to the file qss.default (with help from braindead).
Now the stylesheet can redefine these colors.
* Added multiselective mute/unmute to chat lobby. Added mute/unmute with double click on icon.
* Added flag for hungarian language.
* Fixed sorting of date in forums
* redesigned the Chatlobby participants list
- used now QTreeWidget instead of a QListWidget
- added icons for display the muted participants
- added context menu for \"Mute participant\" ( context menu fix from thunder)
* Removed context help button from the dialogs (currently not used) and added
minimize/maximize buttons to the \"floating\" dialogs.
* Added to identify for Channel Files if its a media file(s) or not, to change the Play Button text from \"Play\" to \"Open\"
- FT
* added dynamic adding of direct sources from file lists. Useful for channels. Is called once every 61 seconds.
* Added new link type: EXTRA_FILE, to allow sendign links with sources included so as to trigger direct transfer.
This makes possible to send files through chat without permitting tunnel access to the files. The client requests
the file as a direct transfer only, using the supplied source.
- Patch to allow compilation on BSD
- Fixed command to grab upnp patched version
- Merged branch that provide group-based file permissions.
Now users can sort peers into groups in the friend list, and attribute flags and parent groups
to the directories in the share manager.
Flags are B-B-N, meaning in order:
- browsable for peers in the parent groups
- browsable for everyone
- network wide for everyone
Backward compatibility makes previously BN flags been interpreted as -BN, meaning
browsable/network wide for everyone.
The merge also includes a significant improvement of the naming of flags with incompatible types
which should sort out some existing bugs as well, since inconsistencies in flag usage have been
found during the process.
* Bugs
- added additional checking of incoming compressed chunk map, in case the data is
currupted, which might happens with a corrupted ft_transfer.cfg file.
- fixed permission of drap+dropped files. all attached files get added to extra list,
but with different permission flags depending on the client. From that, we compute
sharing permissions : turtle, or direct transfer only
- suppressed unitialized memory read in p3peers.cc
- added missing mutex in destructor of ftFileProvider. Probably responsible for some random crashes
Sun Sep 23 14:00:00 2012 asamkAATTgmx.de
- Updated to version 0.5.4b
Mon Feb 20 13:00:00 2012 asamkAATTgmx.de
- Updated to version 0.5.3b
* Improvements
- Added BSD specific changes - data directory and #including
- improved plugin management to allow services to be used, and config pages to be added
- Improvement to plugin system:
- made config page system more automatic, to allow addign config pages from plugins
- added (disabled) checkbox and function to allow all plugins for development
- added config page methods to RsPlugin class
- Mark local existing files in SearchDialog with red text color.
- added early sending of chunkmap request to newly added sources
- Improvements to file transfer:
- corrected 2 potential flaws of swarming causing request of unavailable data (This should normally be taken care of on the server side!)
- improved swarming test code with fault simulation
- only ask CRC32 maps to peers that have a complete file.
- Moved the news feed tab to the first position.
- Added Cache system for GPG Certificates.
- This should reduce gpg calls by 90+%.
- Added translation for \"[ ... Missing Message ... ]\".
- removed cache adding strategy to DL queue that was O(n^2). Now addign cache at the end of the queue
- 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.
- 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.
- 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
- Changed the color of the time of the compact chat style from red to gray.
- disabled autodownload when subscribing to a channel.
- Sort nick names by name in the chat lobby.
- Added multi friend recommendation dialog.
- You can start it from the tools menu in FriendsDialog.
* Fixes
- Fixed tab order in config pages Directories and Server.
- corrected stupid bug in settings causing crash when a plugin is ot loaded correctly
- Fixed compile on Windows with enabled shadow build of Qt Creator.
- patch by AsamK to save finished/checking transfers
- 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.
- 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 =
- Fixed usage of utf8 characters in certificate links (gpg and location name) (Patch from Asamk)
- added missing IPs to certificate links
- 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.
- fixed reference to tryNetMode.
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
Wed Feb 8 13:00:00 2012 asamkAATTgmx.de
- Updated to version 0.5.3a
Thu Aug 18 14:00:00 2011 asamkAATTgmx.de
- fix fedora requires
Tue Aug 16 14:00:00 2011 asamkAATTgmx.de
- added conflicts
Thu Aug 11 14:00:00 2011 asamkAATTgmx.de
- Updated to version 0.5.2a:
* Bugfixes
* Stable Connections.
We\'ve found most of the causes of disconnections and patched them up.
Retroshare will now maintain most peer connections indefinitely!
* Firewall-Busting Connections
New UDP connections enable Retroshare to communicate through most Firewalls.
This makes Retroshare plug and play, with no need to fiddle with router settings!
(Obviously it is always better to forward a port, but it is no longer essential!)