Changelog for 0.3.11
dclib
- 06/07/2007 Add log message in search dialog log tab when searching offline hubs
- 22/07/2007 Remove trailing .0 from tag upload limit for integral limits
- 17/08/2007 Extend the encoding API of the CXml class - this got redone later
- 17/08/2007 Add remote encoding setting
- 17/08/2007 Encode hub names, hosts and descriptions to UTF-8
- 19/08/2007 Handle broken XML
- 19/08/2007 Add XML hublist support
- 05/09/2007 Default to UTF-8 as system encoding on Mac OS X
- 18/09/2007 Remove GPL-incompatible MD4 code
- 18/09/2007 Replace GPL-incompatible MD5 code with new GPL code from gnulib
- 21/09/2007 Add new CIconv class for doing text encoding. Now all incoming text from CMessageHandler is converted from remote encoding to UTF-8, and all outgoing text in CDCProto is converted from UTF-8 to remote encoding.
- 30/09/2007 Add /rebuild command
- 02/10/2007 Remove debug printf from GetHashLeaves
- 02/10/2007 Put -ansi back into compiler flags
- 02/10/2007 Remove extra semicolon (to fix build with -pedantic)
- 02/10/2007 Print file positions for "start upload" DPRINTF
- 04/10/2007 Compile MD5 code as C not C++ to fix Windows build
- 05/10/2007 Fix multi-download from original NMDC client (microdc 0.11.0), regression from 0.3.9
- 09/10/2007 Fix encoding issues on saving filelists in cdownloadmanager.cpp
- 13/10/2007 CBZ: Increase maximum memory available for bzip2 to 512MiB
- 13/10/2007 CBZ: Increase bzip2 compression block size to maximum
- 13/10/2007 CBZ: Change memory size increasing strategy
- 13/10/2007 Check position and length in ADCSND match what we requested
- 13/10/2007 Disconnect on TTH leaves not found error
valknut
- 30/06/2007 Do not set icons themes to empty strings
- 17/07/2007 Fixup query on exit message box
- 19/07/2007 Fix possible segfault on exit
- 22/07/2007 Add info message when trying to dock without the system tray icon
- 31/07/2007 Set window titles on undockable windows
- 04/08/2007 Documentation updates from nieder
- 11/08/2007 Add button to generate key and certificate for SSL transfers
- 13/08/2007 Save maximized status on dock/undock
- 16/08/2007 Fix bug setting initial filelist browser encodings
- 17/08/2007 Updates for encoding changes in dclib
- 25/08/2007 Set correct encoding for reading license, convert license to UTF-8
- 03/09/2007 Make object names in .ui files unique
- 03/09/2007 Update about dialog
- 03/09/2007 Double click an item in the filelist browser to download it
- 10/09/2007 Enhance filelist browser with folders in right pane - this was later made optional
- 19/09/2007 Respond to return being pressed in hublist
- 19/09/2007 Don't use obsolete signal/slot
- 21/09/2007 Set Qt codec for C strings to UTF-8
- 22/09/2007 Fix filelist browser when Qt codec for C strings is set to UTF-8
- 22/09/2007 Remove chat text encodings, replaced by encoding changes in dclib
- 29/09/2007 Add /rebuild chat command
- 02/10/2007 Widen options dialog for encoding tab
- 02/10/2007 Add warning about changing encoding setting
- 05/10/2007 Further enhance filelist browser. Subfolder sizes can optionally be shown in the left pane.
- 09/10/2007 Disable update manager
- 09/10/2007 Fix numeric sorting for folder sizes in left pane of filelist browser
- 09/10/2007 Fix encoding issues on loading filelists (from Qt4 branch)