⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.txt

📁 软件是使用VC70
💻 TXT
📖 第 1 页 / 共 5 页
字号:
* Speed increase when loading shares with many files of the same size (thanks farcry)
* Added file hashing, turn it off in advanced settings (experimental)
* Merkle trees and tiger hashing added for TTH hash support
* Compression totally rewritten, should also fix a few minor issues
* Compression (GetZBlock) and hashing (TTHSearch) is advertised to hubs through $Supports, I advise hubs to advise 
  its users to keep at least hashes on so that searching by hashes will work efficiently (as it's only useful if 
  all clients on the hub support it).
* Fixed bug where no/invalid file listing would be written if there was no disk space (the old one is used now 
  instead...)
* XML File lists that contain hashes if available, and support full utf-8 names (correct viewing is not guaranteed,
  but download should work)
* Upgraded to zlib 1.2.1 (thanks garg)
* Extra column for hub in transfer list (thanks naga)
* Copy nick to clipboard in transfer list (thanks naga)
* Files starting with a '.' are no longer shared if hidden files are not shared (...unix...)
* Fixed a minor memory leak when an invalid search result is returned (exploitable minor security issue)
* Slight speedup of file list loading
* File IO rewritten (major change)
* Rollback no longer depends on buffer size
* /rebuild rebuilds the hash database and potentially reduces the size of the raw hash data file (also checks
  its integrity)
* Ip column in transfer list (thanks cologic)
* Scrollbar for multiline messages (thanks garg)
* Fixed an issue with icon transparencies (thanks garg)


 -- 0.306 2004-01-09 --
* Fixed an issue with UNC paths (those starting with "\\")
* Changed autosearch so that it only searches if less than 5 sources are online, this should stop galloping
  filelist downloads as well
