home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / DCPlusPlus-0.304.exe / ChangeLog.txt next >
Text File  |  2004-03-27  |  87KB  |  1,338 lines

  1.  -- 0.401 2004-03-28 --
  2. * Fixed the dupe file issue
  3. * Hopefully fixed the dupe op issue
  4. * Rephrased remove dupes option (thanks garg)
  5.  
  6.  
  7.  -- 0.400 2004-03-27 --
  8. * Fixed escape in user commands (thanks garg)
  9. * Probably fixed search frame hang
  10. * Exact size in queue frame (thanks cologic)
  11. * Ip in search frame (thanks cologic)
  12. * Small fix to transfer view sorting (thanks torgny nyblom)
  13. * User commands in transfer view (thanks torgny nyblom)
  14. * Extra logging in main status bar (thanks garg)
  15. * Option not to bold queue tab (thanks garg)
  16. * Option not to send unknown /-commands (thanks garg)
  17. * Hopefully fixed some encoding issues with the xml filelist
  18. * Hashing is now mandatory (stop whining, it was only meant to be optional in 0.307)
  19. * Match files now works correctly with TTH's in queue
  20. * Hub name more or less correct on TTH results in search frame
  21. * Added search by TTH to queue frame
  22. * Large speed improvement in user list loading when lists sorted on user name
  23. * Fixed inverted ratio of uploads
  24. * New icons in window menu (thanks garg)
  25. * SFV failure message (thanks garg)
  26. * Bolds for defaults in some menus (thanks garg)
  27. * Fixed random filelist crash
  28. * Performance improvement in background match queue
  29. * Dupe file check done by TTH value
  30.  
  31.  
  32.  -- 0.307 2004-03-10 --
  33. * Experimental release, lots and lots of core code has changed => high fatal bug probability.
  34. * Fixed full name being displayed in user commands with submenus
  35. * Bloom filters dramatically improve cpu efficiency on incoming searches (if you have a large share)
  36. * Auto match results shown in status bar
  37. * Added option to match autosearch filenames exactly to further avoid the wrong file being downloaded (default on)
  38. * End of zlib transfer test period, semantics slightly changed ($GetTestZBlock -> $GetZBlock, $Sending changed)
  39. * Speed increase when loading shares with many files of the same size (thanks farcry)
  40. * Added file hashing, turn it off in advanced settings (experimental)
  41. * Merkle trees and tiger hashing added for TTH hash support
  42. * Compression totally rewritten, should also fix a few minor issues
  43. * Compression (GetZBlock) and hashing (TTHSearch) is advertised to hubs through $Supports, I advise hubs to advise 
  44.   its users to keep at least hashes on so that searching by hashes will work efficiently (as it's only useful if 
  45.   all clients on the hub support it).
  46. * Fixed bug where no/invalid file listing would be written if there was no disk space (the old one is used now 
  47.   instead...)
  48. * XML File lists that contain hashes if available, and support full utf-8 names (correct viewing is not guaranteed,
  49.   but download should work)
  50. * Upgraded to zlib 1.2.1 (thanks garg)
  51. * Extra column for hub in transfer list (thanks torgny nyblom)
  52. * Copy nick to clipboard in transfer list (thanks torgny nyblom)
  53. * Files starting with a '.' are no longer shared if hidden files are not shared (...unix...)
  54. * Fixed a minor memory leak when an invalid search result is returned (exploitable minor security issue)
  55. * Slight speedup of file list loading
  56. * File IO rewritten (major change)
  57. * Rollback no longer depends on buffer size
  58. * /rebuild rebuilds the hash database and potentially reduces the size of the raw hash data file (also checks
  59.   its integrity)
  60. * Ip column in transfer list (thanks cologic)
  61. * Scrollbar for multiline messages (thanks garg)
  62. * Fixed an issue with icon transparencies (thanks garg)
  63.  
  64.  
  65.  -- 0.306 2004-01-09 --
  66. * Fixed an issue with UNC paths (those starting with "\\")
  67. * Changed autosearch so that it only searches if less than 5 sources are online, this should stop galloping
  68.   filelist downloads as well
  69. * Upgraded to WTL 7.1, should fix a few UI issues
  70. * Fixed brightness of compressed transfer progress bars
  71. * Fixed a crash with badly formatted compressed transfer requests
  72. * Some work on memory managment, dramatically improving DC++'s behaviour with large queues / shares
  73. * Auto-match queue is only done on exact match
  74. * Fixed a bug in the compressor that may have caused compressed uploads not to finish and/or 100% cpu
  75. * The sound part of partially corrupted queues is now recovered
  76. * When opening a file list from search results, the file's directory is automatically shown
  77. * An extra buffer flush is done to ensure that file lists are fully written to disk
  78. * Readme automatically shown for new users (thanks johnny)
  79. * Filename is shown on transfer error (no slots etc) (thanks ciber)
  80. * Ctrl-tab order is now the standard last-seen
  81. * Added support for user command menu subitems (add a '\' to the name)
  82. * Fixed locale setting bug
  83. * Added option to automatically add items to queue from ADL search (thanks twink)
  84. * Fixed share sizes not being updated with the "share hidden" box (thanks theparanoidone)
  85. * Directories with '$' in the name are no longer shared (they can't be downloaded)
  86. * Favorite users can now have descriptions
  87. * Added filesize and filesizeshort to search frame %[...] macros (thanks gadget)
  88. * Added option not to log filelist transfers
  89. * Fixed some issues with being / not being op
  90.  
  91.  -- 0.305 2003-12-04 --
  92. * Fixed disappearing queue items bug
  93. * Fixed displaying of upload compression in progress bar
  94. * Added compression ratio column and %[actualsize] and %[actualsizeshort] to log formats available
  95. * Fixed doubled name when downloading directories from search frame
  96. * Fixed a mem leak for safe transfers
  97. * Fixed a crash during downloads
  98. * Fixed speed problems with user list
  99. * Added "open download directory" to file and tray menu
  100. * Shift-clicking tab will close window (thanks twink)
  101. * Added support for $UserIP, %[ip] as user command parameter and server side ip detection (automatically used
  102.   if the ip field in settings is blank)
  103. * Transfer bar colors updated and user-configurable (thanks gargoyle)
  104. * Fixed possibility to share same folder twice (thanks theparaniodone)
  105. * Fixed translations of kick & redirect user
  106. * Fixed missing subdirs when moving directories in the queue
  107. * Really fixed hublist space trimming =)
  108. * Added ".wmv" and ".ogm" as video extensions
  109. * Fixed some issues with same-named fav users
  110. * Fixed small mem leak in fav users
  111. * Max download slots default changed to 3
  112. * Max 3 slots more than max download slots are used for highest priority downloads
  113. * Added option to automatically download filelist and match it on autosearch match. This will dramatically speed up
  114.   autosearching, lessening the strain on the hubs as less searches have to be done.
  115. * Added accelerator for filtering in public hubs (thanks gargoyle)
  116. * Fixed some translations (thanks ciber)
  117. * Added "downloaded bytes" to queue (thanks ciber)
  118. * Fixed refresh file list from main menu
  119. * Switched user and filename column in search frame so that the image will be attached to the correct column (thanks
  120.   gargoyle)
  121. * A few message boxes updated (thanks gargoyle)
  122. * Added supports NoHello, a hub bandwidth easing feature for the hubs that support it
  123. * Fixed a problem with matched list downloads not starting
  124.  
  125.  -- 0.304 2003-11-19 --
  126. * Fixed missing usercommands (thanks sed)
  127. * Added option not to receive usercommands 
  128. * Fixed a bug with bad search result type (hub owners, make sure your users upgrade if they use 0.302-0.303) 
  129.   (thanks saurod)
  130. * Added "$Supports MiniSlots" for other clients to profit from dc++'s free small files and filelist free slots
  131.   (thanks sed)
  132. * Added /getlist command to get users list from chat (thanks twink)
  133. * Added check so that temp directory cannot be added to share list
  134. * Hopefully speeded up hub connect a little
  135. * Fixed transfer view sorting I think, this is how it should be: running downloads, running uploads, waiting 
  136.   downloads, waiting uploads
  137. * Fixed missing string (thanks gargoyle)
  138. * Fixed invalid date added formatting
  139. * Fixed trimming of spaces for http downloads (hub list...)
  140. * Fixed a bug in autosearch when using auto search strings (thanks ilkka seppΣlΣ)
  141. * Fixed typo in user commands help
  142. * Fixed missing sort arrows
  143. * Added time last seen online to fav users (thanks gargoyle)
  144. * Changed auto-grant slot ui (thanks gargoyle)
  145. * Fixed error removing recently added share directory
  146. * Fixed open folder in finished frames
  147.  
  148.  
  149.  -- 0.303 2003-11-14 --
  150. * Fixed reversed free and open slots in search results (oops...=)...upgrade or you're likely to be banned!
  151.  
  152.  -- 0.302 2003-11-14 --
  153. * Added a small menu to the tray icon (thanks orkblutt)
  154. * Added port to hub log files
  155. * Some fixes so that \client will compile better under linux (thanks christer palm, he's working on
  156.   a linux version using dc++ as base...)
  157. * Speedups, code cleanup to GUI list handling
  158. * New STLPort again (4.6) (a lot of the match queue crashes are probably STLPort's fault, 
  159.   so I'm changing again, to see if the latest is better, + that I changed two lines in it)
  160. * Fixed some bugs in the &-translation
  161. * Can be compiled in MSVC 7.1 without stlport, make sure to undefine HAS_STLPORT in config.h
  162. * Updated the antifrag feature to recover from crashes (thanks distiller)
  163. * Fixed so that tab completion works with multiple [xxx] tags (thanks sed)
  164. * More code cleanup, keep a backup of your queue handy while upgrading, queue code extensively
  165.   rewritten to ease future changes
  166. * Updates to the autosearch feature
  167. * Added (well, enabled) GetZBlock, a feature that makes all transfers safer by checking CRC's
  168.   during the transfer and if possible, compresses. This is an experimental feature, and it might
  169.   require some extra cpu, so it can be turned off in settings, turning it off will turn it off for
  170.   both up- and downloads. If both users have it enabled it will automatically be used. Compression
  171.   is automatically turned off file files that don't compress well (.rar's for example), but the extra
  172.   CRC check is still done. Safe transfers are marked by a * in the active transfers list (I'll think
  173.   of something better later on...)
  174. * New, very nice progress bars for the transfers window (thanks citruz)
  175. * Multi-shade progress bars to show how much was resumed and compressed
  176. * Added auto-grant option to favorite users (thanks saurod)
  177. * Improvements of robustness and speed of the XML reader
  178. * Fixed some minor Examples.xml issues ("\\" and "\t" are now correctly shown)
  179. * Fixed a queue crash bug
  180. * Changed transfer view sort order (active downloads, active uploads then connection attempts...one
  181.   fine day perhaps it'll be configurable...)
  182. * Added date added column to queue
  183. * Temporary downloads folder no longer shared
  184. * Fixed a bug where the socks5 proxy was used for http proxy connections (thanks dan fulger)
  185. * Added command history scrolling using ctrl-up/down/home/end (thanks cologic)
  186. * Fixed match queue crashes
  187. * Fixed sending of unknown '/'-commands to the hub (thanks sedulus)
  188. * Added support for once-per-nick usercommands (and made kick/redirect work like once)
  189. * Filename and path in finished frames split ut in two columns (thanks twink)
  190. * Fixed NoGetINFO so that it actually doesn't send any getinfo's
  191.  
  192.  -- 0.301 2003-10-28 --
  193. * Fixed usercommands in hub frame (kick for example)
  194. * Other fixes to usercommands (thanks sedulus)
  195. * Fixed reading of DCTC file lists I think (haven't tested) (DCTC of course has to be different 
  196.   from all other clients and create file lists with multiple directories with the _same_ name 
  197.   for no reason)
  198. * Fixed "open folder" in finished frames
  199. * Added new search for alternates algorithm with possibility to set search string yourself
  200.   (thanks saurod)
  201. * Added selection of which hubs to search in (thanks saurod)
  202. * Fixed link opening in some browsers
  203. * Added NoGetINFO extension support
  204.  
  205.  -- 0.300 2003-10-27 --
  206. * ---- IMPORTANT ----
  207.   Security update, upgrade unless you want to risk losing files anywhere
  208.   on your hd (this is for all versions prior to this one) (thanks fusbar for bringing 
  209.   it to my attention) 
  210.   ---- IMPORTANT ----
  211. * Some code cleanup
  212. * Added vertical tiling of windows
  213. * Nick and password are now taken from favorite hubs on redirect (thanks saurod)
  214. * Fixed a case sensitivity bug in favorite hubs (thanks saurod)
  215. * Locale formatting of exact size in search (thanks saurod)
  216. * Fixed a bug where directories were not correctly returned (thanks saurod)
  217. * Replaced the tab control in the settings with a tree, expect many more settings soon
  218. * Fixed a bug when changing priorities from paused
  219. * Reduced transfer view flicker somewhat when sorted by status
  220. * Reconnect time is randomized a little to reduce stress on hub when everyone reconnects
  221. * Small i18n fix in uploads settings (thanks atomicjo)
  222. * Numbers only on search size box (thanks atomicjo)
  223. * Delete multiple favorite users (thanks gargoyle)
  224. * Autocomplete turned off when using shift-tab (to tab between the windows instead) 
  225.   (thanks gargoyle)
  226. * Small fixes (thanks gargoyle)
  227. * Toolbar updates (thanks gargoyle)
  228. * Speeded up match queue a lot (I mean a _lot_)
  229. * Added a network statistics view
  230. * Added tab-specific context menus
  231. * Added support for hub $Supports
  232. * Added hub-sent usercommands
  233. * Usercommands changed to raw in save file
  234. * New %[ parameters in user commands
  235. * & is used to escape the & in chat (currently only escapes when really necessary, i e
  236.   | or $ escape is used)
  237. * Added "Match Queue" to various right-click menus
  238. * Internationalised settings (thanks gargoyle)
  239. * Fixed finished frame lockups
  240. * Moved to Visual Studio 7.1, 7.0 project files are available, but won't be maintained...
  241. * Own icon always set to blue (DC++) (thanks atomicjo)
  242. * Edges around the settings (thanks opera)
  243. * Fixed right-click issue in the hub frame (thanks twink)
  244. * Fixed a problem with detecting protocol extensions
  245. * Updates to the queue frame (bugs fixed and smarter when using with multiple drives)
  246. * Fixes to zblock sends (thanks sandos)
  247. * Links are opened in a new browser window
  248. * New STLPort again (4.5-1020)
  249. * Increased some buffer sizes to increase high-speed transfer performance
  250. * Added tooltip to hub window status bar that shows last 5 status lines
  251. * /-commands that don't exist are now sent to the hub
  252. * Added /pm
  253. * Added /g to search google
  254. * Added /imdb to search imdb
  255.  
  256.  
  257. -- 0.263 2003-09-30 --
  258. * Fixed a mouse click crash (thanks sed)
  259. * Fixed so that donating is done in euro's from the help menu (why don't you try it out? =)
  260. * Port can now be seen in the hub frame title (thanks sed)
  261. * Fixed a major bug with filename case sensitivity (causing strange queue behaviour)
  262. * Fixed another queue crash bug
  263. * Queue now starts fully expanded (makes sense with smart queues)
  264. * Fixed compiling issue on vc6
  265.  
  266.  -- 0.262 2003-09-24 --
  267. * Added arrows and tri-state sorting (thanks saurod)
  268. * Fixed a crash with certain queues when opening queue frame
  269. * Fixed a bug in the search frame not setting b/kB/MB correctly when searching for alternates
  270. * Fixed bad loading of menu translations
  271. * Fixed tag not being removed when someone turns it off
  272. * Added connection flooding protection
  273. * Fixed a bug with file extension being cut off when moving files in certain windows setups (I think, not tested)
  274. * Small fix to ip detect code (thanks fusbar)
  275. * Fixed a file read crash
  276. * Fixed so that DC++ correctly returns hub port in search results (thanks sed)
  277. * Now correctly reacts to multiple $Hello's with own nick
  278. * When moving items in the fav lists, items are scrolled into view if moved outside the window
  279. * Added "View as text file" option when downloading files (only shows the first 32k though...)
  280. * Made it possible to compile using the stl supplied in msvc 7.x, it's untested though, and I won't maintain it
  281.   (I just wanted to see if it works)
  282. * Already existing files are prioritised when queueing
  283. * Changed so that files are downloaded in alphabetical order when first added (this makes opening large user file 
  284.   lists a little bit slower)
  285. * Upgraded to STLPort 4.5.0725 (should be compatible with msvc 7.1)
  286. * Fixed right-click menu in hub frame when the username comes last on a line (thanks sed)
  287. * Added stored password sent notification when connecting to favorite hubs
  288.  
  289.  
  290.  -- 0.261 2003-07-15 --
  291. * Fixed user list problems
  292. * Fixed a queue frame crash
  293.  
  294.  -- 0.26 2003-07-15 --
  295. * Search for alternates now sets file type as well (and should work correctly with sizes...)
  296. * Search now returns results for exact size matches on at least/most searches
  297. * Some minor fixes
  298. * Fixed a crash on adding items to the queue
  299. * Progress bar now has different color for selected items
  300. * Added notification for which file was not available for downloading
  301. * Added H: to main window status bar
  302. * Hub developers: Added section about $Supports scheme for client-hub communication to extensions.txt that 
  303.   dc++/dch++ will (probably) use to extend the protocol (if it ever happens =).
  304. * Default hub list now points to one that works
  305. * Minor code cleanups
  306. * M:5 in the <++ tag means socks5 mode (this should have worked since 0.20...)
  307. * If no nick is set the settings dialog pops up at startup (to help newbies...)
  308. * Added a smarter queue tree display, to make it less deep
  309. * Fixed downloading of files with ? and * in name
  310. * Fixed downloading of filelists from users with \ in name
  311. * ADLSearch: Added Break on first option and special 'discard' target (see help) (by henrik as usual)
  312. * Added time left and speed columns to transfer window
  313. * Add to favorite user available from search frame
  314. * <++ tag is now shown in a separate column in the hub frame
  315. * Different tab types are now colored differently (some day I might actually make the colors configurable...)
  316. * Tabs are back at using the system menu font instead of the custom one
  317. * Added tab completition in hub frame, turn it off in advanced settings to get old tab behaviour (it can also
  318.   be used as a user search...)
  319. * Added move up/down controls to favorite hubs
  320. * Added options to open the finished downloads and favorite hubs window at startup
  321. * Fixed a bug where bad results were being given when searching for directories
  322.  
  323.  -- 0.251 2003-05-28 --
  324. * Fixed 100% cpu bug in new search (thanks opera)
  325. * Fixed a bug with queue selection counts (thanks sed)
  326. * Fixed a problem with percents not being escaped correctly in user commands (thanks sed)
  327. * Added so that you can use time formatting in the away message (%Y, %m ...) (thanks vladimir marko)
  328. * Added %[file] to search frame user commands (that becomes the current filename) (thanks sarf)
  329. * Fixed some of the vc6 compile errors/warnings
  330. * ADLSearch: now accepts %[nick] (see help)
  331.  
  332.  -- 0.25 2003-05-20 --
  333. Major:
  334. * Implemented a faster substring search algorithm for share and file listing searches (the QuickSearch variant of 
  335.   Boyer-Moore)
  336. * User commands now work from search as well
  337. * Fixed a major bug where queue items without sources were not loaded from disk on restart
  338. * Fixed slow favorites opening / excessive saving (thanks todd pederzani)
  339. * Large speedup in file listing search (QuickSearch + unnecessary processing added earlier removed)
  340. * Added selection size info to queue frame (same as file listing)
  341. * Fixed some crashes when closing windows (and perhaps added some new ones...)
  342.  
  343. ADLSearch: (by Henrik Engstr÷m)
  344.   * Keyboard shortcuts.
  345.   * Context menu (back again).
  346.   * Removed 'Active' column and made it a check box.
  347.   * Unified button texts to the rest of DC++.
  348.   * Fixed bug with multiple destination directories, some search results only ended up in the first of multiples.
  349.  
  350. Minor:
  351. * Memory savings for users with many files in share
  352. * Hyperthreading / multicpu users, try again and report back if it works
  353. * Fixed %[hub] in upload log
  354. * Some code cleanup
  355. * Fix for buggy HTTP servers sending Content-Length with wrong case (thanks sandos)
  356. * Added link to change log in help menu (thanks todd)
  357. * Fixed link to faq (thanks todd)
  358. * Fixed public hub list mouse clicks and reopening (thanks todd)
  359. * Fixed so that "3/4 users offline" can be translated to polish
  360. * Fixed tabbing in search frame 
  361. * Added option for not downloading zero-byte files
  362. * Added handling for dchub:// in main chat (opens the hub)
  363. * Fixed a bug with strange nicks causing problems with file list opening
  364. * Fixed a bug with orphaned file lists
  365. * Fixed a bug with socks5 password length (thanks dwomac) 
  366. * Double-clicking text selects the word (as in old versions, thanks todd pederzani)
  367. * Directories are no longer returned for "at least" searches with bytes > 0 (i e directory size is assumed 0)
  368. * Fixed another issue with accesses to invalid drive letters (thanks sarf)
  369. * Holding shift during startup (when the main window shows) will disable autoconnecting to hubs
  370. * Fixed user description saving and updating (thanks todd)
  371. * Large files are now moved in a separate thread to avoid losing connection while moving (if using temporary download dir)
  372.  
  373.  -- 0.242 2003-04-19 --
  374. * Updated compile.txt with some notes on submitting patches
  375. * Perhaps fixed the multicpu/hyperthreading issue (could someone try and report to the bug tracker?)
  376. * Various optimizations of the socket code to regain some of the upload performance that some seem to have problems
  377.   with (keep in mind that SFV-checking, when enabled, slows things down on the downloading end when a file is checked...)
  378. * Fixed problems with changing active port
  379. * Fixed favorite hub properties saving
  380. * Added option not to send away message to bots (users that have not sent a myinfo that is...) (thanks sedulus)
  381. * Fixed 302-moved code a bit (thanks sedulus)
  382. * Added match queue feature to the file listing window. This will take every file in the file listing and see if there
  383.   is any matching file in the queue (exact filename & size match). Every match will then be added to the queue as an
  384.   extra source. Depending on your queue size and the number of files in the listing this might take some time to do...
  385. * UI updates to ADLSearch (by Henrik Engstr÷m)
  386.  
  387.  -- 0.241 2003-04-01 --
  388. * Made the XML parser a bit more robust against bad XML data (to avoid embarassing situations such as the last one...)
  389. * Favorite users and hubs are now saved on edit instead of on exit.
  390. * Added support for "302 file moved"  for hublist downloads (thanks sedulus/sandos)
  391. * Fixed error reporting for hublist download
  392. * Same server but different port is now properly considered a different hub (thanks sedulus)
  393. * Last entered parameter for user commands is now remembered (%[line:...])
  394. * VC6 projects files brought up-to-date
  395. * Added a DLL to the installation procedure to make sure we get good debug info under older windows versions (research 
  396.   by todd pederzani)
  397. * Fixed attempt to access f: I think (it seems that the debug info generator tries to access f: when dc++ crashes, 
  398.   because microsoft compiled their stuff from f:...untested, I don't have any f: =)
  399. * Update to some confirmation dialog (thanks todd pederzani)
  400. * Partially changed back to the 0.233 code for uploads (since the new one seems to cause upload performance problems)
  401. * The queue is now only bolded when an file is finished.
  402. * Added away indicator in the main status bar (thanks todd pederzani)
  403. * Added finished uploads frame (thanks todd pederzani)
  404. * Added finished bold disable option (thanks todd pederzani)
  405. * Minor adjustments to the sort order
  406. * Added anti-fragmentation feature. When downloading, it creates a file of the expected target size with unspecified
  407.   content. If the download fails, the file is truncated to the size DC++ thinks it has downloaded, and
  408.   resume should work fine. If DC++ crashes, you'll lose the whole downloaded part + any resumed part as well, as
  409.   there's no way to know how much valid data there is in the file. Disabled by default.
  410. * Added a few keyboard shortcuts here and there
  411. * Fixed bug with SFV retrying (files will now properly be retried _once_ beforer a source is discarded)
  412. * The maximization state of the inner windows is now remebered, default to maximized first time.
  413.  
  414.  -- 0.24 2003-03-11 --
  415. * The splash screen is now correctly centered (we thank Vladimir Marko for this important patch =)
  416. * Added ADLSearch, a new search filter for browsing files, submitted/made by Henrik Engstr÷m.
  417. * Local ip handling improved, so that a per-hub ip is used if nothing is entered in the active field (good for
  418.   people who connect to local hubs or through different network cards)
  419. * You can now use $ and | in the chat. DC++ uses the HTML standard $ and | to replace them...some people
  420.   might not like this because it's different than the escape sequence used in the lock, but I prefer a standard way
  421.   of escaping that's not limited to numbers below 999...later on, perhaps I'll add full &-escaping support so that
  422.   people will be able to send all kinds of strange characters. The same escpace sequences are used in the description
  423.   and email.
  424. * Incoming connections are now handled in a completely different, more effective way (one thread less...). This could
  425.   perhaps help with the multicpu/hyperthreading issue, but I doubt it...
  426. * Fixed a crash-at-exit in the debug build
  427. * Fixed a bug causing missing search results (thanks opera)
  428. * Another go at the case insensitive string comp bug (tried with a queue file that was reported not to work so...)
  429. * Added custom per-hub user description to favorite hubs (thanks todd pederzani)
  430. * Some code cleanup and minor fixes
  431. * Updated H: tag. It now looks like H:x/y/z where x, y, and z are normal, registered and op hubs respectively. It
  432.   is updated roughly once a minute, but if you're disconnected, the count won't go down until the window is closed
  433.   (i e hubs you're trying to reconnect to count as well, to avoid too many updates being sent to the hub). Also,
  434.   note that there's a problem with the op count. All op's will first be counted as registered users, and then,
  435.   when they're fully logged in the count will be updated. This is a protocol limitation and there's not much to
  436.   do about it (although, most of the time you shouldn't notice, if the hub sends the op list fast enough...). This
  437.   release also fixes a bug where the count was not correctly updated across all hubs.
  438. * To avoid confusion when receiving text pasted from the chat, "- " is inserted whenever a line starts with '<' or 
  439.   '[' in the main and private chat (so that it won't look like somebody else is writing a message)
  440. * I think you can now use %-shortcuts in the nick when specifying user commands (%[line:] does not work tho...)
  441. * Doubled interval between autosearches (2 minutes now, and 60 between each research of the same file), this to 
  442.   ease the bandwidth load on busy hubs
  443. * Favorites, users and user commands are now saved to a separate file. The old ones will still be loaded for a 
  444.   few versions...
  445. * Added info about current directory/selection to the file listing browser
  446.  
  447.  -- 0.233 2003-02-24 --
  448. * Back to normal...
  449. * Fixed a small bug with disappearing tray icon (thanks vladimir marko)
  450. * Fixed a major bug in the case insensitive string compares resulting in 100% cpu/crashes in certain cases 
  451.   (specially with filenames that contain international characters). This should also fix sort problems
  452.   and perhaps some search problems as well...
  453. * Fixed some problems with file lists not refreshing correctly when they were being downloaded at the same time.
  454. * Added option to disable the hourly automatic share refresher
  455. * Fixed another Finished Files crash -- now it *should* work, I actually tested it once this time...
  456. * Fixed a "dc++ would not shutdown" bug (thanks todd pederzani)
  457. * Fixed another thing with hub lists being unnecessarily downloaded (thanks todd pederzani)
  458. * Fixed a bug with opening faulty .bz2 file lists (thanks who)
  459. * Fixed a bug with whole descriptions not being visible in the settings
  460.  
  461.  -- 0.232 2003-02-14 --
  462. * Fixed a bug when temp download directory was missing '\' in the end
  463. * Fixed another crash when disk full bug
  464. * Files containing $'s are no longer added to share (can't be downloaded later on...) (this is a protocol limitation)
  465. * Changed the "download whole directory" back to the old way of working (see 0.23 notes), it turned out that i didn't
  466.   like it and neither did anyone at the forum seem to do...maybe I'll think of something better later on...
  467. * Fixed the move file thing (properly this time, I hope)
  468. * Fixed edit boxes being enabled when option was not in logs&sound settings (thanks todd pederzani)
  469. * Fixed "add shared directory" modality (thanks todd pederzani)
  470. * Fixed finished files crash
  471. * Added an icon for the finished downloads to the toolbar (thanks todd pederzani)
  472. * The main icon now contains a 48x48 icon as well (thanks todd pederzani)
  473. * I hope the owner of the picture doesn't sue me / mind =)...
  474.  
  475.  -- 0.231 2003-02-04 --
  476. * Minor speedup in the string tokenizer (silly...)
  477. * Fixed missing search results when searching without type (fix also provides a tiny speedup when being searched)
  478. * Fixed a silly assertion fault in the debug build
  479. * Fixed the single file move crash (together with "wrong file moved", same bug)
  480. * Fixed so that a user won't be granted a slot when using a "free" slot if disconnected because of the 
  481.   autodisconnect feature (thanks Todd Pederzani)
  482. * The tab control now supports more than one row
  483. * In the tab chevron menu, those windows that have updated (that would have been bold) now have a dot
  484. * The download queue tab now goes bold if something about the queue has updated (download finished/added/failed/etc)
  485. * The message edit box in the hub and pm windows now uses the font selected in the settings
  486. * The finished files frame now goes bold when new items are finished
  487. * Fixed some of the problems when not viewing the directory tree in the queue. There might be some bugs left tho, 
  488.   haven't tested...
  489.  
  490.  -- 0.23 2003-01-30 --
  491. * New release policy, I'll wait a few days with the "new version" nag, just to see if a release is ok (doesn't have
  492.   any fatal bugs in it). If you want to be on the bleeding edge, either subscribe to the release notification on
  493.   sourceforge or check it every now and then. The same goes for the link on http://dcplusplus.sf.net (i e the download 
  494.   will only be available from http://www.sf.net/projects/dcplusplus in the files section).
  495. * Removed the -Debug zip file. The debug information is now included in all public releases of DC++, this to rid
  496.   the debug forums of crash reports with missing debug information. There are no performance penalties from having
  497.   the debug symbols, they are loaded on demand (and if you're really deperate for disk space, you can remove the .pdb
  498.   file). This of course makes the distribution download a bit bigger, an unfortunate side-effect...
  499. * Fixed a bug in the uninstaller (it didn't remove DCPlusPlus.pdb if installed)
  500. * Fixed a bug with the user commands (PM didn't work)
  501. * Some fixes to queue moving (moving to targets that already exist in queue now adds the sources of the old file
  502.   to the existing target instead of just ignoring them...)
  503. * Changed the way "download whole directory" works. It now downloads the files directly to the directory you've 
  504.   chosen, i e if you download the directory "mp3" to "x:\down" all files from "mp3" will end up in "x:\down"
  505.   instead of "x:\down\mp3". This makes it easier to add files when somebody's changed the directory name but not the
  506.   filenames (common with rar/ace sets). If you download to the default download directory, the directory is created 
  507.   (i e "default\mp3" in the example). Now I only have to decide whether I like this change or not...
  508. * Cleanup of the VC7 Project files
  509. * The number of uploads slots is now shown as negative if it exceeds the specified number of slots (because of auto-
  510.   open or granting). We'll see how long it takes until someone reports this as a bug...
  511. * Added ability to set default away message (hm...perhaps this should use the last message set?)
  512. * Redesigned the appearance dialog a bit (like the advanced options now)
  513. * If DC++ receives "banned" during the login phase, it'll stop automatically reconnecting (n÷jd nu, nev? =)
  514. * The splash screen no longer shows on the task bar (avoids flicker when loading is fast) and is not topmost (use
  515.   alt-esc instead of alt-tab to switch to it if you lose it...and it can't be an option because it's shown prior to
  516.   any settings being loaded).
  517. * Hublist is no longer loaded in the background by default when starting the application.
  518. * Fixed some proxy connection problems for the hublist (thanks Ondrea (or is it Ondra or Ondrej? =))
  519. * Disabled automatic opening of the hublist. You can reenable it in the settings (this is to save some 
  520.   bandwidth on the hub list servers).
  521. * The hublist http://dcplusplus.sourceforge.net/PublicHubList.config has been replaced by 
  522.   http://dcplusplus.sourceforge.net/PublicHubList.config.bz2 (the same, but bzipped, sourceforge didn't like
  523.   the load on their servers...)
  524. * Fixed a bug when returning compressed file search results
  525. * Changed the way string compares are done, this should fix the sorting and searching problems with different
  526.   charsets. All string compares are now done based on the user's locale, so searching users that use a different charset
  527.   might yield unexpected results.
  528. * Automatic search now searches with type if possible (to ease the load on clients)
  529. * Fixed a disk full crash
  530. * Added "Close all disconnected hubs" to the Window menu (thanks Kenneth Skovhede)
  531. * Added /favorite to pm window to add user as a favorite user (/fav also works) (thanks Kenneth Skovhede)
  532. * Added /favorite to hub window to add hub to favorite hubs (/fav also works) (thanks Kenneth Skovhede)
  533. * Added "Grant slot" to transfers right-click menu (thanks Kenneth Skovhede)
  534. * Added "Add to favorites" to transfers right-click menu (thanks Kenneth Skovhede)
  535. * Added "Open folder" to finished downloads frame (thanks Kenneth Skovhede)
  536. * Performance increase in search 1: When somebody searches with a type (document, video, etc), directories that
  537.   don't contain the specified type are not searched. If people use search types a lot, this should be a significant
  538.   improvement. To make this work out good, keep different file types in different directories, and smaller parts of
  539.   your share will be searched. This will work better when more people have updated their clients so that autosearch 
  540.   uses types as well. 
  541. * Performance increase in search 2: Words frequently searched for are filtered out earlier in the search, so that
  542.   only directories that contain a specific word are searched. This is based on the observation that a lot of the 
  543.   contain either their suffix (mp3 or avi for example), or some other frequently searched words. By only searching
  544.   directories that for sure contain one of these words, we eliminate a lot of useless searching. In this first
  545.   implementation, the list of words is static, but later on I'll add dynamic adaption, so that it's really only the
  546.   most frequently words that make it to the list (thanks to Vladimir Marko for idea and research, to find out more
  547.   see his post on http://dcplusplus.sf.net/forum in Protocol Alley (perfincrease 1 is based on the same kind of thinking))
  548. * Fixed the hourly automatic share refresher (this is done with a low priority thread)
  549. * Highest priority downloads are now always started (even if the exceed the speed & max downloads limits), this way
  550.   important files, file lists and small files always get downloaded...(uhm, this might have the side effect that a 
  551.   list download might disconnect another slot if a file change for the other one occurs during the list transfer...
  552.   if this becomes a problem, I'll look into it "later" =) (completely untested...hope it doesn't break downloading =)
  553.  
  554.  -- 0.22 2003-01-05 --
  555. * The forums are up again! On a new address though, http://dcplusplus.sf.net/forum...
  556. * Added nice installer. It's big because it comes with the debug info, if you just want a zip as in the old versions,
  557.   you can find it on http://sf.net/projects/dcplusplus.
  558. * Fixed a bug with files being added to the queue without target directory. This caused quite a lot of strange
  559.   behaviour ranging from hang at startup to empty queues and crashing deletes. Hopefully, I fixed it proper,
  560.   but rereport the bugs if you still have problems... 
  561.   *WARNING - WARNING - WARNING* if you upgrade to 0.22, all old queue items that are missing a directory in the
  562.   target file-name will be removed. Don't upgrade if your queue is precious to you, and you didn't have anything
  563.   in the default download directory box in the settings (finish it with version 0.181
  564.   or edit your queue.xml file and add a directory to all targets without...). (thanks fusbar for finding it)
  565. * Added so that only files with the same extension are visible in the download to menus (this was actually done in 0.21
  566.   but I forgot to write it down...=)
  567. * Fixed a bug where dc++ would stop listening to incoming connections, causing connection timeouts in active mode
  568. * Right-click menu now works for all nicks (even outside < and >)
  569. * Fixed width of some status bars when font size differs from mine (I think...why would anyone want to change anyway? =)
  570. * Fixed height of edit controls when font size differs from mine
  571. * Added the hub the user was last connected to to the finished downloads.
  572. * Added hub to the logging (see readme for available parameters)
  573. * Fixed a bug in speed calculation in the finished downloads frame (for resumed downloads)
  574. * Last known hub is now shown in pm window when user goes offline
  575. * Progress bars can now be disabled in the advanced settings
  576. * Added user-customizable right-click menu commands to the hub windows (to send commands to hub bots)
  577. * Advanced settings dialog remade a bit
  578. * Fixed missing default setting for default download directory, making a lot of queue items miss a target directory =)
  579. * Fixed case sensitivity in search right-click menu
  580. * Fixed crash when opening file lists
  581. * Added on-the-fly SFV checking, enable it in the advanced settings. Failed files are removed and requeued.
  582. * Added sfv parameter to the logging (for full list, see readme.txt) and finished files frame
  583. * Fixed startup crash when settings file was incorrectly saved (unfortunately, this makes you lose your settings tho)
  584. * Fixed vc6 project file (zlib wasn't in the dependencies...come on guys, this much you should be able to figure out)
  585. * If you're translating and find any untranslated string or have problems because something can't be done in your
  586.   language (strange plurals?), add it to the bug report...(settings excluded)
  587.  
  588.  -- 0.211 2002-12-26 --
  589. * Oops, forgot to remove the transfer slowdown code when I was testing the progress bars...=)
  590.  
  591.  -- 0.21 2002-12-26 --
  592. * Some DLLs are now delay loaded, speeding up startup and initial memory usage a tiny little bit
  593. * Fixed so that the default copy-menu appears when rightclicking outside a nickname in the hub chat
  594. * Added "copy nickname to clipboard" to the hub chat right click menu
  595. * Fixed a directory searching bug (no directory search results when hubname contained a space...*sigh*) (thanks xeroc)
  596. * Fixed returning of own search results (oops, some debug code left...)
  597. * More work on the queue internals (should hopefully fix the bug when an item is reported as running even though it's
  598.   not)
  599. * Fixed some issues with 0-byte files in the queue (an unnecessary disconnection occurred)
  600. * More work on the queue window; File lists now have a separate folder, fixed viewing of right-click menus so that
  601.   they only show the commands that actually work depending on selection count.
  602. * Fixed / Improved the sorting of the transfer status. It is now always sorted as running downloads - 
  603.   connecting downloads - uploads (unless you flip the sort order...doh!)
  604. * Added beautiful progress bars to the transfers area (hej ullis =)
  605. * Added exact byte size to the search window
  606. * Fixed a bug with directory downloading from other dc++ users (that use the .bz filelist)
  607. * Incomplete file lists are now deleted on failure.
  608. * Fixed the socks resolve setting bug (somebody will have to try the DNS resolution itself though...can't do)
  609. * Added "no-tree-mode" to the queue. The queue window then shows the full list of queueitems (if possible,
  610.   the number of items it can show depends on your operating system)
  611. * The search window now uses non-colored icons (system or dc++), I didn't like the coloring anyway, will think
  612.   of something better later on...
  613. * Some minor changes to the settings dialogs...preparing for making translation possible...
  614. * Fixed port changing bug (DC++ would still listen to the old port until restarted)
  615. * Added debug-build-type error reporting to the release builds as well. Now, if supported by the OS, dc++ will emit
  616.   a useful bug report whenever it crashes. If you have a lot of problems with dc++ crashing, you should download
  617.   the debug information from www.sourceforge.net/projects/dcplusplus, and then, when reporting the bug, include
  618.   the generated "extenedinfo.txt" file. Do not report the crash unless you have this file and have downloaded the 
  619.   debug information file.
  620.   The extended tracing code is in part written by Zoltan Csizmadia (zoltan_csizmadia@yahoo.com), found it on 
  621.   some web site. (
  622. * Added moving of files in the queue (experimental)
  623. * Fixed bug when a '\' was not added to the temp downloads directory
  624. * Right-click menu works for joins and parts as well now (changed the format of the join/part message =)
  625. * Fixed a lockup bug (transfer speeds would not update among other things...)
  626.  
  627.  -- 0.20 --
  628. * Collective thanks to all who have donated $$$ to me, I didn't think people would do it, but they
  629.   actually have, amounts ranging from $1 to $200...keep 'em coming =) (keep in mind tho that paypal steals 30 cents
  630.   and some percentage (4 i think) from me when you pay with a credit card). Oh, I think you can also donate in 
  631.   Ç (euros) now, which is, of course, my preferred currency =)
  632. * The forum and lichlord.org are currently down for maintenance, and the owner is waiting for new network equipment. 
  633.   I would open an alternative forum if I could get the old posts, but because all network connections to the server are      broken it's difficult to get the old posts out of it for the moment (physical access to the server is somewhat 
  634.   limited). For the most desperate ones, I opened a new conference on sourceforge (where the old forums were) that
  635.   you can use, or if you feel like it, try one of the forums that people have put up on their own (I won't read
  636.   them though, don't have time). Anyway, lichlord should be up soon I hope...
  637. * This release is completely untested (more or less, i'm in the third world (italy...amazing that this country made
  638.   it to the G7, and is still actually there...)), and is most problably not very stable. If it crashes, I don't
  639.   want to know about it unless you're using the debug version (that most probably doesn't work with w98), that
  640.   generates an exceptioninfo.txt file. If you report a crash bug ("unhandled exception"), make sure you include
  641.   this file in the report, otherwise it's a waste of your time writing and my time deleting. I do not recommend
  642.   this version for those who are comfortable with 0.181...
  643. * I've decided to clear the bug and feature request forum of all posts, regardless of whether they have been 
  644.   fixed/implemented or not, because of the ridiculous amount of duplicates. I apologize to those that made valid, new
  645.   fresh and interesting requests, but because of all double-posting idiots, I can't keep up with things. I've tagged all
  646.   the closed requests as "out of date", and I kindly ask the original authors to reopen their posts if they still
  647.   consider them valid and non-duplicate. You can find them by browsing for closed posts. Also, before posting a feature
  648.   request, check that the feature is not already implemented (by looking in the settings for instance). It is not
  649.   exactly a sign of intelligence to suggest features that already exist...and there seems to be an alarming number of
  650.   stupid people out there...
  651. * The CVS is not up to date (because of the retarded firewall at my school...)
  652. * Clicking on a users name with ctrl pressed opens a pm window (thanks opera)
  653. * Clicking on a users name with shift downloads the users file list (thanks opera)
  654. * Right-clicking on a name in the chat will bring up the user menu (thanks opera)
  655. * Fixed a bug in the startup procedure resulting in a crash sometimes
  656. * Fixed bug that window size was set to 0 when dc++ was turned of while being minimized, resulting in "missing
  657.   dc++ window" on startup
  658. * Added socks5 support (more or less...no gssapi support), works like passive mode. M:5 means socks5 in the <++ tag.
  659.   (No, I won't be adding socks4 as it doesn't support UDP forwarding)
  660. * Myinfo is now sent out roughly every 1-2 minutes if something has changed hub-count-wise (was 10-20 min before)
  661. * Added directory downloading (from the search window, unfinished, not sure if it works, experimental,
  662.   kids, don't do it at home, dangerous...)
  663. * Fixed some random bugs and very uncommon memory leaks
  664. * Fixed the ordering in the right-click menus so that "browse" and recent dirs appear first
  665. * Added directory (folder) searching
  666. * .ogg and .wma are now returned when someone searches for audio files
  667. * .txt and .nfo are now returned when someone searches for documents
  668. * .divx is now returned when someone searches for videos
  669. * .gif and .jpg (!) are now returned when someone searches for pictures (oops, must have missed them 
  670.   when reverse engineering the original .exe...=)
  671. * Note; the extended search results only work if the client being searched is a new dc++...
  672. * Improved XML handling (much less memory used on queue load)
  673. * Speeded up queue save a lot, shouldn't take any notable amount of memory either (for those with large 
  674.   (10000+ files) queues), although if you have a queue that large you should perhaps consider your queuing
  675.   strategy...
  676. * Added total bytes and average speed to finished downloads window
  677. * A random free port between 1025 and 32000 is now used in active mode, unless a port specifically has been set. This
  678.   port is changed on every restart to avoid problems with networks where traffic on certain ports is limited or
  679.   banned. If you have a firewall that requires a certain port to be used (incoming traffic), go to the settings 
  680.   and set it (your best pick is a random one in the above noted range) (setting not kept from previous version).
  681.   DC++ requires that both TCP and UDP data can reach the client on this port. To find out the ip/port currently 
  682.   in use, type /connection in a hub window. 
  683. * Failed downloads are now not put at the beginning to avoid having partial unfinished downloads
  684. * The queue window now has a tree instead of a list to the left
  685. * Added a common controls version check to rid the support forum of (at least some of the) stupid questions
  686. * Spaces are now trimmed from most ip addresses
  687. * Added O: in the <++ tag, it means that the user is using the speedautoopen slot feature, and the number is the kb/s 
  688.   setting. IMHO this is a much better way of measuring the whole slots thing, and in future releases S: may become 
  689.   optional if the min upload speed feature is turned on (a good topic for the dc++ forums...). Uhm, in other words,
  690.   if the current total upload speed of a user is lower than the number after O:, dc++ will automatically open another
  691.   slot. 
  692. * Some internal changes in the queue handling (might cause trouble, untested)
  693. * The notepad content is now saved in a file called "Notepad.txt" in the dc++ main directory instead of the xml file
  694. * Fixed the file search and made it search a bit more accoring to the sort order
  695. * Fixed so that the same string won't be added to the recent searches list
  696. * Queue is now indexed by a map instead of a hash resulting in slightly more cpu use (if you have a huge queue)
  697.   but queue is ordered accoring to filename to avoid partially downloaded directories (when saved, queue is now sorted
  698.   by target location and will be downloaded in that order when reloaded from disk...)
  699. * Fixed so that focus is correctly set to the message input edit box in the hub chat window when changing back to dc++
  700. * Recreates filelisting if it's missing on request from another user (if it's been deleted that is...). This effectively
  701.   stops the "delete filelist"-cheat.
  702. * Added automatic disconnection of uploads if a user leaves the hub. This is a somewhat controversial feature
  703.   that disconnects any uploads to a user if the user leaves the hub (or is kicked...). If an upload is cancelled
  704.   in this way, a free slot is granted to the user being kicked, in case that the user was unwillingly disconnected
  705.   from the hub and returns within 10 minutes. This effectively prevents the "jump into hub, start a bunch of downloads,
  706.   and exit the hub"-cheat, without the cheater being able to do anything about it. It is off by default, turn on in
  707.   the settings.
  708. * Alt-S sends a message in the chats
  709. * The PM window now correctly shows when a user goes on/offline and doesn't send the message if the user is offline
  710.   (so that you don't lose it from the edit box)
  711.  
  712.  -- 0.181 2002-08-12 --
  713. * Fixed a nick changing bug
  714. * Fixed some vc6 project build settings
  715. * Fixed some minor vc6 compatibility issues
  716. * Fixed some issues with invalid filenames (names containing invalid characters, should also fix
  717.   the file downloaded but missing from the download directory error) (thanks Kyrre Aalerud)
  718. * Added so that the user name appears at top level of the directory tree in the browse file list window
  719.   so that directory totals for the top directories can be seen, untested, might cause problems but shouldn't...
  720. * Main window state (maximized and so on) and size are saved on exit (and restored I think =)
  721. * Kick messages are now correctly filtered (even when status line in chat setting is on)
  722. * Fixed an issue with very long path names (win9x can't handle path names longer than 260 chars), 
  723.   these will now generate an error
  724. * Fixed the speed display of very fast transfers (>4 mb/s)
  725. * Fixed a bug where a bad file list could cause dc++ to crash
  726. * Fixed the loading of list view column orders
  727. * Added so that doubleclicking on usernames in the main chat (<nick>) will select the user in the user list
  728. * Added so that doubleclicking words starting with http://, www. and ftp:// will open the link
  729. * Fixed a bug with bad hublist server names (empty ones, not starting with http://...)
  730. * Added WM_ENDSESSION handling so that the queue and settings are saved when shutting down the computer
  731. * Added auto-away on minimize option
  732. * Fixed restoring window to maximized state after minimizing to tray
  733. * Added a "small send buffer" option that should help users that are having download problems when others leech
  734.   from them...basically, this makes the outgoing packet size smaller (1k instead of 16k), leaving more bandwidth
  735.   for acks to flow through...it also makes sending less efficient, specially for high bandwidth users, so don't
  736.   turn it on unless you have to...hard disk reading performance will be worse as well with this option enabled...
  737. * Added paypal-donate menu option to help
  738.  
  739.  -- 0.18 2002-07-01 --
  740. * Added a finished downloads window
  741. * Added temporary download directory option
  742. * Added support for dchub://hubip:port and dchub://hubip:port/nick (will download that users filelist) (partially
  743.   by Luca Rota, thanks) (completely untested)
  744. * Sort by slots in search is now secondarily sorted by open slots
  745. * Fixed sort by priority in queue window
  746. * Fixed "don't remove dupes" option
  747. * Improved performance a bit when there were a lot of "no free download slots"
  748. * Fixed missing join messages
  749. * Shift-enter in hub send message instead of adding a newline to the text (use ctrl-enter for newlines)
  750.   (because a lot of people can't type properly and keep holding shift when pressing enter...I hear old (60+) 
  751.   people often do this...=)
  752. * More changes to the autosearch, it should now be more random and therefore yield better results...
  753. * Old download queues (pre 0.174) are no longer loaded
  754. * Added better error handling on failed downloads
  755. * Added a column to the queue window that shows which sources have failed and why
  756. * Major changes in the connection queue handling for better stability in the future
  757. * Added doxygen configuration file. To generate a very nice overview of the dc++ sources
  758.   download doxygen (Www.doxygen.org) and graphviz (search google), then check doxyfile
  759.   for the proper paths, and then type start doxygen in the project directory
  760. * Removed sources are no longed automatically readded by the autosearch feature
  761. * Added option to readd a removed/bad source from the queue window
  762. * Added option to remove a user from all queued downloads from the transfer window
  763.  
  764.  -- 0.177 2002-06-07 --
  765. * Improved performance on "File not available" (connection / slot is now kept)
  766. * Remove source on "File Not Available" is no longer an option. Don't ask why.
  767. * Changed the queue back to the old behaviour, that files are downloaded in the order they're added (to avoid
  768.   having all the smallest files of multiple unfinished directories)
  769. * Fixed some queue random crash bugs
  770. * Fixed the wrong transfer icon bug (I think...)
  771. * Improved overall queue performance (again...=)
  772. * Fixed a small bug that caused some unnecessary traffic to the hub (nmdc works this way, every time a user logs
  773.   on, his info is requested from the hub, but this request is unnecessary as the info is sent out automatically 
  774.   to all users, in nmhub v1.0.25 at least...complain if I'm wrong...)
  775. * Fixed the long shutdown time when a _very_ slow transfer was in progress
  776. * Added some other minor bandwidth saving features (only the users that need to be updated are updated when
  777.   reviewing the user list after having closed it for a while)
  778. * More potential connection timeout fixed (go, farcry, go!)
  779. * Fixed some minor client-client protocol issues
  780. * Fixed some more faulty "user offline" errors
  781. * Made autosearch more effective (much less hub bandwidth usage...)
  782. * Added a tiny splash sceen (no gfx, just text...)
  783. * Added a search hit counter to the search spy
  784. * Fixed a small redrawing bug in the tabs at the bottom
  785. * Fixed the sort by slots in search results
  786. * Fixed the slow upload speeds I think...at least it should be a bit better...
  787. * Switched to vc.net...we'll see if it's any good...
  788.  
  789.  -- 0.176 2002-05-26 --
  790. * Various optimizations of search handling and list sorting for better perfomance
  791. * Fixed a small bug in the search frame
  792. * Made "Full row select" default
  793. * Fixed some serious random crash bugs
  794. * Fixed a w95/98 bug that sometimes caused text not to be displayed
  795. * Fixed some socket issues with worthless tcp implementations (read: win95/98/me) that don't provide a decent buffer
  796. * Worked some more on the socket handling in general
  797. * Fixed a crash when trying to use an invalid %[...] log message
  798. * Fixed some issues with online users being reported as offline
  799. * Added option to disable the user listing. This saves _a lot_ of CPU, memory and bandwidth for both user and hub
  800.   (Note; this also disables hub share and user totals, as well as connection type in the search)
  801. * Fixed some issues with reloading user lists
  802. * Added so that autogranting upload slots is done with a minimum 30 second delay (to avoid slot races where everyone
  803.   gets a slot before the average upload has adjusted itself...)
  804. * Limited description length to 35 characters (excluding the <++ tag...)
  805. * Changed so that second "/away <msg>" updates the away message instead of disabling away mode. "/away"
  806.   without message still enables default msg first time and disables away mode second...
  807. * Fixed so that only one connection / hub is opened (even when being redirected...)
  808. * Fixed a connection timeout bug (thanks farcry)
  809. * Fixed the update speed of a few lists (thanks farcry)
  810.  
  811.  -- 0.175 2002-05-18 --
  812. * Fixed a 100% cpu bug (thanks zc...stoopid nmdc hub, sending strange things...)
  813. * Fixed dupe search filter
  814. * Fixed bad total transfers info (you have to edit/remove dcplusplus.xml to make it display correct values
  815.   if 0.174 got it wrong)
  816.  
  817.  -- 0.174 2002-05-17 --
  818. * Fixed a tray icon bug (thanks andreas kronquist)
  819. * Fixed a minor search results bug (thanks andreas kronquist)
  820. * Fixed a redirection bug
  821. * Changed so that the average speed is calculated as a running average over the last 30 seconds (instead of
  822.   the whole transfer time...the value in the log file is still a whole file average)
  823. * Added some advanced logging options (log format now customizable)
  824. * Found a bug in the msvc7 optimizer...after a small workaround, my vc7-compiled build seems quite stable
  825. * Search spammers are now ignored for 2 full minutes before they're given responses again
  826. * Fixed so that multiple search results from the same user are not shown
  827. * Fixed a few case (in)sensistivity issues
  828. * Huge performance increase on large queues with many sources / download
  829. * Changed the order of downloads, smaller files with equal priority are now downloaded first
  830. * Added two more priorities
  831. * Tray icon is now redisplayed if explorer crashes
  832. * Queue is now saved to a separate file, and updated 6 times as often (old queue will still be loaded in 
  833.   this version)
  834. * Fixed some minor hublist bugs
  835. * Fixed unknown error 0x0 (I think...)
  836. * Fixed min speed autogrant slot (was counting bytes instead of kilobytes...=)
  837. * Fixed hidden directory sharing (not sharing...)
  838. * Added a few icons to the search list
  839. * Added some all time stats to the about window
  840. * Fixed some searching issues
  841. * Added quick links to files of the same size when selecting multiple files with same size in 
  842.   the search (thanks patbateman)
  843. * Added right-click menu to the directory bar in the download queue
  844. * Fixed a crash when closing dc++
  845. * Added support for dns names in the ip field in the active mode settings (untested)
  846. * Users with same nick but on different hubs are no longer added to the queue
  847. * Added an icon for the download queue (thanks zc), more icons to come
  848.  
  849.  -- 0.173 2002-04-29 --
  850. * Fixed some minor debug mode bugs
  851. * Fixed some vc7 compatibility issues, but some initial experiments show that there are stability problems
  852.   when compiling with optimization on..._STL::list seems to generate a lot of crashes...
  853. * Fixed win95 missing explorer icons bug (?)
  854. * Fixed the <16kb and file list extra slots bug
  855. * Added some stuff to the search spy (useless features are the best...=)
  856. * Fixed some hub counter issues, and updated the counter so that it only counts hubs that you've logged in to
  857.   at least once (this should lead to a more stable hub count, especially when connecting the first time...)
  858. * Fixed automatic redirect following
  859. * Improved user list performance and fixed a few user list bugs
  860. * Fixed various user and share counting bugs
  861. * Added file searching to directory listings
  862. * Improved the autosearch algorithm a little bit
  863. * Fixed some issues with autoconnecting to favorite hubs
  864. * Changed the way rollback works, it is now more tightly integrated with write buffer size. Write buffer
  865.   size will now be used as a cutoff, so that the last <writebuffersize> bytes will be removed and then
  866.   <rollbacksize> bytes will be compared to see if it's the same file. Recommended values for write buffer
  867.   is 64kb or your hard disk cluster size (Low-speed connectees might wish to use a lower buffer, as it
  868.   this many bytes are redownloaded if the file has to be resumed). If you set write buffering to 0 the old 
  869.   (pre-writebuffering) routines will be used which are still considered safer (when ++ crashes...). 
  870.   Recommended rollback is 1024 bytes, or 4096 if you want to be extra safe.
  871. * Fixed search for alternates bug
  872. * Fixed so that dupe searches are not added to the drop-down box
  873. * Fixed some right-click bugs in the tab at the bottom
  874. * Fixed tab click minimization bug when window was maximized
  875. * Added minimize all windows (thanks Anton M)
  876. * Improved viewing performance of most list views (less unneccesary sorting)
  877. * Fixed bzip2 list file opening
  878. * Disabled connecting to oneself. Use "open file list" to see what your share looks like!
  879. * Added so that op:s always can download the file list (regardless of open slots)
  880.  
  881.  -- 0.172 2002-04-28 --
  882. * Changed so that only bz-lists can be downloaded using the extra slot (since they're smaller...)
  883. * Fixed size column in download queue
  884. * Added last known hub viewing for users that are offline (not saved between dc++ sessions, this would take too many resources...)
  885. * Added /-commands to pm windows as well (most of them anyway...)
  886. * Added /grant to pm window
  887. * Added /close to close a window
  888. * Added a very short /help message
  889. * Added latest version to about dialog box
  890. * Fixed windows maximization state change
  891. * Added an option to use system icons when browsing files
  892. * Added support for bzip2-compressed hub list downloading (also, the full hub list will only be available in bzip2 format to
  893.   ease the load on the dc++ list server)
  894. * Added some info to the tooltip when dc++ is minimized to the tray (stats are for transfers only, hub traffic is not counted in...)
  895. * Changed the slots info at the bottom to show free slots instead of taken (to avoid confusion when viewing the search results...)
  896. * Added deleting from search results window (use the delete button on the keyboard...)
  897. * Added option not to popup a new window for pm:s (message is shown in main chat instead unless there's already a pm window open)
  898. * Added opening of previously downloaded user file lists menu option
  899. * Fixed some minor UI issues
  900. * Set default sorting to nick in the users list
  901. * Fixed a bug that caused some temporary files not to be deleted
  902. * Increased number of search results returned when searching in active mode to 10 (instead of 5...10 is much better as you can search
  903.   for 10 disks at a time in a rar/ace-set), passive mode is still 5
  904. * Added option to automatically open an extra slot if current upload speed is less than a certain kb/sec
  905. * When sorting users by nick, op's are now put on top/bottom (ascending/descending)
  906. * Added automatic reindexing of file list every now and then...
  907.  
  908.  -- 0.171 2002-04-21 --
  909. * Fixed version number in changelog and exe-file =)
  910. * Fixed downloading bug
  911. * Fixed queue frame size column
  912. * Fixed favorite users right-click menu
  913. * Fixed sort by file type in file list
  914. * Fixed missing font settings
  915.  
  916.  -- 0.17 2002-04-20 --
  917. * Fixed the disk full crash
  918. * Fixed some minor memory handling issues
  919. * Fixed sorting in the search frame
  920. * Fixed window looks in winxp ugly mode (added manifest file kindly supplied by mike)
  921. * Added right-click menu to the tab control
  922. * Replaced the password dialog by a /-command in the main chat (to avoid problems with lost password dialog boxes)
  923. * Changed so that a second "/away" disables away mode (/back is still working)
  924. * File lists are now saved in a separate directory to avoid clutter in the main dc++ one...
  925. * Added option to send status messages to main chat
  926. * Added option to show joins/parts in main chat, and /showjoins command to toggle for the current hub
  927. * Upgraded to new WTL, which should fix a lot of minor UI bugs. This should also make it possible to compile the application in VC7.
  928. * Fixed a bug where multiple notepad frames were opened
  929. * Source code reorganization, all UI specific code moved to a separate directory (to ease code maintenance and future unix port)
  930. * Code cleanup, to be more compilant to the ISO C++ / C99 standard
  931. * First test compile with gcc (note; does not mean that I'm porting to linux...this is just for fun...lotsa' errors tho...)
  932. * Fixed a potential file corruption issue
  933. * Fixed a bug with write buffer size = 0
  934. * Fixed some random crashes
  935. * Fixed a bug where logs were not written if log directory was changed and DC++ not restarted
  936. * Some more guessing at the 100% cpu bug...the fact that I never get it doesn't make it easier...if someone could profile it...
  937. * Fixed some issues with changing nicks while being connected to hubs / users
  938. * Fixed some minor bugs in the incoming connection handling
  939. * Fixed some transfer window reporting issues (a few more details on connection progress now...)
  940. * Improved the search flood protection a bit
  941. * Removed the public hublist multi-select feature (high abuse factor...)
  942. * Added a file type column to the directory listing
  943. * Fixed some errors in the up/download log
  944. * Updated the queue frame
  945. * Yet more internationalization, everything except the settings dialogs should be translatable now
  946. * Improved the formatting of the output XML file
  947. * Improved XML loading speed a lot
  948. * Added a chevron menu to the tab bar at the bottom that shows the missing window tabs
  949. * Added current search string to the title of the search window
  950. * Fixed missing/bad connection type bug
  951. * Fixed some user handling problems (when having the same nick on multiple hubs...)
  952. * Added a second "users" string so that translating into finnish will work ok
  953. * Fixed a small bug that might have caused some firewalls to complain (UDP packets were sometimes being sent to port 0)
  954. * Added abilitly to use bzip2 compressed file lists resulting in _a lot_ faster file list downloads (bzip2 compresses 2-4 times better than
  955.   the simple huffman encoding done in nmdc. Note; this requires DC++ >0.164 in both ends and was mainly added to test the protocol extension
  956.   scheme, but should be fairly useful for all the low bandwidth people out there...
  957. * Added an optional annoying noise when a private chat window is opened and / or when a pm is received
  958. * Changed the way notepad is saved, old notepad contents will disappear when you update from older versions
  959.  
  960.  -- 0.163 2002-04-04 --
  961. * More internationalization
  962. * Added public hublist filter
  963. * Minor UI fixes
  964. * Changed error messages in public hubs frame
  965. * Fixed some minimize to tray issues (window popping up...)
  966. * Reduced flicker in the bottom tabs when resizing window
  967. * Added simultaneous downloads limit option, as well as max download speed to start new downloads
  968. * Added a favorite users frame
  969. * Added proxy support for downloading the hub list
  970. * Fixed a crash when loading invalid hub lists
  971. * Added transfer window sorting
  972. * Fixed kicking the same user multiple times from search
  973. * Added last kick/redirect reason to the search frame as well
  974. * Reordered some of the right-click menus so that "dangerous" options are at the end
  975. * Worked some on the cpu bug, should a bit better now...
  976. * Fixed a bug where some data was unnecessarily requested from the hub, causing a little extra load (thanks dan kline)
  977. * Added some new menu options to the help menu
  978. * Added search spy window with counter
  979. * Added NMDC queue importing (thanks luca rota)
  980. * Added some simple logging, more will probably come...
  981. * Removed option to keep finished downloads in queue (replaced by log...and yes, the log will be improved later on...)
  982.  
  983.  -- 0.162 2002-03-18 --
  984. * Fixed another hub counting bug (this is becoming annoying...gee, I should be sleeping...=)
  985. * Fixed a bug where the kick message was not sent correctly
  986.  
  987.  -- 0.161 2002-03-18 --
  988. * Fixed a hub counting bug (this should also reduce the number of redunant description updates, thus lessening the load on the hub)
  989. * Hopefully fixed the 100% cpu bug (found a very likely candidate at least...=)
  990.  
  991.  -- 0.16 2002-03-15 --
  992. * Fixed a resource leak that might have caused the sudden deaths (thanks carxor)
  993. * Added saving of last kick & redirect reasons (and server...)
  994. * Added hub name to the password dialog
  995. * Changed default port to 1412, should improve compatibility with a lot of firewalls 
  996.   (that only allow incoming data on port >1024)
  997. * Updated user handling, issues related to diffent users with same nick should work out better now 
  998.   (also increased performance in user handling) (Major change...)
  999. * Fixed some minor ui bugs
  1000. * Added options to ignore or popup messages from bots and other offline users
  1001. * Fixed some more minor memory and resource leaks
  1002. * Improved incoming search performance, also fixed some minor search result bugs
  1003. * Improved general window updating performance (when getting info about users and closing windows)
  1004. * Should have fixed the scroll problem (although I've never experienced it myself...)
  1005. * Increased time between kickmsg and actual kick...wonder if it's enough or needs to be increased more...
  1006. * Fixed a bug where files that already existed on the target location were being added to the queue
  1007. * Did some more work on the queue managment to reduce crash frequency
  1008. * Improved file transfer perfomance a bit
  1009. * Fixed so that priorities are saved / loaded
  1010. * Improved rollback buffering, the app now discards the last <rollbacksize> bytes, and 
  1011.   then checks the <rollbacksize> bytes before that for inconsistensies.
  1012. * Fixed so that the correct edit box gets the focus when switching windows
  1013. * Fixed a bug with renaming share directory names when refreshing
  1014. * Some code cleanup
  1015. * Added option to keep duplicate files in the dclist (but their sizes are not added to the file share total in any case)
  1016. * More random crashes fixed
  1017. * Added timestamps to private frames as well
  1018. * Added possibility to change column order and widths
  1019. * Added write buffering to reduce fragmentation when downloading multiple files
  1020. * New search window with new search options (file types, free slots)
  1021. * A first go at internationalization...many of the texts in DC++ can now be changed by loading a different language XML
  1022. * Added some information to the description field, <++ V:x,M:x,H:x,S:x> where V = client version, M = mode (a=active, p=passive)
  1023.   H=number of hubs connected to where you're not a registered user, S=number of slots you have open. This is updated every 10-15 minutes.
  1024. * Small performance increase in loading dclists (thanks geoff)
  1025. * Added total queue size and number of queue items to the download queue window
  1026. * Added path column to download queue
  1027. * Added a limit so that only 15 users and 1 op kan be kicked at a time from the hub user list
  1028. * Fixed the download directory name bug
  1029.  
  1030.  -- 0.154 2002-02-25 --
  1031. * Added passive user detection, those that are behind a set of bricks are passive.
  1032.   (detected when the user searches or tries to connect to you)
  1033. * Added a primitive search history
  1034. * Fixed a slot freeing bug
  1035. * Added option to grant extra slots to specific users
  1036. * Changed order of kick message sending, to increase the chances of the user actually getting the message
  1037. * Improved XML loading speed a bit (there's more to be done if necessary...)
  1038. * Fixed some XML parser bugs
  1039. * The XML is now backed up before writing a new one, so that you don't lose your queue when ++ crashes
  1040. * Added a quick-fix so that the XML file can be displayed in ie...
  1041. * Fixed crash when trying to send a message to an unconnected hub
  1042. * Fixed some random crashes
  1043. * Fixed default download folder error (when missing '\')
  1044. * Fixed multiline posting
  1045. * Reworked ip detection once more, should now be able to detect changing ip's as well...
  1046. * Fixed various invalid display bugs in the download queue
  1047. * Fixed missing users and bots in the user list
  1048. * Upgraded STLport (4.5.3 now...)
  1049. * Hopefully fixed the growing threads issue
  1050. * Fixed the connection type icon being reported to nmdc users
  1051. * Partially fixed the connection timeout bug (++ now correctly shows reconnection attempts...)
  1052. * Added chat timestamps (/ts)
  1053. * Added exit confirmation dialog (optional)
  1054. * Fixed search bug when part of the search string was in the directory and part of it was in the filename
  1055. * Added dupe file removal, files with same name and size are automatically removed from your share
  1056. * Fixed another search results bug
  1057.  
  1058.  -- 0.153 2002-02-11 --
  1059. * Fixed some potential deadlocks
  1060. * Fixed some potential crashes
  1061. * Code cleanup, no more level 4 warnings
  1062. * New STL (STLport 4.5.1), to improve standards compatibility and stability (major change...)
  1063. * Added new favorites properties dialog
  1064. * Added possibility to add unlisted hubs to favorites
  1065. * Fixed a lot of minor instability issues
  1066. * Added a slot counter to the status bar, shows the number of taken slots
  1067. * Fixed the memory leak
  1068. * Fixed a search bug
  1069. * Fixed a rollback bug
  1070.  
  1071.  -- 0.152 2002-02-07 --
  1072. * Fixed a queue saving bug (resulting in overwritten resumes...yes, this is _the_ resume bug...)
  1073. * Improved network efficiency and application responsivness
  1074. * Started improving the threading, which will result in less crashes.
  1075. * Fixed disconnection from hubs at startup
  1076. * Hopefully fixed "unknown error 0x2747", please report if you get "Ran out of buffer space"
  1077. * Fixed circular pm:s (away messages are now only sent once per user when the window is opened, and only when he/she initiates the pm session...)
  1078. * Hopefully fixed pm away message crashes
  1079. * Fixed annoying scroll in hub window (when scolling up to view previous messages)
  1080. * Added option to minimize to tray
  1081. * Fixed a connection timeout bug
  1082. * Fixed "Get User List" in transfer window crash
  1083. * Fixed _some_ of the random crashes
  1084. * DCLists are now removed from the download queue even if "keep finished downloads" is set...
  1085. * Fixed bug where dc++ continued to try to establish a connection to a user even though there were no downloads in the queue
  1086. * Fixed a bug where connections were not correctly removed from the transfer window
  1087. * Added options to disable automatic opening of queue and public hub list windows
  1088. * Fixed full row select in queue window
  1089. * Fixed multiple copies of the same user as download source
  1090. * Removed many of the annoying error boxes. The error message now appears in the status bar.
  1091.  
  1092.  -- 0.151 2002-02-03 --
  1093. * Fixed stupid resume file bug (abnormal progam termination...)
  1094.  
  1095.  -- 0.15 2002-02-03 --
  1096. * Added a new queue window, to reduce clutter in the transfer window at the bottom
  1097. * Totally reworked the queue managment code, queue related bugs should now be a lot easier to find...=)
  1098. * Added a check to ensure the minimum 1 slot
  1099. * Added option to keep finished downloads in the queue
  1100. * Fixed a small error with the rollback
  1101. * Fixed incorrect search results for nm search by file type
  1102. * Fixed lost slot problem, slots are now kept until the connection is broken (note; you do not get a slot for downloading the 
  1103.   dc list, only when you start downloading real files...)
  1104. * Fixed another small incompatibility with search results
  1105. * Fixed description cheat
  1106. * Added download priorities
  1107. * Fixed redirect compatibility
  1108. * Fixed dns resolution bug (for url:s beginning with a number)
  1109. * Added option to filter away kick messages from the chat window
  1110. * Fixed a memory leak when reconnecting to hubs
  1111. * User list is now cleared upon hub disconnection
  1112. * Added /clear in the chat
  1113. * Added /away <msg> and /back (no, you don't have to specify an away message, there's a default...)
  1114. * Added private message to search window menu
  1115. * I've not had much time to test the new features, but hey, that's what I have you users for...=)
  1116.  
  1117.  -- 0.14 2002-01-26 --
  1118. * Fixed upload slots bug
  1119. * Fixed download resume bug
  1120. * Fixed security bug (allowing people to download arbitrary files on the hd...thanx Simon E.)
  1121. * Added new settings dialog
  1122. * Added client version option
  1123. * Added rollback size option
  1124. * Added auto-follow redirects option
  1125. * Removed some level 4 warnings when compiling
  1126. * Almost made compatible with VC++ 7.0 (You still have to change one line in the WTL to compile due to changes in ATL...)
  1127. * Fixed some performance issues with large download queues (the app was doing a lot of unnecessary saving...). This should also
  1128.   solve the problems people have had with unsaved settings...
  1129. * Corrected transfer list display (Offline/Online users)
  1130. * Added search flood detection (If more than 5 searches are received from the same user within 7 seconds, DC++ will send
  1131.   out a warning)
  1132. * Added /dc++, /search <string>, /slots #, /refresh and /join <hub> commands in the main chat
  1133. * Added option to disable clearing of the search box
  1134. * Added option to select full rows in all list boxes
  1135. * Added option to automatically remove download sources if "File Not Available" is received
  1136. * Fixed close hub window bug
  1137. * Hopefully fixed another crash bug
  1138. * Added text and background color selection
  1139. * Added font selection (Only for chat windows so far...)
  1140. * Added option to remove hidden files from share
  1141. * Increased the size of the toolbar icons a bit
  1142. * Fixed another bug where users could download files that were not shared
  1143.  
  1144.  -- 0.132 2002-01-21 --
  1145. * Fixed a bug when downloading tiny file lists (people with 0b share...)
  1146. * Removed the empty line in the chat windows
  1147. * Set default focus in the chat window to the box where messages are entered
  1148. * Fixed aborted uploads bug
  1149. * Fixed the add similar directory bug
  1150. * Added sound when new private message window opens
  1151. * Added hub address to hub frame title
  1152. * Added bold text in the window tabs whenever chat text changes...
  1153. * Added time stamp to private messages
  1154. * Fixed a bug where DC++ was returning bad search results ("At least" was not working correctly)
  1155. * Because of a design flaw in the original dc client, I had to remove the small files and dc list extra slots
  1156.   feature for original dc users, but hey, it's their loss really (there's a problem with file listings closing
  1157.   just because "no free slots" is reported as soon as they try to download)
  1158. * Fixed a private message crash
  1159. * Added automatic saves every time the download list changes (now you only have to hope it doesn't crash while saving...=)
  1160. * Added notepad (stupid feature really, what's wrong with windows' notepad?) (only visible in menu so far...)
  1161. * Fixed missing close button on pm window (I think...can't find a window without at least...)
  1162.  
  1163.  -- 0.131 2002-01-20 --
  1164. * Fixed the lock at start bug
  1165. * Fixed the write to full disk bug (hopefully...)
  1166. * Fixed a small transfer queue bug
  1167. * Added an icon for the "follow redirect" thing...will probably change soon...
  1168. * Added a maximum dc list slots (3 more than currently open slots...)
  1169.  
  1170.  -- 0.13 2002-01-19 --
  1171. * Added directory listing sort
  1172. * Fixed missing '\\' in the default download directory bug
  1173. * Fixed a small bug where search responses sometimes reported -1 free slots
  1174. * Fixed "Download to..." bug in search frame
  1175. * Fixed some application lockups
  1176. * Fixed some random crashes
  1177. * Fixed a bug in the user connection procuedure
  1178. * Fixed data corruption bug (in rare cases, dc++ was filling files with "$send")
  1179. * Changed the default directory in "Download to..." to the default download directory (instead of "My Computer")
  1180. * Added op commands in search window
  1181. * Added "Download to" for each file of the same size already in the download queue
  1182. * Reorganized transfers menu
  1183. * Running downloads are now moved to top of transfer list, and running uploads are put at bottom
  1184. * Files smaller than 16k and file lists are now downloaded before any larger ones from the same user
  1185. * More work on the multihub feature
  1186. * More work on the resume rollback, it should now work a bit better
  1187. * Made sure that the settings file is never shared (DCPlusPlus.xml)
  1188. * Reworked local ip discovery, hopefully it will work better on machines with multiple ip's...
  1189. * Made sure transfers stop when the disk is full (also added more verbose file error messages)
  1190. * Users can now download files <16kb and file lists regardless of free slots (!)
  1191. * Readded tooltips for the toolbar buttons
  1192. * Added a "Follow last redirect" to the menu (will add to toolbar later on)
  1193.  
  1194.  -- 0.122 2002-01-16 --
  1195. * Fixed search bug
  1196. * Hopefully fixed download bug, please report...
  1197.  
  1198.  -- 0.121 2002-01-15 --
  1199. * Fixed resume bug
  1200. * Fixed rollback bug
  1201. * Fixed upload slots bug
  1202. * Fixed some minor download queue bugs
  1203. * Tried a different approach to the download problems in 0.12. When implementing different user nicks on different hubs,
  1204.   I had to change some of the download code to something that I'm not sure will work with the original client,
  1205.   that's why you've had so many problems with 0.12. Please remember that this is still alpha software, and that
  1206.   I release these versions this frequently so that 1) you have the latest of the latest and 2) so that I have someone
  1207.   who does the testing for me to speed up development...anyway, keep on reporting them bugs and one day, they will be gone!!
  1208.  
  1209.  -- 0.12 2002-01-14 --
  1210. * Improved search efficiency a tiny bit
  1211. * Changed default option in the search window to 'At Least'. All files are at least 0 bytes long anyway...
  1212. * Added file extension field in the search frame
  1213. * Fixed a bug where the application could stop working if a right-button menu was displayed
  1214. * Added PM and browse file list to uploads right button menu as well
  1215. * Huge performance increase in the user list (most noticeable when connecting to the hub and getting the initial list...)
  1216. * More general ui performance fixes, it should now be a lot more responsive even when the cpu load is significant
  1217. * Fixed empty search fields bug (I hope...)
  1218. * Fixed some of the random crashes (major code rewrite, so I might have introduced some new ones...we'll see...=)
  1219. * Changed background color to white (or whatever you have as window color), don't worry though, soon you'll be able to choose it yourselves...
  1220. * Fixed case of connection type strings
  1221. * The bots are now visible in the user list (Seems like they don't answer to getinfo requests...)
  1222. * Added user connection type to search frame
  1223. * New icons and colors for the user interface (Thanx mongomaster...)
  1224. * Fixed menu bug in NT4, hopefully it works in W95 as well now...btw, I'm considering removing the menu...
  1225. * Fixed multiple connections per user bug
  1226. * Fixed remove last source bug
  1227. * Added list of favorite hubs
  1228. * Added right-button menu to Public Hubs
  1229. * Added auto-connect feature for favorites
  1230. * Added automatic password for favorites
  1231. * Added option to use different user names for different hubs (unknown stability, might work, might not...)
  1232. * Added a new developer, peli...
  1233. * Changed some of the keyboard shortcuts
  1234. * Limited the buffer for the chat windows to 20000 characters, after that it will start removing lines from the top (untested...)
  1235. * Added a graphics fellow/developer, mongomaster
  1236.  
  1237.  -- 0.11 2002-01-08 --
  1238. * Fixed annoying reconnect bug
  1239. * Fixed annoying Private Messaging bug
  1240. * Fixed search filtering bug
  1241. * Fixed search sorting bug
  1242. * Made more compatible with Win95 (Right-button menus should now work there as well...haven't tested though)
  1243. * Fixed some other minor bugs
  1244. * Resume rollback, DC++ now checks the last 1024 bytes for exact match when resuming and aborts the download on failure
  1245. * Added a separator between each user in the transfer right button menu (I'll do something better later on...)
  1246. * Added some keyboard shortcuts
  1247. * Public hubs automatically appears on startup
  1248. * Thanks for all the bug reports and feature request, keep on adding them!
  1249. * DC++ will now detect other DC++ users as soon as a connection attempt is made...look out for blue icons...=)
  1250.  
  1251.  -- 0.10 2002-01-06 --
  1252. * Search results sorting
  1253. * Multiple selections in search results
  1254. * Removed some diagnostic messages
  1255. * Default action in search window is now file download, not list download
  1256. * Only one downloading connection per user now
  1257. * Removed some download queue bugs
  1258. * Added basic icons that distinguish op's from normal users
  1259. * Right-button menu in the transfer list
  1260. * Responds to incoming searches
  1261. * Automatic update notification
  1262.  
  1263.  -- 0.09 2002-01-02 --
  1264. * Right-button menu in search window
  1265. * Download queue saving
  1266. * Fixed a nasty download queue bug
  1267. * Added some transfer statistics
  1268. * Multiple download sources (Very alpha...)
  1269. * Fixed some problems with case insensitivity in filenames
  1270.  
  1271.  -- 0.08 2001-12-27 --
  1272. * Private messages
  1273. * Right-button menues
  1274. * OP / Registred user login (with password)
  1275. * OP Commands (Kick, redirect)
  1276. * Optimized file listing (a lot faster now...should barely notice it unless it's a _very_ large list)
  1277. * Optimized shared files compression
  1278. * More work towards application stability...although focus is still on functionality...
  1279. * More work on the download queue
  1280. * Connection saving, i e connections to users are not released until two inactive minutes have passed, giving time to browse the user's 
  1281.   files without worrying about slots
  1282. * Fixed file size sorting
  1283. * Fixed searching a bit, one should now be able to have two concurrent searches going...
  1284. * Fixed upload removing (?)
  1285.  
  1286.  -- 0.07 2001-12-18 --
  1287. * Passive searching (I hope...)
  1288. * Reworked the download queue, it should now be a bit more stable...
  1289. * Some ui work
  1290. * bugfixes as usual...although, now it's starting to become fairly stable...
  1291.  
  1292.  -- 0.06 2001-12-13 --
  1293. * A lot of UI work, the app should be at least a tiny bit more comfortable to work with
  1294. * Automatic reconnections (to hubs and users)
  1295. * Yet another slew of bugs killed (hm, where are all those bugs coming from? =)
  1296. * Downloading of directories and multiple files at a time
  1297. * Default download directory
  1298. * Some work on the search window, although searching is far from finished...
  1299. * Quicker startup (huffman encoding of the file list is now done in a separate thread)
  1300. * Automatic ip detection (if nothing's entered in the settings dialog...)
  1301. * Changed to case insensitive sorting...
  1302. * Download deleting
  1303.  
  1304.  -- 0.05 2001-12-08 --
  1305. * Searching (A very basic first version, only in active mode)
  1306. * More information about things (Hub statistics)
  1307. * A lot of bugs fixed, still a lot of them left tho...
  1308. * More bugfixes...
  1309. * Improved Huffman en/decoding speed quite a bit
  1310.  
  1311.  -- 0.04 2001-12-05 --
  1312. * Downloads
  1313. * Uploads (file sharing)
  1314. * A bit better thread handling
  1315. * Transfer list
  1316. * Upload/Download statistics
  1317. * Automatic reconnection attempts when no slots are available
  1318. * Bug fixes
  1319. * New about box =)
  1320.  
  1321.  -- 0.03 2001-11-27 --
  1322. * Hub list sorting.
  1323. * Users get deleted from user list when logging off
  1324. * User list sorting
  1325. * File sizes reported in B, kB, MB, GB and TB respectively
  1326. * Downloads!!! (Only user file listings so far)
  1327. * Improved UI a tiny bit
  1328. * New settings, including passive mode and active port selection.
  1329. * Some thread work, but more needed to be done, current model really sucks...
  1330.  
  1331.  -- 0.02 2001-11-22 --
  1332. * Settings dialog, to set user name and connection info.s
  1333. * Search command recognised.
  1334. * New buttons.
  1335.  
  1336.  -- 0.01 2001-11-21 --
  1337. * Initial release.
  1338. * List hubs, connect to them and chat