Anzeigen der neuesten Beiträge
0 Mitglieder und 7 Gäste betrachten dieses Thema.
Changes for v0.5.3b2 3 * Improvements4 - Added BSD specific changes - data directory and #including <sys/params.h>5 - improved plugin management to allow services to be used, and config pages to be added6 - Improvement to plugin system:7 - made config page system more automatic, to allow addign config pages from plugins8 - added (disabled) checkbox and function to allow all plugins for development9 - added config page methods to RsPlugin class10 - Mark local existing files in SearchDialog with red text color.11 - added early sending of chunkmap request to newly added sources12 - Improvements to file transfer:13 - corrected 2 potential flaws of swarming causing request of unavailable data (This should normally be taken care of on the server side!)14 - improved swarming test code with fault simulation15 - only ask CRC32 maps to peers that have a complete file.16 - Moved the news feed tab to the first position.17 - Added Cache system for GPG Certificates.18 - This should reduce gpg calls by 90+%.19 - Added translation for "[ ... Missing Message ... ]".20 - removed cache adding strategy to DL queue that was O(n^2). Now addign cache at the end of the queue21 - The channel message (in channels) is set to read when the user clicks on the show more button.22 - The forum/channel news feed is removed when the user reads the message in forums/channels.23 - The standard font is now used for new chat lobbies.24 - Added a new menu item to set the font of a private chat and chat lobby to the default font.25 - 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 regularly26 - Changed the color of the time of the compact chat style from red to gray.27 - disabled autodownload when subscribing to a channel.28 - Sort nick names by name in the chat lobby.29 - Added multi friend recommendation dialog.30 - You can start it from the tools menu in FriendsDialog.31 32 * Fixes33 - Fixed tab order in config pages Directories and Server.34 - corrected stupid bug in settings causing crash when a plugin is ot loaded correctly35 - Fixed compile on Windows with enabled shadow build of Qt Creator.36 - patch by AsamK to save finished/checking transfers37 - Fixed private message notification. Remove offline private messages of none friends at startup and when a friend is removed.38 - Moved the removing of the history of removed friends from p3PeerMgrIMPL to p3ChatService.39 - DownloadToaster:40 - Fixed handling of utf8 characters in the file name41 - Replaced QDesktopServices by RsUrlHandler to handle collections42 - Fixed crash after opening a collection (Thanks to AsamK =43 - Fixed usage of utf8 characters in certificate links (gpg and location name) (Patch from Asamk)44 - added missing IPs to certificate links45 - Fixed bug when the user clicks on a link without http:// in a QTextBrowser. This link was opened directly in RetroShare.46 - Show clickable links in the channel feed message.47 - fixed reference to tryNetMode.48 Attempted fix for maintaining External Port in Manual Forwarded Mode.49 - added check for RS_NET_MODE_EXT instead of RS_NET_MODE_TRY_EXT... as trys aren't used in p3PeerMgr.50 - removed tryMode from external interface - as this data is not available anymore.51 - Removed setting this parameter in p3peers.cc