From: <arn...@us...> - 2006-12-18 21:16:55
|
Revision: 697 http://svn.sourceforge.net/dcplusplus/?rev=697&view=rev Author: arnetheduck Date: 2006-12-18 13:16:51 -0800 (Mon, 18 Dec 2006) Log Message: ----------- Some more fixes Modified Paths: -------------- dcplusplus/trunk/changelog.txt dcplusplus/trunk/client/DCPlusPlus.cpp dcplusplus/trunk/client/ShareManager.cpp dcplusplus/trunk/client/Util.cpp dcplusplus/trunk/windows/AboutDlg.h dcplusplus/trunk/windows/QueueFrame.cpp dcplusplus/trunk/yassl/taocrypt/src/integer.cpp Removed Paths: ------------- dcplusplus/trunk/help/changelog.html Modified: dcplusplus/trunk/changelog.txt =================================================================== --- dcplusplus/trunk/changelog.txt 2006-12-18 18:09:59 UTC (rev 696) +++ dcplusplus/trunk/changelog.txt 2006-12-18 21:16:51 UTC (rev 697) @@ -1,4 +1,4 @@ --- 0.699 2006-12-15 -- +-- 0.699 2006-12-18 -- * Switched to VC8/VS2005 * Removed some unused options * Antifrag is now default @@ -26,6 +26,8 @@ * [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 -- 0.698 2006-10-10 -- * [bug 1065] Code cleanup (thanks steven sheehy) Modified: dcplusplus/trunk/client/DCPlusPlus.cpp =================================================================== --- dcplusplus/trunk/client/DCPlusPlus.cpp 2006-12-18 18:09:59 UTC (rev 696) +++ dcplusplus/trunk/client/DCPlusPlus.cpp 2006-12-18 21:16:51 UTC (rev 697) @@ -86,8 +86,6 @@ if(f != NULL) (*f)(p, STRING(DOWNLOAD_QUEUE)); QueueManager::getInstance()->loadQueue(); - ::MessageBox(NULL, _T("1"), _T("1"), MB_OK); - } void shutdown() { Modified: dcplusplus/trunk/client/ShareManager.cpp =================================================================== --- dcplusplus/trunk/client/ShareManager.cpp 2006-12-18 18:09:59 UTC (rev 696) +++ dcplusplus/trunk/client/ShareManager.cpp 2006-12-18 21:16:51 UTC (rev 697) @@ -351,8 +351,6 @@ }; bool ShareManager::loadCache() throw() { - if(1) - return false; try { ShareLoader loader(directories); string txt; Modified: dcplusplus/trunk/client/Util.cpp =================================================================== --- dcplusplus/trunk/client/Util.cpp 2006-12-18 18:09:59 UTC (rev 696) +++ dcplusplus/trunk/client/Util.cpp 2006-12-18 21:16:51 UTC (rev 697) @@ -98,7 +98,7 @@ dataPath = configPath; // dataPath in linux is usually prefix + /share/app_name, so we can't represent it here #endif -/* // Load boot settings + // Load boot settings try { SimpleXML boot; boot.fromXML(File(systemPath + "dcppboot.xml", File::READ, File::OPEN).read()); @@ -117,7 +117,7 @@ } catch(const Exception& ) { // Unable to load boot settings... } -*/ + if(!File::isAbsolute(configPath)) { configPath = systemPath + configPath; } Deleted: dcplusplus/trunk/help/changelog.html =================================================================== --- dcplusplus/trunk/help/changelog.html 2006-12-18 18:09:59 UTC (rev 696) +++ dcplusplus/trunk/help/changelog.html 2006-12-18 21:16:51 UTC (rev 697) @@ -1,2063 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> - <meta content="en-us" http-equiv="Content-Language"> - <meta http-equiv="content-type" content="text/html;charset=utf-8"> - <link href="office11.css" rel="stylesheet" type="text/css"> - <title>Changelog</title> - <style type="text/css"> - li { margin-left: auto; margin: 0em 0em 0em 0em; } - </style> -</head> -<body> -<h1>DC++ Changelog</h1> -See the version history of DC++ below. - -<h2>0.699 <span style="color: gray;">(2006-12-15)</span></h2> -<ul> - <li>Switched to VC8/VS2005</li> - <li>Removed some unused options</li> - <li>Antifrag is now default</li> - <li>Confirm hub removal is now default</li> - <li>SFV checking is now default</li> - <li>Fixed TLS port not being greyed out</li> - <li>Automatic hub reconnection is only done if at least one successful connection has been made</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1080">[bug 1080]</a> Better nick tab completion (thanks cologic)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1081">[bug 1081]</a> Added user IP in hub frame (thanks cologic)</li> - <li>No more STLport for the time being</li> - <li>Linux checks for invalid file types (thanks steven sheehy)</li> - <li>Fixed potential crash when search began with space</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1085">[bug 1085]</a> Better sound playing settings (thanks cologic / ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1111">[bug 1111]</a> OpenSSL compatibility and some unix fixes (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1056">[bug 1056]</a> Added option to sort fav users above other users in hub frame (thanks poy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1063">[bug 1063]</a> Added option to show shell context menu in finished frame (thanks poy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1092">[bug 1092]</a> Fixed TTH tree being redownloaded (thanks stephan hohe)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1097">[bug 1097]</a> Fixed waiting users being removed (thanks stephan hohe)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1110">[bug 1110]</a> Added new adc hub list (thanks mafa_45)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1091">[bug 1091]</a> Added new nmdc hub lists (thanks poy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1112">[bug 1112]</a> Port sign cleanup (thanks steven sheehy)</li> - <li>[ADC] Fixed client-to-client connection sequence</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1064">[bug 1064]</a> Updated to YaSSL 1.5.0, should fix crash</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=446">[bug 446]</a> Public hub lists are cached and downloaded only when user requests it (thanks poy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1117">[bug 1117]</a> Fixed subfolders being created on filelist downloads (thanks mikael eman)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1096">[bug 1096]</a> Updated credits in about box</li> -</ul> - -<h2>0.698 <span style="color: gray;">(2006-10-10)</span></h2> -<ul> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1065">[bug 1065]</a> Code cleanup (thanks steven sheehy)</li> - <li>Fixed readme.txt (thanks ullner)</li> - <li>More code cleanup</li> - <li>Fixed trusted/untrusted upload view</li> - <li>Fixed crash on invalid remote command during upload</li> - <li>[ADC] Improved GFI command support</li> - <li>Lowest priority downloads are no longer started if there are other downloads running</li> - <li>Upgraded to STLport 5.0.2</li> - <li>Updated compile instructions</li> - <li>Updated unsigned types to C99</li> - <li>Removed unmaintained autoconf files</li> - <li>Reworked match listing to make it slightly faster</li> - <li>Fixed a few random crashes</li> - <li>[ADC] Removed obsolete DSC command</li> - <li>Fixed user list not being updated in some cases</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1071">[bug 1071]</a> Added fasthash for unix (thanks steven sheehy)</li> -</ul> - -<h2>0.697 <span style="color: gray;">(2006-09-29)</span></h2> -<ul> - <li>[ADC] Fixed a few protocol issues</li> - <li>Some code cleanup</li> - <li>Queue frame fixes and memory saves</li> - <li>TLS port change without restart fixed</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1007">[bug 1007]</a> Fixed nick character check</li> - <li>Fixed some transfer view sorting issues</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=59">[bug 59]</a> Added option to match all local lists</li> -</ul> - -<h2>0.696 <span style="color: gray;">(2006-09-22)</span></h2> -<ul> - <li>Fixed a possible deadlock</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1058">[bug 1058]</a> Removed some whitespace (big thanks to pothead)</li> - <li>Removed the possibility to download files without TTH</li> - <li>Removed the possibility to read *.DcLst files (no TTH, no i18n support)</li> - <li>Files with no TTH no longer show up in search and directory listings</li> - <li>Sources in the queue with no TTH support will no longer appear</li> - <li>Files without TTH in the queue will be removed (finish downloads with an older version)</li> - <li>[ADC] Fixed support for uncompressed files.xml as well as proper files.xml.bz2 support</li> - <li>Some socket code cleanup</li> - <li>Removed broken nick save code</li> - <li>Upgraded yaSSL to 1.4.0</li> - <li>Fixed some SSL connection issues</li> - <li>Fixed on-the-fly compression of file lists</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1055">[bug 1055]</a> Stopped files.xml.bz2 from being deleted on linux (thanks dorian)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1061">[bug 1061]</a> Log page fix (thanks fleetcommand)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1033">[bug 1033]</a> Altered NMDC hubname/description detection slightly (thanks fleetcommand)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1059">[bug 1059]</a> Fixed the possibility for users to become hidden in some cases (thanks fleetcommand)</li> -</ul> - -<h2>0.695 <span style="color: gray;">(2006-09-10)</span></h2> -<ul> - <li>PM popup/ignore options updated, in nmdc a hub is any nick which hasn't sent a hello or myinfo, and a bot is a nick with myinfo without connection type</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=125">[bug 125]</a> Fixed out-of-order PM/quit</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=224">[bug 224]</a> Slots are no longer granted to disconnected users, instead disconnection is delayed a minute</li> - <li>[NMDC] Fixed extra space in chat</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=395">[bug 395]</a> Fixed password being blanked</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=419">[bug 419]</a> Allowed changing case only when moving file in queue</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=736">[bug 736]</a> Fixed escaping of menu items</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1013">[bug 1013]</a> Fixed gcc warnings (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1023">[bug 1023]</a> Fixed some large stack allocations (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1026">[bug 1026]</a> Fixed some potential buffer overflows (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1027">[bug 1027]</a> Improved unix socket support (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1028">[bug 1028]</a> Improved big endian support (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1029">[bug 1029]</a> Fixed BSD compile issue (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1031">[bug 1031]</a> Fixed a crash after closing hub window (thanks bigmuscle/pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1032">[bug 1032]</a> Fixed certificates help (thanks pothead)</li> - <li>Added possibility to store configuration files in separate directory</li> - <li>Switched back to unicows for w9x users, opencow was missing too many functions</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=876">[bug 876]</a> Fixed lost tooltips (thanks poy and bigmuscle)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1041">[bug 1041]</a> Fixed about tab order (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1042">[bug 1042]</a> Fixed experts tab order (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1047">[bug 1047]</a> Fixed possible nmdc crash (thanks guitarm)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1049">[bug 1049]</a> Added tooltip to tab bar (thanks poy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1053">[bug 1053]</a> Fixed vista detection (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=988">[bug 988]</a> Fixed duplicate nicks</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1015">[bug 1015]</a> Fixed chevron text</li> - <li>Default hub lists updated</li> -</ul> - -<h2>0.694 <span style="color: gray;">(2006-07-10)</span></h2> -<ul> - <li>Fixed crash in certificates page</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1005">[bug 1005]</a> Fixed linux compile issue (thanks tpo)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1004">[bug 1004]</a> Fixed browse file list on self</li> - <li>Both .crt and .pem files are read as trusted certificates</li> -</ul> - -<h2>0.693 <span style="color: gray;">(2006-07-09)</span></h2> -<ul> - <li>Fixed crash bug</li> - <li>Added language code to example language xml</li> -</ul> - -<h2>0.692 <span style="color: gray;">(2006-07-09)</span></h2> -<ul> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=927">[bug 927]</a> Fixed OP detection bug really (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=938">[bug 938]</a> Added a few more ADC info fields (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=939">[bug 939]</a> Fixed hub info update (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=940">[bug 940]</a> Fixed a 64-bit compile error (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=942">[bug 942]</a> Fixed atomic operations on unices (thanks tobias nygren)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=943">[bug 943]</a> Fixed unix utsname compile issue (thanks tobias nygren)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=944">[bug 944]</a> Fixed unix string conversion bug (thanks tobias nygren)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=945">[bug 945]</a> Fixed unix mutex initialiser (thanks tobias nygren)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=946">[bug 946]</a> Tiger hash supports big endian and 64-bit architectures (thanks tobias nygren)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=941">[bug 941]</a> Updated usercount display (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=951">[bug 951]</a> Fixed issue with high port numbers (thanks tpo)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=958">[bug 958]</a> Search spy tth option automagically saved (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=959">[bug 959]</a> Code cleanup (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=966">[bug 966]</a> Max hash speed fixed when fast hashing method is not used (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=967">[bug 967]</a> Fixed path case-sensitivity issue (thanks steven sheehy)</li> - <li>Fixed auto-reconnect</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=936">[bug 936]</a> Fixed duplicate entries in search hubs</li> - <li>Fixed some hub title display issues</li> - <li>Some spring cleanup</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=970">[bug 970]</a> Unix file permissions correctly set (thanks steven sheehy)</li> - <li>[ADC] Allowed $ and | in nick/description</li> - <li>Fixed targetdrive bug for temp target location</li> - <li>Fixed a crash bug when hash data cannot be saved</li> - <li>Possibly fixed issues with queue items not being updated</li> - <li>Added warning when someone tries to spam hublist.org or dcpp.net with your client</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=968">[bug 968]</a> Fixed unix compile issue (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=975">[bug 975]</a> Fixed silly warning (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=978">[bug 978]</a> Fixed 64-bit compiler issue (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=988">[bug 988]</a> Only unique nicks diplayed in title bar</li> - <li>Added protection from hubs/clients sending junk data resulting in high memory usage / crash</li> - <li>Updated to yaSSL 1.3.7</li> - <li>Added a few TLS options; [U] in transfer status means untrusted TLS (encrypted but certificate not validated)</li> - <li>Added certificate generation, OpenSSL must be installed and in PATH for this to work</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=996">[bug 996]</a> Fixed an issue where directories that are hard to delete were created</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1000">[bug 1000]</a> Fixed linux compile issue (thanks steven sheehy)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=949">[bug 949]</a> Fixed a crash when reading invalid XML files</li> - <li>TLS port may now be specified in settings and is only opened if TLS is enabled</li> - <li>Added TLS port to /connection</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=977">[bug 977]</a> Added copy hub address to hub right-click menu (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=1001">[bug 1001]</a> Fixed assertion on unix (thanks steven sheehy)</li> -</ul> - -<h2>0.691 <span style="color: gray;">(2006-06-03)</span></h2> -<ul> - <li>Links to bugzilla in html changelog</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=122">[bug 122]</a> Added userlist filter (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=578">[bug 578]</a> Added search for alternates to transfers menu (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=861">[bug 861]</a> Fixed auto-prio not being set correctly (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=878">[bug 878]</a> Added close all ... to window menu (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=903">[bug 903]</a> Holding shift while minimizing will use opposite tray setting (thanks joakim tosteberg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=923">[bug 923]</a> PM history always read (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=927">[bug 927]</a> Fixed OP detection bug (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=929">[bug 929]</a> Fixed list view flicker issues (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=931">[bug 931]</a> Improved keyboard navigation (thanks trem)</li> - <li>Added "all" to hub list field search (thanks trem)</li> - <li>Fixed bug when sending active ADC search results</li> - <li>Updated to ADC 0.11</li> - <li>Passive users now also get ADC search results</li> - <li>Changed nmdc bot-detection to what it was before, should fix pm-to-bot bug</li> -</ul> - -<h2>0.69 <span style="color: gray;">(2006-05-21)</span></h2> -<ul> - <li>Small linux / old gcc fixes (thanks jens oknelid)</li> - <li>Fixed an issue where client could be crashed from remote</li> - <li>Fixed an issue bad nicks could cause directories to be created in log / file list download folder</li> - <li>Changed autodrop default to 2 for fewer unexpected autodrops (thanks paka)</li> - <li>Saved users file more often to have fewer missing nicks around</li> - <li>CID of user shown if nick is missing (in queue for example)</li> - <li>Added display of CID in a few places</li> - <li>Updated yaSSL to 1.2.2</li> - <li>Fixed ADC hubname display (thanks ullner)</li> - <li>Advanced TTH rollback no longer performed if tree is invalid (thanks garg)</li> - <li>Option not to auto-disconnect favorite users (thanks ullner)</li> - <li>Fixed auto-disconnect delay (thanks ullner)</li> - <li>Another fix for opencow</li> - <li>Fixed user command parameters not being remembered</li> - <li>Fixed ADC op commands</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=464">[bug 464]</a> Added option for masked password prompt (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=922">[bug 922]</a> Updated help links (thanks xan)</li> - <li>Fixed op count</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=230">[bug 230]</a> Added settings to tray menu</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=403">[bug 403]</a> Unfinished file lists deleted since they're never resumed anyway</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=639">[bug 639]</a> Separated remove user from queue menu option</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=766">[bug 766]</a> Fixed broken app titlebar</li> - <li>Removed support for generating NMDC-style file lists (old clients won't be able to download from you)</li> -</ul> - -<h2>0.689 <span style="color: gray;">(2006-04-01)</span></h2> -<ul> - <li>Fixed displaying of available bytes when user list is off</li> - <li>Fixed a potential crash when not showing user list</li> - <li>Fixed 100% CPU bug on upload</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=853">[bug 853]</a> Fixed missing function in opencow</li> -</ul> - -<h2>0.688 <span style="color: gray;">(2006-03-18)</span></h2> -<ul> - <li>Fixed public hubs sorting (thanks pothead)</li> - <li>Fixed a ZPipe issue (thanks jove)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=858">[bug 858]</a> Fixed a 100% cpu / crash bug</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=872">[bug 872]</a> Fixed a pm issue hopefully</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=812">[bug 812]</a> Fixed pm's being sent to bots</li> - <li>Files with invalid crc-32, as per their sfv file, are no longer shared</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=873">[bug 873]</a> Added connect to hub option (thanks joakim tosteberg)</li> - <li>Fixed an issue with linux file reading (thanks bart vullings and steven)</li> - <li>Added back/forward mouse/keyboard navigation to directory listing frame</li> -</ul> - -<h2>0.687 <span style="color: gray;">(2006-02-26)</span></h2> -<ul> - <li>Fixed XML file list generation for invalid filenames from other os's</li> - <li>Fixed a rare refresh crash</li> - <li>CID is now shown if no nick name is currently available for a user</li> - <li>Fixed another crash when loading file lists</li> - <li>Played some more with bufferedsocket performance</li> - <li>Fixed some VS 2005 issues (thanks trem)</li> - <li>Installer now removes old unicows library</li> - <li>Updated to yaSSL 1.1.5</li> - <li>Added possiblity to sort transfer view by all downloads first (thanks guitarm)</li> - <li>Some cleanup for frame creation (thanks martin)</li> - <li>Fixed some translation strings (thanks fleetcommand)</li> - <li>Fixed some finished transfers frames issues (thanks trem)</li> - <li>/pm and and a few other things work without user list in hub frame</li> - <li>Added support for the ZPipe extension (test version) (thanks jove)</li> - <li>Moved to subversion, CVS will no longer be maintained</li> -</ul> - -<h2>0.686 <span style="color: gray;">(2006-02-13)</span></h2> -<ul> - <li>Fixed active search (oops)</li> - <li>Fixed a crash when clicking on dchub links</li> -</ul> - -<h2>0.685 <span style="color: gray;">(2006-02-12)</span></h2> -<ul> - <li>Fixed "browse list" being available for NMDC users</li> - <li>[ADC] Removed obsolete CI field</li> - <li>Fixed missing upload progress</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=89">[bug 89]</a> Readded dynamic compression disabling</li> - <li>Added filelist download speed to filelist browser status bar</li> - <li>Added advanced hublist filter (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=579">[bug 579]</a> Fixed 0-byte files not being created if directory doesn't exist</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=804">[bug 804]</a> Cleaned up project files (thanks pothead)</li> - <li>Socket buffer size = 0 now means use system default</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=789">[bug 789]</a> Fixed wrong nick being copied (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=794">[bug 794]</a> [ADC] Fixed automatic reconnect (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=806">[bug 806]</a> Fixed description for favorite hubs (thanks ullner)</li> - <li>Updated to latest ADC specs, this will break 0.68/0.681/0.6811 queue sources and fav users (for NMDC as well)</li> - <li>Fixed a bufferedsocket crash</li> - <li>[ADC] Fixed quitting user processing (thanks ullner)</li> - <li>Clarified upload speed setting (thanks pothead)</li> - <li>Manual away setting no longer cleared when un-minimizing (thanks pothead)</li> - <li>Search result automatching waits with match until file list is downloaded if auto-matching enabled</li> - <li>Slight performance improvement when sending files</li> - <li>Fixed an issue with nick names disappearing from hub</li> - <li>Added customizable maximum user count when autosearching</li> - <li>Changed to open source version unicows for win9x users, perhaps this one will work better for you (see it as a last attempt; if it doesn't work, w9x support will be phased out completely unless someone else solves the win9x issues)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=774">[bug 774]</a> Fixed invalid description being sent if hub modifies it</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=818">[bug 818]</a> Fixed default exit mnemonic</li> - <li>Fixed some more crashes (thanks bigmuscle)</li> - <li>Fixed some shutdown issues</li> - <li>Updated country database</li> -</ul> - -<h2>0.6811 <span style="color: gray;">(2006-01-21)</span></h2> -<ul> - <li>Fixed a socket race condition leading to failing connections and crashes</li> -</ul> - -<h2>0.681 <span style="color: gray;">(2006-01-21)</span></h2> -<ul> - <li>Fixed a crash when using slow sources disconnect</li> - <li>Fixed system log overflow</li> - <li>Minor user command fix (thanks garg)</li> - <li>Removed some duplicate code (thanks trem)</li> - <li>Ctrl-a to select all items in a list (thanks garg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=484">[bug 484]</a> Added a check for multiple refreshes running at the same time (thanks trem)</li> - <li>Fixed a few crashes here and there</li> - <li>Fixed no-slots message not being sent out always</li> - <li>Fixed yassl build locations (thanks pothead)</li> - <li>Added ip resolve cache when searching (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=413">[bug 413]</a> Failed file moves are now reported to the system log</li> -</ul> - -<h2>0.68 <span style="color: gray;">(2006-01-08)</span></h2> -<ul> - <li>Changed the user identification process completely to work better with ADC. This leads to a more strict interpretation of which users are actually the same for NMDC (essentially, NMDC users are now identified by nick+hub always, not only nick)</li> - <li>Removed saving of directories scheduled for download, since the individual files should appear in the queue fast enough that this will rarely be used (since file lists are free and downloaded almost instantly)</li> - <li>Fixed international timestamps (thanks ullner)</li> - <li>Fixed targetdrive docs (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=485">[bug 485]</a> Fixed transfer list view flicker on WinXP</li> - <li>New connection settings, please check settings page</li> - <li>Connection type strings changed</li> - <li>No longer falls back to passive mode on failed UPnP</li> - <li>Janitorial cleanups (thanks garg)</li> - <li>Removed some old favorite file format compatibility code</li> - <li>Added country to search frame (thanks paka)</li> - <li>Strftime fix (thanks garg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=521">[bug 521]</a> Help instead of readme shown on first startup (thanks paka)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=553">[bug 553]</a> Minimize to tray and confirm appexit default to true (thanks paka)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=452">[bug 452]</a> Fixed example.xml language file generation (thanks tpo)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=556">[bug 556]</a> Fixed last searches purge (thanks sulan)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=73">[bug 73]</a> Added option to disconnect slow sources (thanks paka)</li> - <li>ADC hub counts updated correctly (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=325">[bug 325]</a> Added error message when adding dupe fav hub (thanks ullner)</li> - <li>Updated bzip2 to 1.0.3 (thanks garg)</li> - <li>Some small *nix fixes (thanks poison)</li> - <li>Source path no longer saved for TTH enabled clients (saves memory and queue file space)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=335">[bug 335]</a> Search window settings saved automatically (thanks pothead)</li> - <li>Open folder selects file in explorer (thanks pothead)</li> - <li>Local echo in pm window formatted as the other side should see it (thanks paka)</li> - <li>Fixed debug assertion (thanks tpo)</li> - <li>Dirty tabs settings improved (thanks ullner)</li> - <li>ZLib upgraded to 1.2.3, possibly fixing security issues (thanks garg)</li> - <li>Slot grants now last one connection instead of 10 minutes</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=632">[bug 632]</a> Subtotals shown when selecting users in hub frame (thanks cologic)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=625">[bug 625]</a> /u chat command opens url (thanks pur)</li> - <li>[NMDC] The first word of hub name is taken as short name for displaying purposes when space is limited</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=629">[bug 629]</a> Waiting users frame added (thanks cologic)</li> - <li>Removed old versions check (thanks cologic)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=635">[bug 635]</a> Added option to limit maximum file list size to open (thanks paka)</li> - <li>Filelist transfer logging default to off (thanks paka)</li> - <li>Added some checks when creating fav hubs (thanks tpo)</li> - <li>More settings screen updates (thanks ullner)</li> - <li>Fixed linux file moving (thanks naga)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=260">[bug 260]</a> Added option to only download files with TTH (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=708">[bug 708]</a> Fixed registry creation functions used (thanks ullner)</li> - <li>Updated WTL</li> - <li>Rewrote socket code to remove some old hacks and add some new (major change)</li> - <li>Now using standard windows error messages for socket errors</li> - <li>[ADC] Added basic SSL encryption support</li> - <li>Fixed a bug with file list loading and filenames differing in case only</li> - <li>Fixed a few standard compliance issues</li> - <li>Added dirtying to waiting users frame (thanks ullner)</li> - <li>Changed so that a few flags are shown in transfer status, [T] = TTH check on, [Z] = zlib on, [R] = rollback performed, [S] = secure</li> - <li>Parameter names all updated, your current %[xxx] macros will break all over, on the upside they're now more or less unified</li> - <li>[ADC] All hubs a user is online on are shown where only one was shown before</li> - <li>Fixed some log page issues</li> - <li>Replaced small buffer size option with the possibility to set recv/send buffer sizes manually</li> - <li>Consolidated bolding options, you'll have to reset them to your preference</li> - <li>Removed support for old hash index files (pre-0.670)</li> - <li>Improved hashing error reporting</li> - <li>Fixed hash database rebuild</li> - <li>Added /removefav command to remove a favorite hub (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=717">[bug 717]</a> Fixed search combo box (thanks pothead)</li> - <li>Added option to change auto-refresh interval (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=740">[bug 740]</a> Removed tab completion option (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=743">[bug 743]</a> Added registry key creation failure notification (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=717">[bug 717]</a> Fixed dropdown sizes (thanks pothead)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=760">[bug 760]</a> Fixed list subtraction issue (thanks cologic)</li> - <li>Added some right-to-left support, but it probably needs more work</li> - <li>[NMDC] Minislots are no longer given to old DC++ clients (<0.304)</li> - <li>[ADC] Directory size returned with search results</li> - <li>Fixed a rare deadlock</li> -</ul> - -<h2>0.674 <span style="color: gray;">(2005-04-10)</span></h2> -<ul> - <li><span style="color: red;">*** WARNING ***</span></li> - <li><span style="color: red;">This version fixes a security bug, upgrade unless you want to risk losing data</span></li> - <li><span style="color: red;">anywhere on your drive, this error affects all clients from 0.307 to date (thanks cologic for finding it)</span></li> - <li><span style="color: red;">*** WARNING ***</span></li> - <li>Added stats window to autoopen (thanks paka)</li> - <li>Fixed context menu open for multi-screen setups (thanks trem)</li> - <li>Changed country database to the original format so that users can update by themselves (thanks paka)</li> - <li>Fixed some registry issues (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=443">[bug 443]</a> Fixed localised number encodings (thanks trem)</li> - <li>Updated sorting to use a more windows-like order (thanks trem)</li> - <li>Fixed an issue with restore all (thanks krzysztof tyszecki)</li> - <li>Added list view tooltips</li> -</ul> - -<h2>0.673 <span style="color: gray;">(2005-03-22)</span></h2> -<ul> - <li>Added auto-prio by file size settings (thanks paka)</li> - <li>Fixed yet another context menu fix (in case anyone wondered, it should now be possible to use the context menu key for all context menus)</li> - <li>Fixed a search crash with search history set at 0</li> - <li>Updated unicows W95 unicode support</li> - <li>Updated to latest WTL</li> - <li>Fixed directory listing total sizes (thanks trem)</li> - <li>Fixed empty oplist issue</li> -</ul> - -<h2>0.672 <span style="color: gray;">(2005-03-20)</span></h2> -<ul> - <li>Fixed an issue when loading pre-671 file lists</li> - <li>Fixed the context menu fix</li> -</ul> - -<h2>0.671 <span style="color: gray;">(2005-03-19)</span></h2> -<ul> - <li>Added possibility to set minislot size (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=22">[bug 22]</a> Added possibility for multiline away messages and user commands (thanks ullner)</li> - <li>Added file type to queue frame (thanks ullner)</li> - <li>Changed stats frame to use standard colors (thanks yoji)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=439">[bug 439]</a> Fixed purge button (thanks ullner)</li> - <li>Fixed search frame only tth issue (thanks naga)</li> - <li>Updated to ADC 0.9</li> - <li>Fixed a crash bug (thanks trem)</li> - <li>Fixed a geoip init bug (thanks trem)</li> - <li>Fixed a prio setting bug (thanks tpo)</li> - <li>Fixed some font settings (thanks tpo)</li> - <li>Fixed ADC password sending</li> - <li>Magnet registration fix (thanks ullner and farcry)</li> - <li>Finished partial file lists for ADC</li> - <li>Fixed some ADC crashes</li> - <li>Basic ADC searches now work</li> - <li>Basic ADC pms now work</li> - <li>Basic ADC transfers now work</li> - <li>Added option to specify bind address for sockets (thanks sed)</li> - <li>Made the connection flood trigger slighly less sensitive</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=58">[bug 58]</a> Fixed strange user list behaviour</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=83">[bug 83]</a> Consolidated auto-open window options</li> - <li>Fixed some context menu stuff</li> -</ul> - -<h2>0.670 <span style="color: gray;">(2005-02-04)</span></h2> -<ul> - <li>Fixed an issue with international formats of float numbers (also fixes UDP port setting)</li> - <li>Fixed a minor crash log output address issue</li> - <li>Split off color and sound to a new page (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=359">[bug 359]</a> Fixed an issue with negative search terms (thanks naga)</li> - <li>Added option to filter TTH results in search spy (thanks joakim tosteberg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=184">[bug 184]</a> Updated log functionality to allow users to customize log filenames (thanks naga)</li> - <li>Fixes to log edit function (thanks naga)</li> - <li>Added possibility to filter all searches without tth (thanks naga)</li> - <li>More preferences splitting (thanks ullner)</li> - <li>Small socket fix (thanks tremor)</li> - <li>Search tab goes bold if set to (thanks naga)</li> - <li>Hopefully fixed an UPnP crash</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=302">[bug 302]</a> User commands in file lists (thanks joakim tosteberg)</li> - <li>ADC url's clickable (thanks naga)</li> - <li>[Bug 117] Improved search timer to avoid spamming hub (thanks naga)</li> - <li>Redid some of the hash storage code, should be slighly more efficient</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=94">[bug 94]</a> Share is cached for faster startup</li> - <li>Temporary targetnames are now filled in when download starts, not when item is added to queue, which makes temp target dir changes happen for current queue items as well, plus we get a huge memory save on huge queues.</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=363">[bug 363]</a> Added "Remove All Sources" to queue (thanks izzzo & garg)</li> - <li>Queue menu items greyed out when there are no items (thanks izzzo)</li> - <li>Fixed a crash with certain empty lists (thanks garg)</li> - <li>Added "restore all" to undo "minimize all" (thanks guitarm)</li> - <li>Added optional pm history (thanks trem and ullner)</li> - <li>Better log file managment (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=412">[bug 412]</a> Fixed a queue count issue on removal (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=9">[bug 9]</a> Fixed a queue move issue (thanks paka)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=20">[bug 20]</a> Fixed upload auto-slot granting (thanks naga)</li> - <li>Redid adl search to accomodate for partial list browsing (thanks garg)</li> - <li>Added initial ADC file transfers support</li> - <li>ADC hub connectivity improved</li> - <li>Fixed unnecessary COM initialisation (thanks garg)</li> - <li>Some linux compile fixes</li> - <li>Added readd all sources (thanks garg)</li> - <li>Fixed a deadlock when closing hub windows (thanks trem)</li> - <li>Added user ip logging in up and downloads (thanks ullner)</li> - <li>Small spy frame fix (thanks garg)</li> - <li>Small pm fix (thanks garg)</li> - <li>Added password warning for n00bs (thanks sed)</li> - <li>Help file updates (thanks ullner, garg)</li> - <li>Probably fixed the list redownloading bug</li> - <li>Hash index format change (as a side effect, it's very easy to find dupes in the new format, someone should make a tool)</li> - <li>Download manager changes in preparation for partial list browsing and other ADC features</li> - <li>Improved efficiency for small files (<=64KiB) in the hash storage</li> - <li>Added advanced resume that detects and tries to repair rollback inconsistencies using tiger trees</li> - <li>Fixed a rare invalid zlib decompression error</li> - <li>Autosearch and automatch queue is now done by tth only (!) (thanks garg)</li> - <li>Automatch search done by tth only, should make things slightly faster</li> - <li>Search for alternates automatically uses tth if available (thanks garg)</li> - <li>Lowered compression level so that uploads will take less cpu</li> - <li>Added exact file size to directory listings (thanks paka)</li> - <li>Remove confirm fix (thanks trem)</li> - <li>Added option for the new tab select behaviour (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=116">[bug 116]</a> Added possibility to download to temp folder on the same drive as target (thanks sed)</li> - <li>Fixed user command string for file list context (thanks sed)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=290">[bug 290]</a> Added more correct escaping of search strings (thanks sed)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=432">[bug 432]</a> Fixed download directory for adlsearch matches (thanks ullner)</li> - <li>Some UPnP fixes (thanks nils maier)</li> - <li>ADL Search byte prefix fixes, might screw up your adl search settings on first load (thanks ullner)</li> - <li>Linux download path fix (thanks jens oknelid)</li> - <li>Added purge button for search history (thanks sulan)</li> - <li>Added column reorder to file listing (thanks ullner)</li> - <li>Fixed alt source download starts (thanks paka)</li> -</ul> - -<h2>0.668 <span style="color: gray;">(2004-11-30)</span></h2> -<ul> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=311">[bug 311]</a> Fixed crash on open own filelist (thanks sulan)</li> - <li>Added option to make /join open a new window (thanks ullner)</li> - <li>Added mailto: to link-clicking (thanks ullner)</li> - <li>Fixed stack overflow with excessive xml nesting (thanks farcry)</li> - <li>Fixed virtual name issue with invalid chars in the virtual name (thanks farcry)</li> - <li>Fixes to ADC implementation, see http://developer.berlios.de/projects/ddc/ for a somewhat compatible hub in development</li> - <li>Some linux patches (thanks tim burton)</li> - <li>PgUp/PgDn now scroll the chat window (thanks jonathan stone)</li> - <li>Small fix with line history (thanks jonathan stone)</li> - <li>Added option to use separate TCP and UDP ports</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=303">[bug 303]</a> Fixed a raw command guessing bug (thanks garg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=345">[bug 345]</a> Fixed an xml listing parsing bug</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=309">[bug 309]</a> Hopefully fixed nt4 startup</li> - <li>Hopefully fixed an issue with downloading international search results from old clients</li> -</ul> - -<h2>0.667 <span style="color: gray;">(2004-11-15)</span></h2> -<ul> - <li>Improved multiple hublist support (thanks garg)</li> - <li>Fixed some favdirs issues (thanks naga)</li> - <li>Fixed a status logging issue (thanks naga)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=289">[bug 289]</a> Fixed annoying login issue</li> - <li>Added possibility to rename shares (thanks naga and tremor)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=106">[bug 106]</a> Fixed show joins for fav users (thanks ullner)</li> - <li>Fixed some unnecessary connects when download slots are full</li> - <li>Fixed magnet registration issue (thanks garg)</li> - <li>Some code documentation work (thanks jonathan jansson)</li> - <li>Makedefs.py fixes (thanks garg)</li> - <li>A connection attempt is made when you grant a slot to potentially start the other fella's transfers (thanks sed)</li> - <li>Fixed passive search results issue with international nicks (thanks garg)</li> - <li>Fixed search frame extension vs tth again</li> - <li>FAQ added to the help file (thanks bsod)</li> - <li>Upgraded to zlib 1.2.2, fixing a security issue (thanks garg)</li> - <li>Added %[file] to the transfer view user commands (thanks naga)</li> - <li>Fixed myinfo update issue (thanks sulan)</li> - <li>Added option to use only up/down for command line history (thanks jonathan stone)</li> - <li>Improved installer (thanks bsod)</li> - <li>Fixed so that a connection attempt is made when changing a transfer to highest priority</li> -</ul> - -<h2>0.666 <span style="color: gray;">(2004-11-03)</span></h2> -<ul> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=173">[bug 173]</a> Fixed copy nick to clipboard (thanks trem)</li> - <li>Removed some old code (thanks garg)</li> - <li>Added tth to log codes (thanks garg)</li> - <li>Added # of locally filtered results to search frame (thanks garg)</li> - <li>Fixed a crash in the upnp code</li> - <li>Fixed wide formatting of time (thanks garg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=166">[bug 166]</a> Added local filtering of searches with "-" in front of the search term (thanks cologic)</li> - <li>Fixed a missing hubframe stats bug (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=87">[bug 87]</a> TTH's are now correctly searched for in search spy (thanks trem)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=256">[bug 256]</a> Fixed an issue with utf8 user commands (thanks trem)</li> - <li>Moved to a less intrusive build procedure where stlport and wtl are local to the DC++ build (see compile.txt)</li> - <li>Added /log to show log for current hub / user (thanks garg)</li> - <li>More internationalization (thanks garg)</li> - <li>Updated some template code (thanks farcry)</li> - <li>Extended log command (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=212">[bug 212]</a> Fixed issue with utf-8 nicks during login to some hubs (thanks garg)</li> - <li>Fixed issue with utf-8 time formatting for certain languages in certain locales</li> - <li>Removed search optimisation obsoleted by tth's and bloom filters (those of you with a large number of files in your share, post on the forum if you notice any big increase in CPU usage)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=69">[bug 69]</a> Added option not to download files already in share (by TTH) (thanks TPO)</li> - <li>Help file work (garg, ullner)</li> - <li>Added petabytes (PiB) (thanks garg)</li> - <li>Clicking on active tab will deactivate it (thanks garg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=227">[bug 227]</a> Fixed an issue with loading invalid virtual names when upgrading (thanks garg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=256">[bug 256]</a> Fixed another issue with user commands (thanks garg)</li> - <li>Updated to WTL 7.5.4291</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=183">[bug 183]</a> Hopefully fixed a few issues with w9x and Unicode</li> - <li>Fixed common control initialization</li> - <li>Unix makefile now generates a shared lib (thanks jeremy huddleston)</li> - <li>Slight memory save for hash database</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=130">[bug 130]</a> Added favorite hub removal confirmation option (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=5">[bug 5]</a> Fixed broken redirect (thanks garg)</li> - <li>Added spy frame column saving (thanks garg)</li> - <li>ADL Search autoqueue saved now (thanks garg)</li> - <li>Window minimization issue fix (thanks garg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=129">[bug 129]</a> Fixed some issues with downloading >4GiB files</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=15">[bug 15]</a> ADL Search goto directory fixed (thanks garg)</li> - <li>Some fixes for compiling on osx (thanks jonathan jansson)</li> - <li>Removed Makedefs in favour of a python script</li> - <li>FastAlloc disabled in debug builds</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=266">[bug 266]</a> Fixed a crash with offline users and user commands (thanks naga)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=165">[bug 165]</a> Fixed a case insensitivity issue (thanks farcry)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=18">[bug 18]</a> Added favorite download directories (thanks naga)</li> - <li>Fixed MyINFO spam when hashing</li> -</ul> - -<h2>0.4034 <span style="color: gray;">(2004-10-03)</span></h2> -<ul> - <li>Help file additions (thanks naga & ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=170">[bug 170]</a> Fixed a few issues with files not being hashed correctly (thanks garg)</li> - <li>More ADC fixes (thanks sed)</li> - <li>Fixed some ADLSearch stuff (thanks garg)</li> - <li>Added item count to finished frames (thanks garg)</li> - <li>Fixed user commands encoding (thanks garg)</li> - <li>Added last search time to search spy (thanks ullner)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=3">[bug 3]</a> Fixed queue size growing on queue item move</li> - <li>Fixed missing file list on 0 byte share</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=185">[bug 185]</a> Fixed missing search results (thanks garg)</li> -</ul> - -<h2>0.4033 <span style="color: gray;">(2004-09-27)</span></h2> -<ul> - <li><span style="color: red;">*** WARNING ***</span></li> - <li><span style="color: red;">This update will change all your config files and queues, and it is</span></li> - <li><span style="color: red;">very probable that you won't be able to revert back to an older version</span></li> - <li><span style="color: red;">once the update has been done!!!</span></li> - <li><span style="color: red;">Also, finish your queue file before upgrading if you care for your</span></li> - <li><span style="color: red;">international filenames in it - they will not be correctly converted.</span></li> - <li><span style="color: red;">*** WARNING ***</span></li> - <li>Fixed a rare download crash (thanks farcry)</li> - <li>Fixed tab dropping in the last position (thanks trem)</li> - <li>Fixed directory sorting in the file listings (thanks trem)</li> - <li>Files that can't be moved to the target drive from the temp folder are now renamed to their real name</li> - <li>Text with unix and mac line end encodings should now be correctly displayed</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=35">[bug 35]</a> TTH Values are used for right click download menus when available</li> - <li>Upgraded to WTL 7.5.4196</li> - <li>Updated license to allow others to release legal binaries compiled against WTL</li> - <li>Moved the core structures to UTF-8 to allow correct internationalisation (major change)</li> - <li>Moving towards full unicodization of the user interface, MS layer for unicode now needed for old crappy windows versions, and I don't know how good that works. The rest of us can now see correct names being displayed in file listings (for XML filelists anyway)</li> - <li>Rewrote the share manager so that it doesn't lock the whole of DC++ while reading the directories of shared files when refreshing the list</li> - <li>Added virtual share name</li> - <li>Removed autosearch string, it's not used any more</li> - <li>Fixed a tth hash speed bug (hashing should be much faster now)</li> - <li>File listings are now generated on the fly when someone needs them</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=127">[bug 127]</a> Added UPnP support (thanks mark gillespie)</li> - <li>Ctrl-L now opens file lists (thanks garg)</li> - <li>Various ADC patches (thanks sedulus)</li> - <li>Slightly changed temporary download name</li> - <li>TTH Leaf uploads no longer logged (thanks garg)</li> - <li>Added (initial) support for hublist.org xml hublists, now default (you have to change your hub list address to http://www.hublist.org/PublicHubList.xml.bz2 if you want to benefit)</li> - <li>Fixed an issue with invalid TTH inconsistencies due to files being downloaded to the same target filename as a previously downloaded file (.nfo's usually)</li> - <li>Some memory savings for people with large queues</li> - <li>Fixed a bug with autosearch repeating the same search needlessly (this should result in fewer autosearches, good for the hubs)</li> - <li>Files scheduled for viewing are always set to highest prio</li> - <li>Added rudimentary automake and autoconf support for the client part, perhaps this will encourage someone to finish a nice linux port</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=162">[bug 162]</a> Fixed dupe usercommands on reconnect (thanks sed)</li> - <li>Links now clickable in PM's and notepad as well (thanks naga)</li> - <li>Files are no longer hashed if the shared directory is removed while hashing</li> - <li>Added hash progress dialog, hashing is run at a higher priority when dialog is shown</li> - <li>Fixed a crash issue with invalid DcLst:s (thanks garg)</li> - <li>Better strategy for removing old filelists on exit (thanks garg)</li> - <li>Added Geo-IP license and fixes (thanks garg)</li> - <li>Added Help file - make sure you read it (thanks garg)</li> - <li><a href="http://dcpp.net/bugzilla/show_bug.cgi?id=169">[bug 169]</a> Fixed a memory leak with rollback buffers under certain conditions</li> - <li>ADC INF updates only send the necessary info (thanks sed)</li> -</ul> - -<h2>0.4032 <span style="color: gray;">(2004-08-08)</span></h2> -<ul> - <li>Fixed issue with autosearch not getting filelists</li> - <li>Fixed an issue with autosearch by tth not being done</li> - <li>Added folder histore for single file downloads (thanks slowmo)</li> - <li>Fishing locale from os, changes string representations in some places (thanks garg)</li> - <li>Caseless icon optimization (thanks garg)</li> - <li>CTRL-E shortcut for refresh (thanks garg)</li> - <li>Fixed a process termination issue (thanks defr)</li> - <li>DCTC file not available detected (thanks defr)</li> - <li>Fixed bad window size being saved for minimised windows (thanks trem)</li> - <li>Fixed an issue with the ADC parser (thanks trem)</li> - <li>More WTL 7.5 preparations (thanks garg)</li> - <li>Added a switch to ease the life of the UPX compressor (exe compressors suck btw) (thanks garg)</li> - <li>Added irc:// as web link (thanks ullner)</li> - <li>Fixed an issue with the adc parser (thanks sed)</li> - <li>TTH trees no longer require a slot</li> - <li>Added options to open file lists and pm's in background (thanks sed)</li> - <li>Minor number formatting fixes (thanks palm and garg)</li> - <li>Some more linux compile fixes (thanks palm)</li> - <li>Additional translation strings (thanks garg)</li> - <li>Fixed own search results bug (thanks garg)</li> - <li><64KiB files auto-highest priority (thanks garg)</li> - <li>Fixed search in utf-8 file lists (thanks fleetcommand)</li> - <li>Fixed utf-8 encoding/decoding, chinese and other multi-byte scripts should now work ok (thanks liny)</li> - <li>Removed obsolete Import from NMDC queue (blame cologic)</li> - <li>Added option to disable bolding for hub frames (thanks ullner)</li> - <li>Fixed a small leak in the Search Frame (thanks psf8500)</li> - <li>Added bitzi.com lookup and magnet link copy (thanks garg)</li> - <li>Removed .bz2 lists from "open file list" types (thanks garg)</li> - <li>Fixed a download-to crash (thanks farcry)</li> - <li>Fixed dialog modality in several places (thanks garg)</li> - <li>Fixed some debug assertions (thanks garg)</li> - <li>Queue sorted sensibly (thanks garg)</li> - <li>Added customizable timestamps (thanks ullner)</li> - <li>Added extended dupe logging (thanks xan)</li> - <li>Some code pedantry cleanup done (thanks garg)</li> - <li>Unfinished files now have a slightly different naming scheme (thanks garg)</li> - <li>Added default unfinished folder (thanks garg)</li> - <li>When matching queue, users marked with file not available are readded (thanks farcry)</li> - <li>Added (limited support for) magnet link handling (thanks garg)</li> - <li>Uninstaller now removes the one registry key DC++ creates (thanks garg)</li> - <li>Fixed a few link click bugs (thanks garg)</li> - <li>Added quick connect (thanks tpo)</li> - <li>+ and - in the queue change priority (thanks tpo)</li> - <li>Network stat colors are now the same as in the transfer window (thanks tpo)</li> - <li>Fixed a rare automatch crash (thanks farcry)</li> - <li>Allowed sharing of network folders (thanks garg)</li> - <li>Added option to automatically add finished files to share without refresh (thanks farcry)</li> - <li>Fixed a few closing window crashes (thanks farcry)</li> - <li>Fixed a tab moving issue (thanks farcry)</li> - <li>Sources with rollback errors are now automatically removed (thanks garg)</li> - <li>Fixed compile.txt and readme.txt (thanks garg)</li> - <li>Magnet handler included in installer (thanks garg & magnethandler author)</li> - <li>New icon with alpha channels for xp (thanks olle svensson, sorry all other icon submitters who sent it before him, neither aestethic nor personal reasons why yours wasn't chosen =)</li> - <li>Fixed another download to crash (thanks garg)</li> - <li>Stringdefs automatically rebuilt (thanks farcry & garg)</li> - <li>DC++ will only share files that HAVE BEEN HASHED!</li> -</ul> - -<h2>0.403 <span style="color: gray;">(2004-06-27)</span></h2> -<ul> - <li>Fixed 100% cpu / crash bug</li> -</ul> - -<h2>0.402 <span style="color: gray;">(2004-06-27)</span></h2> -<ul> - <li>Fixed transfer view crash (thanks garg)</li> - <li>Removed default sort in search frame</li> - <li>Window sizes / positions of favorite hubs saved (thanks trem)</li> - <li>Begun work on the ADC protocol (major change)</li> - <li>Fixed issue with the exceptioninfo growing indefinately (recursive behaviour)</li> - <li>Readded missing TTHSearch to hub $Supports</li> - <li>Fixed unnecessary $MyINFO being sent out</li> - <li>Removed time left and speed from waiting transfers (thanks garg)</li> - <li>Documented %[line:reason]</li> - <li>Fixed a bug with hanging queue display</li> - <li>When searching by hash, size mode set to normal (don't care)</li> - <li>Hash speed tweaks, check if it's any better.</li> - <li>Fixed a crash when moving files</li> - <li>Fixed directory sorting in directory listings</li> - <li>Fixed an unnecessary disconnect on file not available</li> - <li>Fixed missing write buffering</li> - <li>Added drag-drop of directories onto the shared dirs view (thanks trem)</li> - <li>Added option for specifying max hashing speed</li> - <li>Updated installer to optionally create a backup of the settings when upgrading</li> - <li>Changed to a more convenient observer implementation (no, not a functor (or something more fancy) based one)</li> - <li>Fixed an invalid XML file list crash</li> - <li>Copy address to clipboard from public hub list (thanks joakim tosteberg)</li> - <li>Changed to IEC binary multiple units (MiB, KiB etc)</li> - <li>GETSETREF templetized (thanks farcry)</li> - <li>Small files size increased to 64KiB</li> - <li>Op's that use a client that supports minislots always get a minislot (for small files / xml file lists), regardless of how many minislots are already taken.</li> - <li>Matching by name removed for queue items with a TTH root (for autosearches)</li> - <li>Autosearch is done by TTH for queue items that have a root</li> - <li>Removed GetTestZBlock (no more safe/compressed transfers from old clients)</li> - <li>Added support for automatic user command clearing (code 255) (thanks sedulus)</li> - <li>User country shown in ip field (thanks pofis)</li> - <li>Automatic search matching is now done exclusively by tth for those items that have a TTH root and by exact filename for those that don't.</li> - <li>Dropped support for bzip2 file lists</li> - <li>Show joins parts for fav users only option added (thanks psf8500)</li> - <li>Added possibility t... [truncated message content] |