DC++ Changelog

What's new in DC++ 0.881

Nov 6, 2023
  • Require SSE4.2 for 64-bit builds (cologic)
  • Upgrade compiler for better performance and security (emtee)
  • [L#2039677] Fix crash logging to work with modern compilers' defaults - allows enabling (HE)ASLR properly (emtee)
  • Modernize Users frame to show expanded and copyable user information (iceman50)
  • Add new icon set with a modern look and feel, partly based on https://github.com/elementary/icons (iceman50)
  • Add SetOverlayIcon to dwt::Taskbar, DC++ will now show a green or red icon overlay on the taskbar icon
  • depending on away status (iceman50)
  • [L#2019492] Fix a possible crash in DWT tab view control (emtee, iceman50)
  • Display originating hub info on new incoming private messages (iceman50)
  • [L#1494814] Support MSVC project generation for Visual Studio 2022 (iceman50)
  • Fix saving preferred port mapper setting for IPv4 (emtee)
  • Update OpenSSL to version 3.1.2
  • Update Boost to version 1.83
  • Update MiniUPnPc to version 2.2.5
  • Update the NAT-PMP library
  • Update zlib to version 1.3
  • Fix compression errors when uploading due to a change in zlib 1.2.12 (iceman50)
  • Documentation and translations updated as usual, thanks everyone

New in DC++ 0.880 (Oct 21, 2022)

  • Upgrade license to GPLv3 for future license compatibility with some libraries
  • Add OS and UAC compatibility manifests (emtee, iceman50)
  • [L#1774502] Restore automatic downloading of up-to-date GeoIP databases
  • Set cached hublists to expire in 24 hours, keep them longer only in case of download problems (emtee, rolex)
  • [L#1979900] Prefer attempting outgoing connections on IPv4 when there's no IPv6 connectivity (emtee)
  • Introduce the naming "Optimized" and "Legacy" for the 64-bit and 32-bit builds of DC++ respectively; the former gains advantage
  • of modern OSes and hardware while the latter makes DC++ remain compatible with the 32-bit architecture and / or old hardware.
  • Installer: detect available CPU features and offer the best DC++ binary for the current system (emtee)
  • [L#1970416] Set the focus properly on the active window at startup (emtee)
  • [L#1952754] Add new hublist server hublist.pwiam.com; blacklist and remove discontinued or inaccessible server addresses
  • Add AboutConfig frame for testing and debugging purposes (iceman50, emtee)
  • [L#1682791] Block possible unencrypted direct private message connection attempts (fix adapted from AirDC++) (emtee)
  • Upgrade compiler for better performance; allows further optimizations to modern Windows versions (cologic, emtee)
  • Allow copy of hub address with keyprint on secure hubs (code adapted from AirDC++) (emtee)
  • Require SSSE3 for 64-bit builds (cologic)
  • Documentation and translations updated as usual, thanks everyone

New in DC++ 0.871 (Apr 2, 2022)

  • Update OpenSSL to version 1.1.1n
  • Offer the current testing release to a random subset of users at start (emtee)
  • [L#1965620] Restore TLS connections to certain servers with multiple hostnames (fix adapted from AirDC++) (emtee)

New in DC++ 0.870 (Oct 8, 2021)

  • Adaptively determine fastest TLS 1.3 ciphersuites (klondike)
  • [L#1703150] Fix crash when closing NMDC hubs (emtee)
  • [L#1909853] Allow the operating system to determine the best socket buffer sizes by default (maksis)
  • Add option to exclude encrypted private messages from logs (emtee)
  • [L#1445330] Allow CCPM on unencrypted ADC hubs (emtee)
  • [L#1853692] Blacklist an unmaintained hublist server
  • [L#1829064] Add new hublist server dcnf.github.io
  • [L#1815377] Fix a bug that could keep files from hashing due to CRC errors when automatic .sfv checking is enabled (emtee)
  • [L#1910274] Don't add incomplete TTH trees to hash database (cologic)
  • [L#1649066] Don't share files/directories with non-UTF-8 names on Linux/macOS/BSDs (cologic)
  • Fix GeoIP country in the Transfer View and Search window (emtee)
  • Keep existing GeoIP files after an unsuccessful download (emtee)
  • Update OpenSSL to version 1.1.1k
  • Require TLS 1.2 or newer (currently only TLS 1.3)-based ADCS connections (cologic)
  • "Require TLS ADC client-client connections" setting now on by default (poy)
  • Drop support for SHA-1-based ciphersuites due to chosen-prefix collisions from https://sha-mbles.github.io/ (cologic)
  • Disallow Diffie-Hellman keys smaller than 2048 bits to mitigate the Logjam attack (cologic)
  • Update bzip2 to version 1.0.8
  • Update MiniUPnPc to version 2.2.1
  • Update Boost to version 1.72

New in DC++ 0.868 (Nov 12, 2018)

  • During the first run of a new DC++ release shipped with new default hublist servers the new addresses are automatically added
  • to the existing setup (no manual reset/configuration needed anymore) (emtee)
  • Revisit default hublists, add new working hublist servers; blacklist discontinued or inaccessible server addresses (emtee)
  • Add function to reset the list of public hublist servers to current defaults (emtee)
  • Update OpenSSL to version 1.1.1
  • Use default ECC curve list since improvement in version OpenSSL 1.1 (cologic)
  • Remove Coral CDN support, since it's stopped running (cologic)
  • Documentation and translations updated as usual, thanks everyone

New in DC++ 0.867 (Oct 22, 2017)

  • [Launchpad bug 1722364] Prevent remote crashes from malevolent UDP data (maksis)
  • Over version 0.860, DC++ 0.867 fixes some connectivity settings, updates libraries and the compiler used to build the program, and contains miscellaneous improvements

New in DC++ 0.867 Test (Oct 13, 2017)

  • Prevent remote crashes from malevolent UDP data (maksis)

New in DC++ 0.866 (Jul 19, 2017)

  • [Launchpad bug 1681153] Better handle chats with a lot of text and prevent a remote freeze case (poy)
  • Update MiniUPnPc to version 2.0.20170509 - protocol and CVE-2017-8798 fixes
  • MiniUPnPc: Fix a multicast TTL setting mistakenly set to 50 instead of 2 (poy)

New in DC++ 0.866 Test (May 21, 2017)

  • This release fixes a serious issue that allows remote denial of service attacks (ability to freeze the client remotely by any user of the connected hubs). Besides the hardened security, version 0.866 also improves UPnP port mapping which might fix certain issues with the automatic connectivity setup.
  • The details of the vulnerability will be disclosed as soon as 0.866 or any forthcoming DC++ release is marked as stable.
  • Better handle chats with a lot of text and prevent a remote freeze case (poy)
  • Update MiniUPnPc to version 2.0.20170509 - protocol and CVE-2017-8798 fixes
  • MiniUPnPc: Fix a multicast TTL setting mistakenly set to 50 instead of 2 (poy)

New in DC++ 0.865 (Feb 8, 2017)

  • zlib and OpenSSL libraries have been updated; the compression issue found in the previous version has been fixed.

New in DC++ 0.865 Test (Feb 2, 2017)

  • Update zlib to version 1.2.11
  • [L#1656050] Fix compression errors when uploading due to a zlib API change (poy)
  • Update OpenSSL to version 1.0.2k

New in DC++ 0.864 Test (Jan 10, 2017)

  • Tests with the 0.864 version of DC++ have uncovered a transfer issue (see https://bugs.launchpad.net/dcplusplus/+bug/1656050) so the release has been removed. It never made it to the "stable" status. Please keep using version 0.863 for now.
  • [L#1654329] Fix search crashes triggered by search results from offline users (emtee)
  • Update zlib to version 1.2.10
  • [L#1654411] Share filter dialog boxes: No case-insensitive uniqueness (poy)
  • "Thank you for testing" notifications that can be disabled (poy)

New in DC++ 0.863 Test (Nov 12, 2016)

  • [Launchpad bug 1628615] Add user nick coloring to the Search window (iceman50)
  • Build with SSE3 support;
  • Intel Core or AMD A64 X2 or newer CPU required, with some older steppings also working (cologic)
  • [Launchpad bug 1638038] Fix alignment issues in 32-bit builds leading to crashes

New in DC++ 0.862 (Oct 17, 2016)

  • Update the NAT-PMP library
  • Update Boost to version 1.62
  • [L#1629574] Fix automatic connectivity detection not switching to passive mode (emtee)

New in DC++ 0.861 (Sep 27, 2016)

  • Update to GCC 6.2 & boost 1.61
  • Build with SSE2 support, Intel P4 / AMD A64 or newer CPU required to run 32-bit builds
  • Update OpenSSL to version 1.0.2j
  • Launchpad bug 1626741] Fix some connectivity settings not being loaded / saved
  • Scroll through tabs via Ctrl+PageUp / Ctrl+PageDown

New in DC++ 0.860 (Sep 27, 2016)

  • Switch feasible http links to https
  • [Launchpad bug 1451223] Added support for a HTTP downloader in the plugin interface
  • [Launchpad bug 1353402] Added option to autostart DC++ when Windows starts
  • [Launchpad bug 1265578] Added toolbar to download queue
  • Better security and certs related settings layout
  • [Launchpad bug 1262319] Add option to quick-check encrypted hubs in search frame
  • [Launchpad bug 1494809] Fix chat tab selection on Windows 10
  • [Launchpad bug 1506210] Improve IPv6 connectivity & add more settings
  • Show list of available network interfaces for binding; add IPv6 binding setting
  • Add setting for external IPv6 addresses to be used for specific favorite hubs and hub groups
  • Drop Windows XP support, Vista is the minimum Windows version required to run DC++ from now
  • Add system memory size information to the crashlog
  • [Launchpad bug 236056] Add search options to right click menu in the notepad
  • [Launchpad bug 1435007] Fix /clear-command scrolling problem
  • [Launchpad bug 1473791] Added support to specify encoding in NMDC (favorite) hubs
  • [Launchpad bug 264208] Add max extra slots option
  • Add safeguarding for notification balloons
  • [Launchpad bug 1306825] Add connectivity status for hubs to the public hubs window
  • [Launchpad bug 1502650] Add whitelist of URIs that can be directly opened without prompt
  • [Launchpad bug 710249] Show popup info text in text prompts
  • Update OpenSSL to version 1.0.2h
  • [Launchpad bug 1436105] Improve KeyPrint checks
  • [Launchpad bug 1516181] Fix the KeyPrint check for hubs
  • [Launchpad bug 1543595] Fix issues with encrypted transfers
  • Update MiniUPnP to version 2.0
  • Scroll through tabs using the mouse wheel
  • Invert extra mouse button effects on tabs to be more intuitive
  • [Launchpad bug 1620100] Installer: Update to NSIS 3
  • Installer: Fix cut lines in the donation text
  • Documentation and translations updated as usual, thanks everyone

New in DC++ 0.851 (Apr 7, 2015)

  • Prefer boost regex over std regex for the time being
  • [NMDC] Disallow malicious search requests
  • [NMDC] Block C-C connections to hubs
  • Installer page regarding contributions / donations
  • Update some links
  • Update OpenSSL to version 1.0.2a
  • Support only secp256r1/prime256v1/P-256 elliptic curve for ECDHE

New in DC++ 0.850 (Jan 19, 2015)

  • [Launchpad bug 1308290] Enable TLS v1.1 and TLS v1.2-based ADCS connections
  • Update OpenSSL to version 1.0.1k
  • Fix DWT button rendering on WINE
  • [Launchpad bug 1206864] Fix "Require TLS ADC C-C connections"
  • Add option to disable smart chat links - recommended on Wine
  • Improve UTF-8 RFC-3629 compliance
  • Remove deprecated Bitzi TTH lookup
  • Update MiniUPnP to version 1.9
  • Update the NAT-PMP library
  • Update translations

New in DC++ 0.843 (Apr 28, 2014)

  • Fix subtract list functionality (crise)
  • [NMDC] Prevent crashes when receiving malicious search requests (pavel pimenov)

New in DC++ 0.842 (Apr 11, 2014)

  • Filtering of shared files.
  • Menu and icon improvements.
  • Connection fixes.
  • Security fixes, especially regarding keyprints, certificate generation and the "Heartbleed" vulnerability.
  • And most of all, many tweaks here and there to make your DC++ experience more enjoyable

New in DC++ 0.842 Test (Apr 10, 2014)

  • Update OpenSSL to version 1.0.1g - notably fixes the TLS heartbeat attack

New in DC++ 0.841 Test (Apr 7, 2014)

  • Reset fav hub column sizes (poy)
  • [L#395400] Revert the hub list caching patch as it was messing logs up (poy)

New in DC++ 0.840 Test (Apr 1, 2014)

  • [L#1115765] Added ability to filter out files and directories from the share (ullner)
  • [L#1225420] Open own list when using get/browse file list on self (ullner)
  • [L#1250614] Added menu option on hub tab for only searching in that hub (ullner)
  • [L#250238] Remove queued files that are already shared when DC++ starts (ullner)
  • [L#309815] Hub icon will change depending on user status (user/registered/operator) (ullner)
  • [L#721513] Transferview: Added "Remove file from queue" menu option and "Force attempt" is now only available for downloads (ullner)
  • [L#210217] Add connectivity status for hubs to the favorite hubs window (ullner)
  • [L#593613] Added /lastmessage in PMs to show the time of the last message (ullner)
  • [L#363092] Disallow transfer port and encrypted transfer port to be the same (ullner)
  • [L#1245179] Avoid connection failures (maksis)
  • [L#1228927] Fix columns for file lists in the Download Queue (emtee)
  • HTTP fixes (crise)
  • Safer hub state tracking (poy)
  • Add "/d " for DuckDuckGo searches (poy)
  • Add a dialog box to nag XP suckers into upgrading (poy)
  • Support for a new XP-only branch in version checking (poy)
  • [L#395400] Hub list caching fixed on Linux (maksis, ullner)
  • [L#1030613] Safeguards against user command flooding (ullner)
  • [L#1030613] Separate internal from external user commands (ullner)

New in DC++ 0.831 r3365 (Nov 12, 2013)

  • [L#1249810] Fix NMDC TTH search responses (emtee)
  • [ADC] Don't disconnect CCPM conns after 3 minutes of inactivity (poy)
  • [L#1246868] Increased maximum command length to 512 KiB (ullner)

New in DC++ 0.830 r3358 Test (Sep 23, 2013)

  • [Launchpad bug 1010996] Correct search responses (maksis, poy)
  • [Launchpad bug 1206658] Fix transfer painting issues (poy)
  • [Launchpad bug 1208049] Properly ungroup transfer items (poy)
  • [Launchpad bug 1206855] Fix a bug with duplicate directory downloads (maksis)
  • Optimize searches with multiple extensions (emtee, poy)
  • [Launchpad bug 1032153] Added CDATA parsing to XML parser (crise)
  • [Launchpad bug 233798] Added option to set automatic search interval (ullner)
  • [Launchpad bug 1033249] The text in the /help-command now lists the description of each command. (ullner)
  • Move the PM channel selector to a status bar menu (poy)
  • [ADC] Direct encrypted PM channels (poy)
  • [ADC] Validate connection tokens to avoid impersonators (poy)
  • [ADC] Send FM / FB in code 43 STAs instead of FL (poy)
  • Don't reconnect after a manual hub disconnect (poy)
  • [Launchpad bug 1225930] Always show the window when double-clicking the notif icon (poy)
  • [Launchpad bug 1220488] Upgrade the compiler
  • Reduce the max protocol command size from 16 MiB to 16 KiB
  • Documentation and translations updated as usual, thanks everyone

New in DC++ 0.828 r3327 (Jul 23, 2013)

  • Translation fixes
  • [Launchpad bug 1194299] Prevent races when sending INF/MyINFO (maksis, poy)
  • [Launchpad bug 1194299] Prevent races when closing a connection (maksis, poy)
  • [ADC] Send the LC (locale) parameter in INF
  • [Launchpad bug 1197557] Fix collateral row deletions in transfers & searches (poy)
  • Fix duplicate user rows in transfers (poy)
  • Icons in the plugin menu to show whether they are enabled (poy)
  • Toolbar button to open the download directory (emtee)

New in DC++ 0.825 r3310 (Jun 18, 2013)

  • Group partial file list uploads to avoid a crash
  • [ADC] Disallow some malevolent messages

New in DC++ 0.822 r3308 (Jun 3, 2013)

  • Improve plugin management

New in DC++ 0.820 r3301 Test (May 22, 2013)

  • Rotate the icon while DC++ is loading (poy)
  • Launchpad bug 243727] Allow expanding merged search results (poy)
  • Merge connections, downloads and uploads in the same list (poy)
  • Launchpad bug 249622] Add user commands to transfer menus
  • Add a tab menu command to disconnect a hub (poy)
  • Validate input before trying a TTH search (emtee)
  • Display HTTP downloads in the transfer list (poy)
  • Launchpad bug 190964] Handle more connection errors (poy)
  • Support city-level GeoIP databases - new params such as %[city] (poy)
  • Distribute an x64 version
  • Package plugins as .dcext files (poy)
  • Toolbar button to access plugin commands (poy)
  • Update zlib to version 1.2.8
  • Update MiniUPnPc to version 1.8

New in DC++ 0.811 r3214 (Mar 4, 2013)

  • Fix status bar parts when the window is too small (poy)
  • [NMDC] Preserve encodings in some search results (poy)
  • [ADC] Fix problems after marking oneself as a favorite user
  • Display progress information when DC++ starts (poy)
  • No GUI freeze when DC++ starts (poy)
  • Plugin API: conversion functions return the required buffer size
  • Update Boost to version 1.53
  • Update OpenSSL to version 1.0.1e
  • Compile with MinGW-w64 instead of MinGW

New in DC++ 0.810 r3200 (Jan 31, 2013)

  • Fix a race condition on file list download
  • Fix a potential infinite loop in BufferedSocket->setDataMode
  • Add "chunked" transfer encoding as per the HTTP/1.1 spec
  • Fix DPI conversion problems
  • Remove the "Windows UPnP" port mapper in favor of MiniUPnP
  • Improve the plugin API
  • Delete "View as text" files only when their window is closed
  • Fix queue matching when files have the same TTH but a different size
  • Update Boost to version 1.52 and atomic&lockfree to the version in trunk
  • Restore "Requesting" messages in the transfer list
  • Apply link & plugin formatting to status messages
  • Share file name duplicates due to directory merges
  • Share file name duplicates due to case differences
  • Reject file lists that contain duplicate items
  • Drag & drop text into text input fields
  • Add "user online" / "user offline" status lines to PMs
  • Apply "send unknown /commands" to PMs
  • Don't clear the message box when trying to send a message to a disconnected hub
  • Improve OpenSSL error handling
  • Add copy menus to various lists
  • Add a "Copy user information" menu item
  • Revise INF order in c-c connections as advised by ADC 1.0.2
  • Add hublist.eu to default hub lists
  • Add a toolbar button to open own file list
  • Fix invalid share sizes after a directory merge
  • Satisfy some boost lockfree requirements, could fix bugs on heavy load
  • Clean up earlier after receiving zlib data
  • Send passive search replies via the hub they were requested from
  • Actions on search results happen on the correct hub
  • Note: The hash registry will be upgraded when running this version for the
  • first time. Make sure all your drives are connected to avoid re-hashing.
  • That upgrade only works on Win >= Vista; re-hashing is compulsory on XP.

New in DC++ 0.802 r3085 (Oct 22, 2012)

  • Perf improvements using lock-free queues, requires P6 CPUs
  • Reduce freezes when displaying file list dirs that contain lots of files
  • Less CPU consumption with large hubs/queues/lists
  • Fix incorrect user lists when DC++ is under heavy load
  • Plug resource leaks
  • [Launchpad bug 411484] [ADC] Fix BLOM when h > 32
  • [Launchpad bug 198416] Fix a crash when closing the download queue

New in DC++ 0.801 r3060 (Sep 30, 2012)

  • [L#1029629] Prevent crashes on heavy use by updating Boost.Atomic

New in DC++ 0.800 r3056 (Sep 17, 2012)

  • Launchpad [bug 270107] Revamp favorite hub settings
  • Reduce resource consumption when slots are full
  • Launchpad [bug 984330] Make PM windows more aware of the selected hub
  • Launchpad [bug 927821] Don't choke on hub addresses with spaces
  • Update OpenSSL to version 1.0.1c
  • Fix a mixup between IPs and hostnames leading to wrong search results
  • Tweak help tooltips in the settings dialog
  • Make the menu bar hideable
  • Add a /info hub command
  • Launchpad [bug 957994] Fix glitches with the file list loader
  • Launchpad [bug 1007103] Correct download logging after an app restart
  • Replace option to disable ADC C-C TLS with one to require it
  • Launchpad [bug 1007099] Fix disabled buttons in user matching settings
  • Do not automatch queue for bad/removed sources
  • Minor DL queue tab fixes
  • Replace the slot up-down control by a context menu
  • Launchpad [bug 745162] Fix upload log format for partial lists
  • Fix GUI problems in a download attempt of a public hublist with invalid address
  • Fix unsuccessful HTTP redirections
  • Launchpad [bug 1016205] Avoid deadlocks when changing user matchings
  • Launchpad [bug 249159] Improve performance when selecting lots of lines in lists
  • Launchpad [bug 1016907] Exclude temporary downloads from queue dupe check
  • Greatly improve user command removal time when closing a hub
  • Launchpad [bug 587597] Add plugin API
  • dwt] Add a link control
  • Allow Magnet links to be pasted in the "Quick connect" box
  • Rise the minislot size to 512 KiB
  • More Alt+I shortcuts for list filters
  • Increase the chat buffer limit (iceman50)
  • Eliminate GUI freezes when opening large file lists
  • Remove the search spy in favor of the dev plugin - works on ADC too
  • Fix partial list browsing after loading an old full list
  • Add QP support
  • Launchpad [bug 305811] Grant extra slot hangs connection in ADC hubs
  • Launchpad [bug 1032227] Fix a crash when parsing messages with Magnet links
  • Launchpad [bug 1039537] Fix a crash in Windows 8
  • Update Boost to version 1.51
  • Merge 2 identical active mode settings
  • Fix NAT-PMP renewal
  • Launchpad [bug 226968] Remember list sorting & splitter positions
  • Launchpad [bug 1041553] Fix help tooltips in Windows 8
  • Fix GeoIP & OpenSSL problems with wide character paths
  • Launchpad bug 288756] Automatically mark sources of large files as bad if the full tree is not available

New in DC++ 0.799 r2914 (May 7, 2012)

  • Add icons
  • Fix table header column translations (emtee)
  • Improve chat link menus (poy)
  • Fix crashes when closing the DL queue window (poy)
  • Launchpad bug 330176] More reasonable DL queue directory expansion (poy)
  • Update OpenSSL to version 1.0.1b
  • Update zlib to version 1.2.7

New in DC++ 0.797 r2906 (Apr 18, 2012)

  • Save and restore partial file lists (poy)
  • Apply ADL searches in partial file lists (poy)
  • Heuristics to send additional levels of info in partial file lists (poy)
  • Add a "Download full list" button in the file list toolbar (poy)
  • Partial file lists in NMDC hubs (poy)
  • Reclaim memory after a file list match
  • Improve file reading operations
  • [Launchpad bug 678432] Context-sensitive help tooltips in the settings dialog (poy)
  • [Launchpad bug 804993] Improve multiple monitor support (poy)
  • Propose a default nick using the Win user account name (poy)
  • [Launchpad bug 914457] Fix missing tab icons (poy)
  • Add a setting to enable away mode when Windows is locked (poy)
  • Make the away message optional (poy)
  • [Launchpad bug 704502] Away mode after some time of inactivity (poy)
  • Allow empty user matching definitions that match every user (poy)
  • Add predefined user matching defs for favs (bold, more red) & ops (more blue) (poy)
  • [Launchpad bug 300971] Keep updating GUI elements while a menu is up (poy)
  • Apply user matching definition styles to nicks in chats (poy)
  • Fix favorite hub groups on Win XP (poy)
  • [Launchpad bug 925659] Safer window cleanup (poy)
  • Reduce chat flickering (bigmuscle)
  • [Launchpad bug 923612] Show the last chat line in taskbar previews (poy)
  • Show chat logs with a dim text color (poy)
  • Re-add lost user information tooltips (poy)
  • Fix discrepancies in the /conn chat command (poy)
  • Update boost to version 1.49
  • [Launchpad bug 947895] Move the "follow redirect" command to inline chat links (poy)
  • Format chat links (poy)
  • Improve threaded file list loading (poy)
  • [Launchpad bug 981733] Prevent the keyboard language from switching
  • [Launchpad bug 966339] Fix bot detection in NMDC hubs

New in DC++ 0.791 r2773 (Jan 15, 2012)

  • Update translations

New in DC++ 0.790 r2773 (Dec 30, 2011)

  • Fav users frame becomes users frame and shows all users
  • Experimental implementation of KEYP ADC extension
  • Display the name of the device MiniUPnP has bound to (poy)
  • Add NAT-PMP for port mappings as an alternative to UPnP (poy)
  • Continue from the beginning after reaching the end of a file list when searching (poy)
  • Report the progress of file list searches in the status bar (poy)
  • Repurpose Ctrl+F to in-place searches in chat windows & file lists (poy)
  • Better splitter resizing
  • [Launchpad bug 730828] Prevent a stack overflow when searching within too big file lists (poy)
  • [Launchpad bug 710359] Add finished downloads log (emtee)
  • Save and restore the current directory of file lists (poy)
  • Move file list status bar buttons to the toolbar (poy)
  • Faster startup with many tabs
  • Reduce flickering when resizing
  • Reorganize connectivity settings (poy)
  • [Launchpad bug 748623] Port mappers respect the bind address (poy)
  • Make more parts of the interface DPI-aware (poy)
  • Resizable and scrollable settings dialog
  • Remember the last settings page (poy)
  • Fix focus problems in dialogs (poy)
  • Fix Ctrl+W / Ctrl+F4 sometimes closing the wrong tab (poy)
  • [Launchpad bug 604983] Fix transfers dying on setting upload/download throttle to 0 (cologic)
  • [Launchpad bug 591626] Menus to adjust the bw limit from the tray menu & status bar (poy, iceman50)
  • Increase the max bandwidth limit from 32 MiB/s to 1 GiB/s
  • More icons (many from the Crystal Clear project, thanks to them)
  • Add notifications via balloon popups and sound (poy)
  • Fix taskbar tab previews when DC++ is elevated (poy)
  • When holding shift at start, hubs are opened but not connected to (poy)
  • Fix an integer overflow when starting a search 25 days after the previous one
  • DC++ survives a Windows theme change better (poy)
  • Remove the license page from the installer
  • Update OpenSSL to version 1.0.0e
  • [Launchpad bug 189241] Store crash reports in a CrashLog.txt file (poy)
  • Improve "View as text" windows (poy)
  • [Launchpad bug 804024] [ADC] Separate application and version in INF (ullner)
  • [Launchpad bug 696761] Modal dialog fixes (poy)
  • Link with DEP and ASLR support (thanks cologic)
  • Store the password (if available) using "Add to favorites" (thanks iceman50)
  • Fix queries in http downloads (thanks bigmuscle)
  • Update MiniUPnPc to version 1.6
  • [Launchpad bug 309402] Initial IPv6 support
  • Update boost to version 1.48
  • COM initialization fix for the Windows UPnP mapper (thanks bigmuscle)
  • [Launchpad bug 425667] More accurate indexing time left calculation (poy)
  • Switch to binary GeoIP databases, add the IPv6 one (poy)
  • The country format can be customized, see help for available codes (poy)
  • Handle GeoIP database updates from within the program (iceman50, poy)
  • [Launchpad bug 783516] ZLIF compression support (iceman50)
  • [Launchpad bug 874282] Fix the "Close disconnected hubs" command (poy)
  • [Launchpad bug 721102] Close tabs when releasing the mouse button (poy)
  • [Launchpad bug 729684] Fix the /userlist chat command (poy)
  • Revamp style settings (poy)
  • Add user matching settings (poy)
  • [Launchpad bug 887021] No beep on ctrl+A in some text-boxes (poy)
  • Improve list filters, add one to filter search results (poy)
  • [Launchpad bug 901237] Fix a possible crash on parital list removal from the queue (thanks bigmuscle)
  • [Launchpad bug 900650] Fix removal of same ADC users logged into multiple hubs when they go offline (emtee)
  • Plug memory leaks in list and tree controls (poy)
  • [Launchpad bug 735512] Switch to Boost.Atomic to solve freezes (poy)
  • [Launchpad bug 871975] Safer updating of the finished transfer window (poy)
  • Load file lists in a separate thread (bigmuscle, poy)

New in DC++ 0.782 r2402.1 (Mar 7, 2011)

  • Prevent a remote crash triggered via malformed user commands
  • Avoid crashes when closing from the taskbar too often
  • [Launchpad bug 580051] Restore DC++ colors to the fav hub window
  • Be stricter when determining whether MiniUPnP has succeeded (poy)
  • [Launchpad bug 704743] Fix hang on exit under WINE in active mode
  • [Launchpad bug 654483] Don't duplicate file list entries when re-downloading it Highlight window splitters on mouse hover
  • Prevent endless redirection loops with some Coral servers
  • [Launchpad bug 590651] Plug a resource leak with regard to tab icons [Launchpad bug 726254] Avoid a crash related to the Win 7 taskbar integration

New in DC++ 0.781 r2393 Experimental (Jan 13, 2011)

  • Add a dummy serial number to TLS certs to satisfy some parsers (poy)
  • Avoid loading unprocessed file lists on exit (poy)

New in DC++ 0.780 r2390 Experimental (Jan 11, 2011)

  • Compiled with C++0x support
  • Update Boost to version 1.45
  • Prevent hub-provided cmds from "open own list" from going to the wrong hub
  • Remove ADC empty token workaround targeting 0.698 (cologic)
  • Enable Data Execution Prevention (cologic)
  • Improved tabs, new settings (poy)
  • [Launchpad bug 571546] Add an "X" icon to close the active tab (poy)
  • [Launchpad bug 603071] Linux compile fix
  • [Launchpad bug 606435] Prevent potential re-hashing
  • Automatic incoming connection type detection - enabled by default (emtee)
  • Add "Close all hubs" to Window menu (emtee)
  • New icons
  • Update the links in the "Help" menu (poy)
  • Prevent current-directory Windows DLL injection (cologic)
  • [Launchpad bug 617021] Fix linux semaphore (thanks gennady proskurin)
  • [Launchpad bug 617591] Fix multi-core/cpu issue with ref-counting (thanks gennady proskurin)
  • Fix some counters that could have caused issues when running dc++ for a long time
  • [Launchpad bug 617517] More portable critical sections (thanks big muscle)
  • Removed stlport support (probably defunct by now...)
  • Modernize the installer and make it translatable (poy)
  • Customize the font selection dialog, save the charset (poy)
  • Blacklist rogue hub-lists (poy)
  • Fix some wrong menu fonts (poy)
  • [Launchpad bug 630655] Separate IP and Country columns in users and connections lists (thanks iceman50)
  • Support taskbar thumbnails and "Aero Peek" live previews on Win 7 (poy)
  • Fix menu separators on Win 7 (poy)
  • [Launchpad bug 588224] Display folders using the correct icon on Win 7 (poy)
  • Help updates (poy, emtee)
  • [Launchpad bug 571914] Fix crash when a zero sized bloom filter is requested (emtee)
  • Don't close the net stats window when double-clicking on the status bar (poy)
  • Fix a random crash when reconnecting hubs and being unlucky (poy)
  • Added notice about the original C implementation of Tiger (you must include this in mods!) (ullner)
  • Add a menu to change the group of a fav hub more easily (poy)
  • [ADC] Support hidden users as per the ADC ext spec (poy)
  • [ADC] Group search extensions thanks to "SEGA" (poy)
  • Keep search history in file list windows (emtee)
  • Add a "Previous" button in file lists for backwards searching (emtee)
  • More efficient file list searches that start from the current selection (poy)
  • Move the file list searching functionality to a togglable search bar (poy)
  • Update OpenSSL to version 1.0.0c (poy)
  • [Launchpad bug 378829] Make sure our OpenSSL binaries aren't "optimized for MS-DOS" (poy)
  • [Launchpad bug 674545] Add magnet keyword search
  • [Launchpad bug 506288] Save settings periodically (poy)
  • Add titles to various menus (poy)
  • [Launchpad bug 535556] Make sure menus are not too wide (poy)
  • [Launchpad bug 610466] Fix sharing of downloaded files from different drives (emtee)
  • [Launchpad bug 300728] Fix infinite recursion when sharing a directory with a broken name on unix (thanks alexander sashnov)
  • [Launchpad bug 250149] Retry on more possible Coral errors (emtee)
  • [Launchpad bug 260748] Really readded sfv check (was broken by segmented downloading) (emtee)
  • Update bzip2 to version 1.0.6
  • [ADC] Dispatch the amount of free slots with INF FS (poy)
  • [ADC] Dispatch away mode changes (poy)
  • Add a user icon modifier for users with no free slot (when INF FS is available) (poy)
  • Add a user icon to represent bots (poy)
  • [Launchpad bug 534242] Better looking settings dialog (fleetcommand, poy)
  • Allow regular expressions in ADL searches (poy)
  • [Launchpad bug 395464] [ADC] Send "000" as the STA success code
  • Add user information tooltips (poy)
  • Avoid parallel hub list downloads (emtee)
  • Display full country names rather than abbreviations (poy)
  • Select a better default font (poy)
  • [Launchpad bug 681754] Fonts and dialogs respect DPI settings - mark DC++ as DPI aware (poy)
  • Update MiniUPnPc to version 1.5 (poy)
  • Ameliorate the MiniUPnPc device selection
  • Prevent an endless loop on connection failure (thanks bigmuscle)
  • More consistent behavior in file lists for back / forward / up, and some buttons (poy)
  • Rework file and folder icons, add one for incomplete dirs (poy)
  • Save and restore the selected tab when re-opening (poy)
  • Process file lists only when they first come into view (poy)
  • [Launchpad bug 700594] Prevent multiple password dialogs and give them the hub title (poy)
  • [Launchpad bug 700593] Add an address bar in file lists (poy)
  • Documentation and translations updated as usual

New in DC++ 0.770 r2176 Stable (Jan 11, 2011)

  • [Launchpad bug 550300] Catch more potential file corruptions (thanks bigmuscle)
  • Fix socket resolve in *nix systems (thanks razzloss)
  • [ADC] NAT traversal to allow passive-passive connections (thanks cologic)
  • Reduce donwload reconnect attempts after connection failures (poy)
  • Fix crashes related to file lists (poy)
  • [Launchpad bug 230973] Add MiniUPnPc for UPnP mappings and make it threaded (poy)
  • Be stricter when parsing list-looking %[line:] params (poy)
  • [Launchpad bug 326541] [ADC] Customizable search type extensions (emtee, poy)
  • Update zlib to version 1.2.5
  • Documentation and translations updated as usual

New in DC++ 0.762 Stable (Jun 5, 2010)

  • Stability improvement related to menus (poy)
  • [Launchpad bug 539992] Shell menus for directories when browsing own file list (poy)
  • Parse separators in titles of user command param boxes (poy)
  • Fix painting issues with /clear (poy)
  • Smooth text-box menus (poy)
  • Add user commands to the chat menu (poy)
  • OpenSSL 0.9.8n - defends against a remote crash (poy)
  • [Launchpad bug 548743] Fix broken share regression on non-Windows systems (steven sheehy)
  • Fix 'Share hidden files' checkbox value saved to a wrong setting (emtee)
  • [Launchpad bug 562099] Fix encoding problems (poy)
  • [Launchpad bug 556011] Respect the font style in chat windows
  • [Launchpad bug 551319] Add %[fileMN] to user command params (thanks darkklor)
  • Magnet links are now produced with a size (xl) param
  • [Launchpad bug 505450] Extend %[line:] to create combo boxes (thanks sulan)
  • Compilation fixes for OpenSolaris (thanks andrew browne)
  • Help updates (poy, emtee)
  • [Launchpad bug 550300] Fix a possible file corruption (thanks bigmuscle)
  • [Launchpad bug 551184] Fix unnecessary move of downloaded filelists (emtee)
  • [Launchpad bug 556853] Fix sharing a whole drive (root folder) was impossible in random cases (emtee)
  • [Launchpad bug 559544] Don't clear multiline boxes with Ctrl+Alt+A (poy)
  • [Launchpad bug 545264] Correct ADC hub counts (emtee)
  • Add an "Elapsed" column in finished transfer windows (poy)
  • [Launchpad bug 539841] Network settings arrangements (poy)
  • [Launchpad bug 556799] Fix positioning and possible queue problems with downloaded file lists (emtee)
  • Refresh open file lists when they are being opened again (poy)

New in DC++ 0.762 Experimental (May 20, 2010)

  • Stability improvement related to menus (poy)
  • [Launchpad bug 539992] Shell menus for directories when browsing own file list (poy)
  • Parse separators in titles of user command param boxes (poy)
  • Fix painting issues with /clear (poy)
  • Smooth text-box menus (poy)
  • Add user commands to the chat menu (poy)
  • OpenSSL 0.9.8n - defends against a remote crash (poy)
  • [Launchpad bug 548743] Fix broken share regression on non-Windows systems (steven sheehy)
  • Fix 'Share hidden files' checkbox value saved to a wrong setting (emtee)
  • [Launchpad bug 562099] Fix encoding problems (poy)
  • [Launchpad bug 556011] Respect the font style in chat windows
  • [Launchpad bug 551319] Add %[fileMN] to user command params (thanks darkklor)
  • Magnet links are now produced with a size (xl) param
  • [Launchpad bug 505450] Extend %[line:] to create combo boxes (thanks sulan)
  • Compilation fixes for OpenSolaris (thanks andrew browne)
  • Help updates (poy, emtee)
  • [Launchpad bug 550300] Fix a possible file corruption (thanks bigmuscle)
  • [Launchpad bug 551184] Fix unnecessary move of downloaded filelists (emtee)
  • [Launchpad bug 556853] Fix sharing a whole drive (root folder) was impossible in random cases (emtee)
  • [Launchpad bug 559544] Don't clear multiline boxes with Ctrl+Alt+A (poy)
  • [Launchpad bug 545264] Correct ADC hub counts (emtee)
  • Add an "Elapsed" column in finished transfer windows (poy)
  • [Launchpad bug 539841] Network settings arrangements (poy)
  • [Launchpad bug 556799] Fix positioning and possible queue problems with downloaded file lists (emtee)
  • Refresh open file lists when they are being opened again (poy)

New in DC++ 0.761 Stable (May 20, 2010)

  • [Launchpad bug 533840] Fix crashes with themed menus (poy)
  • Fix showing settings from the tray menu (poy)
  • Prevent a crash when the app is closed while a modal dialog is up (poy)

New in DC++ 0.760 Stable (May 20, 2010)

  • [Launchpad bug 263390] Fix main icon format (poy)
  • Help updates (emtee, poy)
  • Handle file lists better in finished windows (emtee, poy)
  • [dwt] Implement Richedit text control (cologic)
  • Update the file list window title bar when the user online status changes (poy)
  • Re-open previous windows - no auto-connect/auto-open setting anymore (poy)
  • Fix own file list not deleted on closure
  • Fix menu title size (poy)
  • [Launchpad bug 239895] Display ISTA
  • "Recent windows" button in the toolbar (poy)
  • Upgraded to OpenSSL 0.9.8m-beta1 (poy)
  • [Launchpad bug 350585] Fix sorting issues in finished windows (poy)
  • [Launchpad bug 339872] Fix crash when decompression initialization fails (steven sheehy)
  • Restore check-boxes in the "Context" user command group (poy)
  • CTM protection by domain name instead of ip (thanks poy)
  • [Launchpad bug 362598] Fix share crash (thanks emtee)
  • [Launchpad bug 367186] Fix crash in waiting users (poy)
  • [Launchpad bug 261185] Use standard user menus in PMs, waiting users, file lists (poy)
  • [Launchpad bug 210727] Solve file list refresh & hashing sync issues (thanks ben)
  • [Launchpad bug 264342] Stop hashing on shutdown (thanks steven sheehy)
  • [Launchpad bug 350994] Fix ignored downloads from search (poy)
  • [Launchpad bug 362878] Compilation fix for Mac OS X (thanks ximin luo)
  • Save user nicks (poy)
  • [Launchpad bug 384558] Don't share the temporary download directory (poy)
  • [Launchpad bug 385818] More native menu colors (poy)
  • [Launchpad bug 385821] Apply the font to check-boxes and tabs (poy)
  • [Launchpad bug 213213] Implement bandwidth throttling (cologic, bigmuscle)
  • New icons (thanks radox)
  • Fix dialog focus issues (poy)
  • Fix a crash in queue frame
  • Move finished downloads functionality into queue frame
  • [Launchpad bug 415965] Hashing can be paused (bigmuscle, emtee, poy)
  • [Launchpad bug 414068] No 35-characters limit to nick and description (ullner)
  • [ADC] Support the TS param of MSG (poy)
  • Convert language codes to real names in settings (poy)
  • Improve user command support in ADC hubs (poy)
  • Improve context-sensitive help (poy)
  • Fix Ctrl+Shift+Tab (poy)
  • Readded WTL exception to the license (for mod developers)
  • Update to boost 1.40
  • [Launchpad bug 463723] Fixed download directory path on non-win32 (thanks razzloss)
  • Favorite hub groups (poy)
  • [Launchpad bug 206778] Fix issues related to users online in multiple hubs (poy)
  • [Launchpad bug 460724] [ADC] Handle self-QUI when sent before INF (thanks sulan)
  • [Launchpad bug 431045] Don't overwrite downloaded files in some cases (thanks emtee)
  • Fix splitter positioning (poy)
  • [ADC] Don't send commands that the hub has forbidden via STA (poy)
  • [Launchpad bug 458498] Fix bad bloom error message causing disconnects
  • Fix coloring of drop-down controls (poy)
  • Show last main chat lines, add a "History" settings category (poy)
  • [Launchpad bug 483323] Fix share files instantly after downloaded (emtee)
  • Toolbar customization (shift+drag, double-click, right-click) (poy)
  • [Launchpad bug 338888] Fix sharing hidden directories (emtee)
  • Auto-resize the message editing box when composing a multiline message (poy)
  • Remove flicker when opening a window (poy)
  • Re-try UPnP mappings after closing settings (poy)
  • [Launchpad bug 485018] Handle adcs:// links (thanks emtee)
  • [Launchpad bug 484247] Fix memory usage when parsing (unreasonably) large file lists
  • [Launchpad bug 242259] Fix a few more cases when adding sources to the queue (emtee)
  • [ADC] Filter some status messages
  • Drop support for non-xml hub lists
  • [Launchpad bug 351393] Fix memory leak during share update
  • [Launchpad bug 400080] Improve hub list status messages (emtee)
  • [ADC] Allow hubs to send IPs of passive users via INF (poy)
  • [Launchpad bug 473173] Fix crash when hashing files on non-Windows systems (thanks razzloss)
  • Update list-view filters more often (poy)
  • Show multiple user-command params in the same dialog (poy)
  • [Launchpad bug 509456] Fix pressing Tab in the notepad (poy)
  • Register in HKCU instead of HKLM to avoid UAC warnings; ditch magnet.exe (poy)
  • Don't use the Vista download dir when running in local mode
  • When a static window is opened, check its menu & toolbar buttons (poy)
  • [Launchpad bug 321246] Fix crash with debug builds on non-Windows systems (steven sheehy)
  • [Launchpad bug 510314] Fix a possible crash in rechecker (thanks poy)
  • Don't move files

New in DC++ 0.750 Stable (Mar 22, 2009)

  • 0.750 marks the moment where the migration to MinGW is mature enough to call DC++ a full MinGW compliant application. This release improves the program functionality and how it works on your system. Major enhancements include : openssl fix for older libraries, fixed major known crashes, updated help, minor GUI features, new interface for settings page, and the REF extension for NMDC and ADC that allow peers attacked by the CTM exploit(willingly or unwillingly) to find out the corrupted hub that is used for attacking.
  • Have fun using DC++ !

New in DC++ 0.750 Beta (Mar 7, 2009)

  • "Merge results for the same file" check-box in search (poy)
  • [ADC] Send only 5 results to passive users (thanks sulan)
  • Status message when a download fails from search (poy)
  • Fix the finished downloads check-box sometimes not appearing (poy)
  • Remove unsightly border below tab headers (poy)
  • Fix wrong mouse cursors (poy)
  • Add possibility to recheck unfinished downloads (emtee, poy)
  • Fixed lists being matched twice
  • Searches and connection attempts go through the correct hub if possible
  • Bzr revision in AboutBox
  • Upgraded to OpenSSL 0.9.8j (poy)
  • Fix multiple instances (poy)
  • Fix encoding issues in translated help files (poy)
  • Help updates (emtee, poy)
  • Fix upload speed reporting
  • Clean up whitespace before sending search
  • Clickable paths in the system log window (thanks poy)
  • Auto-resizable UI (arnetheduck, poy, emtee)
  • Shell menus for multiple selections (poy)
  • Fix painting issues (poy)
  • Add hub closing confirmation dialog (poy)
  • Make sure downloaded chunks are always saved (thanks emtee)
  • Double-click on main status bar stats to open the network stats window (poy)
  • Double-click on the "AWAY" indicator to switch away mode on/off (poy)
  • Add "/dslots " chat command (thanks fusbar)
  • Fix crash on decompression errors
  • Fix round-off issue when segmented downloads are disabled
  • Fix crash on too many connections
  • Fix crash when dirs share virtual name
  • Fix crash when finished transfers lists are too busy (poy)
  • Send base hub address when connecting to other peers
  • Fix errors and warnings when compiling with g++ (steven sheehy)
  • Restore word selection in text-boxes on double-click (poy)
  • Optionally use system paths for queue etc
  • [ADC] Validate utf8 before processing messages
  • Updated Polish, German, Finnish, Romanian, Swedish, Brazilian Portuguese, French, Bosnian, UK English, Hungarian, Korean, Serbian, Russian, Turkish, Portuguese, Latvian, Bulgarian, Norwegian and Estonian translations (thank you all translators)
  • Added secure connection status to hub frame

New in DC++ 0.7091 (Dec 15, 2008)

  • Fix packaging issues with regard to the settings dialog
  • New GUI translations for Canadian English, Gujarati and Malayalam languages
  • Update existing GUI translations
  • Help translation system using po4a
  • Partial Help tanslations for Greek, Norwegian, Brazilian Portugese, Russian, French, Romanian, UK English, Polish, Hungarian, Swedish, Italian, German, Turkish, Serbian and Galician languages (thanks to the respective translators)

New in DC++ 0.708 Beta (Aug 28, 2008)

  • Added setting for max characters per tab
  • Added "File size" and "% transferred" columns in finished windows
  • Fix absent country code for IPs > 128.0.0.0 in MSVC builds
  • Remove useless chars in some paths that could lead to a Shell menu crash
  • Disable some menu commands in finished windows when files don't exist
  • Added option to always display tray icon and reorganized its menu
  • Improve error message when file list is too big
  • Right-alight sizes
  • Better nick sorting in search results
  • Fix file list positioning from search
  • Fix bogus menus when they contain more than 200 dynamic items
  • Shell menus are now sub-menus, loaded only when requested
  • Make Shell menus Vista-compliant
  • Don't re-log logs when opening PM windows
  • Save excluded search terms correctly in search history
  • Search spy tab highlighting
  • Help updates
  • Enable keyboard shortcuts in the help file
  • Error message when getting version info fails
  • Ctrl-A selects all list view items again
  • Error when adding multiple sources to queue
  • "Only show fully downloaded files" check-box in the finished DL status bar
  • Count transfers that have run then failed in finished windows
  • Improve SSL connection setup
  • Better magnet error message
  • Fixed UPnP for TLS port
  • Fix SSL assert
  • Users with untrusted cert removed from queue
  • Add fast hash option
  • Remember the positions of transfers and queue splitters
  • Fix file list columns
  • Fix possible crash when auto-downloading ADL Search matches
  • Fix user commands separators
  • Downloaded file lists show up with their correct extension
  • Correct $GetZBlock support announcment
  • Sort downloads by % done when sorting by status, resort dynamically
  • Up-down control in the main status bar to change upload slots
  • Fix crash with the "unable to open ports" message
  • Add an optional param to the /clear command that specifies the number of lines to keep
  • Add line history and /ts in private message windows, just like in hub windows
  • Fix "View as text" in own file list
  • Add icons next to tab menu titles
  • Fix behavior when starting minimized
  • Automatch of search results always on
  • Partial file list requests visible in download queue
  • Queue frame is not marked dirty when file list finishes
  • Parse %userCID when logging finished transfers
  • Fix audio file type search filter
  • Updated Slovenian, Estonian, Latvian, Australian, Greek, Norwegian, Brazilian, Russian, Lithuanian, French, Portuguese, Traditional Chinese, Turkish, Simplified Chinese, Finnish, Romanian, Telugu, Hebrew, UK English, Bulgarian, Polish, Hungarian, Swedish, Croatian, Italian, German, Dutch, Serbian and Spanish translations.

New in DC++ 0.707 Stable (Jul 3, 2008)

  • Fixed crash when pressing F1 twice
  • [L#203213] Search results with same tth are grouped
  • [L#209419] Keep nick when user goes offline
  • [L#208615] Fix finished frames being spammed by segments (thanks poy)
  • Fixed a potential loss of connection with compressed transfers
  • Fixed crash on shell menu when browsing own file list (poy)
  • Help updates (emtee, poy, bsod, pseudonym)
  • [L#217878] Use system messages for file errors on nix (thanks individ)
  • [L#185549] Fix connection hang on local hub connection
  • [L#226188] Fix small chunks uploaded without slot (thanks pseudonym)
  • [L#228059] Fix UI not updating after "Find" in a file list window yields no result (poy)
  • Fixed invisible menu items in large owner-drawn menus (poy)
  • [L#230972] Copy any field of hubframe userlist to clipboard (cologic)
  • Prevent transfer tabs from being closed (poy)
  • [dwt] Improved richedit support (thanks cologic)
  • [L#228285] No "beep" sound when starting a search with the enter key (poy)
  • Upgraded to OpenSSL 0.9.8h (poy)
  • [L#237396] Fix crash when segmented downloads are switched off (thanks bigmuscle)
  • [L#238333] Fix a possible remote crash on partial file list requests (thanks crise)
  • [L#238522] Make translations work with wide path names (poy)
  • Extra mouse buttons can be used to switch between tabs (poy)
  • Fixed Alt key combinations in the file list window (poy)
  • Added a drop-down menu next to the toolbar icon for favorite hubs (poy)
  • [L#237682] Fix bug that would make DC not return correct search results
  • Fixed directories not being returned when searching for directories only
  • Fix wrong default settings in some cases (poy)
  • Fixed favorite hubs & ADLSearch windows scrolled down when opened (emtee)
  • Fix removal of multiple favorite users at the same time (poy)
  • Double-click on status bars to open corresponding log files (poy)
  • The number of filtered items shown in public hubs (emtee)
  • [L#225592] Fix file corruption when partially downloaded file is corrupted (part emtee)
  • [L#239793] Automagically retry if coral fails (thanks emtee)
  • Updated Icelandic, Greek, Polish, Turkish, German, Finnish, Chinese, Slovak,
  • Arabic, Norwegian, Dutch, Ukranian, Czech, Spanish, Estonian, Brazilian,
  • Hungarian, French, UK English, Romanian, Hebrew, Swedish, Russian,
  • Portuguese and Slovenian translations (thanks to the respective translators)
  • [L#228271] Right-click selects user in waiting users
  • [L#235852] Add 1000 mbit upload speed

New in DC++ 0.707 beta (Jun 22, 2008)

  • * Fixed crash when pressing F1 twice
  • * [L#203213] Search results with same tth are grouped
  • * [L#209419] Keep nick when user goes offline
  • * [L#208615] Fix finished frames being spammed by segments (thanks poy)
  • * Fixed a potential loss of connection with compressed transfers
  • * Fixed crash on shell menu when browsing own file list (poy)
  • * Help updates (emtee, poy, bsod, pseudonym)
  • * [L#217878] Use system messages for file errors on nix (thanks individ)
  • * [L#185549] Fix connection hang on local hub connection
  • * [L#226188] Fix small chunks uploaded without slot (thanks pseudonym)
  • * [L#228059] Fix UI not updating after "Find" in a file list window yields no result (poy)
  • * Fixed invisible menu items in large owner-drawn menus (poy)
  • * [L#230972] Copy any field of hubframe userlist to clipboard (cologic)
  • * Prevent transfer tabs from being closed (poy)
  • * [dwt] Improved richedit support (thanks cologic)
  • * [L#228285] No "beep" sound when starting a search with the enter key (poy)
  • * Upgraded to OpenSSL 0.9.8h (poy)
  • * [L#237396] Fix crash when segmented downloads are switched off (thanks bigmuscle)
  • * [L#238333] Fix a possible remote crash on partial file list requests (thanks crise)
  • * [L#238522] Make translations work with wide path names (poy)
  • * Extra mouse buttons can be used to switch between tabs (poy)
  • * Fixed Alt key combinations in the file list window (poy)
  • * Added a drop-down menu next to the toolbar icon for favorite hubs (poy)
  • * [L#237682] Fix bug that would make DC not return correct search results
  • * Fixed directories not being returned when searching for directories only
  • * Fix wrong default settings in some cases (poy)
  • * Fixed favorite hubs & ADLSearch windows scrolled down when opened (emtee)
  • * Fix removal of multiple favorite users at the same time (poy)
  • * Double-click on status bars to open corresponding log files (poy)
  • * The number of filtered items shown in public hubs (emtee)
  • * [L#225592] Fix file corruption when partially downloaded file is corrupted (part emtee)
  • * [L#239793] Automagically retry if coral fails (thanks emtee)
  • * Updated Icelandic, Greek, Polish, Turkish, German, Finnish, Chinese, Slovak, Arabic, Norwegian, Dutch, Ukranian, Czech, Spanish, Estonian, Brazilian, Hungarian, French, UK English, Romanian, Hebrew, Swedish, Russian, Portuguese and Slovenian translations (thanks to the respective translators)
  • * [L#228271] Right-click selects user in waiting users
  • * [L#235852] Add 1000 mbit upload speed

New in DC++ 0.706 Beta (Apr 24, 2008)

  • [L#202563] Fixed some missing translations
  • Use setenv on unix (thanks yakov suraev)
  • Fixed out of focus window when restoring from icon (poy)
  • [L#203865] Fixed multiple instances (poy)
  • Context-sensitive help (poy)
  • Updated help files (poy, mikejj, emtee)
  • Fixed toolbar separators (poy)
  • Upgraded to bzip2 1.0.5 (thanks mikejj)
  • Fixed background color of drop-down controls
  • Fixed selection glitches
  • Both up&downloads are disconnected if evil users quit (thanks poy)
  • Add average share to status bar (thanks mikejj)
  • Minor improvements to load / save dialogs
  • [L#208917] Fixed menu background colors (poy)
  • [L#208344] Fix about dialog up/down stats
  • [L#209099] Fixed non-disappearing controls in search (poy)
  • [L#208684] Made the Alt key work again for line history in hub window (poy)
  • [L#209684] Fixed parsing of non-XML hub lists (poy)
  • [L#205660] Readded hub column to transfers (thanks mikejj)
  • [L#209277] Fixed crash on bad translation (thanks poy)
  • More controls now use the font defined in settings (poy)
  • [L#211164] Fixed bug when a new tab row is created while DC is minimized (poy)
  • [L#211480] Fixed duplicated settings pages on bad translations (poy)
  • Added the title of the currently selected page in settings (poy)
  • [L#206785] Fixed a crash when a menu is owner-drawn while the desktop isn�t visible (poy)
  • [L#211313] Fixed bad virtual name being loaded (thanks kulmegil)
  • [L#202801] Allow virtual folders to have the same name
  • Allow more characters in virtual names
  • [L#190015] Improved transfer speed averaging
  • [L#212411] Fixed downloading multiple file lists (poy)
  • Added filter already shared from search results (thanks smir)
  • [L#206521] Fixed directory not being removable (thanks poy)
  • Reduced resize flicker some
  • [L#195209] Added various sound options (thanks poy)
  • [L#211497] Segment size is automatically chosen depending on speed
  • [L#209876] Added option to completely disable segmented downloads
  • [L#209885] Fix antifrag not working as it should
  • Anti-frag no longer optional - not using it was broken by segmented downloading
  • [L#215779] Fix a few hub list download issues (thanks emtee)
  • [L#195209] Changed tab order in hub windows (poy)
  • Removed unused rollback option (thanks mikejj)
  • Fixed PM history not showing the last line (poy)
  • Queued field in connections no longer counts paused items
  • [L#185722] Fix missing progress bars (no longer optional)
  • Fix a crash when adding a favorite hub that already existed
  • Renamed smartwin to dwt since by now it�s very different from its roots
  • Added some menu icons (poy)
  • Updated several translations, we now have complete (or almost) Brazilian Portuguese, UK English, Finnish, French, Hungarian, Italian, Polish, Romanian, Swedish, Norwegian, German and Spanish translations
  • [L#210117] View user/hub online/offline status

New in DC++ 0.701 (Oct 19, 2007)

  • Fixed an upload bug
  • Reworked some context menu stuff
  • Replaced yassl with OpenSSL, SSL certs no longer require external OpenSSL application
  • Added cipher column to transfer view
  • Because certs are automagically generated, ADC transfers will now by default be encrypted if both clients use a recent version (see the cipher column to know)
  • Fixed one of several possible crashes at exit

New in DC++ 0.699 (Mar 13, 2007)

  • Switched to VC8/VS2005
  • Removed some unused options
  • Antifrag is now default
  • Confirm hub removal is now default
  • SFV checking is now default
  • Fixed TLS port not being greyed out
  • Automatic hub reconnection is only done if at least one successful connection has been made
  • [bug 1080] Better nick tab completion (thanks cologic)
  • [bug 1081] Added user IP in hub frame (thanks cologic)
  • No more STLport for the time being
  • Linux checks for invalid file types (thanks steven sheehy)
  • Fixed potential crash when search began with space
  • [bug 1085] Better sound playing settings (thanks cologic / ullner)
  • [bug 1111] OpenSSL compatibility and some unix fixes (thanks steven sheehy)
  • [bug 1056] Added option to sort fav users above other users in hub frame (thanks poy)
  • [bug 1063] Added option to show shell context menu in finished frame (thanks poy)
  • [bug 1092] Fixed TTH tree being redownloaded (thanks stephan hohe)
  • [bug 1097] Fixed waiting users being removed (thanks stephan hohe)
  • [bug 1110] Added new adc hub list (thanks mafa_45)
  • [bug 1091] Added new nmdc hub lists (thanks poy)
  • [bug 1112] Port sign cleanup (thanks steven sheehy)
  • [ADC] Fixed client-to-client connection sequence
  • [bug 1064] Updated to YaSSL 1.5.0, should fix crash
  • [bug 446] Public hub lists are cached and downloaded only when user requests it (thanks poy)
  • [bug 1117] Fixed subfolders being created on filelist downloads (thanks mikael eman)
  • [bug 1096] Updated credits in about box
  • [bug 1123] Removed some typecasts (thanks stephan hohe)
  • [bug 1099] Fixed "Readd all" spin
  • [bug 1095] Fixed about dialog

New in DC++ 0.695 (Sep 11, 2006)

  • If you are using Windows Vista, you are now able to use UPnP.

New in DC++ 0.694 (Jul 11, 2006)

  • Fixed crash in certificates page
  • [bug 1005] Fixed linux compile issue (thanks tpo)
  • [bug 1004] Fixed browse file list on self
  • Both .crt and .pem files are read as trusted certificates

New in DC++ 0.69 (May 21, 2006)

  • Small linux / old gcc fixes
  • Fixed an issue where client could be crashed from remote
  • Fixed an issue bad nicks could cause directories to be created in log / file list download folder
  • Changed autodrop default to 2 for fewer unexpected autodrops
  • Saved users file more often to have fewer missing nicks around
  • CID of user shown if nick is missing (in queue for example)
  • Added display of CID in a few places
  • Updated yaSSL to 1.2.2
  • Fixed ADC hubname display
  • Advanced TTH rollback no longer performed if tree is invalid
  • Option not to auto-disconnect favorite users
  • Fixed auto-disconnect delay
  • Another fix for opencow
  • Fixed user command parameters not being remembered
  • Fixed ADC op commands
  • [bug 464] Added option for masked password prompt
  • [bug 922] Updated help links
  • Fixed op count
  • [bug 230] Added settings to tray menu
  • [bug 403] Unfinished file lists deleted since they're never resumed anyway
  • [bug 639] Separated remove user from queue menu option
  • [bug 766] Fixed broken app titlebar
  • Removed support for generating NMDC-style file lists (old clients won't be able to download from you)

New in DC++ 0.689 (Apr 2, 2006)

  • Fixed displaying of available bytes when user list is off
  • Fixed a potential crash when not showing user list
  • Fixed 100% CPU bug on upload
  • [bug 853] Fixed missing function in opencow