Changelog for 0.3.12
dclib
- 14/10/2007 Add TTHSearch to hub supports
- 14/10/2007 Handle EILSEQ (invalid multibyte sequence) in CIconv, replace character with underscore - fixed on 17/10/2007
- 14/10/2007 UserIP2 support - use IP address from hub
- 15/10/2007 ZLine support (compressed hub to client communication)
- 15/10/2007 Fix unterminated sent search results
- 15/10/2007 Send IP address instead of hostnames in sent search results (for compatibility with microdc)
- 16/10/2007 Adjust hub name in received passive search results to fix passive mode download from search dialog
- 17/10/2007 Make CFileManager::GetFileType public so valknut can use it
- 17/10/2007 Add .flv to video filetypes
- 17/10/2007 Do not serve up filelists that do not contain TTHs during filelist refresh
- 18/10/2007 Fix CFLAGS usage in makefiles
- 23/10/2007 Compressed uploads support via ADCGET
- 25/10/2007 Escape spaces in ADCSND response to fix uploading files without TTH with spaces in name
- 26/10/2007 Add Base="/" to XML filelist
- 26/10/2007 Also do encoding in CDCProto::SendString (fixes user menu commands)
- 27/10/2007 Add test for UserIP2 support of CClient API
- 27/10/2007 Fix supports parsing by adding space on end if necessary
- 28/10/2007 Also support $GetZBlock and $UGetZBlock
- 31/10/2007 Fix encoding of data from XML hublists
- 07/11/2007 Add functions for calculating session transfer stats
- 13/11/2007 Patch from frogged: extra check for CString::Mid
- 13/11/2007 Patch from frogged: significantly improve auto search by not searching for same TTH multiple times
- 17/11/2007 Make read file buffer size configurable (to try to improve upload speed on LANs)
- 20/11/2007 Fix $Get parsing with $ in filename
- 30/11/2007 Fix encoding for sent search results
- 30/11/2007 Disable some debugging printf's
- 02/12/2007 Update libtool to 1.5.24
valknut
- 14/10/2007 Add ZLine configuration
- 14/10/2007 Add UserIP2 configuration and support
- 15/10/2007 Proper numeric sorting for search spy
- 16/10/2007 Fix emoticon theme changing
- 16/10/2007 Make folders in right pane optionally sort on top
- 16/10/2007 Convert special xml characters in smileys
- 17/10/2007 Add new icons for filetypes from the Tango icon theme
- 18/10/2007 Reset datapath if it doesn't exist
- 18/10/2007 Double click on a word in chat to insert it into the chat input box
- 19/10/2007 Add sound option on our nick being said in main chat
- 19/10/2007 Add size to magnet link generated from search dialog
- 19/10/2007 Change word wrap policy for chat - break long words if necessary to avoid using horizontal scrollbar
- 20/10/2007 Add new emoticon theme using smileys from the Tango icon theme
- 22/10/2007 Show filetype icons in the search dialog
- 26/10/2007 Support %[userSS] and %[share] in user menu commands
- 27/10/2007 Add item to OP menu to get user IP via UserIP2 extension
- 28/10/2007 Text codec for C strings setting moved out of #ifdef
- 29/10/2007 Set file browser dialogs in options dialog to current starting place
- 29/10/2007 Fix simple-tango.xml ordering
- 29/10/2007 Fix filelist saving (accidental truncation due to text codec issues)
- 30/10/2007 Make some options dialog boxes expanding not fixed geometry
- 31/20/2007 Make keyboard navigation work on options dialog tree
- 04/11/2007 Minor cleanups spotted doing Qt4 work
- 07/11/2007 Add transfer stats to about dialog
- 07/11/2007 Add /ratio command
- 17/11/2007 Add read file buffer size setting
- 30/11/2007 Disable debugging printf on ignoring a chat line
- 02/12/2007 Update libtool to 1.5.24