Anzeigen der neuesten Beiträge
0 Mitglieder und 5 Gäste betrachten dieses Thema.
Added:Option for Close button to minimize airdcRemove all button for edit magnets dialogUse the same icons in pm tab and userlist, ability to state away mode and reg status on tab iconClear buttons for histories in settingsNew icons for PM and Mainchat notification in tray and taskbar, add combined icon.Settings for message filtering mainchat or private messagesOption for showing ignored and message filtered chat messages in systemlogSeverity icons in PM and Hub windows statusbarsOption to open .nfo files externallyNew column in search tab: Relevancy (used for sorting by default)Changed:Return more relevant search responsesLast online time will now show for all offline users in usersframeReorder readd/remove source rightclick in queueframe, move All at the topSettings profiles change toolbar buttons and order (old toolbar button order will get reset, sorry for that)Ignored users rewrite, ignored users are now shown in users windowUpdate the default hublistsSync all database writes to disk (the latest hashed entries won't get lost in case of unexpected shutdown)Improved error reporting for downloadsList shell menus for all matching local files/directories, use a submenu that is loaded only when accessedAuto search: Show an error message if the picked item fails because of a shared/queued directory dupeAuto search: Clear the last error when an associated bundle finishesAuto search: Ignore the search time limitations when there are missing filesImprove statistics (/sharestats and /clientstats)Increase the size of the ADL search properties dialogFixed:Fix Hash progress dialog files/hKeep the order when changing items in favorite download directoriesFix magnet open error with no source userFix crash on clicking magnet link in pm historyFix modify dates for newly added directoriesFix a possible freeze related to file listsFix an infinite connect request loop that may happen in some rare casesFix an invalid NAT-T support advertised in ADC hubs when there's a disabled IP protocolPrevent system log spam when monitoring detects changes for files that can't be sharedFix bugs in partial lists causing a newly loaded directory not being selected/loaded in some casesFix a bug with moving file bundlesFix a faulty option that prevented /verifydb from fixing corruptionFix changing the current share profile in own file list after it has been matched with ADL searchFix issues with the lowest priorityUpdate the modify date of the parent directory when share monitoring changes are applied or bundles are added in shareReport possible errors also when queueing individual filesFix missing incoming search matching for some directory namesMake GUI freezes less likely to happen when generating full file listFix missing country flags from some search resultsPrevent crashes when running out of memory while loading file lists, queueing new bundles or refreshing the shareAvoid delaying GUI actions while scanning the share for missing files or running multithreaded file list refreshRemoved:Netstats windowShutdown pc toolbar button function still available via /shutdownToolbar bitmap settings ( old bitmaps are not compatible anyway, use icons instead )
General: Updated languages from Transifex. Added language Catalan (ca_ES).Transfers: New cache system for RemoteDirModel, which significantly speeds up the display of shared files. Added generic function to return the correct string for scanf for unsigned ints depending on the size of the actual variable that is scanned. Should fix the rehash bug and bugs corrupting timestamps on some 32bits systems. Added few more file type icons for "cpp", "h" nd "c", "patch" and "diff" extensions. Moved Uploads to Downloads Tab. Added to change the text for the Play Button, when file is not a media file. 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. Patch "AddSearchFilesourceSorted_6951.diff" from Phenom. Adds correct sorting for search results. Extended max chunk TTL to 1 hour. A short TTL is not anymore needed since chuns are shared between sources.Chat: Patch "chatdialog_allow_buttons_from_different_plugins_3" from electron. ChatDialog allows now Buttons from different Plugins. Patch "Fix_ChatLobbyAutoSubscribe_6951.diff" from Phenom. Fixes request for existing lobbies when no lobby ihas been found yet. Code beautification. Added lobby ID as tooltip to lobby list.Forums: Added ElidedLabel to be used in places where labels might be too long and therefore trigger an unwanted window resize. This is currently used as forum thread titles.Channels: Patch "Fix_ChannelNotificationFeedLink" from Phenom. Allows to finish loading a channel before jumping to the linked post. 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.Notification: Reworked the notification system, which is now a standalone service. Now plugins can receive notifications. Corrected the layout of the Connect Progress Dialog. 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. Added new feed item types and logic to show connection attempts from forged certificates (e.g. bad signature, bad certificate). Limit number of feed items to 500 to avoid flooding. Changed the default stylesheet color for the Security Feed. Improved display/fixed bugs in security item.Plugins: Added service pointer for forums to the plugin interface. FeedReader: Used the forums pointer from the plugin interface instead of the global pointer. Added missing services in RsPluginInterface class.GXS: 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. Fixed temporary to load the Wiki Groups Tree at startup, auto update seems not to work.core: Moved PGP id and SSLid types into rsid.h, and renamed them with a more appropriate name. Fixed cipher list for openssl. ECDHE is not configured, so it cannot be used. Added serialisation methods for SSLId and time_t. Added an option in the pro file for dsdv, as it is compiled when not used. Removed status member from FileDetails. Not used => misleading. Removed asserts in reader_armoured.c, reader_encrypted_se.c, reader_encrypted_seip.c, readerwriter.c. Allow loading packets of large size from config files (fixed storing of big messages), and continue on config files skipping items that cannot be deserialised. Put a hard limit to packet size in pqistore to avoid calling realloc with fancy numbers when the stream has been corrupted.Bug fixes: Fixed bug due to ot sending notifications to the file lists. Added missign cleanup call in RsAES.cc, causing a small memory leak. Changed order of the shutdown to fix a crash of the WebUI plugin. First stop the plugins then the other services. Fixed ghost lobby issue. Patch from HM to avoid allocating absurdly long uids. Added check to only import version 4 keys in the keyring. Fixed error handling in certificates that could crash RS when a bad cert is pasted. Fixed proper handling in failed malloc in openpgp-sdk, causing crash with deliberate bad cert. Fixed small error in pgphandler, potentially adding empty certs in database. Limited the number of packets to be parsed in a row, to prevent compressed data to contain an enormous number of packets. Removed potential uninitialized memory read in TlvKey item. Fixed mismatched free/delete in p3channels.cc. Fixed bug introduced in 6965 that prevented people joining private lobbies to see the messages and talk. Fixed potential attack by supplying non hexadecimal strings as certificate common name. Fixed spaces in copy/paste of rich text.