* Upgraded to WTL 7.1, should fix a few UI issues
* Fixed brightness of compressed transfer progress bars
* Fixed a crash with badly formatted compressed transfer requests
* Some work on memory managment, dramatically improving DC++'s behaviour with large queues / shares
* Auto-match queue is only done on exact match
* Fixed a bug in the compressor that may have caused compressed uploads not to finish and/or 100% cpu
* The sound part of partially corrupted queues is now recovered
* When opening a file list from search results, the file's directory is automatically shown
* An extra buffer flush is done to ensure that file lists are fully written to disk
* Readme automatically shown for new users (thanks johnny)
* Filename is shown on transfer error (no slots etc) (thanks ciber)
* Ctrl-tab order is now the standard last-seen
* Added support for user command menu subitems (add a '\' to the name)
* Fixed locale setting bug
* Added option to automatically add items to queue from ADL search (thanks twink)
* Fixed share sizes not being updated with the "share hidden" box (thanks theparanoidone)
* Directories with '$' in the name are no longer shared (they can't be downloaded)
* Favorite users can now have descriptions
* Added filesize and filesizeshort to search frame %[...] macros (thanks gadget)
* Added option not to log filelist transfers
* Fixed some issues with being / not being op

 -- 0.305 2003-12-04 --
* Fixed disappearing queue items bug
* Fixed displaying of upload compression in progress bar
* Added compression ratio column and %[actualsize] and %[actualsizeshort] to log formats available
* Fixed doubled name when downloading directories from search frame
* Fixed a mem leak for safe transfers
* Fixed a crash during downloads
* Fixed speed problems with user list
* Added "open download directory" to file and tray menu
* Shift-clicking tab will close window (thanks twink)
* Added support for $UserIP, %[ip] as user command parameter and server side ip detection (automatically used
  if the ip field in settings is blank)
* Transfer bar colors updated and user-configurable (thanks gargoyle)
* Fixed possibility to share same folder twice (thanks theparaniodone)
* Fixed translations of kick & redirect user
* Fixed missing subdirs when moving directories in the queue
* Really fixed hublist space trimming =)
* Added ".wmv" and ".ogm" as video extensions
* Fixed some issues with same-named fav users
* Fixed small mem leak in fav users
* Max download slots default changed to 3
* Max 3 slots more than max download slots are used for highest priority downloads
* Added option to automatically download filelist and match it on autosearch match. This will dramatically speed up
  autosearching, lessening the strain on the hubs as less searches have to be done.
* Added accelerator for filtering in public hubs (thanks gargoyle)
* Fixed some translations (thanks ciber)
* Added "downloaded bytes" to queue (thanks ciber)
* Fixed refresh file list from main menu
* Switched user and filename column in search frame so that the image will be attached to the correct column (thanks
  gargoyle)
* A few message boxes updated (thanks gargoyle)
* Added supports NoHello, a hub bandwidth easing feature for the hubs that support it
* Fixed a problem with matched list downloads not starting

 -- 0.304 2003-11-19 --
* Fixed missing usercommands (thanks sed)
* Added option not to receive usercommands 
* Fixed a bug with bad search result type (hub owners, make sure your users upgrade if they use 0.302-0.303) 
  (thanks saurod)
* Added "$Supports MiniSlots" for other clients to profit from dc++'s free small files and filelist free slots
  (thanks sed)
* Added /getlist command to get users list from chat (thanks twink)
* Added check so that temp directory cannot be added to share list
* Hopefully speeded up hub connect a little
* Fixed transfer view sorting I think, this is how it should be: running downloads, running uploads, waiting 
  downloads, waiting uploads
* Fixed missing string (thanks gargoyle)
* Fixed invalid date added formatting
* Fixed trimming of spaces for http downloads (hub list...)
* Fixed a bug in autosearch when using auto search strings (thanks ilkka seppälä)
* Fixed typo in user commands help
* Fixed missing sort arrows
* Added time last seen online to fav users (thanks gargoyle)
* Changed auto-grant slot ui (thanks gargoyle)
* Fixed error removing recently added share directory
* Fixed open folder in finished frames


 -- 0.303 2003-11-14 --
* Fixed reversed free and open slots in search results (oops...=)...upgrade or you're likely to be banned!

 -- 0.302 2003-11-14 --
* Added a small menu to the tray icon (thanks orkblutt)
* Added port to hub log files
* Some fixes so that \client will compile better under linux (thanks christer palm, he's working on
  a linux version using dc++ as base...)
* Speedups, code cleanup to GUI list handling
* New STLPort again (4.6) (a lot of the match queue crashes are probably STLPort's fault, 
  so I'm changing again, to see if the latest is better, + that I changed two lines in it)
* Fixed some bugs in the &-translation
* Can be compiled in MSVC 7.1 without stlport, make sure to undefine HAS_STLPORT in config.h
* Updated the antifrag feature to recover from crashes (thanks distiller)
* Fixed so that tab completion works with multiple [xxx] tags (thanks sed)
* More code cleanup, keep a backup of your queue handy while upgrading, queue code extensively
  rewritten to ease future changes
* Updates to the autosearch feature
* Added (well, enabled) GetZBlock, a feature that makes all transfers safer by checking CRC's
  during the transfer and if possible, compresses. This is an experimental feature, and it might
  require some extra cpu, so it can be turned off in settings, turning it off will turn it off for
  both up- and downloads. If both users have it enabled it will automatically be used. Compression
  is automatically turned off file files that don't compress well (.rar's for example), but the extra
  CRC check is still done. Safe transfers are marked by a * in the active transfers list (I'll think
  of something better later on...)
* New, very nice progress bars for the transfers window (thanks citruz)
* Multi-shade progress bars to show how much was resumed and compressed
* Added auto-grant option to favorite users (thanks saurod)
* Improvements of robustness and speed of the XML reader
* Fixed some minor Examples.xml issues ("\\" and "\t" are now correctly shown)
* Fixed a queue crash bug
* Changed transfer view sort order (active downloads, active uploads then connection attempts...one
  fine day perhaps it'll be configurable...)
* Added date added column to queue
* Temporary downloads folder no longer shared
* Fixed a bug where the socks5 proxy was used for http proxy connections (thanks dan fulger)
* Added command history scrolling using ctrl-up/down/home/end (thanks cologic)
* Fixed match queue crashes
* Fixed sending of unknown '/'-commands to the hub (thanks sedulus)
* Added support for once-per-nick usercommands (and made kick/redirect work like once)
* Filename and path in finished frames split ut in two columns (thanks twink)
* Fixed NoGetINFO so that it actually doesn't send any getinfo's

 -- 0.301 2003-10-28 --
* Fixed usercommands in hub frame (kick for example)
* Other fixes to usercommands (thanks sedulus)
* Fixed reading of DCTC file lists I think (haven't tested) (DCTC of course has to be different 
  from all other clients and create file lists with multiple directories with the _same_ name 
  for no reason)
* Fixed "open folder" in finished frames
* Added new search for alternates algorithm with possibility to set search string yourself
  (thanks saurod)
* Added selection of which hubs to search in (thanks saurod)
* Fixed link opening in some browsers
* Added NoGetINFO extension support

 -- 0.300 2003-10-27 --
* ---- IMPORTANT ----
  Security update, upgrade unless you want to risk losing files anywhere
  on your hd (this is for all versions prior to this one) (thanks fusbar for bringing 
  it to my attention) 
  ---- IMPORTANT ----
* Some code cleanup
* Added vertical tiling of windows
* Nick and password are now taken from favorite hubs on redirect (thanks saurod)
* Fixed a case sensitivity bug in favorite hubs (thanks saurod)
* Locale formatting of exact size in search (thanks saurod)
* Fixed a bug where directories were not correctly returned (thanks saurod)
* Replaced the tab control in the settings with a tree, expect many more settings soon
* Fixed a bug when changing priorities from paused
* Reduced transfer view flicker somewhat when sorted by status
* Reconnect time is randomized a little to reduce stress on hub when everyone reconnects
* Small i18n fix in uploads settings (thanks atomicjo)
* Numbers only on search size box (thanks atomicjo)
* Delete multiple favorite users (thanks gargoyle)
* Autocomplete turned off when using shift-tab (to tab between the windows instead) 
  (thanks gargoyle)
* Small fixes (thanks gargoyle)
* Toolbar updates (thanks gargoyle)
* Speeded up match queue a lot (I mean a _lot_)
* Added a network statistics view
* Added tab-specific context menus
* Added support for hub $Supports
* Added hub-sent usercommands
* Usercommands changed to raw in save file
* New %[ parameters in user commands
* & is used to escape the & in chat (currently only escapes when really necessary, i e
  | or $ escape is used)
* Added "Match Queue" to various right-click menus
* Internationalised settings (thanks gargoyle)
* Fixed finished frame lockups
* Moved to Visual Studio 7.1, 7.0 project files are available, but won't be maintained...
* Own icon always set to blue (DC++) (thanks atomicjo)
* Edges around the settings (thanks opera)
* Fixed right-click issue in the hub frame (thanks twink)
* Fixed a problem with detecting protocol extensions
* Updates to the queue frame (bugs fixed and smarter when using with multiple drives)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -