Upstream tarball 20080504
[amule.git] / docs / Changelog
blob9dafaee2edb0cbd2b3a81972ed19ed53900db844
1 Version 2.2.1 - ???
2 ----------
3 2008-05-??
5         Bas Zoetekouw:
6                 * Patch for debian bug #350396: "amule depletes entropy pool".
8         brainnolo:
9                 * Patch for loading the correct path for the UPnP libraries
10                   in Mac.
11                 * Added the binaries for libUPnP for Mac to the directory
12                   aMule.app/Contents/Frameworks.
13                 * Universal Binary ed2kHelperScript update.
14                 * avoid removing libupnp libs during initial cleanup
15                   (this would defeat bundling them) . It will now remove only
16                   libwx in the Frameworks directory (which are supposed to be
17                   from an old build).
19         centaur:
20                 * OpenBSD patch.
22         Coronas:
23                 * Patch to show kad status in amuleweb (Bug 1103)
24                 * typo in src/webserver/default/shared.php
26         drkirkby:
27                 * Test for gcc before including gcc specific flags on the
28                   compiler line.
30         DLH:
31                 * amulegui.xpm icon.
33         EastWind:
34                 * Patch to prevent overwriting of GDLIB_LIBS
36         Gerd78:
37                 * Added autostart-xas to rpm .spec files.
38                 * Patch for autoconf >= 2.60.
39                 * Patch for redefinition of $(docdir) in docs/Makefile.am.
40                 * Patch for aMule .desktop files.
41                 * Added amulegui desktop icon (with Vollstrecker).
42                 * Patch for fixing aMule spec file in Fedora and Mandriva.
43                 * Test for perl File::Copy in configure.
44                 * Fix for building with _FORTIFY_SOURCE.
46         Gnucco:
47                 * Workaround for string serialization bug.
48                 * Workaround for aMule does not publish new files on kad.
50         GonoszTopi:
51                 * Added ability to compile amulecmd without thread support in wx.
52                 * Fixed source seeds handling on startup.
53                 * Proper restoration of startup locale after checking available
54                   locales.
55                 * Fixed linkage with wxMSW.
56                 * Got rid of a few more warnings.
57                 * Fixed #929: configure: BUILD_CC uses CC's CFLAGS
58                 * Implemented #962: don't display (0) when not downloading from source
59                 * Fixed #954 - added ability turn IPFilter on/off for servers/clients
60                   independently.
61                 * Added support for magnet ed2k links.
62                 * Improve cross compilation
63                 * Fixed segmentation fault in amuled
64                 * Don't allow sources coming from .seeds to be cleaned up for a while
65                   after startup
66                 * Improve accuracy for ticks
67                 * Improve debug output
68                 * Don't add clients when shutting down
69                 * Added a simple (ascii) text file reader class
70                 * Sed denoiser - removes excessive messages from compilation - 
71                   Thanks to Vollstrecker for the idea and discussions.
72                 * Drop path component from logged file names.
73                 * Fix for perl v5.8.8
74                 * wxCas compilation fixes for wxCVS
75                 * Doxyfile doesn't need to be installed, it's unusable without the sources.
76                 * Fixed #979: No win32 version information
77                 * Updated listctrl code to 2.8.7
78                 * Fixed a buffer overflow in TextFile.cpp
79                 * Cross-compilation fixes.
80                 * Some little optimizations on configure.
81                 * Re-categorized a number of strings whether they need translation or not.
82                 * Added plurals support.
83                 * Removed a number of unused leftover files from the repositiory.
84                 * Various fixes for wxMSW builds.
85                 * Made 'make dist' work.
86                 * Fixed 'make check' for subdirectory builds.
87                 * Fixed manpages install/uninstall script to handle correctly
88                   subdirectory builds and respect the --program-transform-* switches.
89                 * Fixed a minor bug in the denoiser script.
90                 * Fixed several portability issues in scripts.
91                 * Fixed keeping the preferences in sync with tray icon existance.
92                 * Removed a check that wasn't ever valid.
93                 * Fixed #651: Wrong expansion in statistics.
94                 * Fixed #1082: Events in preferences have layout problems.
95                 * Fixed debug categories being added multiple times to the checklistbox.
96                 * Fixed translations on MSW.
97                 * Languages are not sorted anymore, but displayed in their own name.
98                 * Fixed a number of gcc4 warnings.
99                 * Fixed amuleweb compilation on MSW.
100                 * Added checks for a POSIX compliant regex library.
101                 * Fixed #1289: amule fails to build on non glibc systems (e.g. uclibc)
102                 * Hungarian translation.
103                 * Allow generating feedback from shared files.
105         Hermit:
106                 * Patch for amulecmd history which ensures that when the same command
107                   is repeated several times in a row it only gets recorded in the
108                   history once.
110         jcoy:
111                 * Set download priority in amulecmd.
113         ken:
114                 * Fixed control-clicking (right-clicking) on tabs in notebooks on the
115                   Mac.
116                 * Compilation fix for MacOSX 10.3
117                 * Fixed a crashing bug with static initialization order
118                 * Ship the license as required by the GPL.
119                 * Fixes linking of embedded CryptoPP (on the Mac, if nowhere else).
120                 * Quick-n-dirty hack for stats graphs on the Mac.
122         Kry:
123                 * Protocol Obfuscation (enabled by default)
124                 * Large file support (>4GB)
125                 * Disabled auto-update of servers from clients and other servers by default.
126                 * Fixed a bug while getting sources for large files (>4GB)
127                 * Fixed mldonkey_importer to work with mldonkey >= 2.7.6
128                 * Improve exception handling
129                 * Added a column on client view that shows if the user has reported having 
130                   disabled shared files.
131                 * Disable the "Show files" option in context menu if the user has reported 
132                   having disabled shared files.
133                 * Add generic CTag classes support for Kad data types
134                 * Remove kad IO classes
135                 * Safety on memfiles created from packets
136                 * Fixed publishing and sending shared files requests
137                 * Fixed Unittest
138                 * Update audio and video types
139                 * Update EC to use the equivalent of VBT tags
140                 * Fix ID sending on hello packet to use the hybrid ID instead of plain ed2k id
141                 * Fix a bug on sending info to other clients on file list request
142                 * Upgrade lex generated code
143                 * Add the --reset-config flag
144                 * Modified getclosetsto() fix, originally by tatikiran
145                 * Changes to flex parsing of search expressions.
146                 * Fix several missing variable initializations
147                 * Swap bytes for int types in EC code
148                 * Lower reask times
149                 * Fix Memleak in ECSocket
150                 * Extend amulecmd with 'show log' and 'reset' command, originally by quinox, bug #856
151                 * Usage of HOSTCC for compile-time executions
152                 * Created translation status scripts
153                 * Move server packets to the back of the UDP queue if the server is still
154                   resolving a dynamic host
155                 * Script to wikify changelog
156                 * Separate ECTag from ECPacket
157                 * Fix crash on startup
158                 * Fix several rare memleaks
159                 * Fixes on Kademlia keyword store
160                 * Initial Kademlia 2 integration
161                 * Remove duplicated SendPacket functions in Kad
162                 * CPacket uses const CMemfile reference instead of pointer
163                 * Fix for (rare) bogus packets being send on kad
164                 * Fix for empty packets in Kad Search
165                 * Fixed server IP for EC
166                 * Don't destroy shareddir.dat on remote GUI, bug #945
167                 * Incorrect percentage displayed by amulecmd for files > 4Gb, bug #949
168                 * Ask user to download server list when list is empty and ed2k active
169                 * Support automake 1.10
170                 * Reorganization of EC code
171                 * Added script to generate EC files for different programming languages
172                   (C#, Java and C++) from an abstract language
173                 * Dropped support for < wx2.8.x (in case you want to blame someone)
174                 * Added remote gui datastructure for new classes.
175                 * Fixed compilation with wx2.9, also with disabled 2.6 comatibility.
176                 * Heavily modified IP2Country code.
177                   Proper names, guards, creation on the heap... etc.
178                 * Added script to create Kad nodes files
179                 * Fixes for emule-collection support
180                 * Added some sanity checks
181                 * Source links with crypt data support.
182                 * Fix Mac build
183                 * Remember kad and ed2k urls and restore them on restart.
184                 * Force conversion to be ISO8859 for tag names, obvious from the network
185                   standards. This also fixes Kad.
186                 * Changed the inheritance for the UDP sockets to include the encrypted layer
187                 * Fix for MuleGifDecoder issue
188                 * Windows fixes
189                 * Added OnO patch for Toolbar display.
190                 * Fixed validation of preferences items for wxWidgets 2.8.4
191                 * Fixed cryptopp version recognition on Mac.
193         lfroen:
194                 * Fix partcount not being set in remote gui
195                 * Use only one EC library with amuleweb
196                 * Fix LastSeenComplete
197                 * Fix for NonCurrentSources
198                 * Fix incorrect cookie parsing for amuleweb
199                 * Fix passing strings in EC
200                 * Lock webserver when serving images
201                 * EC implementation in C# (work in progress)
202                 * Fix preferences in amuleweb
203                 * Fix EC crashing webserver when new item added
204                 * GUI implementation in C# (work in progress)
205                 * Implementing split() call
206                 * Compilation fix for MuleGifDecoder
208         LittleAbacus:
209                 * Patch to show part file numbers.
210                 * set the search string to the search text of currently
211                   selected tab.
213         morricone:
214                 * Fix for wxwin.m4 not autodetecting wxBase.
216         mr_hyde:
217                 * Patch to enable Kad search with amulecmd.
218                 * Fix for some man pages have wrong name with
219                   --program-suffix.
220                 * Temporary fix for tarball configure.in using SVNDATE.
222         Nodsu:
223                 * Patch to make amulecmd cancel/pause/resume work with many
224                   files and file names.
225                 * Patch to enable preview in remote GUI.
226                 * Patch to create the magic string $file in previews. This
227                   string is replaced with the file name in the command line,
228                   in case it exists.
229                 * Patch to prevent amule compiled with --disable-nls from
230                   crashing.
232         nvinay:
233                 * Trivial issue with memset found using google codesearch which may
234                   affect only the debugging.
236         Phoenix:
237                 * Fix for crash in amulegui/DownloadListCtrl.cpp.
238                 * Upgraded extern/listctrl.{cpp,h} from wxWidgets cvs code.
239                 * Fixed some gtk2 warnings in extern/listctrl.cpp.
240                 * Fix for unhandled exception in new skinned toolbar code.
241                 * Coding style fixes.
242                 * Fix for server disconnection during global search.
243                 * No more wxARRAY's in amuleweb.
244                 * Fixed bug in mutex code in amuleweb (s_mutex_wcThreads).
245                 * No more wxARRAY's in aMule code.
246                 * Fixed bug in ECPacket.cpp: assignment inside assertion.
247                 * Changed CECSocket constructor to be exception safe.
248                 * Fix for invalid rectangle size on COScopeCtrl::PlotHistory().
249                 * Removed the default constructor for Kademlia contacts.
250                 * Fix for "get bwlimits" command in amulecmd always returning
251                   zero for maximum download value.
252                 * Added UPnP support.
253                 * Fix for crash in ECSocket.cpp.
254                 * FileDetailDialog:: now has more intuitive Apply, Ok, Cancel
255                   interface.
256                 * GUI to enter a specific bind IP in
257                   "Preferences->Connection->BindAddress".
258                 * Resurrected support for the tag FT_DL_ACTIVE_TIME in the met
259                   file. It's value, the download active time, can now be seen
260                   in the file details dialog.
261                 * Added the DLACTIVETIME variable to the list of replaced
262                   variables in the DowloadCompleted user event.
263                 * MuleTrayIcon.cpp was not compiling for __WXMAC_CARBON__.
264                   Seems to be fixed, but must be the code now has a lot of
265                   ifdefs and must be tested on other platforms.
266                 * Added two more events: "out of space in temporary partition"
267                   and "error upon completion".
268                 * Fixed a crash in amulegui when adding a new category.
269                 * Fixed a bug in amulegui, removing a category remotely did
270                   not update the category count in amule.conf, so the next
271                   time amule was run, the category was there again.
272                 * Fixed a bug in toolbar skins, the skin file was opened even
273                   when the checkbox "Use skins" was not checked.
274                 * Fixed a crash related to MuleGIFDecoder wx-2.8.0 when
275                   downloading the file IPFIlter.dat.
276                 * Fix for ECSocket.cpp, amulegui was crashing upon entry.
277                 * Fix for ClientDetailDialog in amulegui. Was showing
278                   incorrect IP / Server / Software version information.
279                 * Switch binding of UPnP libraries to use one digit version
280                   names instead of unversioned names.
281                 * Fix for crash in amuleweb when the image file did not exist.
282                 * UPnP add/delete port mappings are now done in every device
283                   found, instead of only the first one.
284                 * Creation of --enable-upnp/--disable-upnp configure flag.
285                 * Update of wxWidgets-2.6.3 deprecated code to version 2.8.2.
286                 * Fixed IPFilter.dat loading from a zipped file.
287                 * Added a termination process to wxExecute() calls, so that we
288                   no longer leave zombies.
289                 * CDirIterator now uses wxDir.
290                 * CheckDirExists() now uses wxDir::Exists().
291                 * CheckFileExists() now uses wxFile::Exists().
292                 * GetLastModificationTime() now uses wxFileModificationTime().
293                 * GetFileSize() now uses wxFile::Length().
294                 * UTF8_CopyFile() now uses wxCopyFile(). Later reverted for locale fixes.
295                 * UTF8_RemoveFile() now uses wxRemoveFile(). Later reverted for locale fixes.
296                 * UTF8_MoveFile() now uses wxRenameFile(). Later reverted for locale fixes.
297                 * theApp is now a global pointer, so that we can access the
298                   global application object from within a core file.
299                 * Partial fix for the COLORREF compilation problem on Windows.
300                 * Fix for libpng version detection on acinclude.m4. It was
301                   failing for strings like 1.2.15beta5 (e.g., debian 4.0 etch).
302                 * Fix for theApp variable usage in amulegui. It was not beeing
303                   initialized and amulegui was segfaulting.
304                 * Fixed the forum address in the backtrace print.
305                 * Applied Bas Zoetekouw's patch for debian bug #350396:
306                   "amule depletes entropy pool".
307                 * Implemented IP2Country using GeoIP.
308                 * When converting from multibyte to wide characters,
309                   ConvAmuleBrokenFileNames now tries UTF-8 first. If this
310                   fails, then it tries ISO-8859-1.
311                 * New directory based skin support, reworked Trevino's patch.
312                 * Fixed amuleweb crashes due to bug in ECSocket.cpp
313                 * Code to refresh port mappings in the event of a temporary router failure
314                 * Code to deal with previously unhandled UPnP events.
315                 * Fixed remote-gui segfault in UpdateStatsTree()
316                 * syscall_check is no longer a macro
317                 * Fixed a serious bug introduced by ENABLE_UPNP Makefile.am switch
318                 * Fix for libpng version detection on acinclude.m4
319                 * Fix for server list and node list
320                 * Made some common dialog modals and giving them a default style
321                 * Handle different UPnP library versions
322                 * UPnP for amuleweb.
323                 * Fix for crash on exit and a little less redundancy.
324                 * Trying to make listctrls behave on Mac.
325                 * Fix for CheckFreeDiskSpace(). Was probably returning ok if
326                   the directory where the file would be saved did not exist.
327                 * Fix for overflow in CPartFile::HashSinglePart() as reported
328                   by visualage.
329                 * Fix for overflow in CSharedFilesCtrl::DrawAvailabilityBar()
330                   as reported by a3linux, CtrlAltDel and stefanero. Special
331                   thanks to a3linux for the backtrace.
332                 * Improoved the macro CHECK_CRYPTO() in acinclude.m4.
333                 * Fix for the check of cryptopp library version in
334                   configure.in.
335                 * Rewrote the cryptopp m4 stuff.
336                 * Fixed some memory leaks related to the use of
337                   CTerminationProcess.
338                 * Fixed the usage of CryptoPP::Base64Encoder when creating the
339                   key pair for ClientCreditsList. cryptopp semantics is to
340                   give the ownership, so do not create objects like this on
341                   the heap.
342                 * Fix for amuled creating zombies. wxProcess does not work
343                   with wxBase.
344                 * wxProcess now receives OnTerminate() events in amuled.
345                 * Created a specialized termination process object for
346                   amuleweb, so that amule does not kill the web daemon if it
347                   has already died. This fixes a segfault upon exit.
349         pochu:
350                 * Fix for subdirectory builds.
352         Radek:
353                 * Patch to fix windows compilation.
355         Raziel:
356                 * Adapt Kad code to the standard coding guidelines.
357                 * Work on EC API
359         spiralvoice:
360                 * Patch to enable MLDonkey os_info support.
362         Skolnick:
363                 * Added the time to the aMule stats in the wxCas window and
364                   in the generated image.
365                 * Added the time to the aMule stats in the cas output and
366                   in the generated image
367                 * Added option to generate image in JPG format (along with PNG)
368                 * Added new icon for aMule
370         Stu Redman:
371                 * Fix for Transferred / Completed not updated in remote GUI.
372                 * Fix for PARTSIZE not beeing 64 bits. Enums are always 32
373                   bits, even if we use a 64 bit constant to initialize it.
374                 * ratings/comment marks are now shown in the main transfer
375                   window (the little colored !! on the left).
376                 * comments are now updated when comment packets arrive (not
377                   only when the show comment dialog is open).
378                 * remote names are now updated once on startup. So there is no
379                   more 3s lag until the names are shown when the dialog is
380                   opened for the first time.
381                 * ED2K/Kad User/Filecount is now shown in the remote-gui status
382                   bar.
383                 * Kad users/files also updated on the Kad Tab.
384                 * Backed out a now obsolete change made in CommentDialogLst.cpp
385                   (comments are not related to remote filenames anymore).
386                 * Fix for crash on receiving zero-sized UDP packet.
387                 * New BarShader code.
388                 * Sparse partfiles on Windows.
389                 * Fix for zlib detection with an optimizing compiler on configure.
390                 * Made all part-status bars look the same.
392         Tiziano Müller:
393                 * Fixed compilation when --enable-geoip is used in conjunction
394                   with the ld-flag "--as-needed".
396         Trevino:
397                 * Fix for "Both the Unknown client icon and the Unknown status
398                 icon points to the same file" issue.
399                 * Skin support with relative paths.
401         visualage:
402                 * Fix for aMuleWeb unicode search/download link error.
403                 * Fix for aMuleWeb segfault when refreshing too frequently.
404                 * Fix for regular expression in aMuleWeb-PHP/split function.
406         Vollstrecker:
407                 * Added possibility to give the path for output right with
408                   -p or -o in cas.
409                 * Changed cas to use getopt_long.
410                 * Added --config-dir and -c option to cas.
411                 * Added alias -H --html to cas.
412                 * Added alias -P --picture to cas.
413                 * Added --config-dir and -c option to ed2k.
414                 * Added --config-dir option to amuled.
415                 * Fixed typos in the man pages.
416                 * Added manpage for amulegui.
417                 * Added amulegui desktop icon (with Gerd78).
418                 * Manpages update.
419                 * Add debian folder.
420                 * Correct use of libcrypto >= 5.5 and update of debian-dir.
421                 * Added Option to use generic ipfilter.dat.
422                 * Made possible to select which translations get build and
423                   installed.
424                 * Install only manpages in requested Langs.
426         wuischke:
427                 * Add emulecollection support on aMule ED2K Links Handler
428                 * Fix online signature update rate
429                 * Fix display of filesize > 4GB in file detail dialog
430                 * Fix toolbar import/about icon order
431                 * Add option to load emulecollection in SharedFilesCtrl
432                 * Add oga and ogv extension for file type search
433                 * Allow skin/webserver template section via wxchoice + skin enhancement
434                 * Some error messages rephrased, to improve readability
435                 * Fix idle mode for UBT
436                 * Fix Ctrl+a in MuleListCtrl
437                 * Replace (f)lex by $(LEX) in Makefile.am files
438                 * Fix libUPnP unloading.
439                 * Fix building with external CryptoPP
440                 * Ship skins with tarball
441                 * Convert skins shipped with aMule to new format
442                 * Display file size in human readable format in FileDetailDialog
443                 * Make SVN compile again
444                 * Some skin code improvements
445                 * Added upload feedback
446                 * Added option to enable EC and set pass in amuled
447                 * bugfix for ec-config option
448                 * Removed GetLocaleDir()
449                 * Zipped skin format
450                 * Fix utf8 problem with file names
451                 * Fixed toolbar display with skins when blinking on incoming message
452                 * Fix #1114, missing break statement, thanks to mr_hyde
453                 * Add option to filter file comments
454                 * Allow compilation against wxBase
455                 * Remove Source Dropping
456                 * Allow usage of local config dir
457                 * Display log message in bold when using local config dir
458                 * Extend range for slot allocation, change default value
459                 * Change Kb to KB
460                 * Suppress skin directory error
461                 * Add Upload feedback
462                 * Fixed GetFeedback
463                 * Correct some spelling mistakes
464                 * Always use SecIdent
465                 * Re-Add option to disable SUI
466                 * Fix sharing files with extended characters
467                 * Fix utf8 problem with file names
468                 * Mark cancelled/removed files grey in search
469                 * fix search colors implementation
470                 * Add maintainercleanfiles for make distclean
471                 * Fix comment icon order and use unitary width for display
472                 * Fix rating display in SearchListCtrl
473                 * Fix permission check on Vista
474                 * Fix compilation with mingw
475                 * Check for and use SVNDATE in tarballs
476                 * Move include up to allow compilation on mingw
477                 * Fix compilation with mingw32
478                 * Fix compilation on Mac
479                 * Fix compilation in ClientListCtrl.cpp
480                 * Fix linking on Windows/mingw32
481                 * Fix linking of amulegui for Windows
482                 * Fix problems with collections using CRLF line endings on *nix
483                 * Fix compilation for gcc 4.3
484                 * Dirty compilation fix for gcc 4.3
485                 * Fix compilation on OpenBSD (and probably other Unix)
488         Xaignar:
489                 * Renaming the SearchList typedef to CSearchResultList
490                 * Splitting CSearchFile out from SearchList.* to SearchFile.*. 
491                 * fix initialization of member variables in CSearchFile when
492                   creating on remote gui.
493                 * Call GetLength safely when sharing files
494                 * Added support for child results to CSearchListCtrl
495                 * Major cleanup of CSearchList
496                 * Add logger target for the thread-scheduler
497                 * Add smart pointers CScopedPtr and CScopedArray
498                 * Fix possible crash due to pending events
499                 * Fix accessing empty list in CMuleListCtrl
500                 * Add support for displaying large files with CBarShader
501                 * Improved sanity checking and simplified exception-handling
502                   via CScopedPtr and CScopedArray.
503                 * Major reworking of threads, add a thread scheduler for
504                   IO intensive tasks, improve thread-safety for AICH-sync thread
505                 * Fix FileIO unittests and add test of const CMemFile objects
506                 * Update AICH from eMule-0.47a Beta1
507                 * fix positioning of individual frames
508                 * Improved exception handling
509                 * Updating the FindMatchingClient function
510                 * Avoid dangling pointers in case of asserts failing
511                 * Updating CFormat to properly handle 64b ints on all platforms
512                 * Fixing CFile::GetAvailable if position is past EOF
513                 * Fixed possible use of uninitialized variables
514                 * Adding template function for freeing the contents of a list/map
515                 * Remove CList
516                 * Fixing a couple of infinite loops
517                 * Fixes file completion under amuled
518                 * Add locking to the ED2KLinks file
519                 * Removed multiple macros for array size
520                 * Removed the CMD4Hash from wxString constructor
521                 * Add swap function to CRangeMap 
522                 * Reworking of the notify-code
523                 * Optimized and simplified adding of shared files to the listctrl
524                 * Remove partially copied files when a UTF8_CopyFile fails.
525                 * Drop the file/directory permission settings, use umask
526                   instead.
527                 * Fixed loading of version information for servers. Previously
528                   the information saved in the servers.met file was ignored.
529                 * Fixed problem with reading ST_AUXPORTSLIST tags for servers,
530                   where empty tags would cause the existing server-port to be
531                   overwritten, thereby preventing connections to that server.
532                 * Fixed linking of libmuleappcommon, which would previously
533                   include GUI related symbols, thereby breaking amuled in some
534                   cases.
535                 * Added fuzzy sorting method for strings, currently only used
536                   for sorting server-version information.
537                 * Fixed sorting of the "Static" column on the server-list,
538                   which didn't conform to 'strict-weak ordering'.
539                 * Added missing catch-statements in places where subclasses of
540                   CSafeDataIO was used, thereby preventing crashes in case of
541                   funky files/filesystems, such as network drives only
542                   supporting up to 2GB files. (closes bug #878 and #1205).
543                 * Fixed opening of the Help-page when modifers were applied to
544                   F1, which was causing conflict with various system-wide
545                   shortcuts (this closes bug #1200).
546                 * Used -isystem to mark wxWidgets and Crypto++ include files
547                   as system-files, thereby reducing the number of warnings
548                   generated by these includes.
549                 * Fixed the shared-files-list ctrl assuming that all items
550                   were part-files when creating feedback, which could cause
551                   wrongful casts of CKnownFile objects.
552                 * Changed from using signed longs to store pointers in
553                   wxListCtrl, to using wxUIntPtr, which is guranteeded to be
554                   able to contain pointers on all platforms.
555                 * Fixed unicode-chars not being registered by key-events for
556                   wxListCtrl (applied to our local copy).
557                 * Fixed various problems with using arrow-keys and other
558                   control-keys on the listsctrls in aMule.
559                 * Fixed checks for changes in .part files between runs, which
560                   previously was entirely broken (checked both wrong
561                   timestamps and files).
562                 * Fixed saving AICH-hashsets to an empty file, where buggy
563                   sanity-checks were causing the result to be discarded.
564                 * Improved the CreateHashFrom* functions, preventing the
565                   hashing of empty files, and accessing an empty vector.
566                 * Added a workaround for a bug in wxNotebook, which would
567                   cause the selection returned in page-changed events to
568                   sometimes be invalid, thereby causing aMule to crash when
569                   attempting to access an non-existing page. This should fix
570                   some crashes assosiated with closing search-result tabs.
571                 * Dropped the internal Crypto++ libraries. Most distros have
572                   it these days, and it's just another headache for us to
573                   support (and was becomming pretty outdated).
574                 * Improved checks for NULL points in CClientListCtrl.
575                 * Fixed some poor english in various logging messages.
576                 * Improved thread-safety in various classes, in part because
577                   wxString isn't threadsafe, and we use that class a lot.
578                 * Added support for writing 64-bit ints in CTags, which was
579                   needed for some server-packets.
580                 * Improved debugging-information support in CTag.
581                 * Fixed saving/loading of 64-bit ints for Kademlia, which were
582                   sometimes sent as binary blobs. Previously, we would read
583                   from the net and save them to 'src_index.dat' just fine, but
584                   would fail when it came to reading them from
585                   'src_index.dat', resuling in that file being unreadable.
586                 * Fixed the corruption of some tags (mostly Kademlia), where
587                   the tag-names were wrongly saved as UTF-8, though they
588                   should have been saved unchanged. This closes bug #1188.
589                 * Applied various fixes to better conform to ANSI-C++.
590                 * Fixed repeating of CPPFLAGS when compiling with GeoIP
591                   enabled, which caused problems when -pedantic was used.
592                 * Fixed a couple of small memory-leaks in UPnP (bug #1230).
593                 * Added the "printf" attribute to printf-like functions in the
594                   webserver code, allowing for compile-time error-checking.
595                 * Fixed potential crashes that would result from server
596                   connection attempts that timed out before the hostname
597                   lookup returned.
598                 * Worked around crash in the taskbar icon, which would trigger
599                   if the kicker crashed.
600                 * Fixed safehash-check for files greater than 4GB.
601                 * Added support for pretty-printing of classes to CFormat.
602                 * Added a class for the transparent handling of paths, needed
603                   because we want to be able to handle both mangled (saved in
604                   the wrong locale) and normal filenames. This should fix
605                   problems with accessing files with extended chars in the
606                   filename.
607                 * Added warning in case port could not be bound to the
608                   hostname specified in the preferences.
609                 * Made outbound connections use the hostname specified in the
610                   preferences. Is possibly not fully functional.
611                 * Fixed memory-leak when adding invalid ED2K links.
612                 * Fixed crash when the hashing-result from a now deleted
613                   part-file was returned.
614                 * Allow the update of the server-list from the remote gui.
615                 * Optimized file-syncing, by only flushing the file contents,
616                   rather than the meta-data (timestamps, etc).
617                 * Fixed possible redefinition of the VERSION define.
618                 * Fixed redundancy resulting from the use of two different
619                   list of file-extensions, used when determining the filetype.
620                 * Dropped support for importing configuration files, and the
621                   like, from older eDonkey and *Mule clients, as most of these
622                   were extremly old.
623                 * Re-added double-buffering for listsctrls, in a manner that
624                   should hopefully avoid the problems seen previously.
625                 * Fixed missing unicode-convertion on a number of packets when
626                   sending to unicode-enabled clients.
627                 * Fixes passing of the error-code to OnReceiveError in
628                   CMuleUDPSocket::OnReceive.
629                 * Improved handling of invalidated (closed) UDP sockets, caused
630                   by the fact that wxWidgets errorously treats empty datagram
631                   packets as EOF.
632                 * Fixed setting priorities for part-files on the remote gui
633                   (this resolves bug #1251).
634                 * Improved debugging information when using CFormat.
635                 * Rewrote the CTextFile class, improving the reading speed,
636                   and adding the functionality for writing files.
637                 * Improved sanity-checks in the CQueuedData class, thereby
638                   preventing the possibility of memory-corruption resulting
639                   from mangled packets.
640                 * Added autoconf check for broken exception-handling.
641                 * Added subclass of Cfg_Str for loading/saving paths.
642                 * Added functions for checking permissions of dirs/files, and
643                   for retrieving the free space at a given location, to CPath.
644                 * Increased minimum free size needed before writing ".met"
645                   files from around 5KB to 100KB, as ".met" can easily be
646                   much larger than 5 KB in size.
647                 * Improved checks for permissions of directories, and insured
648                   that the fallback directories are also checked in the case
649                   were the user-specified directories are inaccessible.
650                 * Changed temp/incomming dir variables to "CPath"s, using the
651                   previously added Cfg_Path class.
652                 * Fixed spurious warnings caused by not checking if certain 
653                   preference files existed before trying to read them. Also
654                   removed an unnessesary warning for when known.met doesn't 
655                   exist.
656                 * Added wrapper-class for wxThread, to allow us to safely
657                   terminate joinable threads without using Delete, a function
658                   that is only intended for use with detached threads.
659                 * Fixed cancelled downloads being reported as succesful.
660                 * Fixed warning about dirs without shareable files, in the
661                   case where there were sharable files, but they were all
662                   duplicates.
663                 * Added support for saving directories (shared, incoming, etc)
664                   as well as the filenames of known files in an
665                   locale-independant manner, so that changes in locale does
666                   not affect our ability to find previously used files or
667                   directories. This will break backwards compatibility when
668                   using unicoded directory-names.
669                 * Fixed the search-string being cleared when starting the
670                   first search.
671                 * When starting a search, the entire search string is selected.
672                 * Fixed creation of ED2k-links with an AICH-hash, in case the
673                   file does not actually have a AICH-hash. Also disabled the
674                   option in the shared-files window when the file lacks an
675                   AICH hash.
676                 * Removed workarounds for old (and resolved) wxWidgets bugs.
677                 * Fixed creation of ED2K links without sources, where an
678                   superflous "|/" would be appended to the end of the link.
679                 * Fixed handling of spaces when creating ED2k links.
680                 * Fixed swapped notify-functions, which caused deleted
681                   client-objects to be left on the upload-queue on the GUI.
682                 * Improved enabling/disabling of items on the right-click menu
683                   on the download queue. Among other things, it is now
684                   possible to stop a paused download, without having to
685                   restart it first. This closes bug #1078.
686                 * Fixed the setting of priorities for shared files via the
687                   remote GUI. This resolves bug #1267.
688                 * Fixed clipping issues when columns are resized to very small
689                   width, causing the contents of one column to be drawn on top
690                   of the next column. This closes bug #1171.
691                 * Fixed copying of text to the clipboard, which previously
692                   used the "primary" clipboard (middle-click) under X11. It
693                   now uses the default clipboard, which is what DEs typically
694                   use for Ctrl+C/V/X. This resolves bug #1139.
695                 * Improved the displaying of the connection status, and fixed
696                   problems where the status of only one of the active networks
697                   would be displayed. This resolves bug #981.
698                 * Fixed percentage display of available parts in the
699                   file-details dialog, where the decimal portion of the value
700                   would always be zero. This resolves bug #1060.
701                 * Improved thread-safety of the AICH-sync thread on amuled,
702                   and prevented the possibility of deadlocks in a few cases.
703                 * Fixed bug where the preferences dialog on the monolithic
704                   client would not be updated, if the preferences had been
705                   changed via EC after the dialog had been first shown.
706                 * Added support for protocol-obfuscation configuration via
707                   the EC protocol.
708                 * Fixed problem where obfuscation of out-going connections
709                   could be enabled even if obfuscation support was not,
710                   leading to clients being wrongly dropped.
711                 * Fixed check-boxes in the preferences dialog for the various
712                   obfuscation options not being updated, when one of the other
713                   obfuscation check-boxes were checked/unchecked.
714                 * Added the ability to update the nodes.dat file, and
715                   bootstrap from specific IPs,  when using the remote GUI.
716                 * Added saving/loading of the previous URLs for the server.met
717                   and the nodes.dat files, when using the remote GUI. 
718                 * Allow for the creation of ED2k-links on the remote gui.
719                   This resolves bug #893, #567 and #584.
720                 * Fixed link-creation for kad-only clients.
721                 * Fixed drawing of the grid for statistics-graphs on wxMAC.
722                 * Reduced needless offscreen drawing of statistics-graphs.
723                 * Fixed possibility of misordered points on statistics-graphs.
725         xor:
726                 * Fix for crash on amuled when starting up kademlia.
727                 * Fix for crash when creating backing bitmaps for graphs.
729         ycjhi:
730                 * fix for OSX aMule-CVS-20071115 fails in loading libixml and
731                   libupnp.
732                 * fix for aMule-CVS-20071115 doesn't update server.met on
733                   startup.
735         Special Thanks to:
736                 * GeVauDan and gulp for their incredible 'litoral' webserver skin.
737                 * FreeToGo for implementing the first version of IP2Country on
738                   the forum.
739                 * Mark James (http://www.famfamfam.com) for providing the
740                   flags icons and mischamajskij for his unknown icon
741                 * deloun and mischamajskij for their work on aMule skins and
742                   icons for aMule
743                 * Bun Bun, for being there to tell me I'm not stupid.
745 --------------------------------------------------------------------------------
747 Version 2.1.3 - The "We missed the 6/6/6 devil release and we're very sad" version
748 ----------
749 2006-06-11
751         GonoszTopi:
752                 * Fixed windows compilation, that was still broken.
753                 * Fixed locale bug. See http://forum.amule.org/thread.php?threadid=10178&sid=
755         ken:
756                 * Fixed control-clicking (right-clicking) on tabs in notebooks on the
757                   Mac.
758                 * Fixed SmartLowID checks based on a patch/report by eyalzo.
760         Kry:
761                 * Fixed GonozsTopi's fix for locale bug (double init).
762                 * Added script to import mldonkey downloads into aMule.
763                 * Fixed "0000867: French traduction is uncorrect grammatically".
765         rene06:
766                 * Allow amulecmd to execute a global, local or kad search. Then
767                   you can get the results, which are shown in a list. From that
768                   list you can choose one file to download.
770         Special Thanks to:
771                 * Me, because I'm the only one bothering to compile the changelogs. Go me!
773 --------------------------------------------------------------------------------
775 Version 2.1.2 - The "We're on fire!" version
776 ----------
777 2006-03-28
779         GonoszTopi:
780                 * Fixed some warning messages.
781                 * Fixed windows compilation.
782                 * Fixed compilation in release mode.
784         Kry:
785                 * Fixed initialization of Partfile, Server and Knownfile objects 
786                   on remote GUI. 
787                   This fixes a good bunch of bugs, including but not limited to: 
788                         * 0000741: the total speed possible is incorrect.
789                         * 0000774: Amulegui show comments ->segmentation fault.
790                         * 0000605: Incorrect ICH statistics data
791                         * 0000812: amulegui: wrong ed2k ports in server list
792                         * 0000776: amulegui segfaults
793                 * Fixed potentionally huge memory leak on EC. This is the main focus 
794                   of this release, but that didn't stop us from adding more stuff ;)
795                 * Fixed "0000809: Amulegui: Changing toolbar orientation shows the 
796                   Import button."
797                 * Reworked core/GUI comment handling to allow for future display of 
798                   comments on remote GUI, and meanwhile, added an nice message to 
799                   notify it's disabled.
800                 * Fixed "0000738: Set search type to KAD if only KAD is selected as 
801                   usable networks in settings"
802                 * Fixed amule.conf not being saves on remote preferences change.
803                 * Fixed ping time on servers, down to msecs resolution now.
805         lfroen:
806                 * Prevent bad_alloc thrown on invalid connection attempts on EC.
807                 * Adding support for 64-bit filesize to webserver and php
809         lionel77:
810                 * Display "Share Ratio" in shared files list.
812         Phoenix:
813                 * Compilation fix for auto_ptr<> on Mac.
814                 * Fixed crash on amulegui when exiting.
815                 * Fix for CheckDirExists() for empty directory string.
816                 * Slightly more informational error message in amuleweb when
817                   the template is not found.
818                 * Fix for bug in ReadyPath() function.
819                 * Create a backup of the log file upon init.
820                 * Added SOCKS4a support.
822         TimDzang:
823                 * Fix for wrong filename string in IPFilter.dat.
825         Vollstrecker:
826                 * Added check if locale could be set, before adding the language to
827                   the options dialog.
829         Xaignar:
830                 * Ensured that partial files left from failed file-completion attempts
831                   would be removed.
832                 * Fixed crash on remote gui when attempting to reload the ipfilters.
833                 * Fixed sorting of servers by ping-time, such that servers without a
834                   known pingtime are sorted last.
835                 * Added a "Password incorrect" message to the login pages, for when
836                   login failed. Also added a warning in case no passwords were set.
837                 * Ensured that known-file objects are properly initialized on the
838                   remote gui. This among other things fixes not all of the items on
839                   the sharedfiles list showing a 'has-comment' flag.
840                 * Compilation fix for GCC 3.2.
841                 * Fixed CheckDirExists not working for root-paths (on both windows and
842                   linux) and not handling all types of path-seperators on windows.
843                 * Fixed security problems with aMuleWeb:
844                         * All images could be accessed, even when not logged in, and this
845                           included dynamically generated images, such as progress bars and
846                           graphs, resulting in various information leakage.
847                         * It was possible to craft an URL such that any image on the
848                           harddisk would be returned, provided that the full path was
849                           known. File types were decided by the filename extension and
850                           included 'gif', 'jpg', 'ico', 'png', 'bmp' and 'jpeg'.
851                         * When logged in, it was possible to craft an URL such that any
852                           html or php file on the harddisk would be returned, provided
853                           that the full path was known. File types were decided by the
854                           filename extension and included 'html' and 'php'.
855                 * Decreased the minimum value for Max-Connections in the preferences
856                   dialog to 5.
858         Special Thanks To:
859                 * The usual people
860                 * From Kry: to the one that makes it all worth it.
861                 * quinox, for helping us find the security hole in aMuleWeb.
863 --------------------------------------------------------------------------------
865 Version 2.1.1 - The "There can be only two! Point one! Point one!" version
866 ----------
867 2006-03-18
869         GonoszTopi:
870                 * Fixed sources coming from an 'Unknown' origin.
872         ken:
873                 * Fixed Mac aMule showing erroneous version number in Get Info.
874                 * Disabled the HTTP download progress dialog on Mac (again) because
875                   it causes crashes.
876                 * Suppressed an error dialog on failure to lookup the host's domain
877                   name.  Demoted it to just a message in the log.
878                 * Fixed a bug in ed2kHelperScript.app (the Mac ed2k link handler)
879                   which prevented it from working properly if there was a space in the
880                   path to the aMule application.  Thanks to Gomaaz for finding this bug.
881                 * Eliminated false reports of failure to execute the on-completion
882                   command.  This happened with amuled and an on-completion command which
883                   completes quickly.  Thanks to s0undt3ch for reporting this bug.
885         Kry:
886                 * Fixed a bug on sending sources where sources won't be send to a client 
887                   uploading from us if he uses multipacket.
888                 * Fixes some crashes, on systray dying, tho not all till wx is patched.
889                 * Fixed some possible problem with userhash generation, that could lead 
890                   a void userhash.
891                 * Fixed defs.h include on MuleDebug.h causing compilation problems on 
892                   some systems (must be first wx include).
893                 * Fixed search type "Any"
894                 * Fixed translation of empty strings, which is reserved to gettext and
895                   must never be used.
896                 * Fixed the aMule.app container lacking a Frameworks/ folder and thus 
897                   making the generate_package script fail.
898                 * Fixed compilation of wxCas with wxWidgets CVS (2.7.x)
899                 * Fixed ED2K id wrongly used on kad-only setups.
900                 * Added the --reset-config flag
901                 * Fixed Kad's sources/nodes search results, based on a patch by tatikiran
902                   and further modified by John (eMule) and me.
903                 * Removed Razorback 2's stats while it's gone.
904                 * Disabled vertical toolbar on Windows while wxWidgets doesn't fix it.
905                 * Fixed aMule failing to find configuration folder and any folder that
906                   finishes with a "\" on windows. This leaded to shared folders not being 
907                   shared, too.
908                 * Fixed drives on windows not being correctly tested.
909                 * Changed default server.met
911         Radek:
912                 * Fixed amulemd output not being printed immediatly when running in a
913                   mingw terminal.
914                 * Added missing include to GetTickCount.h, which caused the function
915                   declaration to be missing in some cases.
917         Raziel:
918                 * Fixed "0000690 bug for browse windows in amulegui"
920         Xaignar:
921                 * Fixed problem with recursivly sharing folders that hadn't been
922                   expanded in the tree ctrl.
923                 * Improved detection of external Crypto++ versions.
924                 * Fixed somee possibly crashes, caused by failed unicode convertions.
925                 * Improved error-checking when creating the .aMule data folders.
926                 * Fixed problem with searching for files of type 'Program', if a
927                   search of a different filetype had been done just before.
928                 * Fixed a problem with shared files, where danling pointers to client
929                   objects could be left in some cases.
930                 * Changed the way MD4 hashes are converted from Base16, in order to
931                   improve error-checking. This adds aditional safety to places such as
932                   parsing of ED2K links and adding of friends.
933                 * Fixed bug where clients would be removed from the list of Kademlia
934                   clients if the hash, ID or IP changed. This should only happen when
935                   the client is deleted.
936                 * Fixed various problems with logging during startup, including a 
937                   crash in amuled if an alert was to be displayed.
938                 * Fixed the HTTPDownload dialog by using events rather than relying
939                   on being able to pause the main loop when sending notifications.
940                   Also properly aMulified the dialog.
941                 * Entries for debug-logging are now always saved to the amule.conf
942                   file, to allow amuled users to enable these manually. Before, the
943                   entries were only written for enabled debuglog-types.
944                 * Fixed problem in loading of known.met, which would result in
945                   duplicate shared files alternating between which file was actually
946                   shared. This resulted in statistics for the file being 'lost'.
947                 * Added locking to the ed2k utility, to prevent races when many links
948                   added at once.
949                 * Changed the way CFile retrieves the file-length, which was causing
950                   problems with files shared from a remote drive. 
951                 * Fixed problems with representing 64b values on windows, caused by
952                   imcompatible extensions to printf. Thanks to Radek.
953                 * Improved error messages on startup, when a folder is found to have
954                   inadequate permissions.
955                 * Fixed problems with identifying reconnecting clients, which would
956                   cause a number of problems, including exessive bans.
957                 * Fixing right-clicking (for recursive sharing) only being possible on
958                   the directory icon, but not the label.
959                 * Fixed sorting by client-version on the downloadlistctrl (bug #763).
960                 * Changed the sort-order of A4AF sources, so that these are always
961                   shown last. This fixes bug #761.
962                 * Fixed assertion in the downloadlistctrl, caused by a bug in
963                   wxMemoryDC. This would trigger when a complete file was shown.
964                 * When a missing shared file is encountered, unshare just that file,
965                   instead of rechecking everything, since that would cause noticible
966                   lag for people sharing many files.
967                 * Fixed exec-on-completion being run even if the file failed
968                   to perform its completion.
969                 * Fixed the sanity check for the min/max ext. search parameters, which
970                   would cause the min value to be ignored unless a greater value had
971                   been set for the max field.
972                 * Fixed unicode searches, caused by mismatching string conversions.
973                 * Adding missing exception-handler to the the function searching for
974                   shared files. Without this, a failure to retrieve a filesize would
975                   result in aMule terminating.
976                 * Fixed userspecified CPPFLAGS being overwritten by the CXXFLAGS
977                   by configure. Thanks to Gerd78.
978                 * Removed references to amulecmdgui and amulewebgui, which had been
979                   left behind from when the utilities were removed.
980                 * Overrode wxConsoleAppTraits's WaitForChild function for aMuled,
981                   allowing wxExecute to be used asyncroniously. This fixes problems
982                   with using the exec-on-completion functionality.
983                 * Improved sanity checks for the TTS implementation.
984                 * Changed paused state to stopped state in some cases, which had been
985                   incorrectly changed to paused by myself.
986                 * Added Maximize/Minimize buttons to the file details dialog.
987                 * Fixed dangling pointers left behind, leading to crashes when a
988                   server.met file containing dead severs was loaded.
990         Special Thanks To:
991                 * All the translaters who did such a great and fast job.        
993 --------------------------------------------------------------------------------
995 Version 2.1.0 - The "I just teased you with this release till 2006" version
996 ----------
997 2006-01-01
998 Note: This version is dedicated to our great tester Citroklar, for reasons he knows.
1000         ender:
1001                 * Fix adding AICH links with amulecmd.
1003         fulgas:
1004                 * Added Kad info to amulesig
1005                 * Fix for reading Kad info on the amule-utils: amps,cas,wxCas,xas
1007         Gerd78:
1008                 * Fix linkage with static wx libraries.
1009                 * Fix aMule.spec files 
1010                 * Fix amule.desktop file
1012         GonoszTopi:
1013                 * Fixed a small GUI glitch
1014                 * Ported the partfile importer from eMule, it's now capable of
1015                   importing eDonkey2000 partfiles. MLDonkey partfiles are not yet
1016                   supported.
1017                 * Hid the "debuglog" entry in webserver, it had the same contents
1018                   as "log".
1019                 * Moved CTimer class declaration to its own header file.
1020                 * Internal events moved to their own header.
1021                 * Proper termination of working threads in webserver.
1022                 * Moved GetSoftName() to DataToText.cpp.
1023                 * Changed the RGB() function to produce correct rgb values.
1024                 * Added ability to transmit floating point numbers via EC, by
1025                   transmitting them in their string representation.
1026                 * Using svn revision number as CVSDATE for svn working copies.
1027                 * EC now uses a version ID for detecting binary incompatibilities.
1028                 * New function: CastItoSpeed(), which converts the given integer
1029                   value (assuming it means bytes/second) into string.
1030                 * Changed 'K' prefix for 'kilo' into 'k'.
1031                 * Brand new statistics tree. Features include:
1032                         - internal data is kept up-to-date realtime
1033                         - support for translation over EC
1034                         - selectable maximum of client versions shown
1035                         - remote gui also has the statistics tree
1036                 * Win32 compilation fixes.
1037                 * Manpage file names now can be transformed.
1038                 * Fixed linkage with shared win32 wx libraries (DLLs).
1039                 * Fixed #538: extended info on tabs aren't removed
1040                 * Fixed webserver search result page blank.
1041                 * Strict POSIX compliance in configure script, fix for NetBSD sh.
1042                 * Removed some strings from translation database that never needed
1043                   translation, such as "|", "(", "." and so on.
1044                 * Fixed #521, #525, #542: amuled didn't handle shutdown command well.
1045                 * Check for libpng existance and usability even if libpng-config
1046                   doesn't exist.
1047                 * Fixed #545: Can't tell part number in remote gui
1048                 * Disabled 'Preview' menu item in remote gui.
1049                 * Fixed #543: amuleweb does not load the good language
1050                 * More handy (or proper or native or user-friendly or call it
1051                   whatever you want) default incoming folder for Mac and Win.
1052                 * Implemented #510: Rename downloaded files from amule
1053                 * Made amulecmd able to connect/disconnect kad and/or ed2k.
1054                 * Proper location for config files on Mac and Win.
1055                 * Reworked amulecmd's command interface.
1056                 * Removed #pragma directives from sources.
1057                 * Various fixes to the new build system.
1058                 * New EC socket code.
1059                 * Fixed vertical position of text in shared files list.
1060                 * Added preference option to select web template for auto-started
1061                   webserver.
1063         ken:
1064                 * Use the IPFilter when adding and connecting to servers.  Thanks
1065                   to MrFaber for reporting the bug.
1066                 * Along with GonoszTopi, proper location for config files on the Mac
1067                 * Along with GonoszTopi, better default location of Incoming directory
1068                 * Mac compilation fixes
1069                 * Added more keystrokes (Backspace, Numpad Delete) as synonyms for
1070                   Cancel in Downloads list
1071                 * Improvements to internal memory management to protect against leaks
1072                   in the face of exceptions
1073                 * Protect use of mutexes against exceptions
1074                 * Enabled language translation support for the Mac binary
1075                 * Don't show the 'x' close buttons on the search results tabs on the
1076                   Mac, since they are non-functional and confusing
1077                 * Maintain the functionality of control-clicks (right-clicks) on tabs
1078                   for search results and categories in the face of wxMac changes
1079                 * Helped avoid endianess problems with Kad
1080                 * Fixed handling of empty seeds files
1081                 * Fixed crashes involving CSharedFileList.  Special thanks to lionel77
1082                   for truly heroic debugging efforts.
1083                 * Fixed a crash in amuleweb when the template isn't found
1084                 * Contributed to improvements in the new CTimer class
1085                 * Disabled the tray icon preference settings on the Mac since they're
1086                   dangerous (can cause crashes)
1088         KingFish:
1089                 * Fixed systray shared files count.
1091         Kry:
1092                 * Initial Kademlia import from eMule.
1093                 * Fixed endianess problems on Kad.
1094                 * Cleaning of the CContact class.
1095                 * Fixes on node lookup and distance calculation.
1096                    This is colaborative development with John from eMule.
1097                    (Added to eMule 0.46c)
1098                 * Fixed a crash on Kad search terms on the UDP listener.
1099                    (Added to eMule 0.46c)
1100                 * Proper catching and more debug on Kad search and Data I/O
1101                 * Proper shutdown of Kad on exit.
1102                 * Kad firewalled sources are now contacted properly.
1103                 * Fixed a crash on search manager, caused by erase invalidating an iterator.
1104                 * Proper arrows for ed2k/kad state, using alpha drawing. This means that 
1105                    the little arrows on world globe on status bar are now separate: the lower
1106                    one is for ed2k and the higher one for Kad.
1107                 * Fixed another wrong usage of stl classes and some cleaning on clientlist.
1108                 * Added GUI checkbox to show/hide Filter options.
1109                 * Added -D_GLIBCXX_DEBUG to compilation flags.
1110                 * Fixed a crash on kad indexes caused by deleting the key invalidating the iterator.
1111                 * Cleaned the connection state functions out of their container classes to theApp.
1112                    This fixes possible crashes on uninitialised serveconnect/kad classes.
1113                 * Removed all low-level winsock/linux sockets erferences from code.
1114                 * Moved wxEVT_NOTIFY_EVENT to wxEVT_MULE_NOTIFY_EVENT to avoid
1115                    conflicting with wxWidgets own definitions.
1116                 * Removed daemon fork on windows to fix compilation.
1117                 * Fixed text-mode apps password ask on windows.
1118                 * Fixed preferences close to do a cancel event.
1119                 * Added EC debug messages on connection failures.
1120                 * Fixed memset usage on abstract types, causing crashes on some 
1121                    configurations.
1122                 * Only use date and not hour from CVSDATE.
1123                 * Fixed MULENOTEBOOK events
1124                 * Fixed connect button behaviour, about 17 times (counted).
1125                    Last implementation does:
1126                    - Connect to enabled networks if aMule is not connected to any.
1127                    - Disconnect if aMule is connected to any network.
1128                 * Fixed aMule remote gui to use event-driven EC.
1129                 * Fixed WOULDBLOCK on EC to retry tranfer.
1130                 * Fixed wxSOCKET_NOERROR not triggering a transfer on EC.
1131                 * Rethrow proper info on invalid Kad tag.
1132                 * Deprecated docs/amule-win32.HOWTO.txt, use wiki instead.
1133                 * Fixed GCC 4.0 compilation:
1134                         * ~CMD4Hash()
1135                         * ~CValueMap()
1136                         * CValueMap
1137                 * Update Kad tab on usercount change.
1138                 * Fixed wxSOCKET_WOULDBLOCK/NOERROR on EC to avoid losing packets.
1139                 * Avoid widnows execution writing ont he registry.
1140                 * Fixed Solaris Sparc compialtion (-lrt compilation flag).
1141                 * Throwing invalid kad type tags for debug measures.
1142                 * Acording to RFC3330, 24.* and 14.* must be parsed as normal ips.
1143                 * Some fixes to the (still partial) skin engine.
1144                 * Allow to expand relative paths on skin engine.
1145                 * Fix for too big tags (larger than packet) detection.
1146                 * Updated POTFILES.in, lots of times.
1147                 * Updated and centralized client emule compatible numbers.
1148                 * Fixed wxWidgets includes based on version.
1149                 * Fixed clicking "No" on shutdown confirmation... doing a shutdown.
1150                 * Adding a link over EC now gets proper feedback on duplicates.
1151                 * Added YASO (Yet Another Shareaza Opcode).
1152                 * Allow binding EC and ed2k/kad sockets to an specific address. 
1153                    Use Address= and ECAddress= on [eMule] section of the amule.conf file.
1154                 * Warn for outdated version on daemon, too.
1155                 * Added Kademlia network to aMule daemon.
1156                   This required an split of core/GUI of the initial import.
1157                 * Removed a big bunch of duplicated EC calls to connection status.
1158                 * Show Kad status on remote apps.
1159                 * Fixed a possible memleak on CKnownFile creation.
1160                 * Added hashing protection about hashing more than one part at a time.
1161                 * Fixed a memleak on global search packet.
1162                 * Fixed Kad crash based on wrong STL iterator usage.
1163                 * Compilation fixes for SafeFile classes.
1164                 * Chat icon on toolbar now blinks red/blue on new message till we press 
1165                    the button to check the message.
1166                 * Make compressed HTTP files be decompressed transparently after download. 
1167                    Allows for server.met.gz and similar downloads.
1168                 * Fixed the statusbar taking too much space.
1169                 * Default server.met uses gruk.org now, to avoid fake servers.
1170                 * Reverted phoenix false fix for my kad iterator fix and adding my fix which 
1171                    was before his fix. Try to say that drunk.
1172                 * Several cosmetic minor changes to GUI.
1173                 * Fixes on wxHTTP crashes caused by heap creation of sockets class.
1174                 * Moved ECAddr to ExternalConnect section and made GUI for selecting the ip.
1175                 * Fixed korean translation compilation failure.
1176                 * Several 2.4 compilation fixes, which turned out to be not used because we 
1177                   now require wxWidgets 2.6.0 at least.
1178                 * Fix NetBSD compilation (fwprintf not implemented on NetBSD).
1179                 * Fixed some unneeded ansi strings conversion to wide chars.
1180                 * Endian fix on Kad UDP packets being sent... elsewhere.
1181                 * Several fixes on endianess over source exchange and ip filtering.
1182                 * Debug output and crash fix for HTTP streams on download.
1183                 * Fixes on keyword hashing on Kademlia.
1184                 * Fixed Kad tag names using ansi chars instead of unicode names,
1185                    which will be sent as ansi anyway but CTag creation is based on 
1186                    wxStrings, so using a char* uses the int constructor.
1187                 * Removed the CTagNameString, using wxString everywhere.
1188                 * Fix for GUI systray option being enabled when systray compilation 
1189                    is disabled.
1190                 * Server ed2k link (and any link) must be '/' terminated, fixed on
1191                    generation.
1192                 * Debug output on EC protocol version mismatch.
1193                 * Changed servers toolbar button to networks. Now this has two tabs,
1194                    one for ed2k and one for Kad. 
1195                 * Created Kad GUI from scratch.
1196                 * OP_REASKCALLBACKUDP implementation for Kad lowid
1197                 * 64bits archs fix on webserver image generation.
1198                 * Removed CT_PORT usage on server login - is ignored by eservers now.
1199                 * Removed Kad search list ctrl - it's just debug output user won't need.
1200                 * Removed Kad nodes list ctrl - it's just debug output user won't need.
1201                 * Modification's to lupz's patches on Kademlia sources search.
1202                 * Compilation fixes on ClientList for Kad contacts.
1203                 * Checks for 0-port UDP packets to avoid 100% CPU usage.
1204                 * Lots of Kad cleaning on the imported code, contacts, searches,
1205                    UDP packets processing and routing bin
1206                 * Removed kademlia/utils/Ping.* - unused on this implementation.
1207                 * Fixed a crash on Kad exit caused by double-removal.
1208                 * Fixed remote GUI compilation with Kad enabled.
1209                 * Changed invalid rating on a file to non-critical (keep source!).
1210                 * CPU fixes on duplicated calls to rating updates.
1211                 * Some fixes to rating icons.
1212                 * Killed muuli's pragmas.
1213                 * Moved search id's setting to search class itself.
1214                 * Fixed searches' timspan on CParfile::Process
1215                 * Reworked src/Makefile.am to handle common files.
1216                 * You can change toolbar to vertical/horizontal on GUI tweaks now.
1217                 * Removed fakecheck (sites down).
1218                 * Fixed a crash on HTTP download dialog caused by wrong usage of delete.
1219                 * Fixed toolbar orientation change not showing proper connection state.
1220                 * Fixing ED2K link handler colliding with status bar.
1221                 * Added 7z to types.
1222                 * Mantain a list of already-known mods to avoid "Compatible client found" 
1223                    messages spamming the console.
1224                 * Revamping of UpDownClient interface. Proper private vars and public 
1225                   accessors, merged the public/private sections, and decoupled credits classes.
1226                 * Fixed possible crashes on dereferencing NULL pointer, specially on EC 
1227                    tag creation on UpDownClients.
1228                 * Separated CClientCredits and CClientCreditsList to diferent files:
1229                    the later is not needed on remote GUI while the former is.
1230                 * Moved some functions for ID check to theApp, to remove the
1231                    includes needed on each file, cutting down compilation time.
1232                 * CClientCredits is not more a friend class of CClientCreditsList.
1233                 * Split CClientReqSocket from ListenSocket.*, and renamed to 
1234                    CClienTCPSocket to keep coherence with CClientUDPSocket.
1235                 * Removed event handler local vars on server and client sockets, and moved 
1236                    the classes out of the .h, because those are no needed anywhere else.
1237                 * Removed the possibility of bootstrapping Kad from a host.
1238                 * Fixed the stale unknown clients caused by unanswered kad-buddy requests.
1239                    The new KADEMLIABUDDYTIMEOUT is 10 minutes. More than enough.
1240                 * Connect/Disconnect button works properly now. Disconnection happens on any 
1241                    network connected, and connection on the selected networks on preferences.
1242                 * Added a Disconnect button for ED2K too.
1243                 * Fixed possible crash on startup.
1244                 * Tray icon is now shown as connected if any network is (ed2k or kad)
1245                 * A lot of class separation and file/class renaming, to prepare the build for...
1246                 * Build system changed:
1247                    - Added some intermediate libs to avoid double-compiles:
1248                              (Binary compatible files only)
1249                            - libmuleappcommon.a -> Common to all aMule derived apps
1250                            - libmuleappcore.a -> Common to amuled/amule
1251                            - libmuleappgui.a -> Common to amulegui/amule
1252                    - Also changed some files to increase the amount of 
1253                      binary compatible files. Would be great to increase 
1254                          this number, but sadly theApp. access is not binary
1255                          compatible (different base classes).
1256                    - Created two amule-independant libs:
1257                            - libcommon.a -> Common to all apps
1258                            - libecc.a -> Common to all EC apps
1259                          Those are now on libs/ folder.
1260                 * More changes to build and libs. libeccommon now includes ECSocket, 
1261                    and CRemoteConnection is used to connect to a remote core.
1262                 * Make libec independant from libmulecommon
1263                 * Call realize to fix toolbar on Mac.
1264                 * Open wiki on F1 for help :)
1265                 * Stats have a 64bits, not 32bits, uptime number.
1266                 * No more EC extra needed for having a remote app, yay. Just link to 
1267                    libec.a and use the CRemoteConnector->ConenctToCore and stuff. This
1268                    will be expanded for a proper EC API.
1269                 * Did some EC API examples so someone can expand it.
1270                 * Tooltips, proper names, and layouts for the connection ports.
1271                 * Fixed compilation flags for base-only apps.
1272                 * Lots of GUI visual glitches fixed.
1273                 * Fixed ping times on servers being in ms instead of secs.
1274                 * Now core timer is on a thread, and it behaves much better.
1275                 * Fixed core timer silliness on time count. Much more acurate now.
1276                 * Workarounded the memleak caused by wx < 2.6.2
1277                 * Fixed it.po (twice).
1278                 * Some debug to aid locating rogue clients and know if it's actually us.
1279                 * Save source seeds now saves 10 sources, but only keeps them for a
1280                    Max of 2 hours.
1281                 * Added search expressions class and parsers.
1282                 * Fixed flex usage when --header-file is not available.
1283                 * Proper POTFILES.in
1284                 * Fixed systray's Connect/Disconenct to include Kad.
1285                 * Fixed a huge bug that was sending TOO MUCH packets (UDP) to 
1286                    servers. This alone is a reason for a release. Fixes the server list flicker, too.
1287                 * Kad status fixed for remote apps, and included "running" status.
1288                 * Kad info is shown on Kad tab on remote GUI.
1289                 * Avoid ping storms by lugdunummaster request, adding a random value
1290                    to server UDP ping.
1291                 * We should not publish FT_FILEFORMAT at all. Fixed.
1292                 * Publish only file rating if we have any.
1293                 * Update on server flags - added related search and type tag integer.
1294                 * FT_FILETYPE can be an integer for newer servers, added support.
1295                 * As for lug request, newer servers get a integer filetype tag if supported.
1296                 * Enable connect/disconnect Kad from remote gui.
1297                 * Some basic warnings on value changes for preferences.
1298                    Now, if you request a change on preferences that requires restart, like
1299                    ports, incoming/temp folders, and others, aMule will warn you on "OK".
1300                 * Don't connect to ed2k on server double click if the network is disabled
1301                 * More warnings: Kad without UDP port, and Kad conenct while disabled on 
1302                    preferences now raise a log warning message.
1303                 * Dynamic set of GUI options to avoid visiting prefs multiple times.
1304                 * Warn if UDP disabled and Kad enabled on preferences.
1305                 * Fixed Scanner.y to allow compilation with old flex versions.
1306                 * Fix installation or webserver's Kad page.
1307                 * Use the generic function instead of X11-specific one for geometry parsing.
1308                    Fixes compilation on several platforms and removes dependency on X11 headers.
1309                 * Removed duplicated code and cleaned CDirectoryTreeCtrl
1310                 * Fix for continuously trying to solve a DNS server.
1311                 * Fixed some memleak on contact results.
1312                 * Fixed mem corruption, and contact asserts on the new merge code
1313                   for kad contact trees.
1314                 * Kad notes filtering
1315                 * Fixes crash on startup onMac and Windows caused by an unitialized
1316                    variable being used at dialog construction. But not on wxGTK. Go figure.
1317                 * Update on wxwin.m4 to wx-cvs of 15/12/2005 and proper base flags usage.
1318                 * Minor amount of libs to link for wx, instead of all libs.
1319                 * Fixed a crash on wxGetTranslation usage on Windows.
1320                 * Fixed an assert on folders tree control on windows.
1321                 * Fixed the initiazlization of status_arrows to proper size (16x16) on Windows.
1322                 * Fixed the status arrows on windows, and fixed wxWidgets bug that caused it.
1323                 * Changed file to output stream on HTTP download.
1324                 * Fixed a endless loop on downloading files < 10 bytes on HTTP.
1325                 * Fixed Kad nodes download by stopping Kad before the file is renamed.
1326                 * Fixed crashes on HTTP download.
1327                 * Added support for proxy usage on HTTP download, via environment variables.
1328                 * Fixed input streams on FileFunction's handling of gziped files.
1329                 * Fixed download of gziped files on windows.
1330                 * Fixed extension Kad search
1331                 * Fixed crash on search
1332                 * Removed the sending of "Any" type to server - is the default.
1333                 * Fix search types and return values on ed2k/kad search.
1334                 * Fixed a wrong Kad packet being created on a race condition caused by the 
1335                    removal of a file from shares that will just get published. To be added on eMule, too.
1336                 * Fixed Open File command on categories.
1337                 * Fixed detail level on EC tags failing silently on lower values.
1338                 * Fixed crash on remote gui if not config folder not existant.
1339                 * Created, fixed, killed the --enable-kad-compile switch to enable 
1340                    non-kad compilations during test phase. Now is always compiled.
1341                 * Removed platform specific getlocalhost usage.
1342                 * Fixed ntohl usage on gap list saving.
1343                 * Removed wrong Merkur (c) from php libs (sorry Merkur, but those are ours :P)
1344                 * Fixed strings on log categories for protocol.
1345                 * Listensocket's fixed for debug on connection accept.
1346                 * Multiple Kad searches are allowed now, with independant tabs.
1347                 * Debug messages regarding late / unwanted kad searches results.
1348                 * Fixed Kad gui search return messages.
1349                 * Safety code on shared files' RotateReferences.
1350                 * Fixed endiannes on CUInt128::setValueBE / CUInt128::toByteArray
1351                 * Fixed ENDIAN_SWAP_**(x) definitions to use the proper 
1352                    wxUINT**_SWAP_ON_BE/ON_LE/ALWAYS macros.
1353                 * Publishing of keywords (shared files) works now on Kad.
1354                 * Implemented Kad GUI.
1355                 * Fixed low speed connection to sources when only connected to kad
1356                 * Fixed Kad callback of lowid sources.
1357                 * Fixed Kad usage when ED2K is disabled.
1358                 * No more auto-reconnect on disconnect (woops).
1359                 * Speed up catch and proper window ID on HTTP download class.
1360                 * Added wxIdleEvent::SetMode(wxIDLE_PROCESS_SPECIFIED) to
1361                    app startup, cutting CPU usage a lot. Go figure.
1362                 * Changed the socket destruction to socket's Safe_Delete.
1363                 * Fixed a GetUDPPort usage where GetEffectiveUDPPort should be.
1364                 * Added UDP socket warnings on unknown errors.
1365                 * Client UDP socket error handling rewritten.
1366                 * Fixed UDP socket heap vs stack problems.
1367                 * Proper check for libgd (Sorry!).
1368                 * Showing Kad state on conection for fast reference.
1369                 * Added some code to catch unhandled exceptions on kad 
1370                   and report them, so we know what's going on.
1371                 * Fix for crash/assert on wrong permisions on cryptkey.dat.
1372                 * Fixes for daemon compilation on OnRun usage.
1373                 * Fixed a Crash on Kad caused by packet constructor 
1374                   deataching the data, causing a double-delete.
1375                 * Safety code for uncatched exceptions.
1376                 * Some changes to packet processing.
1377                 * Fixed a big mem bug on Kad.
1378                 * Fixed a bug with iterator usage in SearchManager.cpp
1379                 * Fixed a bug on PARTSIZE calculation that could lead to
1380                    insanely large partsizes.
1381                 * Fixed possible buffer overflow on gap saving
1382                 * Fixed the RSB of this release. you know, one per release.
1383                    (for those that are new to aMule, RSB = random socket bug)
1384                 * Cleaned, cleaned, cleaned code.
1385                 * Fixed:
1386                         0000492: aMule gui fails to compile when using wxMotif 2.6.1
1387                         0000514: Not all common file types recognized as Audio
1388                         0000516: crash after repeated search
1389                         0000646: right click on transfer files randomly disabled
1390                         0000659: disconnect button might not disconnect kad and block it's function                     
1391                         0000661: windows consistency
1392                         0000662: amulecmd crashes on invalid pause command
1393                         0000671: open file on double-click
1394                         0000691: connect/disconnect button is still broken
1395                         0000704: servers connection cancel button
1396                         0000715: prefs -> general -> "downloadlist dblclick to expand" option is 
1397                                         broken or something
1398                         0000716: prefs -> seeds save, wrong text                        
1399                         0000718: more systray ignoring kad
1400                         0000719: searches -> extended -> min size vs max size
1401                         0000730: statistics connections graph Range requires restart
1402                         0000729: search query string parser
1403                         0000732: more brackets related bugs
1404                         0000733: download button activated when search fails
1405                         0000734: non-restored icon in Directories -> share
1406                         
1407         lfroen:
1408                 * PHP engine implementation for amuleweb
1409                 * Porting web templates to PHP script
1411         lupz:
1412                 * Kad speed improvements.
1413                 * Kad sources search improvements.
1414                 * Fixed manual bootstrapping via the Kad dialog.
1415                 * Properly swap IPs when doing logging in Kad.
1416                 * Avoid trying to close the file multiple times when resuming a
1417                   part-file that failed to complete.
1419         Phoenix:
1420                 * Removed wxGTK and wxGTK-devel dependencies from the spec
1421                   file. They don't work on all distros, even worse, don't always
1422                   work with Fedora Core.
1423                 * Created a new spec file, compliant with Fedora Core.
1424                 * Fixed a crash when aMule was shut down by amulecmd and an
1425                   assert happened.
1426                 * Fixed asserts on exit about non-empty lists when aMule was
1427                   shut down by amulecmd.
1428                 * Small compilation fixes.
1429                 * Fixed deadlock in ClientUDPSocket.cpp.
1430                 * Crash handler improovement, avoid calling functions that
1431                   may allocate memory.
1432                 * Fixed some compile warnings in WebServer.cpp.
1433                 * Fixed a crash in SharedFilesWnd.cpp due to aMule beeing now
1434                   multithreaded.
1435                 * Changed wait4 to waitpid in amule.cpp, to improove
1436                   compatibility with old HP-UX systems.
1438         Ramiro:
1439                 * Patches to compile on a NSLU2 (ARM).
1441         RazZziel:
1442                 * Changes on parent ownership on windows. Partially fixes 
1443                    0000690: List of windows that can be overlapped by main 
1444                                    window and leave aMule apparently freezed
1446         schtroumpf:
1447                 * File rating in search dialog.
1448                 * New file rating icons.
1449                 * Replaced file rating good/bad with a rating average like in emule.
1450                 * Amule submits file rating to the server.
1452         Seagull:
1453                 * Fixed a small bug on client list view.
1455         shakraw:
1456                 * Merged with 2.0.3 latest fixes (r4630, r4631, r4633, r4639)
1458         stefanero:
1459                 * Fixed cas,wxCas and xas infos for Kad when only connected to
1460                 Kad
1461                 * Imported amps in aMule source
1463         thedude0001:
1464                 * Added CVS snapshot date to frame title.
1465                 * Fixed #560: "aMuleWebDLG and aMuleCMDDLG do not report version"
1467         volpol:
1468                 * A4AF transfer speed display fix
1470         Xaignar:
1471                 * Fixed the possibility of crashing when sending a message to a non-
1472                   friend client, caused by the fact that the client could be deleted
1473                   before the user entered the message. Also prevented attempts at
1474                   sending messages clients that wern't ready.
1475                 * Fixed crash when '--version' was used, caused by an uninitialized
1476                   pointer. Serveral other uninitialized pointers were also fixed.
1477                 * Fixed assert in the Type-To-Select code which would trigger when
1478                   items were removed and the old tts index pointed past the last item.
1479                 * Fixed kad-searches with a filetype specified not producing any
1480                   results, caused by using obsolete type-strings.
1481                 * Added missing calls to va_end at places where va_start is called.
1482                 * Remove unneeded calls to wxMutexGuiEnter/Leave.
1483                 * Fixed the listctrls asserting if one were to click past the end of
1484                   the last column header.
1485                 * Fixed unhandled-exception handling in unittests, which had been
1486                   broken when they were made console apps.
1487                 * Fixed sscanf call in PHP lexer, which had switched the source and
1488                   the format arguments.
1489                 * Performed audit of printf type calls. Serveral bugs caused by using
1490                   the wrong printf variant were fixed in the webserver. All instances
1491                   of calls to sprintf variants were changed to snprintf to prevent
1492                   buffer overruns and calls to printf that passed a dynamic string as
1493                   the format string were changed to prevent using untrusted format
1494                   strings. Lastly a few places where widechar and char where mixed
1495                   were fixed.
1496                 * Avoided checking the same folders multiple times when looking for
1497                   shared files, by ensuring that duplicate entries (from categories,
1498                   etc) are ignored.
1499                 * Fixed minor mem-leak in CTimer.
1500                 * Deleting a static server now also removes it from the static list.
1501                 * Fixed disabling of graphs while the prefs-dialog is still open.
1502                 * Fixed logging on UDP-sockets displaying an integer value rather
1503                   than a dot-IP.
1504                 * Made the ipfilter.dat URL field independant of the auto-update
1505                   check-box, to allow for easier manual updates.
1506                 * Fixed log-events not being written the logfile on full daemon.
1507                 * Improved displaying of errors when starting the webserver from
1508                   amuled.
1509                 * Allow resuming of files that error'd out during completetion.
1510                 * When checking if a file is already being downloaded/shared, check if
1511                   the actual file is still available. This allows redownloading of
1512                   shared files that have been removed, without having to reload the
1513                   list of shared files.
1514                 * Added checks to see if the target filesystem is fat32 when
1515                   completing files, and removing known illegal chars in that case.
1516                 * Important log-lines are now bolded in the log textctrl.
1517                 * Redirect wxWidget log-events to the aMule log. This avoid the popups
1518                   that wxWidgets would display by default.
1519                 * Made the unittests proper wxConsoleApps.
1520                 * Open the preferences dialog non-modally, so that it doesn't block
1521                   the main GUI.
1522                 * Switched manual path-joining to using the generic function.
1523                 * Fixed the "pause all" and "cancel all" commands via remote.
1524                 * Fixed bad replies on sharedfiles-list requests when public viewing
1525                   of the list is disabled.
1526                 * When a message is filtered, always display the "Message filtered
1527                   ..." log-entry instead of the "New message ..", rather than only
1528                   displaying the "Message filtered" the first time, and then only the
1529                   "New Message" the following times.
1530                 * Cleaned up the file-completion thread and fixed the following:
1531                   * If creation or starting of the thread failed, the file would
1532                     silently fail to complete.
1533                   * If the file was renamed, the download queue show the old name.
1534                   * If the file was renamed and didn't have an extension, the "(x)"
1535                     component would be added to the front of the filename.
1536                   * When checking for unused filenames, if an file with the same name
1537                     exists, the path would be a changed to the standard incoming
1538                         folder regardles of the file's category.
1539                   * wxFileExists was used to check for the existance of the files,
1540                     possibly leading to false negatives with unicoded filenames.
1541                 * Fixed files being added in stopped-mode when the "Add downloads in
1542                   paused mode" setting was enabled. Since the "Start next ..." works
1543                   on paused files, this makes more sense.
1544                 * Fixed bug #513. When "Start next ..." and "Same category .." was
1545                   enabled, we would still select downloads from the wrong category,
1546                   when there was still paused files in the desired category.
1547                 * Changed the StopPausedFile from actually stopping the file to simply
1548                   clearing the sources, as this is the intended goal. Stopping the
1549                   file was wrong, considering that it would leave a window of one hour
1550                   in which the "Start next paused download" code would be useful.
1551                 * Added generic function for joining two paths.
1552                 * Dont allow renaming of downloads that are being completed.
1553                 * Made the comment-list dialog resizable.
1554                 * Enabled use of tool-tips on all wx-variants.
1555                 * Fixed Kad-Info and ED2K-Info lists not having any scroll-bars.
1556                 * Fixed compressed Kad packets having the wrong procotol set. Thanks
1557                   to Gnucco for the pointing this out.
1558                 * Only show the root-item circle for incomplete part-files.
1559                 * Prevent the adding of friends without IPs, via the clientlistctrl.
1560                 * Fixed serveral problems caused by the reuse of the preferences
1561                   dialog window.
1562                 * Improved the popup menu on the downloads listctrl.
1563                 * Fixed starting of next download being called under the wrong
1564                   conditions when files were deleted via remote.
1565                 * Dropped the HTML version of ed2k-links.
1566                 * Fixed shutdown of the amulegui when the systray is enabled.
1567                 * Fixed bug #359. The preferences dialog is now reused between
1568                   sessions, so the last used page and the state of the shared-files
1569                   tree is remembered.
1570                 * Only enable the host-version of ed2k-links when a hostname has been
1571                   specified (still no perferences widget for this).
1572                 * Fixed bug #700. The partfile conversion window is now raised
1573                   properly when the button is clicked again (doesn't work with gtk1).
1574                 * Improved logging in CFile in situations where system-calls are used.
1575                 * Improved permissions checks for the .aMule folder. Also added checks
1576                   for the Temp and Incoming folders.
1577                 * Fixed an unconditional Close call when creating part-files, which
1578                   happened even if opening the file failed.
1579                 * Fixed the names of friends being cleared on the chat-notebook when
1580                   the clientobject disconnected.
1581                 * Ensures that both the downloadlistctrl and sharedfileslistctrl are
1582                   both up to date when a file has been renamed. Also switched to using
1583                   the same dialog on both listctrls.
1584                 * Check for items being sorted was moved to the CMuleListCtrl class,
1585                   and to fix flickering on the server-list and and searchresult-lists,
1586                   which is caused by insertions and deletions, the list is resorted
1587                   instead, if an item is out of order after an update.
1588                 * Drop the use of jugle.net. It's dead, Jim!
1589                 * Changed the 'Clear' button on the search-page to only clear
1590                   search-results. The 'Reset' button now takes care of the text-field
1591                   and any extra parameter-fields. Serveral fixes were made to make
1592                   sure all fields were properly cleared.
1593                 * Properly set filtering on newly added search-results.
1594                 * Fixed broken sanity check in AddDownload
1595                 * Bug #688. Made the popup menu on the searchlistctrl similar to those
1596                   on the downloadlistctrl and sharedfileslist. 
1597                 * Added serveral missing exception-handlers.
1598                 * Ensured that the internal libs are only built when needed.
1599                 * Fixed ed2k-links causing duplicate entries on the download-queue and
1600                   made the sanity checks in AddDownload safer.
1601                 * Made the interal CryptoPP files part of the one of the temporary
1602                   libraries to avoid building it three times (amule, amuled, amulegui).
1603                 * Removed printf-call from signal-handler.
1604                 * Unified download-handling on the search-page and fixed the download
1605                   button, which was broken by previous commits.
1606                 * Fixed a leak in the UDP sockets which occurs when packets are sent
1607                   via a dead or closed socket object.
1608                 * GetInstallPrefix is broken on wxWidgets 2.6.2, so only use it when
1609                   building autopackages (since we can patch the sources). 
1610                 * Improved logging in case of clients requesting invalid file-data.
1611                 * Cleaned up autoconfigure files a bit.
1612                 * Added sanity checks to the downloadqueue's AddDownload function to
1613                   catch this, should the problem appear again.
1614                 * Added checks to avoid loading duplicate partfiles, since downloads
1615                   are identified by the hash. A warning is now issued when this
1616                   happens.
1617                 * Add a "Download in category" sub-menu to the right-click menu on
1618                   searchresult lists and moved download handling to CSearchListCtrl.
1619                   This fixes bug #673.
1620                 * Specify if debugging was enabled on version strings.
1621                 * Ctrl+a now select all items on listctrls.
1622                 * Make aMule relocatable in regards to locales, and amuleweb
1623                   relocateable in regards to templates. This is needed to allow usage
1624                   of autopackage.
1625                 * RotateReferences() now properly handles shifts larger than the
1626                   number of files present and use std::rotate.
1627                 * Files that are larger than the limit imposed by the ed2k network are
1628                   now filtered from search-results.
1629                 * Fixed drawing of the first column on the shared-files list, caused
1630                   by the upgrades to the listctrl code.
1631                 * Made one-shot CTimers interruptable and fixes a memleak in the Start
1632                   functions caused by not freeing old threads.
1633                 * Upgraded our included listctrl with the bugfixes from v2.6.1 
1634                   and v2.6.2 of wxWidgets.
1635                 * Fixed a couple of AICH log messages that were mixing unicoded
1636                   strings and non-unicoded strings.
1637                 * Made middle-clicking on the client-list work in the same way as
1638                   middleclicking on the downloadqueue, and cleaned up click-
1639                   handling in general.
1640                 * Fixes the overhead-handling code in CTimer which wouldn't 
1641                   check if overhead was larger than the period, resulting in 
1642                   calls to Sleep with an underflown value. Also fixed events
1643                   possibly being lost due to overhead.
1644                 * Fixes crashes due to uncaught read-past-EOF exceptions when a
1645                   cliented requested a block from a file past the end of the 
1646                   actual file-length.
1647                 * If aMuled is run and ECs are enabled and no password is set,
1648                   dont reset the EC setting, but rather display instructions
1649                   that specify what to do before terminating.
1650                 * Added warning which will be displayed if aMule is run as 
1651                   root, which is adviced against for obvious reasons.
1652                 * Removed the --disable-systray configure option, since extra
1653                   libraries are not required now. To disable the systray now,
1654                   simply use the preferences.
1655                 * Removed support for wxWidgets version older than v2.6.0. Support
1656                   for wxWidgets 2.4.2 had been broken for a while, without anyone
1657                   complaining, and the v2.6.x branch has been out for long enough
1658                   to make usage of the v2.5.x branch nonsensical.
1659                 * Added workarounds for the wxWidgets memleak when using GTK2 on
1660                   versions of wxWidgets < 2.6.2 to the remaining places where this 
1661                   would occur.
1662                 * Changed failure on file-seeking into a catchable exception,
1663                   rather than a runtime error. 
1664                 * Fixed a crash on shutdown caused by the listensocket now being
1665                   closed which caused a call to Accept to return NULL.
1666                 * Fixed compilation with GCC-4.1 (snapshot).
1667                 * Syncronized look of client-icons on download-queue and the
1668                   client-lists (upload, queued, all), so that all display the same
1669                   information.
1670                 * Display an icon when downloads have comments but no rating, and
1671                   added the same icons for both to the shared-files list, making it
1672                   easier to keep track of what files are commented/rated.
1673                 * Fixed all warnings reported by -Wshadow and -Wundef.
1674                 * Added the compiler-flags -Wshadow and -Wundef, and changed
1675                   configuration such that warnings are enabled for both debug and 
1676                   non-debug builds.
1677                 * Largly reworked the CTimer class:
1678                         * Fixed all timers sending events with the same ID.
1679                         * Removed use of static variables which would cause troubles if
1680                           more than one repeat-timer was used.
1681                         * Ensured that no event would be sent if the timer was stopped
1682                           while sleeping.
1683                         * Improved thread-safely a lot and made the threads detachable.
1684                         * Added function for terminating all timer-thread on shutdown, so
1685                           that no timer-threads will be left running.
1686                 * Fixed SSE2 support check in the embedded cryptoPP code, for gcc-4.
1687                 * Fixed a couple of bugs caused by variable-shadowing.
1688                 * Flush log-buffers when waiting for either of the hashing threads to
1689                   terminate.
1690                 * Removed manipulation of gui-mutex in AICH thread, which are no
1691                   longer needed due to changes in log-handling.
1692                 * Removed local variable which shadowed a variable when checking if a
1693                   client was a friend. This caused the friend to link to said client
1694                   even after the client had been deleted, since the client would not
1695                   unlink itself from the friend.
1696                 * Only store the descriptions of IP-Ranges for the ipfilter on
1697                   debug-builds, since this value is not used on non-debug builds and
1698                   can account for serveral MB of used memory.
1699                 * Fixed new-connections being opened on shutdown and the new clients
1700                   being created. This should fix the assertion in CClientList.
1701                 * Added a call to wxUpdateUIEvent's SetMode function, to reduce the
1702                   ammount of unnessesary events being generated.
1703                 * Fixed clearing of background for list-items that do not have a
1704                   background color set.
1705                 * Resized a couple of buttons that were too small to display their
1706                   image. This fixes bug #648.
1707                 * Improved double-buffering of listctrls a bit.
1708                 * Fixed auto-sorting checks on the server-list, which were inverted,
1709                   causing items that were already sorted to be re-position and so
1710                   forth. This was the source of the large ammount of flicker on the
1711                   server list.
1712                 * Fixed the "Time Remaining" column on the downloadqueue when no
1713                   downloads were taking place.
1714                 * Removing unneeded checks for fat32 filesystems.
1715                 * Improved handling of closing of the preferences dialog.
1716                 * Changing kad-nodes label to display "Nodes (0)" by default.
1717                 * Force the UBT to take a increasingly longer nap between loops when
1718                   it fails to send anything, which ensures that it wont go bananas it
1719                   is unable to upload at the specified rate. This would happen for
1720                   instance if the limit is set to a value higher than the physical
1721                   connection limit. This fixes bug #606.
1722                 * Re-added the node count above the kad-graph, and a few other changes. 
1723                 * Removing unused color-setting, which was causing problems with the
1724                   kad-graph. For this change to take effect, you will have to remove
1725                   your StatColor* entrires from amule.conf.
1726                 * Fixed bug on the kad-nodes statistics, where entries added while the
1727                   dialog was not displayed would have the value of zero. This fixed
1728                   bug #652.
1729                 * Fix for selecting tabs (+ popup menu) via right-clicking on GTK2.
1730                 * Allow previewing of audio-files, fixing bug #654.
1731                 * Reworked the ED2KLink class:
1732                         * Simplified parsing a lot.
1733                         * Moved the task of handling sources specified in file-links
1734                           almost entirely to the download queue.
1735                         * Improved error checking.
1736                         * Implemented handling (not just parsing) of part-hashes and
1737                           master-hashes specified via file-links.
1738                         * Fixed support for multiple sources in a file link, which fixes
1739                           bug #506
1740                 * Properly replicate file permissions when copying files via the
1741                   UTF8_CopyFile function. Also removed an unneeded free/malloc set of
1742                   calls by allocating on the stack.
1743                 * Added the ability to execute commands when a download has been
1744                   completed and removed some unimplemented options from the
1745                   preferences. This fixes bug #152.
1746                 * Update the "clients on queue" count when purging clients. This
1747                   should resolve bug #478.
1748                 * Properly disable filtering on searches when filtering is supposed to
1749                   be disabled. This approach does also not remove the existing
1750                   search-string if filtering is toggled on and off.
1751                 * Fixed the kad-statistics using the colors of the download-statistics
1752                   rather than its own settings.
1753                 * Implementing kad-node graph. This patch does not add support for the
1754                   graphs on the webserver.
1755                 * Removing trailing "i"s from time values created by CastSecondsToHM.
1756                 * Reduced log verbosity when deleting downloads.
1757                 * Sync deletion of items on friend, download and server lists via the
1758                   Delete key. This resolves bug #649.
1759                 * We now completly disallow the sharing of the users home-dir.
1760                 * Changed the check for file-size in the hasher-thread, which was
1761                   using a too large value, greater than what is actually supported by
1762                   the ed2k network.
1763                 * Fixed compilation on the x86 version of MacOSX.
1764                 * Added specialization of the CRangeMap class which doesn't contain a
1765                   user-value per range, dubbed CRangeSet.
1766                 * Added the IP and port of friends to the initial text when opening a
1767                   chat window. This should more easily allow for adding of clients to
1768                   the friends list if they message us. This is not a final solution.
1769                 * Added sanity checks to CStatisticsDlg's getColors function.
1770                 * Changed some CList instances to stl containers.
1771                 * Fixed bug in CKnownFile where auto-priorities would be updated
1772                   before the source had been added to the list. 
1773                 * Improved testing of CRangeMap's iterator classes.
1774                 * Final changes to CFile, CMemFile and CFileDataIO:
1775                         * Documentation of the classes and functions completed.
1776                         * Completed unittests for CSafeFileIO, CFile, CMemFile.
1777                         * Changed systems calls to explicitly use 64b calls on win32
1778                           systems, since win32 uses 32b calls by default.
1779                         * Lots of other small improvements.
1780                 * When sorting search-results by type, sort items with the same type
1781                   by their extensions.
1782                 * Added the hotkey Ctrl-Q for closing aMule.
1783                 * Dont store the results of unittest that didn't fail when executed,
1784                   since we ignore successes anyway. This causes a great speedup on
1785                   some tests, where a large number of checks are made.
1786                 * Set the update frequency for the statistics, fixing bug #637. 
1787                 * Strip 's from paths set via amule-config-file, resolving bug #638.
1788                 * Reworked the TTS implementation, so that control-sequences are
1789                   passed to the widget, improved walking through the list by
1790                   repeatedly pressing a letter and finally fixed the use of
1791                   arrow-keys on some locales.
1792                 * Also clear the log-line (lower-left) when the log is reset.
1793                 * Replaces a few "wxASSERT(x); if (!x) return" with wxCHECK(x)s.
1794                 * Force an update when the file has been completed, which allows the
1795                   DownloadListCtrl to detect that a file has been completed.
1796                 * Optimized the unicode-conversion functions, which were causing
1797                   unneeded copies to be made.
1798                 * Only enable the clear-completed button and menu-item when there are
1799                   completed items. This resolves bug #403.
1800                 * Fixes deadlock triggered when a UDP socket tried to recover.
1801                 * Fixed compilation for 64b systems, caused by mismatching parameter
1802                   types in a pure-virtual function.
1803                 * Improved sanity checking of DNS resolutions in CServerUDPSocket.
1804                 * Fixed a few calls to CFile's Create function, which were using a
1805                   wrong parameter type for the second argument.
1806                 * Changed MuleUnit to output results as soon as possible.
1807                 * Added generic CMuleUDPSocket class, which unifies common tasks such
1808                   sending, receiving, error-handling and interfacing with the 
1809                   UploadBandwidthThrottler. I also included a recovery mechanism
1810                   for when a socket becomes invalid, which fixes bug #489.
1811                 * Fixed crashes when kad is enabled but the ClientUDP-socket is not.
1812                 * Fixes names not being prepended to debug messages.
1813                 * Fixed potential mem-leak on the download-queue.
1814                 * Fixed secondary sort-ordering on the download-queue.
1815                 * Changed source-handling so that we can distinguish between sources
1816                   returned from the local server and sources returned from global
1817                   servers.
1818                 * Added debugging messages for when sources are received from an
1819                   unknown file.
1820                 * Removed remaining fake-check stuff and fixed assert repported by
1821                   stefanero, caused by a bit of fake-check code left behind.
1822                 * Changed handling of log-entries from worker-threads, so that these
1823                   are queued rather than sent immediatly. This is needed since adding
1824                   a pending event requires locking of the gui-mutex, which easily
1825                   leads to deadlocks.
1826                 * Fixed race-condition in the download-queue, where multiple DNS
1827                   resolution threads could be created for the same hostname.
1828                 * Fixed an assertion in the kad-dialog caused by an insertion at an
1829                   invalid index. This only happened for some versions of wxWidgets.
1830                 * Fixed color-updating of items being downloaded from the search-lists.
1831                 * Re-implemented rating icons on search-result lists using the builtin
1832                   support for icons on wxListCtrls. This saves us from having to
1833                   manually draw everything and fixes the crash on using TTS.
1834                 * Fixed a bug in the ObservableQueue class, which would cause UDP
1835                   requests to servers to be done only once, whereafter no further 
1836                   requests would be made. This was the source of the problem with
1837                   aMule not finding sources for newly added files.
1838                 * Fixed a race-condition in aMule when shutting down while a global
1839                   search is running. This should resolve bug #563.
1840                 * Reworked the CServerUDPSocket class a bit, most importantly, changed
1841                   it so that servers being deleted while we are doing a DNS lookup on
1842                   their hostname cant result in accessing of dangling pointers. This
1843                   should bug #581.
1844                 * Fixed bug #558. Sources not being sorted when the download-queue was
1845                   sorted by the "Time Remaining" column.
1846                 * Cleaned up file-ratings and comments handling:
1847                         * Dropped the m_hasRating and m_hasBadRating booleans, as these
1848                           can be infered from the value itself.
1849                         * Dropped the SetHasComment and SetHasRating functions, as this is
1850                           more safely handled in UpdateFileRatingCommentAvail.
1851                         * Cleaned up the UpdateFileRatingCommentAvail function since it
1852                           was rather messy.
1853                         * Removed a unnescesarry call to Notify_DownloadCtrlUpdateItem in
1854                           the function ProcessMuleCommentPacket, since this is already
1855                           done in the UpdateFileRatingCommentAvail function.
1856                 * Added sanity checks to the code that made use of said file-ratings.
1857                 * Added sanity checks against file-ratings read from other clients,
1858                   since we later rely on these values to be in a specific range.
1859                 * Fixed some uninitialized variables.
1860                 * Make ascending the default sort-order and fixed loading of the
1861                   sort-order in the CMuleListCtrl class.
1862                 * Added a missing call to Skip in the TTS event-handler for item
1863                   selections, so that subclasses will still be notified.
1864                 * Reworked CMuleListCtrl and added support for "Type To Select", or
1865                   the ability to select items by typing parts of their name. The
1866                   selection is made against the start of the text-strings and is
1867                   case-insensitive.
1868                 * Fixed some more warnings.
1869                 * Fixed compilation problems with external CryptoPP sources, caused by
1870                   a preprocessor define which clashed with a variable name. 
1871                 * Changed the length parameters of the read-funtions in the CFileDataIO
1872                   interface to be unsigned, since signed lengths doesn't
1873                   make any sense in this regard and makes error-checking harder.
1874                 * Merged checks for the ARM and Sparc architectures.
1875                 * Changed a call to bzero to memset, since win32 doesn't have bzero.
1876                 * Fixed remaning issues with template usage in MuleUnit.
1877                 * Cleaned up error handling in CClientUDPSocket a bit, and added
1878                   error-checks to CServerUDPSocket. This should allow us to see if the
1879                   INVSOCK errors are local to CClientUDPSocket or if they happen to
1880                   all wxDataGramSockets.
1881                 * Added check requiring a valid port to CClientUDPSocket's SendPacket
1882                   function, since we apprently tried to send to port 0 once in a
1883                   while.
1884                 * Moved adding of sources read from seeds files out of the
1885                   exception-handler, to avoid the obscuring of possible bugs elsewhere.
1886                 * Final touches made on the CMemFile class, which includes cleanups, 
1887                   improved error-checking and complete documentation.
1888                 * Added missing destructor to CUInt128, which was causing compilation 
1889                   failure for some GCC-4 users.
1890                 * Fixed an attempt to fprintf a wide-char string.
1891                 * Enabled the use of kad with wxWidget versions 2.5.x.
1892                 * Improved handling of uncaught exceptions in MuleUnit and changed the
1893                   library from being an actual wx application, since we only need to
1894                   make use of wxWidgets classes.
1895                 * Expanded the CFormat testcases a bit, to better cover use of illegal
1896                   values and the checks against those.
1897                 * Improved checking of value convertions in CFormat, now properly
1898                   detects nagative values converted to signed values and signed to
1899                   negative, plus some other situations.
1900                 * Fixed format-strings in the statistics-tree that did not specify a
1901                   type large enough to actually represent the possible values.
1902                 * Disabled certian tool-tips for wxWidgets-2.4.2, since the calls made
1903                   use of functions that were introduced in wxWidgets-2.6.x.
1904                 * Moved archive-unpacking functions from the HTTP-thread to
1905                   FileFunctions.*. This allows for compressed files to be read both
1906                   when the source is the inbuilt HTTP downloader, or if a compressed
1907                   file (ipfilter.dat or server.met) is explicitly moved to the .aMule
1908                   folder.
1909                 * Changed C++ style comments in C sources to using C style comments.
1910                 * Added check against trying to write NULL pointers in the CFileDataIO
1911                   WriteStringCore function.
1912                 * Added some initial tests for the string reading and writing
1913                   functions to the CFileDataIO unittests.
1914                 * Removed the RepeatLastAction stuff from CClientReqSocket.
1915                 * Fixed the check for BOM-header failing on strings that were
1916                   3 bytes long (an empty string).
1917                 * Fixed empty UTF8 strings with BOM headers not having the header
1918                   written, even though we had already written a length which
1919                   included the header.
1920                 * Changed CSafeFileIO's ReadUInt128 to return an instance, which
1921                   simplified usage and matches the other Read-functions.
1922                 * Added missing exception-handler to CIndexed in case of invalid tags.
1923                 * Marked the log-event triggered when an IP was filtered as
1924                   non-crticial, since this event isn't critical and can be very common
1925                   depending on the ipfilters used.
1926                 * Changed unittests for CFormat when empty strings were specified for
1927                   a field of type '%s', since some implementations of printf produced
1928                   different results than others, making it impossible to check against
1929                   those.
1930                 * Fixed unittests for reading of UInt128 values which didn't consider
1931                   endianess.
1932                 * Changed the use of Cmp to either '==' or '!=' to improve
1933                   readability, and simplified the sorting of the server-list when
1934                   sorting by name to only use the displayed name, since the special
1935                   cases that were being considered led to unpredictable results.
1936                 * Fixed non-wxbase apps not terminating properly.
1937                 * Fixed adding of comments to shared files.
1938                 * Properly implemented a couple of functions for the remote version of
1939                   the DownloadQueue, which did not match the signatures of the normal
1940                   class.
1941                 * Changed CMuleListCtrl's SetSortFunc to public, so that subclassing
1942                   isn't required in order to sort a list.
1943                 * Dropped the "otherfunctions" namespace, since we ignored it almost
1944                   everywhere anyway, via the "using" keyword.
1945                 * Updated CFileDataIO unit-tests.
1946                 * Fixed UpdateState getting called on clients after they had been
1947                   deleted (in some cases) and moved the call to the CUpDownClient
1948                   destructor.
1949                 * Made CTag and CPacket unassignable.
1950                 * Renamed ReadHash16 and WriteHash16 functions of CFileDataIO, and 
1951                   changed them to return instances and take const references of
1952                   CMD4Hashes, rather deal with char*. A few other places were
1953                   similary changed.               
1954                 * Dropped the static Exists function from CFile, as it is simpler to
1955                   just call wxFileExists directly.
1956                 * Removed the ability to attach/deattach file-destriptors to a CFile.
1957                 * Merged handling of seeking in the CSafeFileIO interface.
1958                 * Some more changes to CMemFile:
1959                         * Making seek const and dropped resizing of the buffer if it
1960                           seek'd past the end.
1961                         * Made the class uncopyable and unassignable.
1962                         * Changed the constructor that takes an external buffer to take a
1963                           char* rather than a const char*, since the class allow for
1964                           modifications of attached buffers.
1965                         * Removed the growth-rate from the attached-buffer constuctor, as
1966                           we dont make use of it and should avoid it in any case.
1967                         * Added sanity check for the length passed to the SetLength
1968                           function, to avoid accepting negative values.
1969                         * Other misc changes.
1970                 * Removed the ability to detach a buffer from a CMemFile and the
1971                   accessor function that returned the current buffer. Instead, we now
1972                   simply use the Read function, which is equivalent of what we did
1973                   before in any case, but safer.
1974                 * Unified the logging of packets received from other clients, so that
1975                   the type of packet received is always logged, as is the cause in
1976                   case of an error.
1977                 * Fixed a couple of assertions which had the checks inverted.
1978                 * Merged CFile and CSafeFile. Checks on reads and writes are now
1979                   performed in the CFileDataIO base class. The CFileIO class used in
1980                   kad was updated to handle this, though it currently only understands
1981                   EOF exceptions. This completes the majority of the changes
1982                   resolving around the usage of exceptions.
1983                 * Fix compilation error that would only trigger on some versions of
1984                   GCC, even though the code appears to be illegal.
1985                 * Disabled pragmas when building unittests.
1986                 * More fixes in MuleUnit for templates.
1987                 * Disabled logging when running unittests.
1988                 * Changed CFileDataIO to use the new IO exception types, which allows
1989                   for better error handling (i.e. EOF exceptions, IO read/write
1990                   failures) and prepared for making use of the IO failure exceptions.
1991                 * Reorganized, and removed some includes.
1992                 * Fixed a couple of places that threw exceptions by pointer.
1993                 * Moved exception handling from CServer to CServerList when loading
1994                   servers, which better allows for handling of invalid servers.
1995                 * Fixed some debug-strings which were wrongly marked for translation.
1996                 * Added IO-exception types, which will be used by CFileDataIO.
1997                 * Moved exception handling from CFriend to CFriendList when loading
1998                   the list of friends, so we can stop trying to read a bad list.
1999                 * Added missing include to MemFile.cpp
2000                 * Changed some runtime-error checks from throwing the CInvalidPacket
2001                   class to instead using the MULE_VALIDATE_* checks.
2002                 * Simplified the usage of CTags by changing the getter functions to
2003                   throw an exception if the function didn't match the type of the tag.
2004                   This allowed for the elimination of explicit checks in most places
2005                   where CTags are used.
2006                 * Initialized an uninitialized variable in CContact.
2007                 * Fixed stack-trace parsing for files with '+' in the name.
2008                 * Improved exception handling in the CTag constructor would could leak
2009                   if the tag had a string name and reading the body raised an exception,
2010                   or if the tag was a blob and reading the body failed.
2011                 * Added checks for code that uses the CTag class, since just assuming
2012                   that a tag with a specific id is of a specific type is unsafe. Also
2013                   changed the getter functions to return a default value should they
2014                   be called on a tag of the wrong type to avoid crashes in that case.
2015                   Finally, we no longer just ignore unknown tag-types, instead we
2016                   throw an exception. This is needed because we cannot determine the
2017                   length of the unknown tag, and thus can't skip it, making further
2018                   reads from the input file suspect.
2019                 * Largely reworked the use of exceptions. Catch(...) is out, only to
2020                   be used when memory-leaks are to be avoided. This insures that
2021                   unexpected exceptions can be detected.
2022                 * Removed an exception handler that didn't have anything to catch.
2023                 * Changed CreateHashFromInput to use the CSafeFileIO interface and to
2024                   safely handle exceptions without leaking. Also removed some
2025                   definitions of MFC debug-macros and replaced them with wx macros.
2026                 * Fixed the largefile-checks under windows.
2027                 * Changed CMemFile and CFile to implemenations of the CSafeFileIO
2028                   interface. CSafeFile was moved to CFile.* to avoid circular
2029                   dependancies.
2030                 * Dropped the CSafeMemFile which didn't provide any extra
2031                   functionality and instead made CMemFile derive from CSafeFile.
2032                 * Simplified CFile a bit, in preparation for larger changes:
2033                         * Removed the Length() function, since there is also GetLength().
2034                         * Removed duplicate definition of seek enums.
2035                 * Changed the checks for large-file support so that users wouldn't
2036                   have to export the LD_LIBRARY_PATH variable or similar when running
2037                   configure.
2038                 * Updated CIPFilter documentation.
2039                 * Changed the ipfilter class from just asserting on invalid ranges to
2040                   not actually inserting them, since that would cause undefined
2041                   behavior.
2042                 * Compilation-fix for Mandrake Linux.
2043                 * Added checks against largefile support to configure.
2044                 * Added helper-function that returns the length of a file, without
2045                   having to open it first.
2046                 * Moved the loading of the ipfilter-files so that they are loaded
2047                   before the server.met file is loaded. This ensures that the servers
2048                   are filtered when start aMule.
2049                 * Fixed some problems in MuleUnit when used with templates.
2050                 * Fixed the CheckNewVersion function, which would crash on failure.
2051                 * Dropped extra verbosity from CFormat's assertions, since they now
2052                   produce backtraces anyway.
2053                 * Moved backtrace functions to the MuleDebug.* files and added
2054                   backtraces to uncaught exceptions.
2055                 * Improved assertion-handling on shutdown and other situations.
2056                 * Increased the verbosity of assertions in CFormat.
2057                 * Fixed the "Is Textfile?" check which didn't handle whitespace.
2058                 * Added support for gzipped ipfilter.dat files and added checks that
2059                   should ensure that we only try to parse text-files.
2060                 * Added function for converting long-longs to strings in MuleUnit.
2061                 * Moved some functions not part of the CFile class from the CFile.*
2062                   files to FileFunctions.*.
2063                 * Fixed a bug where shared files could be added to the shared-files
2064                   ctrl multiple times.
2065                 * Fixed the hasher-thread, where the wxMutexGuiLeave function was
2066                   called twice and improved error-checking on thread-creation. Lastly
2067                   moved static variables from the header, since they need not be
2068                   specified there.
2069                 * Removed non-functional hack from CClientUDPSocket, which would cause
2070                   an infinate loop when triggered.
2071                 * Improved handling of assertions that occur during startup.
2072                 * When adding sources, add the source to the appropriate file first,
2073                   before trying to update comments and ratings availability.
2074                 * Removed a couple of checks against 'this' being NULL.
2075                 * Changed the handling of UDP requests for sources, so that the
2076                   locally connected server would be entirely skipped, instead of the
2077                   packets just being discarded.
2078                 * Fixed a number of places where attempts were made to catch by
2079                   pointer, even though the exception was thrown by value.
2080                 * Removed various unused variables.
2081                 * Fixed a bug in the download queue which would result in duplicate
2082                   entries on the queue for local source-requests. At the moment this
2083                   did not result in any problems since all entries were removed from
2084                   the queue once sources had been requested for the file.
2085                 * Removed the 'h' modifier from a number of format-strings where the
2086                   field type is 's', since that modifier does not apply to that type.
2087                 * Simplified mule-exceptions and added more information to the
2088                   unhandled-exception handler.
2089                 * Added unittests for CSimpleParser.
2090                 * Removed the need for exception-handling in CSafeFileIO's
2091                   ReadOnlyString function, by allocating the buffer on the stack.
2092                 * Fixed potential deadlock in CClientUDPSocket that could trigger when
2093                   an error occured during receiving.
2094                 * Removed a number of overloaded functions from the CSafeMemFile,
2095                   since neither of those added any functionality. Also fixed a bug in
2096                   the checks against reads past the end, that checked against the
2097                   buffer-size rather than the (possibly smaller) file-length.
2098                 * Marked CFile's GetLength() function as virtual.
2099                 * Removed the unused class CSafeBufferedFile, which didn't implement
2100                   buffered file-IO anyway.
2101                 * Added the ability to filter search-results. The filter select which
2102                   entries are displayed and supports regular-expressions. See
2103                   www.wxwidgets.org/manuals/2.6.2/wx_wxresyn.html for an overview of
2104                   the syntax. Also added the ability to filter known files from the
2105                   results.
2106                 * Added sanity checks on values read when loading settings for lists.
2107                 * The middle mouse button now opens the details-dialog for sources and
2108                   files when clicking on the download-queue.
2109                 * Fixed sort-arrows on listsctrls not being displayed after startup.
2110                 * Set the background color of the chat textctrls to white, in order to
2111                   ensure that the text stays readable regardles of the theme used.
2112                 * Largly changed the way ipfilter.dat files are handled by the
2113                   ipfilter class:
2114                         * When updating the list of ip-ranges, either via the reload
2115                           button or the update-from-url functionality, the existing ranges
2116                           are dropped to allow for dropping of ranges no longer to be
2117                           filtered.
2118                         * In order to allow for ip-ranges specified by the user, a second
2119                           file has been added (ipfilter_static.dat), which is always loaded
2120                           after the normal ipfilter.dat file, so that it takes precedense.
2121                         * When either of the two ipfilter files don't exist, a template
2122                           file is created which contains a description of the use that
2123                           that file.
2124                         * When loading zipped ipfilter files, the files are unpacked in
2125                           place. Doing so largely elimates the overhead compared to
2126                           loading normal files.
2127                         * Moved loading of the ipfilter.dat files, so that it done after
2128                           the GUI has been loaded.
2129                 * Removed the unused ExternalConnClientThread class. 
2130                 * Merged two copies of the validateURI function in StringFunctions.*
2131                   and fixed a mem-leak.
2132                 * Simplified the Update() function in the ipfilter-class, removing the
2133                   use of special cases when calling it.
2134                 * Moved custom tokenizing code from the ipfilter-class to a seperate
2135                   class and dropped a couple of custom functions that didn't provide
2136                   enough of a performance boost to warrent the extra code.
2137                 * Added unittests for the StringIPtoUint32 function, updated the
2138                   documentation for the function and fixed the bugs that appeared:
2139                         * The last field was not restricted to the range 0..255.
2140                         * Fields containing huge values could overflow to negative values
2141                           and would not be caught by the sanity checks.
2142                 * Changed ASSERT_EQUALS so that descriptions only gets created in case
2143                   of a failed comparison, since this would otherwise result in the
2144                   attempted deference of end iterators and the like.
2145                 * Moved the RLE classes to a seperate set of source files.
2146                 * Removed probematic operator<() template function from WebServer.*,
2147                   and replaced it with a specialized struct. This was required since
2148                   the < operator would be instantiated for incorrect data-types.
2149                 * Updated documentation for the CFormat class.
2150                 * Dropped support for long doubles in CFormat and merged handling of
2151                   the other floating-point types.
2152                 * Improved CFormat unittest, which was cluttered by serveral variables
2153                   with too similar names.
2154                 * Fixed the ASSERT_EQUALS macro in MuleUnit, which would previously
2155                   evaluate parameters multiple times.
2156                 * Removed the unused NeedUTF8String() function.
2157                 * Fixed master-hash parsing for ed2klinks, which would always fail due
2158                   to a couple of assertions that had been badly translated into
2159                   exception.
2160                 * Changed the way clients are deleted on shutdown, to help detect the
2161                   presence of dangling pointers caused by incorrect removals.
2162                 * Fixed bug #494. Clients with score zero not being considered as
2163                   candidates for uploading.
2164                 * Fixed a few warnings.
2165                 * Improved handling of uncaught exceptions in the MuleUnit framework.
2166                 * Added unittests for the CFormat class and fixed discovered errors:
2167                         * Improved handling of string format fields.
2168                         * Fixed a < comparison of 0 against a wxString which caused segfaults.
2169                         * Fixed the range checking code which would fail in some cases.
2170                         * Fixed escaped percentage signs.
2171                         * Added the missing implementation of IsReady().
2172                         * Improved adherence to printf as specific in 'man 3 printf'.
2173                 * Added unittests for the CRangeMap class and fixed the errors that
2174                   cropped up while writing said tests:
2175                         * The assignment operator didn't return *this.
2176                         * The equality operator was broken. 
2177                         * The erase function was broken.
2178                   Also changes ASSERTS to MULE_VALIDATE_PARAMS to enable testing and
2179                   ensure that the controlflow stays the same for debug and non-debug
2180                   builds.
2181                 * Added a minimalistic unittesting framework called MuleUnit, which is
2182                   based on the EasyUnit framework (http://easyunit.sourceforge.net/).
2183                   The build target 'check' compiles and runs all existing unittests.
2184                 * Fixed crash in CClientUDPSocket caused by two threads trying to send
2185                   and receive at the same time.
2186                 * Removed unused Pause() function from UBT.
2187                 * Fixed inf. loop in CClientUDPSocket, caused by poor error-handling.
2188                 * Rewrote some poorly phrased messages.
2189                 * Fixed uploaded data not being recorded in statistics.
2190                 * Compilation fixes for wxGTK-2.4.2.
2191                 * Removed the unused 'MakefileWin32' file.
2192                 * Fixed crash in sockets that were destroyed after the UBT thread.
2193                 * Improved source handling for known-files:
2194                         * Fixed the possibility of source-counts getting out of sync.
2195                         * Optimized source-removal slightly.
2196                         * Added extra debugging checks to spot potential problems.
2197                 * Changed access to vector of source statuses from using the []
2198                   operator to using the at function, to see if out-of-bounds access
2199                   was causing a specific crash.
2200                 * Imported the UploadBandwidthThrottler from eMule, which should help
2201                   ensure that upload-limits are more closely followed.
2203         Special Thanks To:
2204                 * All the translaters who did such a great and fast job.        
2206 --------------------------------------------------------------------------------
2208 Version 2.0.3 - The "Hell 2.0.3: Now with improved daemons!" version.
2209 ----------
2210 2005-06-15
2212         ken:
2213                 * Enabled amuleweb to work from within the Mac application bundle
2214                 * Fixed Online Signature not actually being enabled when user sets the
2215                   preference
2217         Kry:
2218                 * Fixed #471 "compile error". Should compile on GCC4 again.
2219                 * Fixed Solaris compilation error on XParseGeometry.
2220                 * Fixed wrong MD5 hash calculation on 64 bits arch.
2221                   This fixes storing the wrong EC/webserver password on config file.
2222                 * Fixed unneeded GTK libs usage on aMule remote GUI.
2223                 * Added a warning on gd-lib not found (progressbar not shown on amuleweb).
2225         lfroen:
2226                 * New daemon socket code, event based. Improved reliability and 
2227                   speed problems fixed.
2229         volpol:
2230                 * Fixed #417 "Upload priority is changed for completed files."
2231                 * Added new display filter "Active"
2232                 * Display of QR and aMule OS info in "Clients Details" dialog
2234         Xaignar:
2235                 * Fixed warning on EC disabled for aMule daemon.
2237         Special Thanks To:
2239                 * All the usual people. 
2240                   You don't know who they are? Just check previous changelogs 
2241                   (just not the previous one, ok?) :P 
2243 --------------------------------------------------------------------------------
2245 Version 2.0.2 - The " [Your Ad Here] " version.
2246 ----------
2247 2005-06-04
2249         boutros:
2250                 * Ported the eMule Chicane web template to aMule.
2252         GonoszTopi:
2253                 * Fixed #421: 'In Windows XP it lets to choose Konqueror,
2254                   Galeon and other Unix based browsers.'
2255                 * Fixed #406 and #380: 'some clients get an unexpected very
2256                   high priority'
2258         ken:
2259                 * Fixed a hang-using-100%-cpu-on-exit bug
2260                 * Fixed a crash when enabling UDP after startup
2262         Kry:
2263                 * Added Version Check (you can disable it on preferences).
2264                 * Added "source comes from" (on the "Time remaining" column)
2265                 * Now you can compile aMule without gettext, using --disable-nls
2266                   Additionally, aMule no longer stops configure if there is no gettext installed.
2267                 * Fixed aMule shutting down if a source seeds file is 0-size.
2268                 * Fixed HTTP download code not returning proper error code (causing crashes).
2269                 * Fixed OS_Info packet only being sent to downlaoding clients.
2270                 * Fixed Solaris mount info file name.
2271                 * Fixed includes on daemon for Solaris.
2272                 * Fixed mldonkey detection. Did anyone notice mldonkey bans aMule?
2273                 * Fixed SetAllTimeTransfered parameter size (thanks eylzo)
2274                 * Fixed #430: "Sources order by priority/status"
2275                 * Fixed #442: "Sort by 'Time Remaining' puts files which are not transferring first"
2276                 * Fixed #453: "Add option to export links with AICH hashes"
2277                 * Fixed #458: "Wrong gauge size on shared files control "
2279         volpol:
2280                 * Ports display fix.
2281                 * A4AF swap to this fix.
2283         Special Thanks To:
2285                 * Bug reporters:
2286                         Ateo
2287                         BeFalou
2288                         MrFaber
2289                         xushi           
2290                         
2291                 * All the usual people. You don't know who they are? Just check 
2292                    previous changelogs :P
2293                   
2294 --------------------------------------------------------------------------------
2295                                                                                                 
2296 Version 2.0.1 - The " Woops, HotFix " version.
2297 ----------
2298 2005-05-18
2300         ken:
2301                 * Fixed Tray Icon compilation on Mac.
2303         Kry:
2304                 * HOTFIX: Fixed 100% CPU usage because of network errors on some servers.
2305                 * Fixed crash after removing a server.
2306                 * Fixed sorting on the UploadList by Transferred (thanks eylzo).
2307                 * Users/Files on server no longer show as negative if server sends wrong values.
2308                 * Check for autopoint on configure to warn for gettext not installed.
2310         niet:
2311                 * Updated xal.pl (some fixes).
2313         Phoenix:
2314                 * Added DNS resolving functionality to amulecmd's connect command. 
2315                   This is usefull for dynamic IP servers. 
2316                   Now you can use the server's name instead of the server's IP address.
2317                 * Fixed a bug in http proxy authentication code.
2319         Special Thanks To:
2320                 
2321                 * Contributors:
2322                   eylzo
2324                 * Bug and feature reporters:
2325                   albatros_la
2326                   Lucky_JL
2327                   Mr Faber
2328                   
2329                 * All the usual people (translators, debugers, people at #amule, etc)
2330                   C'mon, this is a hotfix release, I can't add everyone again.
2332 --------------------------------------------------------------------------------
2333                 
2334 Version 2.0.0 FINAL - The "Let's dedicate this to Tiku" version.
2335 ----------
2336 2005-05-01
2338         BigBob:
2339                 * Compilation fix for WebServer.cpp and BaseClient.cpp with wx-2.4.2.
2340                 * Compilation fix for OtherFunctions.cpp with Slackware 9.1.0
2342         CosmicDJ:
2343                 * NetBSD compilation fixes.
2345         deltaHF:
2346                 * Preferences for auto-sort download queue.
2347                 * TCP and UDP port start now at 0 (remember - running amule as root is insecure!!)
2348                 * Added aMule version info into "About" popup.
2349                 * Show current DL speed from a client you are uploading to in "Remote
2350                   Status" column instead of in the "Speed" column. 
2352         geeko:
2353                 * Patch to complete html functionality of cas.
2354                 * Fixed seg fault in cvs due to wrong type check.
2356         gnucco:
2357                 * Improved the sources column and sorting in search window.
2358                   Now can toggle total sources/completed ascending/descending.
2360         GonoszTopi:
2361                 * Unicode fixes:
2362                         - UTF-8 conversion (reported by littletux)
2363                         - webserver search results (reported by poulpe)
2364                         - aMule version on webserver's Statistics page
2365                 * Endianness fixes in EC.
2366                 * Fixed appearing strange characters at the end of webserver's
2367                   log and debug log pages.
2368                 * Fixed logo.jpg being not installed.
2369                 * Webserver graphs are now resizable and rescalable.
2370                 * Removed some unneeded code/data from daemon.
2371                 * Added gcc #pragmas to reduce executable size.
2372                 * Several improvements on EC network code:
2373                         - EC now uses buffered I/O, so most EC transmissions will only
2374                           require one socket operation.
2375                         - Added the ability to compress large packets with zlib, thus
2376                           reducing network load.
2377                         - Some (not-so-CPU-consuming) compression is applied to small
2378                           packets, too.
2379                 * A number of i18n fixes, mostly changing debug messages to be
2380                   untranslated.
2381                 * Removed ECv1 compatibility mode. Now all EC communications are
2382                   using the new v2 protocol.
2383                 * Remote applications do not log to core's log anymore.
2384                 * Fixed the GetLog() function to be compatible with wxWidgets-2.5.4
2385                 * Reworked template finding - after installation, no more copying
2386                   of webserver files are needed.
2387                 * Added new command 'reloadshared' to amulecmd, to force reloading
2388                   of shared files list.
2389                 * Fixed configure script to use the right arguments with gdlib-config.
2390                 * Fixed configure script to check for gd in the right order.
2391                 * Fixed preferences being not saved when set from web interface.
2392                 * Fix for setting download priorities via web interface.
2393                 * Added configuration file for remote apps.
2394                 * Reworked command-line parameters, also added a lot new ones
2395                   (for remote apps).
2396                 * Fixed *.desktop files to be really UTF-8.
2397                 * Fixed Makefiles to be able to compile alcc without alc.
2398                 * Added man pages - English only, for this time. Great thanks to
2399                   Vollstrecker for his initial work on the man pages!
2400                 * Fixed pressing the 'Clear Completed' button causes a logout
2401                   on the web interface.
2402                 * Added CVSDATE checks to EC, to make sure that core and remote
2403                   apps are from the CVS tarball (for CVS users).
2404                 * Improved filename cleanup.
2405                 * Fixed setting priorities via web interface on both downloads
2406                   and shared files.
2407                 * Enabled translations on amuleweb and amulecmd.
2408                 * Fixed the language selector on Preferences to show the languages
2409                   that we really have.
2410                 * Language list is now always sorted alphabetically, but 'System
2411                   default' is always the first item in the list.
2412                 * Changed locale saving method, so it won't have to be reset to
2413                   'System default' on each version change.
2414                 * Added Hungarian man pages.
2415                 * Fixed sorting in web interface.
2416                 * Compilation fix for gcc-3.2.2 and 3.2.3.
2417                 * Win32 (wxMSW) compilation fixes.
2418                 * Enabling configure way of aMule compilation under MinGW/MSYS.
2419                 * Several improvements of the win32 version of aMule and utilities.
2420                 * Totally disabled the ability to connect to aMule with an empty password.
2421                 * Enabling translations on remote GUI, too.
2422                 * Configure will now list (almost) all libraries it will/wants to
2423                   use for build.
2424                 * Hungarian translation update.
2425                 * Remote GUI compilation and link fixes for optimized builds.
2427                 **** For users, who already got used to amulecmd's or amuleweb's
2428                 **** command-line parameters: PLEASE READ DOCUMENTATION CAREFULLY!
2430         Hetfield:
2431                 * New popup menu and events management for new wx SysTray
2432                 * Speed Bar color (on the new wxTray) is setted in the statistics color selection 
2433                   (as old GTK tray!)
2434                 * Some configure checks and cleanup
2436         Kry:
2437                 - Global -
2438                 * We're now fully compatible with the ed2k Unicode implementation, allowing Unicode searches,
2439                    comments, usernames, file names, ...
2440                    This works both for unicode-aware servers and clients.
2441                 * New SysTray code using wxWidgets' wxTaskBarIcon with several hacks for making it
2442                    properly transparent while keeping the nice download speed bar. Multiplatform, also.
2443                    Activated by default on > wx2.5.3
2444                 * Corrected a nice mistake where wxSOCKET_LOST was identified as error.
2445                 * Fixed clasic systray code to support unicode names properly.
2446                 * Removed/Cleaned/etc header includes.
2447                 * Fixed unicode bug on wxOpen preventing to share some files.
2448                 * Fixed the SERVER_IDENT packet processing.
2449                 * Auto-sort code for list controls. Disabled by default, too much flickering on mac and gtk2.
2450                 * Fixed eMule+ version popping up on eMule stats.
2451                 * Debug log lines now go to console on daemon
2452                 * Moved hello packet sending to after client successful connection.
2453                 * Added the RepeatLastAction function that turned up to be... well, funky.
2454                 * Fixed debug of disconnected clients.
2455                 * Fixed duplicated mod string on clients.
2456                 * Fixed unhandled exception from server TCP socket.
2457                 * Fixed lowid clients callback.
2458                 * Fixed duplicated floating point functions being called every second (CPU improvement).
2459                 * New file is added: tree.hh, credits to Kasper Peeters, <K.Peeters@damtp.cam.ac.uk>
2460                    It's a stl-like tree and I really enjoyed coding with it. 
2461                    More info on http://www.damtp.cam.ac.uk/user/kp229/tree/
2462                 * Fixed a crash on Proxy code created by bad string initialization causing mem corruption.
2463                 * Added wxProxyData::Empty() to properly clean aMule proxy data when needed.
2464                 * Fixed unitialized variables on MemFile.cpp and SafeFile.cpp that made valgrind scream in pain.
2465                 * Fixed the CUpDownClient::SendFileRequest crash you were all screaming about on rc8 :P
2466                 * Fixed SUI failures with kernels >= 2.6.10. This failures and asserts were created by the locking 
2467                   of /dev/urandom that was introduced on 2.6.10, and that made CryptoPP fail on creating a random
2468                   pool for the SUI identification. This is more a workaround actually than a fix, but will work perfectly.
2469                 * Completed files now go to shared as the should.
2470                 * Fixed search on localised languages.
2471                 * UDP disable is working properly now.
2472                 * Close the UDP socket if we're not listening anymore.
2473                 * Permisions for shared files are no more. They make no sense, network-wise.
2474                 * Fixed comment updates being... fuzzy.
2475                 * Fixes to timeout handling of sources to avoid timing out a source that was never processed.
2476                 * Fixed a memleak on log code.
2477                 * Proper handling of Thread reating/Running errors.
2478                 * Fixes for wrong string creation on several places over the code.
2479                 * Fixed log reset asserts and made it work properly (at last!)
2480                 * Auto-run webserver on startup functional
2481                 * Fixed a wild assertion if a empty line gets to ED2KLink file
2482                 * Merged Gonosztopi's work on EC for the stats tree with performance and safety fixes.
2483                 * Merged Gonosztopi's work on a patch from Mayfoev to use aux server ports, with some cleaning.
2484                 * Fixed the crash on non-std locales because of date/time functions.
2485                 * Get rid of more ugly unicode2char stuff by making the logfile a wxFFileOutputStream.
2486                 * General speedup of log file.
2487                 * Proper order of files on Makefile.am, much better to know compilation progress by first letter.               
2488                 * Moved at last all stats to where they belong: the new files Statistics.cpp and Statistics.h.
2489                 * Fixed assert on client list view caused by unknown client state.
2490                 * Hopefully avoid the never-deleted sockets (passive sources)
2491                 * Fix for the case that someone dares having 65536 active connections
2492                 * Made the sources connection spread evenly among part files.
2493                 * Fixed server-list packet from server not being handled properly.
2494                 * Fixed crahes on re-sort of download queue.
2495                 * Fix for server connection packet not using unicode username.
2496                 * Search results on unicode are displayed properly now.
2497                 * Files on download queue with unicode names are displayed properly now.
2498                 * Unicoded filename is saved correctly on .met file, and loaded according to it.
2499                 * Files with utf8 chars can be completed now ;)
2500                 * Shared files with uciode names do show correctly now.
2501                 * Modification time for files is fixed to keep coherence (GetLastModificationTime usage).
2502                 * Filenames on known files list (known.met) are saved in utf8 too now, so correctly loaded 
2503                   and compared lately.
2504                 * Fixed unicode identification to clients and server.
2505                 * Use BOM header on the known.met, part.met and emfriends.met for unicode tags.
2506                   Sad, but there's no other way to keep compatibility with eMule files.
2507                 * Fixed memleak on ExternalConn.cpp.
2508                 * Fixed the "Invalid UTF8 string passed to pango_layout_set_text()" messages on GTK2 builds.
2509                 * Fixed (again) the Shareazza identification. They have used 3 compat. client numbers already,
2510                   will they take one once and for all?
2511                 * Fixed memleak on log reset.
2512                 * Fixed memleaks on closing while global search.
2513                 * Fixed serious memleak on tag code for packets. And I mean serious.
2514                 * Removed the unused UTF82char function.
2515                 * Fixed queue limits on upload queue (off-by-one bug).
2516                 * Fixed hash for files with size (n*PARTSIZE).
2517                 * Fixed compilation for systems where zlib is not linked by default.
2518                 * Fixed OP_SENDINGPART to actually be a edonkey protocol and not emule protocol packet.
2519                 * Fixed memleak on AICH thread.
2520                 * Fixed several memleaks on ed2k links handling.
2521                 * Fixed threads not being closed properly, specially the global search one.
2522                 * Fixed serious memleak on client UDP reask
2523                 * Don't remove the server because of failedcount if it's static.
2524                 * When the user tries to remove a static server, we prompt for confirmation.
2525                 * Files on non-ansi named folders are no longer rehashed on every restart.
2526                 * Don't discard UDP packets on wxSOCKET_WOULDBLOCK. This improves UDP socket 
2527                   reliability a lot. Remove the packet from queue if sent, keep it if it's not sent because of wouldblock,
2528                   and drop it on any other error.
2529                 * Send previously queued UDP packets before we send a new UDP packet.
2530                 * Fixed aMule crashing on second global search under certain circunstances.
2531                 * Fixed the hanging on connecting to server.
2532                 * Fixed dynip servers to connect properly (happy portuguese users!).
2533                 * Moved: 
2534                         CMemFile.h              -> MemFile.h
2535                         filemem.cpp             -> MemFile.cpp
2536                         packets.cpp             -> Packet.cpp
2537                         packets.h                       -> Packet.h
2538                         sockets.cpp             -> ServerConnect.cpp
2539                         sockets.h                       -> ServerConnect.h
2540                         UDPSocket.cpp           -> ServerUDPSocket.cpp
2541                         UDPSocket.h             -> ServerUDPSocket.h
2542                         types.h                 -> Types.h
2543                         server.cpp                      -> Server.cpp
2544                         server.h                        -> Server.h
2545                         timer.cpp                       -> Timer.cpp
2546                         otherstructs.h          -> OtherStructs.h
2547                         otherfunctions.h                -> OtherFunctions.h
2548                         otherfunctions.cpp      -> OtherFunctions.cpp
2549                         opcodes.h                       -> OPCodes.h
2550                         color.h                 -> Color.h
2551                         endianfix.h             -> EndianFix.h
2552                 * Changed OP_GLOBFOUNDSORUCES  -> OP_GLOBFOUNDSOURCES  
2553                 * Unicode fixes for "Gtk-CRITICAL **" errors on shell.
2554                 * Unicode fixes preventing compilation for Packet sources.
2555                 * Unicode fixes for StrToULong usage over atoi.
2556                 * Fixed eMule+ version string.
2557                 * Implemented lugdunums new extension of GETSOURCES, includes SIZE (uint32) 
2558                   to avoid problems created by anti-p2p companies
2559                 * Removed MetaTags extraction code, we're not going to use it anyway.
2560                 * Fixing some crashes on wrong string handling.
2561                 * Support for unicoded comments for files.
2562                 * Moved Online Signature (aMule and eMule) to wxTextFile for proper handling.
2563                 * Fixes a serious issue on UDP packets (and contributed to eMule).
2564                 * Debug output of server sources added.
2565                 * Fix for garbage saving on file copy.
2566                 * Fixed the server disconnection due to bad handling of TCP packets.
2567                 * Added a fallback for wrong TCP packets handling to avoid server disconnect.
2568                 * Proper memory overruns checks on SafeFiles.
2569                 * Fixed the partfiles being the only thing shared under certain circunstances.
2570                 * Fixed bug #193: False display with empty share list           
2571                 * Fixed bug #258: "Max port-value allowed is too high due to secondary port"
2572                 * Fixed bug #276: aMule crached when tried to start. (It says "crached on the original report)  
2573                 * Fixed bug #299: "Assertion when clicking in DQ/Last Reception column"
2574                 * Fixed bug #303: "Too many files republished by your client software. Please upgrade it."
2575                    Proper handling of incremental file publishing avoids server bans ;)
2576                 * Fixed bug #317: Added GUI and functionality for 'Start next file on same category'. 
2577                 * Fixed bug #319: When sort is changed, make sure the item focused is again focused.
2578                 * Fixed bug #321: Razoback2 stats page for shared files.
2579                 * Fixed bug #331: 'ED2k link bar gone after 2x click on search button' making it a feature 
2580                    instead of a bug. Now you can toogle the ed2k link handler clicking on search toolbar button.
2581                 * Fixed bug #334: Main category type not stored on crash.
2582                 * Fixed bug #345: [Mac] popup windows open on other monitor.
2583                 * Fixed bug #348: "Right-click on friend in friends list does not select it"
2584                 * Fixed bug #362: "receive file list fails for non-ascii chars"
2585                 * Fixed bug #349: "sorting of sources in 'Downloads' window"
2586                 * Fixed bug #375: "Misc GUI bugs in Statistics window"
2587                 * Fixed bug #374: "misc. problems with friends"
2588                 * Fixed bug #405: "Downloaded files have wrong priority"
2589                 * Fixed serious bug with 0-sized files.
2590                 * Fixing serveral threading issues and possible crashes/missbehaviours on search.
2591                 * Searchs now start inmediately and also finish sooner.
2592                 * Added a warning if no video player is set on preferences and tried to preview.
2593                 * Decoupled NetworkFunctions and StringFunctions headers.
2594                 * Added QueueDebugLogLine for... uh... queueing debug lines.
2595                 * Encapsulating network stuff at NetworkFunctions.
2596                 * Removed all network platform specific code from the main code, and leave it to 
2597                   NetworkFunctions (and gsocket). And I removed the htons and htonl everywhere.
2598                 * Fix for egcs compiler crashing on aMule compilation. 
2599                 * Changed the CTags structure to a safer and nicer version, compatible with eMule's.
2600                 * Added support for a lot more ed2k Tags.
2601                 * Support for download stats per client.
2602                 * Added the hability to rename a file using F2
2603                 * Fixed crash on sorting an old tab.
2604                 * Improved socket debug, and moved the backtracing function to OtherFunctions.
2605                 * Fixes dynip servers not being detected by server UDP socket.
2606                 * Fixed a lot, lot of input data lost on EMSocket, causing much better transfers.
2607                 * Fixed corrupted parts info store/retrieve on partfiles with eMule compatibility.
2608                 * Fixed ed2k protocol file type publishing.
2609                 * Fixed a lot of network performance issues and lost packets all over the TCP/UDP code.
2610                 * Fixed download bar on tray icon (Icon file has now red background to create a mask from it).
2611                 * Fixed crashes on Logger class derived from bad unicode2char usage.
2612                 * Added "Prefix where amule will be installed" to configure output.
2613                 * FileDetailDialog is now resizable, and file names list ctrl resizes vertically and horizontally with it.
2614                 * No horizontal scrollbar on log, let lines wrap to avoid auto-scrool on long lines.
2615                 * Gnucco's alternate sorting of search list ctrl
2616                   See http://forum.amule.org/thread.php?threadid=5344&sid= for details.
2617                 * Big rework of the Friends class, list, and everything.
2618                 * Cached the Operating System info and added to --version flag.
2619                 * Added Online Signature update time functionality and widget disabling on OS disable.
2620                 * Slightly bigger list for the preferences items to fit them all 
2621                 * Added a static text for recursive sharing via right-click to avoid questions.
2622                 * Systray can now be enabled/disabled on preferences, dynamically, and is applied 
2623                   as soon as the checkbox is checked. Default is DISABLED.
2624                   Also, the minimize to tray checkbox is disabled when systray is not enabled, and when using 
2625                   the new systray code (the wx tray), we don't have the Window Manager dialog anymore.
2626                 * Check for Online Signature folder existance when enabled.
2627                 * Fixed a lot of unicode bugs on file handling by adding fallbacks to proper encoding.
2628                 * Set minimize to tray to false if no tray enabled.
2629                 * Fixed a crash... on... assert... hum... that one was actually funny.
2630                 * We should not start next file on cancelling a download. Now we do not ;)
2631                 * Stopping a global search works properly now, the thread for global search is deleted on stop.
2632                 * Zero the Online Signature on exit.
2633                 * Fixed a crash on exit while stillstarting up.
2634                 * Fixed aMule nto starting anymore if skin file name is void and skins are enabled.
2635                 * Proper use of wxWidgets functions for ISO date formatting.
2636                 * Never show the download list filter on search category selector.
2637                 * Lots of fixes for wx2.6.0 compilation, wxSizer, and other changes.
2638                 * Fixed the download limits not being applied correctly. this should amke MUCH BETTER download 
2639                   speed for people with download limits set. 
2640                 * Fixed sockets not being closed on daemon.
2641                 * Fixed chmod message on Incoming/temp folder on smbfs.
2642                 * More info on the init. text and on backtraces (Operative Sytem, kernel version, etc).
2643                 * Fixed crash caused by random value returned on DeletePage().
2644                 * Fixed Reload Shared Files not re-reading sharedfiles.dat
2645                 * Fixes the hangups on exit, specially on Mac.
2646                 * Fixed the AUTHORS file.
2647                 * Fixed UDP socket bug on size of OP_REASKFILEPING message.
2648                 * Abort loading of shared files if we are shutting down. 
2649                 * Fixed crash caused by socket die on ConnectionEstablished function.
2650                 * Added contact info to documentation and about button.
2651                 * Fixed (again) mplayer usage as video previewer.
2652                 * Fixed a network bug on SetStartNextFileSame not being set.
2653                 * Proper usage of wxProcess::Exists( for webserver running on start check.
2654                 * Cleaned configure/Makefile from a lot of bad usage of flags and libs. 
2655                    This makes for a smaller executable now also.
2656                 * Merged Martimac's fix for FreeBSD 5.4-PRERELEASE
2657                 * Fixed friendslot assignation, about 12 times.
2658                 * Fixed logging of not-yet-sent messages by adding it to queue and send on connect.
2659                 * Fixed message sending to unknown clients.
2660                 * Avoid the posibility of a Too Many Connections blocking a chat.
2661                 * Fixed buttons/textentry not enabled on new chat tab.
2662                 * Fixed tabs' 'X' not working properly when there are too many and don't fit on screen.
2663                   Use new wx code instead of Madcat's code on wx2.5.4 and above, for the 'X' closing.
2664                 * Multiple selecting ed2k links and clicking on copy ed2k works now for search items.
2665                 * Fixes the multiple removal of friends
2666                 * Fixed multiple message send to friends.
2667                 * Fixed multiple filelist requests
2668                 * Fixed multiple friend details dialog show. 
2669                 * Adds a warning for trying to set multiple friendslot.
2670                 * Fixed Incoming folder content not being sent on shared files request.
2671                 * Fixed completing of file setting transfered instead of completed to file size.
2672                 * Fixed --with-crypto-prefix flag not pointing to actual crypto folder.
2673                 * Added memleak check on exit using wxWidgets native fucntions, enable via wx qa lib.
2674                 * Rewrote wx*Sizer* handling on Stats page and making more space available.
2675                 * There is no curl anymore needed/used on aMule. Coded my own handling using wxHTTP.
2676                 * Added partial/total bytes to the http download dialog.
2677                 * Fixed sizers usage on Client Details, fixes overlapping labels and such stuff.
2678                 * Fixed client stats not updating on clientnumber going down to zero.
2679                 * Fixed "total transfered datal isn't saved on crash/kill" bug.
2680                 * Fixed flushing of files on copy with read-only flag set.
2681                 * Added "total downloaded"/"total upload"/"total requests"/ "total accepts" to partfile saving.
2682                 * Fixed rehashing of unicoded file names on aMule restart. 
2683                 * Fixed aLinkCreator compilation for wx2.6.0
2684                 * Fixed upload speed not being reset when all clients lost and keeping old value.
2685                 * Fixed port output on console showing negative numbers.
2686                 * Lot of Kad porting (NOT functional yet).
2687                 * Fixed (c) strings all over the code with proper year specifications.
2688                 * Fixed unicode2char usage to a bare minimum.
2689                 * Moving from libc usage to wxWidgets multiplatform implementations.
2690                 * Killed c_str() usage from aMule, except on very specific ways and only for speed reasons.
2691                 * General cleanups and speedups here and there.
2692                 
2693                 - CPU arch Specific -
2694                 * 64 bits archs fix for AICH thread.
2695                 * Some amd64 compilation warning removal.
2696                 * Fixed endianess bug on PeekUInt16
2697                 * Fixed client IP endianess on big endian archs.
2698                 * Getting ENDIAN_SWAP_* to a bare minimum (just interface)
2699                 * Fixes endianess of local_ip, which is anyway almost all times 0.
2700                 
2701                 - Core/GUI Specific -
2702                 * Fixed daemon unhability to handle sources properly. Daemon now takes, handles, and 
2703                    processes sources in a proper way (making it at last a real competitor for monolithic).
2704                 * Don't show geometry option for daemon, makes no sense.
2705                 * Properly display "aMule Daemon" instead of "aMule" on daemon.
2706                 * Fixed statistics tree interdependence with GUI, splitting it to core/gui way.
2707                    In short, we have statistics tree on webserver, amulecmd and remote GUI :)           
2708                 * Graphic statistics are now decoupled from GUI.
2709                    We have statistics graphics on webserver remote GUI. 
2710                 * Decoupled Friend list from GUI.
2711                 * Fixed a bug on set comment on a file on ECv2.
2712                 * Fix for log on unicoded webserver.
2713                 * Fix for global daemon thread not closed on exit.
2714                 * Splitting of core/gui on SearchDlg. 
2715                 * Fixed a crash on websocket thread creation.
2716                 * Reactivating Chat windows on remote GUI.
2717                 * Proper fix for the segfault on exit caused by EC.
2718                 * Removal of CryptoPP usage on amulegui.
2719                 * Fixed a possible crash on daemon startup.
2720                                                 
2721                 - BSD Specific -
2722                 * Fixed BSD compilation for <sys/types.h> inclusion.
2723                 * Fixed FreeBSD 4 prerelease (DragonFly) compilation on gtkplugxembed.c
2724                 
2725                 - Solaris Specific -
2726                 * Fixed Solaris compilation and linking.
2727                 * Fixed need for inet_addr on webserver on Solaris.
2728                 
2729                 - Mac Specific -
2730                 * Fixed Mac friends handling.
2731                 * Proper importing of files for Mac.
2732                 * Proper reading for amuleweb config on Mac.
2733                 * Made default Incoming folder for Mac to "~/Documents/aMule Downloads"
2734                                 
2735                 - Windows Specific -
2736                 * Fixed a lot of compilation problems.
2737                 * Use proper wxLog class to avoid popups on Windows.
2738                 * Remove the usage of chmod on Windows.
2739                 * Fixed the systray background on Windows.
2740                 * Fixed systray menu on Windows for proper layout.
2741                 * Fixed DirectoryTreeCtrl on Windows to show all disk drives and folders.
2743         Ken:
2744                 * Fixed Mac bug: window was a little larger each restart
2745                 * Fixed aMule.tmpl so Safari can work with amuleweb
2746                 * On Mac, enabled Command-clicking in lists to toggle selection
2747                 * Solved the DECLARE_ABSTRACT_CLASS() mystery on wx-2.4.2. Now
2748                   we can have UDP socks5 with wx-2.4.2.
2749                 * Included CVSDATE with version in amulesig.dat
2750                 * Fixed an endianness bug with webserver
2751                 * Fixed last (I hope!) endianness bug with IPFilter
2752                 * Fixed a major endianness bug with widespread effects.  On Mac,
2753                   servers don't fail continuously until eventually removed from the
2754                   list; server pings work.  Global search seems to work better.
2755                   DNS lookup of servers and ED2K link sources should now work.
2756                 * Enabled support for ed2k links in web browsers for Mac
2757                   (although idiosyncracies of common browsers prevent it from
2758                   being as transparent as one would like).
2760         lfroen:
2761                 * aMule remote gui implementation
2762                 * Support for categories in webserver
2763                 * EC additions
2764                 * RLE encoder for shared files
2766         martymac:
2767                 * Fix for FreeBSD 5.4-PRERELEASE
2769         ObsessionAl:
2770                 * Patch to include CVS date in about box.
2772         Phoenix:
2773                 * Fixed crash in CClientReqSocket::ProcessExtPacket()
2774                 processing of OP_COMPRESSEDPART.
2775                 * More UNICODE fixes.
2776                 * Fixed WX_SYSTRAY compilation on wx-2.4.2.
2777                 * More proxy updates, we are getting there.
2778                 * Small UI bug: double click on a server did not change the
2779                 "Connect" button to "Cancel".
2780                 * Changed some deprecated IsKindOf(CLASSINFO()) to
2781                 wxDynamicCast().
2782                 * Fixed crash in CUpDownClient::SendFileRequest(), short
2783                 circuit evaluation was reversed.
2784                 * Created Proxy dialog on preferences.
2785                 * Updated muuli.wdr for wxDesigner version 2.11 -- no more
2786                 manual patching for wxFIXED_MINSIZE required.
2787                 * Fix for rommel's report of IP filter problem.
2788                 * No more IsKindOf(), all replaced by dynamic_cast<>().
2789                 * No more wxDynamicCast(), all replaced by dynamic_cast<>().
2790                 * Fixed multiple instances of event handlers in
2791                 CClientReqSocketHandler and CServerSocketHandler.
2792                 * In StateMachine.cpp, m_state is now private and state machine
2793                 code is now thread safe.
2794                 * Added base64 encoding/decoding support to aMule.
2795                 * SOCKS5 and SOCKS4 proxy support is working now.
2796                 * HTTP proxy support is working now.
2797                 * Changed the output of the "Oops" to give better instructions
2798                 to the user.
2799                 * Fixed a bug in proxy code that was making gui too slow. Code
2800                 was performing unnecessary DNS.
2801                 * Applied patch from volpol to fix use of deprecated functions
2802                 in wxGTK-2.5.3.
2803                 * Applied patch from geeko to complete html functionality of
2804                 cas.
2805                 * Fixed a big bug in proxy code. Sockets were not continuing 
2806                 conversation after connecting to sources.
2807                 * Fixed a crash due to an unicode issue while logging.
2808                 * Show some activity upon destruction of the DownloadQueue.
2809                 * Preparing the field to bind to a fixed interface.
2810                 * Sanity checks on socket creation.
2811                 * Fixed the backtrace message.
2812                 * Added a static text to Preferences->Connection->Client TCP
2813                 port to show the value of the client UDP port.
2814                 * Fixed a crash on webserver, all return values of
2815                 SendRecvMsg_v2 must be checked for NULL return value.
2816                 * Fixed an uncountable number of potential segfaults on
2817                 amuleweb because almost no return value of GetTagByIndex and
2818                 GetTagByName were beeing checked for NULL.
2819                 * Fixed the following bug in the search dialog window: if you
2820                 typed a letter by mistake or if you use the down arrow from 1
2821                 to 0, both actions on a wxSpinCtrl, aMule would crash.
2822                 * Fixed the GetTagByIndex and GetTagByName segfaults in
2823                 amulecmd.
2824                 * Fixed a problem with saving the preferences, that in some
2825                 situations would not be saved.
2826                 * Fixed an assert when loading skins, the count number was one
2827                 unit too high.
2828                 * Fixed amuleweb template processing, Clear Completed button
2829                 on transfer link was not showing.
2830                 * Fixed amuleweb template processing, Reload List button was
2831                 not beeing translated.
2832                 * Small adjusts to ObsessionAl patch to include CVS date in
2833                 about box.
2834                 * Fixed a bug in UTF82unicode(), reported by Mr Faber.
2835                 * Got rid of sscanf in NetworkFunctions.h. This has caused a
2836                 crash once, reported by Mr Faber.
2837                 * Fixed a lock with high CPU usage when crashing in amuled,
2838                 because wxExecute() could be called from the FatalErrorHandler()
2839                 not from the main thread, which is currently prohibited in
2840                 wxWidgets.
2841                 * Fixed preview with mplayer or any other app that needs
2842                 stdout/stderr.
2843                 * Fixed lots of segfaults in amuleweb, thanks to alandar and
2844                 Mr Faber.
2845                 * Updated proxy debug code to use new logger.
2846                 * Fixed a subtle bug in UINICODE builds. Now UTF-8 enabled
2847                 UNICODE builds can read extended ANSI file names. In
2848                 particular, UTF-8 UNICODE aMule build was not remembering
2849                 an extended ANSI directory name for a shared directory.
2850                 * Added a spec file to the CVS tarball. Now users can do
2851                 rpmbuild -ta aMule-CVS-20050309.tar.bz2 and generate rpms for
2852                 the tarball of the same day.
2853                 * Fixed a bug in the spec file. The testing was beeing done
2854                 with files from amule-dev-cvs, but CVS snapshots tarballs are
2855                 done in amule-cvs directory.
2856                 * Implemented changes suggested by bootstrap in aMule-CVS.spec,
2857                 merged all the packages in a single rpm, changed the packager
2858                 to "The aMule Team" and updated %BuildPreReq.
2859                 * Fixed a crash in ListenSocket.cpp when a client could
2860                 disconnect suddenly.
2861                 * Spec file does not need autogen.sh, as noticed by
2862                 GonoszTopi.
2863                 * Removed krb5-libs require and krb5-devel buildprereq.
2864                 curl-lib and curl-devel is enough.
2865                 * Fixed an assertion in CFile.cpp, when browsing broken
2866                 symbolic links. Now aMule is aware of them.
2867                 * Added a test to the spec file to discover UTF-8 enbled LANG,
2868                 so that we build the rpm with --enable-utf8-systray.
2869                 * Removed curl dependencies from spec file, aMule now uses
2870                 wxHTTP.
2872         Stefanero:
2873                 * Work on the Man-Pages
2874                 * Minor compile fixes
2875                 * Lots of support and testing
2877         stsp:
2878                 * Compilation fix for STL enabled wxWidgets.
2880         volpol:
2881                 * Patch to fix use of deprecated functions in wxGTK-2.5.3.
2883         Vollstrecker:
2884                 * Initial and further work on aMule and utils' man pages.
2886         Xaignar:
2887                 * Improved logging for CFile, getting rid of the annoying
2888                   pop-up windows which were previously displayed.
2889                 * Workaround for fonts getting changed on the log-view 
2890                   when the clear-button was pressed (wxMac specific).
2891                 * Work on getting aMule ready for win32, including fixing
2892                   the custom-drawing for listctrls.
2893                 * Fixed threading issues with the UDP-sockets in daemon-
2894                   mode, which were the cause of a number of crashes.
2895                 * Made the preferences dialog modal to fix problems where
2896                   it would be displayed at bad locations.
2897                 * Ensured that the Banned-Count would be initialized to zero
2898                   rather than display a random value until it gets properly 
2899                   set (not yet implemented).
2900                 * Improved the "aMule has crashed" message, adding some
2901                   more information and fixed the backtrace to skip unneeded
2902                   frames properly.
2903                 * Fixed some static text-ctrls not properly expanding, so
2904                   that some text would be cut off the end.
2905                 * Fixed some position bugs in the progress-bar drawing and 
2906                   addeed a black border. A4AF sources now displays that text
2907                   instead of an empty area.
2908                 * Moved the placement of the "Initializing aMule" message on
2909                   startup so that --version will only result in the version
2910                   information and ensured that amule wont start in case an 
2911                   invalid commands was given, instead printing the help info.
2912                 * Fixed problems with selection on the clients-list.
2913                 * Improved usage of compressed packets. Now only files that are
2914                   not in the list of known archive-formats are compressed, rather
2915                   than just Zip, Rar and Ace.
2916                 * Improved error-handling when opening ports. If either the 
2917                   EC or Server-UDP ports conflict with the other ports, then
2918                   a random safe value is selected in the range 1025 ... 2^16-1.
2919                 * Fixed shared files being located twice during startup, which
2920                   also resulted in the AICH thread being run twice.
2921                 * Fixed logging to stdout containing extra newlines.
2922                 * Cleaned up and merged a number of split translated strings,
2923                   which should make it easier for translaters to work.
2924                 * Fixed some status changes not resulting in removal from or
2925                   addition to filtered download categories.
2926                 * Improved handling of multi-line log events on the main dialog.
2927                 * Reduced the ammount of output to the console, changing printfs
2928                   to either normal or debug log events.
2929                 * Escape-codes in ED2k links are now properly unescaped.
2930                 * Cleaned up and improved the readability of the clients-details dialog.
2931                 * Updated the modified listctrl widget used by aMule, so that
2932                   wxWidgets 2.4.x and 2.5.x will use a modified version from 
2933                   that branch rather than a more generic hacked version. For one
2934                   thing, the headers are now drawn using the current GTK theme.
2935                 * Properly handle rehashing of empty part-files.
2936                 * Changed the "Filter Bad IPs" option to "Filter LAN IPs". Invalid
2937                   IPs will always be filtered, but LAN IPs will now only be filtered
2938                   if the option is enabled.
2939                 * Added back-traces to asserts, in order to help debugging efforts.
2940                 * Made usage of wxASSERT thread-safe.
2941                 * Attempted to fix some longstanding problems with the notebooks.
2942                 * Removed unused files: Preview.h and Preview.cpp
2943                 * Updated, cleaned and unified license-headers for all aMule 
2944                   related source files.
2945                 * Improved the error-message displayed when a server couldn't
2946                   be added, so that it is clear as to why it couldn't be added.
2947                 * Avoid flooding the console when searching for filetypes,
2948                   mismatches are now logged as debugloglines instead.
2949                 * The "Clear" button on the search page now also clears the
2950                   search text.
2951                 * Better handling of multi-line chat messages: The complete
2952                   message will be split by linebreaks and each line timestamped.
2953                 * Fixed entries for connected servers in server-list not being
2954                   completly reverted to normal after disconnection.
2955                 * Added handling of SIGINT and SIGTERM for gracefull shutdowns.
2956                 * Renamed the config file from ~/.eMule to ~/.aMule/amule.conf.
2957                   The old file will not be removed, in order to allow backwards
2958                   compatibility.
2959                 * aMule now automatically removes unavailable files from the 
2960                   list of shared files.
2961                 * Fixed right-clicking not selecting the tab being clicked on.
2962                 * Fixed casts to pointers of higher alignment where it could
2963                   cause allignment crashes on SPARC, created general function
2964                   for doing this safely both SPARC and non-SPARC machinces.
2965                 * Added a typesafe replacement for printf, designed with 
2966                   inspiration from the format class in the boost library.
2967                 * Improved logging capabilities. It is now possible to enable/
2968                   disable debugging output by category. All existing debug 
2969                   calls where changed to support this. This can be controlled
2970                   in the preference dialog.
2971                 * Fixed some problems with the connect dialog for remote gui.
2972                 * Some pass-by-value fixes.
2973                 * Moving de-initialization code from the CamuleApp destructor
2974                   to OnExit. This insures that the app-object would be valid
2975                   while the shutdown is in progress.
2976                 * Moved deinialization code from OnRun in amuled to OnExit in
2977                   order to ensure that it was also run on premature exits.
2978                 * Made safe connection-rate calculations the default behavior,
2979                   which should help avoid too fast connections.
2980                 * Add class for keeping track of unusable sources, based on
2981                   the same class in eMule. This should reduce the ammounts
2982                   of connections made since bad sources are not re-asked too
2983                   often.
2984                 * Fixed servers with IP 0.0.0.0 being added to serverlist.
2985                 * Fix to IP-range parser in CIPFilter. Incorrect range in the
2986                   form "a.b.c.d-e.f.g." would not be caught.
2987                 * Misc cleanups in CServerList.
2988                 * Fixed creation of online-sig files.
2989                 * Made DownloadQueue and ServerList observables.
2990                 * Added a Observer/Observable implementation. This was needed
2991                   to implement a queue that would be kept in sync with another
2992                   queue thus allowing thread-safe delayed iteration over a list.
2993                 * Fixed crash in search-list, where the search-packet would be
2994                   deleted twice.
2995                 * Removed the usage of "ED2KServers" file, as the download-queue
2996                   now takes care of handling all types of ed2k-links.
2997                 * Rewrote 'ed2k' utility in c++ and fixed support for extra
2998                   information appended to ed2k links.
2999                 * Merged IP-check functions and moved it to NetworkFunctions.*.
3000                 * Fixed usage of uninitialized variables in CPartFile constructor.
3001                 * Removing unsused functions from CServerList.
3002                 * Removed unused CArray.h file.
3003                 * Fixed pontial wrong tag-count in server.met writing, which
3004                   would result in a corrupt file.
3005                 * Disabled connection-try code, due to inherent problems with it.
3006                 * Reworked the CDownloadQueue class.
3007                 * Fixed creation of ED2K links for servers.
3008                 * Removed the need for seperate AICH hashings of completing files.
3009                   Instead both AICH hashsets and MD4 hashes are created during
3010                   completion, and the AICH is simply discarded if corruptions are
3011                   found. This however is rare, and thus doing both at the same time
3012                   results in less time spent hashing.
3013                 * Improved upon the "requested file not found" log-message, which
3014                   would happen when a client requested the hashset for an unknown
3015                   file.
3016                 * Reworked the checks for free disk-space, should behave much
3017                   more consistantly now.
3018                 * Fixed files being hashed twice, once when completed and again
3019                   after aMule had been restarted.
3020                 * Make use of native GTK2 popup menu for text-ctrls when possible.
3021                 * Disabled aMule on systems where wxGTK is older than version
3022                   2.5.1 and is compiled against GTK2. The big honking warning
3023                   in the log proved to be useless, but this should work ...
3024                 * Added helper-function to of.h for removing values from a stl-list.
3025                 * Fixed usage of windows font-type "Arial" in statistics-dialog.
3026                 * Fixed logging of filtered IPs. Only 2 of four cases were logged.
3027                 * Disallow External Connections if no valid password has been set.
3028                 * Fixed both sources and files getting shown for the file-count
3029                   in the transfer dialog.
3030                 * Added date to version-information for CVS snapshots.
3031                 * Reworked CBarShader, making it use the CRangeMap class and getting
3032                   rid of needless floating-point math. This fixes some problems where
3033                   large chunks would be drawn as complete, even though only a small
3034                   part of the file was complete.
3035                 * Fixed downloads being assigned to the default category despite
3036                   the extended options being disabled in search dialog.
3037                 * Moved overhead calculations to the CStatistics class.
3038                 * Removed enabling/disabling of the clear-downloads buttons. The
3039                   checks touched far too much code without adding much.
3040                 * Moved StripInvalidFilenameChars from CamuleApp to StringFunctions
3041                   and renamed it to CleanupFilename.
3042                 * Fixed pending file-blocks not being properly removed when
3043                   client-objects were destroyed, resulting in parts of files
3044                   that could not be downloaded until aMule had been restarted.
3045                 * Fixed re-filtering of sources when IP-filter level had been
3046                   changed in the preferences.
3047                 * Reworked CIPFilter class:
3048                   * Huge improvements in loading-speeds (~6x).
3049                   * Added support for loading zipped files.
3050                   * Switched to using the CRangeMap class.
3051                 * Added CRangeMap class, which is a map with two keys, an
3052                   start and an end key, with a single value attached. This
3053                   was previously duplicated serveral places.
3054                 * Fixed problems with deleting multiple items on serverlist.
3055                 * Misc code-cleanups.
3056                 * Added the ability to delete servers using the delete-key.
3057                 * Fixed sorting by the "Transfered down" field on client-list.
3058                 * Added ruby-script for detecting common issues.
3059                 * More work on properly marking getter function const.
3060                 * Reworked the CDownloadListCtrl class.
3061                 * Added overloaded versions of CmpAny functions for strings.
3062                 * Reduced memory usage of IP-ranges in CIPfiler by removing
3063                   redundant information.
3064                 * Fixed extremly non-optimal function in CDownloadQueue which
3065                   was used many places. Could locate item in vector through 
3066                   counting of iterator increments.
3067                 * Fixed pre-shutdown message to something more closely reflecting
3068                   the actual events taking place.
3069                 * Collected common "Data To Human-Readable" functions in file-set.
3070                 * Reworked the ED2K-link classes.
3071                 * Reworked handling of ED2K links, making behavior consistant
3072                   everywhere and fixing support for |serverlist| URLs.
3073                 * Changed time-span of overhead calculations from 5s to 15s.
3074                 * Removed redundant message displayed when files were added to a
3075                   a non-connected mule.
3076                 * Added missing Add-Overhead calls for various packets.
3077                 * Fixed a mem-leak in CFileDataIO::WriteString.
3078                 * Fixed compilation of Proxy with wxGTK-2.4.2.
3079                 * Changed default configure options. Now only 'amule' and 'ed2k' are
3080                   compiled by default, since other apps require extra dependancies.
3082         xmb:
3083                 * id2ip awk script (with Jacobo221)
3085         
3086         Special Thanks To:
3088                 * Translators:
3090                   Very, very special thanks to all of them, since they
3091                   translated the whole app in just _one_ week!
3093                   Ateo:         (US english     / en_US)
3094                   Ateo:         (Spanish        / es_ES)
3095                   gaspojo:      (Portuguese     / pt_PT)
3096                   guest:        (German         / de_DE)
3097                   GhePeU:       (Italian        / it_IT)
3098                   Gusar:        (Slovenian      / sl_SL)
3099                   ilbuio:       (Italian        / it_IT)
3100                   KamiKazeNH:   (Brazilian      / pt_BR)
3101                   nbfnw:        (Chinese        / zh_CN)
3102                   Ogon:         (Polish         / po_PO)
3103                   piarres:      (Basque         / es_EU)
3104                   shafff:       (Russian        / ru_RU)
3105                   supersnail    (Dutch          / nl_NL)
3106                   thedude0001:  (German         / de_DE)
3107                   toshi:        (Russian        / ru_RU)
3109                 * Contributors:
3110                   hanzo
3111                   markb
3112                   Mayfoev
3113                   monkeyboy
3114                   ObsessionAl
3115                   rommel
3116                   S0undt3ch
3117                   stsp
3118                   Vollstrecker
3119                   volpop
3121                 * Bug and feature reporters:
3122                   alandar
3123                   Angel
3124                   BigBob
3125                   feralertx
3126                   Frankk
3127                   Mr Faber
3128                   OldFrog
3129                   RedDwarf
3130                   skolnick
3131                   thedude0001
3132                   Valery
3134                 * eMule developers for their support, friendship, and collaboration.
3136                 * MindForge & Freenode irc admins
3138                 * People at #wxwidgets on freenode.
3139                   
3140                 * Everyone at:
3141                   #amule        irc.freenode.net
3142                   wiki          http://wiki.amule.org
3143                   forums        http://forum.amule.org
3144                   bugtracker    http://bugs.amule.org
3146                 * All aMule users!!!
3148         Welcome our new aMule team members:
3149                 blerfont, m2kio, skolnick, thedude0001 & thorero
3151 --------------------------------------------------------------------------------
3153 Version 2.0.0rc8 - The "last rc" version.
3154 ----------
3155 2004-12-21
3157         Baz:
3158                 * Fix for server stats for users/files not being updated correctly.
3159                 * Fix for ERROR and WARNING server messages not being shown.
3160                 * Fixed server / transfers window splitters not being loaded/saved correctly.
3161                 * Fixed categories on search dialog not being refreshed on category name change.
3163         deltaHF: 
3164                 * Show comments for shared files
3166         Hetfield:
3167                 * Some fix in new Tray system and desktopMode bypass
3169         Jacobo221:
3170                 * Added option to select the max and min size-type in advanced
3171                   searches.
3172                 * When "Extended Parameters" in Search tab is not selected, 
3173                   defaults are used.
3174                 * Now "Auto-update serverlist at startup" checks if there's a 
3175                   serverlist to avoid annoying messages at startup.
3176                 * "Clear completed downloads" is now disabled while no
3177                   completed downloads are listed.
3178                 * Context menu for download items only enables relevant
3179                   information now.
3180                 * Context menu little optimization (removed an unuseful loop)
3181                   and Open File fix.
3182                 * Added bitmap button wich pops-up the last status log line
3183                   (useful when it doesn't fit the window).
3184                 * Merged Preview and Open File and enabled Open File.
3185                 * New Port column in Servers tab (splitting IP column).
3186                 * Moved "Always filter bad IPs" from Server to Security
3187                   in Preferences.
3188                 * Changed "Preference" in servers tab as suggested by Sir and
3189                   "IP" to "Address" since that's more accurate (could be DNS).
3190                 * Optimizations in the RLE code.
3191                 * Based on kry's patch, also darken paused files' progress
3192                   bar.
3193                 * Translations updates.
3194                 * Fixed: Servers priority now working. (reported by Sir)
3195                 * Fixed: Now all unset Server Priorities are set to normal.
3196                   (reported by plaenky)
3197                 * Fixed: Sorting Servers by priority works now.
3198                 * Fixed: Setting "A4AF to others" works now.
3199                 * Fixed: Server names sorting now differences between names
3200                   and IPs.
3201                 * Fixed: Last byte is now drawn in bar progress.
3202                 * Fixed: Stop button now working after second global search
3203                   and another hidden bug in global searches' progress bar.
3204                   (reported by ecforum)
3206         ken_aMule:
3207                 * Fixed ipfilter on big endian archs.
3208                 * Fixed wxWidget's bugs that were creating serious memleaks on Mac                
3210         Kry:
3211                 ===============::MULTIPLATFORM::===============
3212                 * When a socket connection error like WOULD_BLOCK happens, aMule retries 
3213                    the connection to avoid just-once errors
3214                 * Stopped files are now darker than non-sources ones.
3215                 * AICH e-links working now, with masterhash and with hashset
3216                 * Proper handling of removing -fomit-frame-pointer flag that worls on all platforms.
3217                 * Initial support for wx-compliant systray. Will be ready for 2.0.0 final release.
3218                 * aMule no longer crashes on opening a non-existing folder. CDirIterator is safe now.
3219                 * Fixed crash on app close - never call a pure virtual function from a destructor.
3220                 * Moved the init/close code of aMule to where they belong: destructor/constructor.
3221                 * Much more debug info available to debug packets (packet dump and others)
3222                 * Major network improvements:
3223                         * Improved the socket processing on CPU usage and performance.
3224                         * Coded the functions handling the network string/bytes conversion of ips and 
3225                            hostnames and the generic hostname solving thread, non dependant from host's 
3226                            socket implementation. Less CPU and more reliable on both cases.
3227                 * Crash fixed on wrong arguments for wxString::Format
3228                 * New option on right click on downloading or search files for showing eserver's stats for
3229                    that filehash. Needs browser correctly configured on preferences.
3230                 * Implemented messages filtering, from know clients/bogus clients/by words.
3231                 * Fixed hashing files changing display status.
3232                 * Fixed crash where transferwnd and clientlistctrl could be accessed before created.
3233                 * Listen socket on accepting connection no longer uses a blocking socket (CPU improvement).
3234                 * Not linking anymore to gtk libs if not needed.
3235                 * "GTK: Not Detected" is now either "Not Detected" or "Not Used" to avoid confusion.
3236                 * Fix for crashing on 'OK' button on preferences.
3237                 * Fix for preferences window being unreachable if aMule is minimized while showing it.
3238                 * Fix for crash on HTTP dialog if StopAnimation() was not called on destructor.
3239                 * Fixed crash when shutdown and preferences window open.
3240                 * Implemented OS_Info tag. Broke it 400 times, and fixed it 401 times, so working.
3241                 * Implemented statistics tree for OS_Info tag.
3242                 * Fixed several memory corruption issued caused by icons with wrong size.
3243                 * Fixed several memory corruption bugs on amule init/close.
3244                 * When aMule crashes, it not longer fails saving:
3245                         * Preferences (Saved on 'OK')
3246                         * Categories (Saved on changes)
3247                         * Total upload / download bytes (saved while running).
3248                 * Fixed crash on        OP_MULTIPACKETANSWER
3249                 * Sent wxInt and wxUInt classes usage down the drain for the standard int / uint
3250                 * Implemented "Share hidden files" checkbox.
3251                 * Immplemented the CT_EMULECOMPAT_OPTIONS new tag. 
3252                   Right now only OS info support capabilities.
3253                 * Implemented new short tags style for server and client interchange of info.
3254                   Fixes not being able to browse eMule >=0.42x shared files.
3255                 * Fixed aMule daemon compilation to use wxBase headers and libraries.
3256                   This fixes amuled not compiling on wxBase only-boxes, thus making it kinnda pointless.
3257                 * Fixed AMD64 and GCC4.0 compilation/run, closes debian bug #285110
3258                 * Fixed some performance issues on Log text controls.
3259                 * Fixed long browsers requests on WebSocket. Buffer is now enlarged accordingly.
3260                 * Fixed timeout on webserver socket being... 10 minutes!!!
3261                 * Fixed several 100% cpu errors on WebSocket.
3262                 * Fixed our source exchange implementation that was... uh... wrong.
3263                 * Fixed stats tree on webserver.
3264                 * Misc. work on ECv2 implementation of messages.
3265                 * aMule can send now RGB encoded images via ECv2
3266                 * Webserber can read ECv2 Image tags via the new CDynPngImage class.
3267                 * eMule+ is now recognised under compatible client tag 0x05
3268                 * Unicode fixes on webserver.
3269                 * Got rid of almost all wxString::GetData()
3270                 * Major CPU improvements on WebServer.cpp
3271                 * otherfunctions.* is now clean from aMule specific stuff. Can be used anywhere.
3272                 * otherfunctions now have a namespace (surprinsigly named 'otherfunctions')
3273                 * Changed wxFileStreamInput -> wxFile (less class overhead).
3274                 * Several speed fixes on Stats code.
3275                 * Fixed possible crash on search thread creation + verbose on error.
3276                 * Fixed aMule crashing when local search is not returning and we click stop 
3277                   or start another search.
3278                 * Fixed severeral endianess bugs.
3279                 * General rewrite of UDP Socket
3280                         * Received packets when app is not ready are now discarded.
3281                         * Small fix preventing memleaks and some strange asserts
3282                         * Fixed a severe memleak if 2 UDP packets are send at the same time, before the 
3283                            first one finishes.
3284                         * Fixed the host solving fail not cleaning the data (another severe memleak)
3285                         * Fixed sending wrong data to wrong servers and thus not being replied.
3286                         * Fixed some server udp packets never reaching destination.
3287                 * Unicode fixes (char*/wxString issues)
3288                 * General cleaning, bugfixing and documenting.
3289                 * Added files:
3290                         StringFunctions.(h/cpp)
3291                         NetworkFunctions.(h/cpp)
3292                 
3293                 ==================::MAC::===================
3294                 * Fixed server connection crashes related to accepting a connection from a being 
3295                    destroyed socket. Probably fixes also some random BSD/Linux crashes on conection.
3296                 * Got rid of all <wx/wx.h> includes, improved compilation speed greatly.
3297                 * Fixed stats color boxes
3298                 * Fixed servers saving, not anymore stored wrong internaly.
3299                 * Coded Mac packager script for releases with included libcurl and wxWidgets.
3300                 * Included Mac aMule.app bundle on sources.
3301                 * Fixed sharing /Volumes and other special folders.
3302                 * Fixed crash on server.met download
3304         permats:
3305                 * FIXED: Preferences -> Security -> Permissions wasn't being
3306                   correctly saved for directories.
3308         Phoenix:
3309                 * Lots of unicode fixes.
3310                 * Added readline and history support to amuleweb/amulecmd text
3311                   clients.
3312                 * Added template loading capability to amuleweb with the new
3313                   command line parameter -t.
3314                 * Changed m4/readline.m4 so that readline libs are only used
3315                   when needed, i.e., no longer append readline libs to LIBS,
3316                   use READLINE_LIBS instead.
3317                 * Fixed crash in aMule when amuleweb tried to get transfers
3318                   tab and aMule had never connected to a server before.
3319                 * New backtrace output with demangled function names, file
3320                   names and line numbers, when possible.
3321                 * Initial (not functional yet) SOCKS5 proxy support.
3322                 * Initial (not functional yet) SOCKS4 proxy support.
3323                 * Initial (not functional yet) HTTP proxy support.
3324                 * Updated some tests in configure.in.
3325                 * Fixed a problem with _() usage. Static string initialization
3326                   must be done with wxTRANSLATE, and wxGetTranslation() must
3327                   be explicitly called in code instead of _().
3328                 * Fixed a bug in WebServer.cpp:CWebServer::GetStatusBox():
3329                   return value was missing end tags.
3330                 * Changed back to macro the inline function version of
3331                   unicode2char() when using UNICODE. Unfortunately, when the
3332                   fucntion returns, the string object gets out of scope, so we
3333                   stick to the macro version for now.
3335         lfroen:
3336                 * Moving amuleweb to EC version 2.0
3337                 * Fixes on amuleweb socket code
3338                 * Added generated png images to amuleweb
3339                 * Added RLE encoder for gap and parts status to EC
3340                 * Fixes in amule daemon
3342         Madcat:
3343                 * Added support for detecting HydraNode clients.
3345         GonoszTopi:
3346                 * Initial work on EC protocol version 2.0.
3347                 * Fixed a crash on broken language files (.po)
3348                 * Some GUI cosmetics.
3349                 * Lots of i18n fixes.
3350                 * As a side effect, fixed the "Any" search in webserver.
3351                 * Fixed webserver connection with empty passwords. :)
3352                 * Fixed webserver connection with guest account.
3353                 * Added "add <ed2k link>" command to amulecmd.
3354                 * Tracked down and killed a number of hidden bugs.
3355                 * Added commands to change/monitor bandwidth settings to
3356                   amulecmd.
3357                 * Made wxTRANSLATE actually work.
3358                 * Fixed graphs in webserver. Also added the missing back.gif file.
3359                 * Fixed buffer overflow problem in ed2k link handler.
3360                 * Stats bug fixed.
3362         wizeman:
3363                 * Helped finding the code snippet where WebSocket was failing on request.
3364                 * Fixed 'Safe Max connections' code. It's safer to use it now, and it works.
3365                 * Fixed bug where amule would start consuming 100% cpu when it received a 
3366                   corrupted EC packet.
3367                 * Fixed webserver, it wouldn't close connection when it received a POST request.
3368                 * Fixed webserver crash: added mutex to make variable wcThreads thread-safe.
3369                 * Fixed webserver <-> amule communication corruption when the webserver 
3370                   received simultaneous requests. The problem was that all webserver threads 
3371                   were using the same socket for sending/receiving EC packets to/from amule 
3372                   without synchronization.
3374         Xaignar:
3375                 * Added the new casting macros to otherfunctions.
3376                 * Added a helper-function to CMuleListCtrl for use in the Sorter functions.
3377                 * Fixed the priority-column on Server List.
3378                 * Added the handling of friends to ECv2 implementation.
3379                 * Merged CUploadListCtrl and CQueueListCtrl on CClientListCtrl.
3380                 * Added the posibility to see a list of all existing clients.
3381                 * Fixed aMule dialog not always being unfrozen upon restoring it from tray.
3382                 * Some changes to the overhead calculation functions.
3383                 * Slight improvement of the GetScore function CPU usage.
3384                 * Replaced "theApp.glob_prefs->" with the new usage "thePrefs::"
3385                 * Fixed the MyTimer class behind GetTickCount returning random values on close.
3386                 * Fixed two crashes on ClientList.
3387                 * Fixed compilation for solaris on several places.
3388                 * Make sure that clients cant just crash us by sending a aich-request for an invalid hash.
3389                 * Fixed a couple of sub-menues.
3390                 * Removed the leech-mod checks, they were getted outdated anyway
3391                 * Fixed open sockets count.
3392                 * Avoid re-layouting the entire dlg when updating some labels.
3393                 * Small fix to CMuleNoteBook.
3394                 * Adding a missing event-handler en shared files tab.
3395                 * Changed the primary hashing thread to do both MD4 and AICH hashing for non-part files.
3396                   This cut down hashing of ~2.8gb of data from ~12:40 minutes to ~7 minutes on tests.
3397                 * Adding checks against the user sharing the following dirs: Home-dir, .aMule, Temp-dir.
3398                   Sharing home is allowed but results in a warning.
3399                 * Fixed the Upload-parts drawing.
3400                 * Fixed sorting by filename on the Uploading list.
3401                 * Fixed crash on server list auto-update. Removes the possibility of overrunning a array.
3402                 * Optimization of UpdatePartsInfo, which now no longer needs to traverse the parts-info 
3403                   arrays of each source for that file.
3404                 * Fixed the redraw problems where some things wouldn't be erased on list controls.
3405                 * Code cleaning, documenting and rewrite.
3407         Special Thanks To:
3409                 * Translators:
3410                   Ateo:             (US english / en_US)
3411                   biger [HUN]:      (Hungarian  / hu_HU)
3412                   experience.chris: (German     / de_DE)
3413                   GhePeU:           (Italian    / it_IT)
3414                   Gusar:            (Slovenian  / sl_SL)
3415                   ilbuio:           (Italian    / it_IT)
3416                   KamiKazeNH:       (Brazilian  / pt_BR)
3417                   mad_soft:         (Spanish    / es_ES)
3418                   nbfnw:            (Chinese    / zh_CH)
3419                   Ogon:             (Polish     / pl_PL)
3420                   piarres:          (Basque     / es_EU)
3421                   pukyxd:           (Catalan    / es_CA)
3422                   Supersnail        (Dutch      / nl_NL)
3423                   Typhon:           (Slovenian  / sl_SL)
3425                 * Contributors:
3426                   alehack,      alus,
3427                   boutros,      fossybaer,
3428                   Frankk,       han,
3429                   junaru,       sebaX,
3430                   skolnick,     sLiCeR\,
3431                   Vollstrecker, volpop,
3432                   {xmb}
3434                 * Bug and feature reporters:
3435                   Banerjee,     chisky2003,
3436                   Danny,        ecforum,
3437                   fctk,         Gnucco,
3438                   hades,        jaguarwan,
3439                   jolupa,       juanii,
3440                   kdka,         kno,
3441                   m2kio,        MichaelLong,
3442                   Pableron,     pi-c,
3443                   plaenky,      realcruncher,
3444                   Sir,          Sniffer,
3445                   sosonok,      |Syrius|,
3446                   xplode_me
3448                 * Everyone at:
3449                   #amule        irc.freenode.net
3450                   wiki          http://wiki.amule.org
3451                   forums        http://forum.amule.org
3452                   bugtracker    http://bugs.amule.org
3454                 * All aMule users!!!
3456         Welcome our new aMule team members: 
3457                 lionel77, ken_aMule, nachbarnebenan & one2one
3460 --------------------------------------------------------------------------------
3463 Version 2.0.0rc7 - The "99,6% Final" version.
3464 ----------
3465 2004-10-19
3467         bisley:
3468                 * Added session ratio and total ratio to XAS
3470         deltaHF:
3471                 * Got back from hell and changed one icon on the GUI ;)
3473         Jacobo221:
3474                 aMule GUI:
3475                 * Fixed two almost-the-same bugs when clicked download button 
3476                   and no items where selected (as reported by powtrix/willy,
3477                   thanks).
3479                 aMuleWeb:
3480                 * Fixed a bug where up/down limits woudln't be displayed 
3481                   correctly if their string length were different.
3483                 aMuleCMD:
3484                 * Added 'list' (or 'find') command to search for a file in
3485                   the downloads queue by name or by number (or just show all).
3486                 * Added the ability to resume/pause all downloads at the same 
3487                   time through amulecmd (very handy when all downloads have
3488                   been paused due to lack of space).
3489                 * Fixed two bugs on amulecmd by which using 'pause' or 'resume'
3490                   without arguments would pause/resume the oldest download.
3491                 * Fixed a bug so that help command no longer is send to core.
3492                 * Fixed other commands sending blank data to core.
3493                 * Cleaned unneeded output log messages + added sent command
3494                   messages to log (for easier security monitoring).
3495                 * Several command simplifications on amulecmd to make it easier
3496                   to use (while maintaining backwards compatibility).
3497                 * Lots of translations lacks
3499         KingFish:
3500                 * Fixed broken compilation in SysTray.cpp with gcc 3.3.4.
3502         Kry:
3503                 * Fixed:        Crashes related to animation deletion on http download dialog
3504                 * Fixed:        0-size server.met file crashing aMule on startup and on download.
3505                 * Fixed:        GUI blocking on server connection.
3506                 * Fixed:        The last (hopefully) "fixed minsize" bug. FileDetail dialog was growing :)
3507                 * Misc code cleaning.
3508                 * Mac: 
3509                         * Enabling wxCocoa compilation
3510                         * Fixed:        Secure Ident was not working on big endian archs.
3511                         * Fixed:        ClientID endianess issues leading to faking low/high id
3512                         * Fixed:        Several fields were not having correct size on preferences.
3513                         * Fixed:        Curl preform_multi was crashing the http download dialog on Mac.
3514                                         This means server.met update and ipfilter update was crashing.
3515                                         Currently the fix disables 'Cancel' button on that dialog, while we
3516                                         wait for curl lib to fix this issue.
3517                 
3518         lfroen:
3519                 * Removed debug printf's in timer.cpp.
3520                 * Fix for deadlock on connection timeout in ServerSocket.cpp.
3521                 * Fixed assert when build with wx-cvs.
3522                 * Added option for disabling SIGSEG handling: useful for
3523                   debuging in amuled.cpp.
3524                 * EMSocket.h cleanup.
3525                 * Fixed unclosed sockets (CLOSE_WAIT) and few stability
3526                   problems.
3527                 * Make CEMSocket::OnReceive thread safe. MAX_SIZE reduced,
3528                   cause even theoretically tcp can buffer up to 64K.
3529                 * amuled fixes.
3531         mfs:
3532                 * Fixed crashes on friendlist when keeping keys pressed
3533                 * Fixed one server not being removed when several servers selected
3534                 * Fixed access problems on deleting the ipfilter while accessing it
3536         Phoenix:
3537                 * Fixed '&' char next to Preferences in amuleweb web page, as
3538                   reported by DreamWalker.
3539                 * ExternalConn: protected GETCATTITLE command from buffer
3540                   overflow.
3541                 * Start removing unused code from ExternalConn.cpp.
3542                 * Fixed high CPU usage problem in amuleweb, thanks to jaguarwan for
3543                   the report. Daemonizing amuleweb should be done using the -q
3544                   switch.
3546         ThePolish:
3547                 * Implemented new hits system in wxCas to display and save download rate records.
3548                 * Changed wxCas layout to try to avoid display bug with wx-cvs
3549                 * Added translations update (Thanks to all translators)
3550                 * Removed wxCas documentation to slim source tree (now downloadable from berlios)
3552         Seagull:
3553                 * Patch adding "Directory" column to the shared-files dialog.
3554                 * Patch to add "Swap to this file" option for sources marked as 
3555                   "Asked For Another File" on download queue.
3557         Unleashed:
3558                 * Better fix for amuleweb's high CPU usage problem. Now main thread only gets
3559                   woken up when absolutely needed.
3561         Xaignar:
3562                 * Reinsured that the preferences will be saved upon clicking "Ok".
3563                 * Removed SSE2 specific optimizations from the embedded Crypto++ sources,
3564                   they would break very easily and crash aMule.
3565                 * Fixed a bug where we would sometimes attempt to remove a client 
3566                   from the wrong file, resulting in dangling pointers and crashes.
3567                 * Ensured that the statistics-dialog would be updated when preferences
3568                   relating to it where changed.
3569                 * Added sanity checks to category-loading, to avoid adding categories
3570                   without incomming dir or name.
3571                 * Initial fix for crashes if aMule tried to share an inaccessible folder.
3572                 * The redraw problems on restoring from minimized state should be fixed.
3573                 * Fixed the shared-files list, which would draw columns regardless 
3574                   of whenever or not they were hidden.
3575                 * Fixed the progress-bars in the shared-files dialog. It should now
3576                   work properly for both part and completed files.
3577                 * Fixed a bug in the ipfilter, where non-numeric chars on lines would
3578                   cause wrong ranges of IPs to be filtered.
3579                 * Re-added the priority menu for servers, which had gone missing due
3580                   to a mistake.
3581                 * Stopped the client-credits class from attempting to load older 
3582                   versions of the lists, which again would lead to mem-corruption.
3583                 * Fixed hidden columns on download queue, which would still be drawn.
3584                 * Added sanity checks to loading of clients.met file, since corrupted 
3585                   files would lead to potentially huge ammounts of mem-corruption.
3586                 * Added "Completed Sources" column to the shared-files dialog.
3587                 * Fixed a bug in sockets where disconnected sockets wouldn't be removed
3588                   immediatly, but left to timeout instead.
3589                 * Fixed an end-less loop on the AICH thread if a file on the queue
3590                   was removed from the list of shared files.
3591                 * Fixed an end-less loop when changing file-status by category.
3592                 * Fixed the auto-priority menu-item on the download list when multiple items
3593                   where selected. It would un-set auto-priotity instead.
3594                 * A bit of optimization in CPartFile. More work will follow later.
3595                 * Properly initialized a number of variables.
3596                 * Fixed the column-width saving/loading which I managed to break shortly before 
3597                   rc6 was release. Whoops. :p
3598                 * Ampersands will no longer be doubled when lines are added to the log-view.
3600         Special Thanks To:
3602                 * Translators in this release:
3603                    biger [HUN]:         (Hungarian / hu_HU)     
3604                    GhePeU:              (Italian / it_IT)
3605                    mad_soft:            (Spanish / es_ES)
3606                    Ogon:                (Polish / pl_PL)
3607                    piarres:             (Basque / es_EU)
3608                    powtrix/willy:       (Brazilian / pt_BR)
3609                    punkyxd:             (Catalan / es_CA)
3610                    stefanero:           (German / de_DE)
3611                    Supersnail:          (Dutch / nl_NL)
3613                 * Testers and bug reporters:
3614                    angel,       BiByFoK,
3615                    bill_bool,   boutros,
3616                    elui,        Gaenya,
3617                    jolupa,      ken_aMule,
3618                    mad_soft,    Mig21,
3619                    one2one,     powtrix,
3620                    RedDwarf,    skolnick,
3621                    wi777
3623                 * Everyone at:
3624                    #amule       irc.freenode.net
3625                    wiki         http://wiki.amule.org
3626                    forums       http://forum.amule.org
3627                    bugtracker   http://abugs.amule.org
3629                 * All aMule users!!!
3630                 
3632 --------------------------------------------------------------------------------------------------------------------------------
3634         
3635 Version 2.0.0rc6 - The "We're so EVIL that we make you lose a sock in every pair" version.
3636 ----------
3637 2004-10-03
3638         
3639         deltaHF:
3640                 * GUI for MyInfo at Server window.
3641                 * Added 'About' button.
3642                 * Fixed sorting upload list by speed
3643                 * Changed the Search dialog. 
3644                 * Fixes websearch for jugle.net
3645                 * Added hability for send msg to clients in upload queue, without having to add 
3646                   them as friends (based on Kry's download queue send-on-right-click implementation)
3647                 * Translations update.
3649         falso:
3650                 * New upstream cas version. Now supports creating html pages with the statistics
3651                 * Now cas runs on netbsd.
3652                 * Misc fixes on cas.
3654         GonoszTopi:
3655                 * Patch to fix buffer overflow in cas when line had more than
3656                   80 chars.
3657                 * Patch to fix help switch in ExternalConnector.cpp
3658                 * Patch to create -c switch in amulecmd: now the command line
3659                   version can connect, execute a command and exit.
3661         Hetfield:
3662                 * Lots of 3.4.x compilation fixes, due to -DWX_PRECOMP
3663                   and wx headers checks.
3664                 * Configure cleanup, safetray remove and nice cosmetics for tools
3665                 * Configure option added: --enable-embedded_crypto to use amule crypto code
3666                 and bypass crypto libs. Also fix freeze problem.
3667                 * fixed crypto usage in core with configure and compilation flags
3668                 * Re-enable Pentium4 and SSE2 optimizations fro Crypto stuff
3670         Jacobo221:
3671                 * Fixed issue on the About button.
3673         Kry:
3674                 * Got back from hell.
3675                 * Imported eMule's 0.44x new corruption handling: AICH
3676                    AICH stands for Advanced Inteligent Corruption Handling, and avoid having to 
3677                    re-download a full part everytime we get corruption on a file. With AICH, you will
3678                    just re-download the 184Kb block that has corruption. It uses HashTrees to achieve 
3679                    the corruption diagnosis. 
3680                    More info: http://www.emule-project.net/home/perl/help.cgi?l=1&rm=show_topic&topic_id=589
3681                    *********************************************************************************
3682                    WARNING: AICH thread will re-hash all your files on your first rc6 startup. This can 
3683                    take very long when the user has lots of shared files. We're sorry but that's the only 
3684                    way to build the HashTree and thus making AICH able to work.
3685                    *********************************************************************************
3686                 * Fixed the AICH implementation to support big endian archs (like ppc).
3687                 * Implemented IPfilter auto-load on startup
3688                 * Implemented IPFilter 'Update Now' button on preferences.
3689                 * Revamped the HTTP download dialog, used to download IPfilter and server.met 
3690                    (and probably other files in a near future) Now it's the thread who runs the dialog,
3691                    and dialog no longer block aMule while loading. It also has a progress bar. Yay!
3692                 * Fixed amule daemon not allowing auto-dowload of server.met.
3693                 * First rework of the Search dialog, later re-worked by Xaignar using the 
3694                   hide/show engine I did.
3695                 * Implemented "Send messages" via right-click on source.
3696                 * When aMule is running and you try to run a second aMule, it now send a 
3697                    'raise' message to the current runing one. This is designed to fix the problems
3698                    with aMule being in a inexistant systray and thus people being unable to recover it.
3699                 * Fixed documentation:
3700                         * Bugs on  kb/kB mistakes
3701                         * Added "What are all those fancy colors in the download progress bar about?"
3702                 * --version switch now returns 0 (sucessfull app termination)
3703                 * MOD_VERSION_LONG does no longer show 2.0.0 version on CVS
3704                 * Cleaned the GUI for LOTS of unnecessary wxSizers that were looking ugly on Mac
3705                    and making wxDesigner project file much cleaner.
3706                 * Fixed memleaks on curl usage (thanks Seagull)
3707                 * Systray is now skinnable
3708                 * Safety checks: A File can't have more than 441 partcount
3709                 * Added a file-access tracker that allowed us to fix lot of file access bugs:
3710                         * We were closing invalid file descriptors!
3711                         * Random Error responese from CFile class, again
3712                         * Misc multiple bugs that made me kinnda rewrite the class
3713                 * Fixed user not being notified of duplicated files on shareds
3714                 * Safe load for clients.met (no more removing to load amule)
3715                 * Fixed PrefsUnifiedDlg using wrong events for Spin controls.
3716                 * Search textbox now accepts enter key (did it work before? or never worked?)
3717                 * aMule now compiles and works with wxWidgets 2.5.2, with no gui bugs
3718                 * Fixed a nasty cvs bug that was just taking '0' on upload settings as 0, not unlimited.
3719                 * Fixed CArray implementation to avoid ints and make usage of size_t and off_t
3720                 * Added GetConnectIP() implementation to BaseClient so we can hold the supposed IP 
3721                    or (after we had a connection) the real IP
3722                 * Implemented extra-file_corruption_safety on files. No more 'please rm -rf .aMule/'
3723                 * Implemented safe recover of .part.met files.
3724                    This means that if a .part.met file gets corrupted, aMule will take care of it and try 
3725                    to recover it with minimal info. As a matter of fact, only filesize and hash is need,
3726                    so any other info will be recovered or set to default instead of discarding the part file.
3727                 * Fixed mem corruption on BaseClient
3728                 * Fixed a crash on UploadListCtrl due to access to a either uninitialised or removed client.
3729                 * Fixed the annoying empty message being sent every time a client connects to us while 
3730                   we have a chatwindow with him. this was really pissing people off ;)
3731                 * Reworked SafeFile.cpp and made it compatible with eMule 0.44x. 
3732                 * aMule defaults to maximize if not size not overriden and no gui size stored (robably first run)
3733                 * Implemented CDirIterator. 
3734                    Used to get rid of wxFindFirstFile and such buggy functions (breaking filenames on Mac and others). 
3735                 * Added GUI preferences fo AICH's hash trusting and IPfilter new options.
3736                 * Corrected xMule version show. xMule started sending correct version tags on 1.9.1b, only 4
3737                    months after I told them, and only 1 after eMule+ developers did. Is based on our implementation
3738                    (x.y.z instead of eMule's x.ya), so it was not hard to show them correctly ;)
3739                 * Misc developing, memleak fixing, code rewrite, and co-workers abuse by insulting 
3740                    them and degrading them to worm state.
3741                 
3742                 * Kademlia Import:
3743                         kademlia/utils
3744                         * UInt128.cpp (class for handling 128-bits integers, added hability to read/write on SafeFile).
3745                         * UInt128.h
3746                         * All other files on the kademlia/utils are not needed by aMule.
3747                         kademlia/kademlia/
3748                         * Defines.h
3749                         * Entries.h
3750                         * Error.h
3751                         * Tag.h
3752                         kademlia/routing/
3753                         * Map.h
3755                 * Mac:
3756                         * Fixed compilation near every day :)
3757                         * Fixed the file descriptor problems, using the new file access tracker.
3758                         * Fixed the clients.met file being saved badly and thus breaking load.
3759                         * Fixed Search page not setting the SearchType to default.
3760                         * Fixed the start, clear and clear all buttons on Search page
3761                         * Fixed wrong usage (at least on Mac) of multi line control functions on single line text control
3762                         * Fixed sharing dirs giving access errors (and probably on other archs than Mac).
3763                         * Fixed amule daemon for taking 100% (or 198% on a dual system) CPU.
3764                         * Fixed wrong filenames being shown when more than 24 chars. See CDirIterator above.
3765                         * Fixed 'MyInfo' tab showing wrong endianess on IP.
3766                         
3767                 * Deleted files:
3768                         eMule-Import-Status     -> Very old unused file.
3769                         RC1-KnownBugs   -> Very old unused file.
3770                         HTTPDownloadDlg.*       -> HTTPDownload.* (no longer a GUI file)
3771                         
3773         lfroen:
3774                 * Core/GUI separation:
3775                         * Moved all GUI code out of Core files.
3776                         * Made a new socket engine to be able to use wxSocket on wxBase, even when
3777                            wxBase has no event pool.
3778                         * aMule daemon is now functional,  but it still need hard testing.
3779                            Enable it using --enable-amule-daemon.
3780                            You can control it via any EC app (amulecmd, amuleweb)
3781                         * aMule separated GUI does not compile right now, and the communication
3782                            with the core will be improved as EC is rewritten by GonoszTopi.
3783                 * Fixed crash on DownloadClient
3784                 * Misc aMule fixes here and there :)
3785                         
3786         Littletux:
3787                 * Patch to include UTF-8 support in systray.
3788                 * Patch to fix configure.in UTF-8 SysTray code.
3790         Phoenix:
3791                 * Fixed a compilation warning + appartently useless code in 
3792                   DirectoryTree.cpp.
3793                 * Fixed amuleIPV4Address for wx-2.5.2 and up.
3794                 * Fixed the low number of sources problem with wx-2.5.2 and
3795                   up. Problem was in CUDPSocket::SendBuffer, now there is a
3796                   macro to test. aMule should be 2.5.2 network ready now.
3797                 * wxCHECK_VERSION(2,5,0) no longer necessary in
3798                   amule{web,cmd} for wxApp because we have now -DwxUSE_GUI=0.
3799                 * New command line parameter in amulecmd: -pw or --password.
3800                 * New commands in amulecmd: serverconnect, reloadipf and
3801                   setipfilter. Thanks rommel for the initial patch.
3802                 * Fixed amulecmd command parser. Help was not coherent and
3803                   giving syntar errors.
3804                 * Rewrote command parser/processor im amulecmd to use
3805                   wxStrings.
3806                 * Some i18n stuff in amulecmd.
3807                 * Rewrote amulecmd and amuleweb, creating a new module,
3808                   ExternalConnector.cpp. This module has a lot of code
3809                   common to both programs, and will make it easier to
3810                   maintain.
3811                 * Fixed a small wxString bug in CamuleDlg::AddLogLine() 
3812                   in amuleDlg.cpp.
3813                 * Improoved wxSting usage in ExternalConn.cpp.
3814                 * Yielding in DownloadQueue.cpp Init() so that gui is not 
3815                   blank when loading lots of files.
3816                 * A little better font/color handling in amulewebDLG and 
3817                   amulecmdDLG.
3818                 * New command line parameter for amuleweb, amulewebDLG,
3819                   amulecmd and amulecmdDLG: -f. This parameter reads the
3820                   ECPpassword and the ECPort from the [ExternalConnect]
3821                   section of file ~/.eMule. This way, the plain text password
3822                   doesn't have to be passed in the command line.
3823                 * Updated socket-2.5.c to the latest wx-cvs code. 
3824                   Fast reconnect -> lowid bug is fixed in wx-cvs now. When
3825                   wx-2.5.3 is out, we will finally be able to drop this file.
3826                   It will only be needed for versions 2.5.0(?) to 2.5.2.
3827                 * Removed gsocket-2.5.h from the project. This file was not
3828                   beeing used anymore.
3829                 * Added command line parameter "-q" or "--quiet" to
3830                   amuleweb(Dlg) and amulecmd(Dlg). This is to run amuleweb
3831                   without any output to stdout, so that it does not need a
3832                   terminal.
3833                 * Changed amulewebDLG and amulecmdDLG to use sizers.
3834                 * Removed a bug in WebSocket.cpp: was not testing the return
3835                   value of Accept, this could create a thread with a NULL socket.
3836                 * Added two new commands to amulecmd(DLG), GetIPLevel and
3837                   SetIPLevel <new level>.
3838                 * Rewrote most of the wxString usage of amule web server in
3839                   ExternalConn.cpp. There should be some speed improovement.
3840                 * Removed pop up when web server requested ed2k source link
3841                   and amule was low id.
3842                 * Fixed a problem with Server Connect command in amulecmd, it
3843                   was not working. It has been renamed to ConnectTo. Also
3844                   fixed help command output, should look better now.
3845                 * Added "-fmessage-length=0 -W" flags when --enable-debug.
3846                 * Changed m4/wxwin.m4 to recognize wx-config --libs base (no
3847                   equal sign from 2.5.3 and up).
3848                 * Unicode fix in SysTray and new compiler wanings fix due to
3849                   new compiler debug option -W.
3850                 * Some more consts in code due to CDownloadQueue::GetFileByIndex()
3851                   and CSharedFileList::GetFileByIndex(). Also cleaned those
3852                   functions.
3853                 * Fixed Resume/Pause bug in amulecmd/amule. Now Resume/Pause
3854                   argument starts at zero.
3855                 * More gsocket.h update.
3856                 * Debug protocol options. Comment/Uncomment:
3857                     #define DEBUG_LOCAL_CLIENT_PROTOCOL in BaseClient.cpp
3858                     #define DEBUG_REMOTE_CLIENT_PROTOCOL in ListenSocket.cpp
3859                     #define DEBUG_SERVER_PROTOCOL in ServerSocket.cpp
3860                     #define DEBUG_CLIENT_PROTOCOL in sockets.cpp
3861                 * Changed configure.in to no longer use gsocket-2.5.c for 
3862                   wx-2.5.3 and up.
3863                 * Fixed the Random Lowid Bug.
3864                 * Cleaner solution to RLB: Accept() the connection and
3865                   Destroy() the socket immediately.
3866                 * Fixed a lot of bugs in amuleweb. In particular, stop / pause
3867                   / cancel / priority(up/down) now works.
3868                 * Removed bubble sort code in download queue from amuleweb.
3869                   This code did not scale for large number of files, like
3870                   hundreds. There is still room for improovement here.
3871                 * Fixed a bug in SafeFile.cpp. wxString.Length() returns the
3872                   number of codes in the string, which is less than or equal
3873                   to the number of bytes in a multibyte encoded string. This way, 
3874                   amule will also not crash with locale search strings like korean,
3875                   japanese and chinese.
3876                 * Several amuleweb/ExternalConn bug fixes. Now the
3877                   communication is in UTF8, so that soon amuleweb non-unicode can 
3878                   communicate with amule unicode and vice-versa. There was a
3879                   bug when the number of files was more than approximately 90
3880                   because the communication routines could not handle strings
3881                   greater than 64K chars. There is still some replicated code
3882                   in ExternalConn.cpp, but the idea is that it will use the
3883                   code in ECSocket.cpp.
3884                 * Bug fix in ExternalConn.cpp. ECSocket must have the
3885                   wxSOCKET_WAITALL flag to work properly when the message has
3886                   more than 64Kbytes. aMule now uses ECSocket.cpp, no more
3887                   replicated code in ExternalConn.cpp.
3888                 * Fixed a bug in ListenSocket.cpp, m_client can be null after
3889                   ProcessSecIdentStatePacket(), so, we must check.
3890                 * Fixed conversion problems in ECSocket.cpp. Now external
3891                   connections in UTF-8 are really working, and
3892                   amuleweb/amulecmd (unicoded or not) can connect to amule
3893                   (unicoded or not).
3894                 * Fixed an unprotected call to strlen() in ECSockets.cpp, if 
3895                   you pass a NULL pointer to it, the program segfaults.
3896                 * Added a timer for idle repainting in amulewebDLG and
3897                   amulecmdDLG.
3898                 * Fixed this assertion in Preferences.cpp: [Debug] 07:02:00 AM: 
3899                   include/wx/longlong.h(155): assert "(m_ll >= LONG_MIN) && 
3900                   (m_ll <= LONG_MAX)" failed: wxLongLong to long conversion
3901                   loss of precision.
3902                 * Reimplemented "Show Rates On Title" preference.
3903                 * Initial import of new MD4 hash code from emule 0.44a into
3904                   KnownFile.{cpp,h}.
3905                 * Removed amuleweb html template 12 char password limitation.
3906                 * Small fixes to UTF-8 SysTray support patch.
3907                 * Several unicode fixes.
3908                 * New macro in otherfunctions.h: unicode2charbuf(x) -- used
3909                   when you need to store a (char *) to use several times.
3911         Rommel:
3912                 * Patch to implement the commands serverconnect and reloadipf
3913                   in amulecmd.
3915         ThePolish:
3916                 * i18n amule log lines (server window)
3917                 * amulecmd and webinterface i18n fixes
3918                 * Some win32 fixes (slashes and backslashes)
3919                 * Automake 1.8 fixes
3920                 * Add traditionnal Chinese translation (zh_TW) from Paul (Thanks !)
3921                 * Add it, nl, fr, pl, es, eu, ca translation updates (Thanks to
3922                   all translators)
3923                 * Fix copyright for alc icons
3924                 * Replace amule, wxCas, alc .ico simple icons by icons group .ico
3925                 * Replace alcc's printf by wxLogMassage
3926                 * Make runtime to be in seconds in amulesig.dat
3927                 * Modify Xas to handle runtime in seconds
3928                 * Modify wxCas to handle runtime in seconds
3930         Unleashed:
3931                 * cas: some sprintf -> snprintf conversions, ifdef unix specific
3932                   code, and revert get_path() breakage
3934         Xaignar:
3935                 * Other stuff I'm too lazy to write or have forgotten about. ;)
3936                 * Initial multi-sorting on download list. Upon changing sort-column,
3937                   any items that were evaulated to equal will be resorted by the 
3938                   last used column.
3939                 * Fixed the constant resetting of the category dropdown-menu in
3940                   the searchdlg.
3941                 * Fixed "&"s being replaced with "&&" on the log-view.
3942                 * Only displayed category color when the items arn't highlighted
3943                   on the download list, to improve readability. (thanks to Seagull)
3944                 * Optimized the IPFilter-code.
3945                 * Improved the CDownloadListCtrl::Updateitem function so that it 
3946                   doesn't search the list for hidden items.
3947                 * Improved sorting of clients by QR on the download list.
3948                 * Removed a number of unsued files, cutting down archive-size
3949                   by around 900kb.
3950                 * Changed systray behavior to match KDE/GNOME. Single-clicks hide/show.
3951                 * Fixed the "Last Recieved" column, which would show the 
3952                   same as the "Last Seen Completed" column.
3953                 * Fixed the placement of sources on the download list, where they 
3954                   would sometimes be placed with the wrong file.
3955                 * Cleanup of the new AICHSyncThread class.
3956                 * Removed extra newlines before writing text to the logfile,
3957                   to avoid having a double-spaced file.
3958                 * Fixed loading of addresses.dat, where the first line would
3959                   be ignored and replaced the messagebox with a log-line.
3960                 * Fix the percentage displayed on the progress-bars being rounded,
3961                   which would result in non-completed files showing 100%.
3962                 * Added the ability for the user to specify permission settings for 
3963                   fildes and directories. These settings default to 640 for files and
3964                   750 for directories and are used throughout the app, with the 
3965                   exception of files created with wxTextFile, as that class lacks 
3966                   support for permissions. Will be fixed later            
3967                 * Cleanup of CServerListCtrl:
3968                   - The sorting of the list is now always maintained, including when items 
3969                     on the list are updated or new items updated.
3970                   - Cleanup of the popup-menu.
3971                   - Disallow connecting to multiple servers at the same time.
3972                   - Other changes.
3973                 * Reduced the overhead of the overhead calculation by using 
3974                   code that didn't require iterating through a list every time.
3975                 * Added checks to avoid the user getting spammed with the "Connected
3976                   to user" and "Disconnected ..." when having an open chat-window.
3977                 * Second reworking of the SearchDlg
3978                   - The crash on searching should be fixed now.
3979                   - Initial cleanups of the SearchList class
3980                 * Cleanup of the SearchListCtrl class
3981                   - Results will now always be sorted
3982                   - Syncronized all lists during runtime, so that they behave 
3983                     as a single list.
3984                   - Improving the coloring of items.
3985                 * Cleanup of the CMuleNotebook class
3986                 * Cleanup of the CMuleListCtrl class:
3987                   - Added double-arrow for alternate sorting.
3988                   - Centralized a lot of logical plus lots of other changes
3989                 * Double-buffered all listctrls using custom drawing, to reduce flicker.
3990                 * Added warning if the user recieves LowID from the server.
3991                 * Disallowing the user to send empty messages in the chat window.
3992                 * Rewrote the PrefsUnifiedDlg class
3993                   - Removed the Rse classes and create a more clean replacement.
3994                   - Made the dialog mode-less.
3995                   - Removed the un-implemented Notify page
3996                   - Serveral other changes.
3997                 * Updated the version reporting capabilities of aMule, so that it
3998                   will report version, wxWidgets type and version and if unicode
3999                   has been enabled or not.
4000                 * Added the new MuleTextCtrl class which supports the traditional
4001                   popup-menu with Cut/Copy/Past/Clear and Select All. All existing
4002                   wxTextCtrls were replaced with this new class.
4003                 * Imported the parts of Crypto++ that aMule needs into two files
4004                   with permission from the Crypto++ developer. This means that aMule 
4005                   now compiles without the user having Crypto++ installed, though it 
4006                   is still possible to use external Crypto++ installations if the user
4007                   wishes to do so.
4008                 * Fixed some compilation problems with aLinkCreator and wx-2.5.2.
4009                 * Fixed the First-Time-Message being displayed twice and rewrote it 
4010                   somewhat since it was becomming quite outdated.
4011                 * Fixed the "unable to open preferences.dat" bugs.
4012                 * Fixed the ability to add static servers.
4013                 * Cleanup of column sorting functions.
4014                 * Fixed a bug where CServer::HasDynIP would always return true.
4015                   This would result in need-less dns lookups.
4016                 * Removed a redundant attempt at adding servers from connected 
4017                   clients.
4018                 * Fix for Packet::PackPackets function where new size of packet 
4019                   wouldn't be saved.
4020                 * Fixed some access to the dialog-window ptr after it had been
4021                   deleted. This was causing some odd behavior once in a while
4022                   on termination.
4023                 * Fixed the downloadqueue sorting, which was reversed. Low-priorty 
4024                   files having high priority and high-priority files having low 
4025                   priority. (Thanks to thomas001 for noticing)
4026                 * Rewroked the systray:
4027                   - Fixed the the problems with the rate-limiting functionality.
4028                   - Enabled use of PublicIP requests, so that the tray will show
4029                     the users actual IP rather than the interface IP.
4030                   - Some changes of the menu-structure.
4031                 * Complete reworking of the hashing thread:
4032                   - More informative output
4033                   - Much better error handling
4034                   - Handles duplicate files gracefully
4035                   - Reads only 128kb (instead of 9mb) at a time to avoid killing 
4036                     the harddisk entirely while the thread is running.
4037                   - Made the thread terminate when no files are left, instead
4038                     of timing out as before.
4039                 * Disconnected otherfunctions.h from the rest of the aMule code,
4040                   so that it should be possible to use it in external apps.
4041                 * Added checks when using the client-pointer in the socket-code,
4042                   since that suffered from the same problem as the previously 
4043                   fixed clients (they have a habbit of dying at random).
4044                 * Added function for truncanating displayed filenames, which is now
4045                   used in file-details dialog, to avoid it getting resized to 
4046                   extreme widths.
4047                 * Some work on readying the Info tab on servers, deltaHF_ did the
4048                   rest of the work.
4049                 * Small re-fix for the "mis-matching hash"-bug fix
4050                 * Reworked the SearchDlg once
4051                   - Added Jugle.net websearch
4052                   - Added results-count to the result tabs
4053                   - Other smaller changes 
4054                 * Fixed mem-leak where certian client-objects wouldn't be deleted. 
4055                   Specifically those that were removed from the download queue but 
4056                   wern't on the upload queue and didn't have a active socket.
4057                 * Removed debugging functionality no longer needed.
4058                 * Removed variable-arguments logging functions, since they were 
4059                   only needed in a very few places and posed a potential risk 
4060                   everywhere else.
4061                 * Fixed StripInvalidFilenameChars function to avoid legit letters
4062                   being dropped (thanks to likesylph).
4063                 * Changed all file-accessing to use CFile rather than a mix of CFile, 
4064                   wxFile and FILE.
4065                 
4066                 * Removed a number of warnings.
4067                 * Cleanups of the following files
4068                   - AICHSyncThread.*
4069                   - ServerListCtrl.*
4070                   - SearchListCtrl.*
4071                   - MuleNotebook.*
4072                   - MuleListCtrl.*
4073                   - PrefsUnifiedDlg.*
4074                   - SysTray.*
4075                   - AddFileThread.*
4076                   - SearchDlg.*
4077                   - CMemFile.h and filemem.cpp
4078                   - SafeFiles.*
4079                   - CFile.*
4081                 
4082         Special Thanks To:
4083                 * Lucasvr, for providing fixes for compilation with some wx versions.
4084                 * Seagull, for providing fixes and suggestions.
4085                 * likesylph, for providing a fix for the StripInvalidFilenameChars function.
4086                 * All translators
4087                 * All testers
4088                 * BrianHV and the people at #wxwidgets for their help and support
4089                 * EVERYONE at #amule (even codewarrior2!)
4090                 * All the people in aMule's forum
4091                 * All the users, for having the patience to wait the delayed rc6 release.
4092                 * Hellimod, one_2_one, ASTIOBOY, sssnake, lami123, Ocimin, agav,  PowerMike
4093                    and all the mac testers and people providing Macs for ssh & vnc. 
4095         Funny stuff about this changelog:
4096                 * You can notice that the Search dialog was rewritten 3 (THREE!) times
4097                    between rc5 and rc6. You only get to see the final version (Xaignar's), 
4098                    but the initial one was Kry's (when the extended buttons show/hide 
4099                    were added) and then deltaHF changed it later. 
4100                    We just love changing that page.
4101                 
4102 ----------------------------------------------------------------------------------------------------------------------
4103                    
4104 Version 2.0.0rc5 - The 'Let's recover our release speed' version.
4105 ----------
4106 2004-07-18
4108         deltaHF:
4109                 * Better sorting of some columns
4111         Kry:
4112                 * Some gui design and coding of the upcoming Kad window
4113                 * Protocol update:
4114                         * UDP protocol upgraded to eMule 0.43b
4115                         * TCP Standard Base protocol upgraded to eMule 0.43b
4116                         * TCP Extended Base protocol upgraded to eMule 0.43b
4117                 * Fixed memory corruption and crashes on 'cas'
4118                 * Fixed gsocket-2.5.c for big endian archs.
4119                 * Fixed CFile class to actually return error when a error ocurred and not only when it feels like.
4120                 * Fixed bug where the 'All' category could be removed leading to crashes and other funny behaviours.
4121                 * No more minimize when no tray has been selected.
4122                 * Fixed browse skin file button to actually browse a file ;)
4123                 * Fixed high 32 bits of transfered bytes not being loaded on known.met (sorry fluffly!)
4124                 * Some Mac bugfixes.
4126         Hetfield:
4127                 * Some gcc 3.4.x compilation fixes
4129         lfroen:
4130                 * GUIEvents updated 
4131                 * core2gui events added.
4132                 * Some gcc 3.4 fixes to GUIEvents
4134         Phoenix:
4135                 * Added a test with a warning to
4136                   CSearchDlg::OnBnClickedSdownload in SearchDlg.cpp. A NULL
4137                   value has been reported on the foruns, we don't know how
4138                   GetPage() or FindWindowById() could have returned NULL.
4139                 * More unicode fixes to alcc and ed2khash.
4140                 * Fixed flags for console applications. -DwxUSE_GUI=0 is
4141                   required so that amuleweb, amulecmd, etc, run fine with
4142                   wxWidgets version 2.5.2 and up.
4143                 * Fixed a problem with gsocket-2.5.c when using wxWidgets
4144                   version 2.5.2 and up. Now amule runs with 2.5.2.
4145                 * New ipfilter code.
4146                 * Found the reason why wx-2.5.2 gui was messed: starting with
4147                   wx-2.5.2, a new flag must be added when adding components to
4148                   sizers to keep the old behaviour (wxFIXED_MINSIZE). This
4149                   constant is defined to zero in amule.h when wx-version is
4150                   less than 2.5.2, so that amule still compiles in old wx.
4151         
4152         ThePolish:
4153                  * Add win32 MakefileWIN32, configureWIN32.h and project file amule.msp
4154                  * Make win32 use winsock2 for IPFilter
4155                  * Enable alc, alcc, wxCas translations with aMule catalog
4156                  * Use normalized includes for wx in wxCas, alc and alcc
4157                  * Limit the server name length in wxCas to avoid a too large window
4158                  * New icon for alc
4159                  * Global fr translation
4160                  * Fix win32 ToolBar problem
4162         Xaignar:
4163                 * Added the ability to search for "Texts"       
4164                 * Attempt at fixing both Random Socket Bugs and Random Client Bugs.
4165                 * Fixed new IPFilter code.
4166                 * Cleanup of CPartFile::SavePartFile
4167                 * Got rid of some unneeded includes.
4168                 * Fixed compilation when using crypto++ 5.2
4169                 * Ensuring that the ServerListCtrl gets unfrozen in case of corrupted met files.
4170                 * Fixed a crash-bug added by Kry's UDP commit.
4172         Special thanks to:
4173                 * The usual people, those on the other 'Thank you!' sections of changelog.
4174                 * All the people at the Mac section of forums, for testing compilation and run.
4175                 
4176                 
4177 ----------------------------------------------------------------------------------------------------------------------
4180 Version 2.0.0rc4a - HOTFIX release for lugdunum 16.47 servers (The 'Ooops!' version)
4181 ----------
4182 2004-07-14
4184         Kry:
4185                 * eserver 16.47 fix for shared files packet not compressed
4187         deltaHF:
4188                 * Translations update
4190 ----------------------------------------------------------------------------------------------------------------------
4193 Version 2.0.0rc4 - The 'Mules and rabbits like apples too' version.
4194 ----------
4195 2004-07-12
4197         alehack:
4198                 * Patch to show extra QR info
4199                 * Patch to colorize the download list
4201         aquatroll:
4202                 * Fixed includes for Win32 compilation
4203                 * Cleaning of unused variables on Win32
4204                 * Fixed compilation on Win32
4206         Citroklar:
4207                 * lots of unicode slave work ;)
4208         
4209         croakerc:
4210                 * Fixed OpenBSD compilation
4212         deltaHF:
4213                 * Added websearch function (filehash.com)
4214                 * Added jugle.net as Fake-check URL
4215                 * New buttons added:
4216                   - reload sharedfiles
4217                   - switch upload/uploadqueue
4218                   - clear completed files
4219                 * Added 3 new columns in upload window (Client Software , Upload/Download , Remote Status)
4220                 * Added 'Client Software' column in upload-queue window
4221                 * "Asked for another file" on sources now with the filename that is asked for ( i.e. A4AF -> xyz.avi)
4222                 * Added 'copy file feedback to clipboard' function
4223                 * Added new Toolbar icons [ thx to http://www.everaldo.com ;) ]
4224                 * Added icons in Preferences
4225                 * Download menu changed
4226                 * Work on skin support
4228         falso:
4229                 * Typo fix: bandwith to bandwidth
4230                 
4231         hellimod, one_2_one:
4232             * MacOSX support
4234         Hetfield:
4235                 * Fixed unicode issues on SysTray.cpp, now apps is really unicoded!
4236                 * deleted separated i18n stuff from SysTray, now uses global one
4237                 * Fixed 2 memory leaks in SysTray
4238                 * updated italian and napoletanean translations
4239                 * Fixed unicode issues in serverlist updates and download tab
4240                 * Fixed unicode issues that stopped adding files to download from ed2k utility 
4241                   and internal link handler
4243         Jacobo221:
4244                 * New feature to open webpages in new tab instead of new window
4245                 * Fixed a compatibility bug in OnlineSig with eMule's and added connecting support
4246                 * Fixed bug in Statistics limits in Preferences
4247                 * Fixed bug in Upload/UpQueue button
4248                 * Fixed SERV.4 bug
4249                 * Fixed DISP.14 bug
4250                 * Added DOS compatibility into CAS and update onlinesig support
4251                 * Several features in XAS (see XAS's changelog)
4253         Kry:    
4254                 * Fixed wxWidgets 2.5.x socket code. aMule now works on wx2.5.1 perfectly, wx2.5.2 introduces some GUI bugs.
4255                 * Rewrote Preferences engine to be much nicer, and Mac compatible :) Thanks to deltaHF for the new icons.
4256                 * Added a hack to make new preferences work on wxWidgets 2.4.2. I hope we can get rid of wx 2.4.2 soon ;)
4257                 * Wrong .part.met files no longer make aMule abort on startup. Now a warning is displayed on log and aMule ignores that file.
4258                 * Added the new compatible client flags tag agreed with lphant devs and eMule devs. xMule devs refused to use it.
4259                 * Overloaded the wxSocketClient::Destroy to a safer version, to check cases when deletion is not called from Destroy()
4260                 * Fixed the disconnection of clients that have MS_CHATTING state.
4261                 * Fixed the usage of QueueLogLine fucntion to avoid crashed on too fast computers ;)
4262                 * Remove spaces from search string start and end.
4263                 * Remove spaces from ed2k links start and end.
4264                 * Fixed a mem corruption due to lphant icon size (we all know lphants are big)
4265                 * Splitted internal core and GUI events 
4266                         * Socket events mover to core
4267                         * Timer got separated into core_timer and gui_timer, each one with the matching functions.
4268                 * Fixed UDP socket handler being... the TCP handler. Since lmule times.
4269                 * Delayed deletion of sockets to avoid async deletion issues that happens when Destroy() is called on a event
4270                 * Fixed several rare crashes happening on some fast computers on shutdown aMule.
4271                 * Added a debug function to get track of double-deletion of clients.
4272                 * Socket handlers now stop notifying new events when Safe_Delete() is called.
4273                 * m_pszUsername inited before a new call to handle 'new' exceptions correctly.
4274                 * Added a hack on  IsRunning() to check for current app object not existing yet (or deleted on shutdown)
4275                 * Fixed all icons to be 16x16 to avoid asserts on 2.5.x for unmatching wxImageList sizes.
4276                 * Fixed all wxImageList sizes to avoid asserts on 2.5.x on object construction.
4277                 * KnownFileList takes account of the duplicates now, so those are not rehashed each time anymore.
4278                 * Fixed EC password not being shadowed on preferences.
4279                 * The preferences dialog should be resizable now.
4280                 * Updated lphant stats to show the version as they added the extended version tag.
4281                 * Fixed 1 double-delete on ListenSocket, when socket is not connected.
4282                 * Each socket has its own handler now. Much safer and faster.
4283                 * Fixed hashing thread implementation to make it shutdown safely.
4284                 * Fixes on geometry handling to make it work properly from commandline.
4285                 * Fixed minimize to tray to work properly with no more double-minimizes.
4286                 * Coded the skeleton of the core/gui separation event system, improved by lfroen later.
4287                 * Fixed CString implementation for operator '+'
4288                 * No linking cas, wxcas and ed2k against crypto, please :) Fixed.
4289                 * Lots of speedups on ClientUDPSocket handling, someone went paranoid and added lot of redundant code.
4290                 * Changed most of the wxT("") to wxEmptyString
4291                 * Fixed the splitter position and client size on restart.
4292                 * Fixed compilation on wxWidgets CVS
4293                 * Fixed amuledlg not being set to null + moved the init to beginning on amule.cpp
4294                 * Fixes mem corruption and crash on PrefsUnifiedDlg
4295                 * Fixed missuse of  inet_addr on BaseClient.
4296                 * Fixed crash on stats disabled
4297                 * Reduced memory usage with a centralised icon handling.
4298                 * Fixed wrong var type on EMSocket.h causing mem waste.
4299                 * Fixed bug on SetFileSize (thanks to Pichuein on eMule forums)
4300                 *  wxWidgets 2.5 compatible CDirectoryTreeCtrl. 
4301                         WARNING- NEW BEHAVIOUR IS: LEFT CLICK ON ICON -> SHARE, RIGHT CLICK -> RECURSIVE SHARE 
4302                         Also made the icon red if the folder is shared.
4303                 * ModString fixed - Now mods identify themselves correctly.
4304                 * As xMule now identifies as eMule 0.0a, added xMule detection based on username 
4305                    and modstring to keep stats coherent.
4306                 * On debug builds, client stats now show the amount of clients with open socket.
4307                 * Changed theApp.glob_prefs->GetAppDir() to theApp.ConfigDir for speed improvements.
4308                 * Fixed crash on empty shareddir.dat
4309                 * Fixed listen socket being processed before created on fast computers and thus causing crashes on startup.
4310                 * Fixed server version tag.
4311                 * Added frame name to the aMule main window to be handled correctly by X server
4312                 * Fixed a crash on log file re-creating on startup.
4313                 * Fixed the update of the categories tab names to show the file count and the downloading files.
4314                 * Fixed the update of the categories tab names tp happen only when needed to save cpu.
4315                 * Changed several vars and functions to const for speed improvements.
4316                 * Enter button working now for web search.
4317                 * Added a check to disconnect clients sending non-hello packets before finishing handshake.
4318                 * Added preferences items for the upcoming Skin engine.
4319                 * Fix from lugdunum to avoid blacklisting on servers because of key repeat on pressing enter for search :)
4320                 * Use generic BSD wx preprocessor define to make aMule FreeBSD and OpenBSD compatible.
4321                 * Fixed Incoming folder not being shared on strange situations.
4322                 * Fixed usage of '/' instead of '\' on Win32 builds.
4323                 * Made file comparison case-insensitive on Win32.
4324                 * Better fitting of notebooks
4325                 * Fixed shared files reloading to stop being dependant of buttons/labels
4326                 * Socket handling now deletes the client if connection fails ;)
4327                 * Fixed some wxSizer usage causing compilation compatibility problems between wx 2.4.2 and 2.5.x
4328                 * aMule now filter bad ips on source seeds.
4329                 * Autoconnect and onlinesig are now on by default.
4330                 * Added a check on graphic stats drawing to avoid crashes if no DC is created yet.
4331                 * aMule now uses crypto++ for MD4 calculation (faster, and endian safe)
4332                 * Added two sanity checks for source drawn with no reqfile associated, avoiding crashes.
4333                 * Fixed mem corruption and possible memleaks and crashes on file comments received.
4334                 * Fixed a BAD and UGLY and EVIL mem corruption happening since more than a year ago and still present
4335                    on the original program (xMule).
4336                 * Client sending wrong OP_FILEREQUEST packets are now disconnected to avoid further problems caused by their 
4337                    corrupted packets. Old shareazas and most xMule versions have been warned since 2004/04/13 from aMule and 
4338                    since much more time ago from eMule. Shareaza fixed it, but xMule refuses to fix it. eMule 0.43x disconnects them too now.
4339                 * Fixed crashes on sockets because of packet overhead being calculated after packet was deleted.
4340                 * Fixed the CVS mod reporting for aMule 2.x
4341                 * Fixed the Online Signature dir selection.
4342                 * Fixed some shared files not being shared due to a return; on a wrong place ;)
4343                 * Fixed some events being posted to wrong event handler.
4344                 * Added GUIEvents.h to take care of the core/gui separation events.
4345                 * Cleaned ColorFrameCtrl class
4346                 * Cleaned otherfunctions.*
4347                 * Lots of misc code cleaning
4348                 * Several minor messages and GUI bugs.
4349                 * Several warnings removed.
4350                 * Removed useless files:
4351                         XBMDraw.cpp
4352                         XBMDraw.h
4353                         SplitterControl.cpp
4354                         SplitterControl.h
4355                                 
4356                                         ------------ MAC -------------
4357                 * Fixed compilation on wxMac CVS and 2.5.x
4358                 * Fixed socket connection on Mac.
4359                 * Fixed endian issues causing crashes on server communication.
4360                 * Fixed string tags being read wrong.
4361                 * Fixed known.met being corrupted on every save and reload.
4362                 * Fixed stats not working on Mac (no longer crashes because of drawing)
4363                 * Fixed mnemonics on file search not being endian-safe.
4364                 * Fixed server TCP flags.
4365                 * Fiexd bug on lowid callback.
4366                 * Fixed serverlist on Mac:
4367                         - Server users
4368                         - Server files
4369                         - Server ip being reversed on restart
4370                         - Server port set to 0 on restart.
4372                                         -------- UNICODE ---------
4373                 * Fixed unicode compilation of most files (except those by Citroklar, Hetfiled, and shakraw)
4374                 * Fixed search on unicode builds.
4375                 * Unicoded most of the app internals :)
4376                 * Fixed part.met on unicode builds      
4377                 * Hunted and killed (char*) casts and c_str() calls.
4378                 * Fix unicode client names and misc.
4379                 * Percentage & Download speed fixed
4380                 * Reported several bugs to wxDesigner's mantainer to make it work properly on unicode builds 
4381                 * Fix usage of st_mtime to allow files with non-std chars to be shared without crashes on wx2.5.1
4382                 * Fixed PerformFileComplete to allow unicoded files to be finished :)
4383                 * Fixed part met filename being 001.part everytime on unicode builds.
4384                 * Fixed renaming on file completion causing crashes on unicode builds
4385                 
4386         lfroen:
4387                 * Started to implement various changes needed to split the core and GUI.
4389         Madcat:
4390                 * Fixed preferences layout of panels.
4391                 * Simpler ed2k link integration for Mozilla 1.3+ / FireFox 0.6+ - Using Mozex plugin 
4393         niet:
4394                 * Added support for memory usage and binary name (on xas)
4396         Phoenix:
4397                 * Code cleaning in several modules due to making the members
4398                   size, opcode and prot private in packets.h.
4399                 * CFile Close(), Read() and Seek() made const. Seek() needed
4400                   the use of mutable with m_fd to be const.
4401                 * Put lots of consts around the code in the routines that
4402                   should be so.
4403                 * Patch to --enable-stdin to aid in debug with valgrind.
4404                 * Code cleaning in module Packets, made a lot of stuff private
4405                   now.
4406                 * Small hacks to print debug messages and avoid crashes,
4407                   mainly in PartFile.cpp.
4408                 * Sanity checks in debug mode (MagicNumbers) to aid finding
4409                   bogus clients and files.
4410                 * Created debugstuff module, debug build only.
4411                 * New configure option --enale-verbose, so that normal users
4412                   are not flooded with debug messages.
4413                 * MagicNumbers are swapped to signal deleted source/PartFile.
4414                 * Removed deprecated wxArrayString::Remove(size_t nIndex,
4415                   size_t nRemove = 1) using wxArrayString::RemoveAt(size_t
4416                   nIndex, size_t nRemove = 1) now.
4417                 * Get rid of evil wxString::GetWriteBuff() and
4418                   wxString::UngetWriteBuf() in ECSocket.h.
4419                 * Added -pw/--password command line option to amuleweb.
4420                 * Small unicode fixes.
4421                 * Fixed a messed up display in html code in aMule.tmpl (thanks
4422                   to steve.reaver)
4423                 * Fixed font problem after Xaignar's great flicker free
4424                   work in download list control.
4425                 * Fixed broken sort arrow after flicker free clean up.
4426                 * Enabled mouse wheel scrolling in all aMule list controls.
4427                 * Fixed two unhandled events in amule.cpp: CHAT_REFRESH_FRIEND
4428                   and CHAT_FIND_FRIEND.
4429                 * Fixed compilation in 2.5.x and some unicode issues in
4430                   aLinkCreator. Using wxAppConsole when wx > 2.5.0.
4431                 * Fixed compilation and linking in 2.5.x for amuleweb. Now
4432                   uses wxAppConsole when wx > 2.5.0.
4433                 * Added a test for the return value of
4434                   theApp.serverlist->GetServerByAddress(), which could be
4435                   NULL. This was the reason why aMule was crashing when trying
4436                   to connect to server with wxWidgets-2.5.2.
4437                 * Fixed compilation and linking in 2.5.x for amulecmd. Same
4438                   problem as amuleweb.
4439                 * Commited a patch from wolti that fixes compilation on 
4440                   sparc/Solaris systems.
4441                 * More sparc compilation fixes, thanks to wimms.
4442                 * Removed the declaration of void ParseCommandLine(); from
4443                   TextClient.h and WebInterface.h. It seems to have been
4444                   forgotten here.
4445                 * Patch to listctrl.cpp, was segfaulting in 2.5.1 when
4446                   hiding/resizing columns. In 2.4.2 was just asserting.
4447                 * Patch to Partfile.cpp, workaround the socket == NULL bug, so
4448                   that amule does not crash.
4450         shakraw:
4451                 * Fixed the "remote connect" bug
4452                 * Unicode support for amuleweb
4453                 * Fixed typos on amuleDlg
4454                 * Unicoded some files.
4456         steve.reaver:
4457                 * Fixed a messed up display in html code in aMule.tmpl
4459         thepolish:
4460                 * wxCas:
4461                         - Fixed for amulesig.dat changes
4462                         - Solved localized decimal separator pb
4463                         - Embeded all pixmaps in src files and remove now unused pixmaps dir (better for portability)
4464                         - Win32 toolbar pixmaps have transparency now
4465                         - Added variable refresh timers
4466                         - Added user preference system
4467                         - Added statistic image creation
4468                         - Added FTP support for an automatic upload of the statistic image
4469                 
4470                 * aLinkCreator:
4471                         - Added this new maaarvellous tool suggested by DeltaHF to compute ed2k links from a file (same behavior as eMule link creator, but no shared code)
4472                         - Rewrote md4hash and ed2khash code to avoid external dependencies (libcryptopp free), and to be Big Endian proof (works on Mac afaik)
4473                         - Added alcc, the "alc for console" command line client
4474                         - Added toolbar themes (KDE and DeltaHF's default for now)
4475                         - Thanks to Phoenix (Unicode, Hook, commandline...) and one_2_one (Mac tests)
4476                         
4477                 * aMule:
4478                         - Rewrote Makefile.am tree to fit to GNU standards
4479                         - Removed Makefiles stuff for wxwidgets < 2.2.6
4480                         - With >= wx-2.5, use wx-config --libs=base,net instead wxbase-config (because base in buggy on 2.5), and keep using both on 2.4 versions
4481                         - Check for wx >= 2.4.2 instead of 2.4.0
4482                         - Removed GTK2 warning with wx >= 2.5
4483                         - Fixed GTK2 not detected
4484                         - Enabled documentation installation
4485                         - Install xas in $(libdir)/xchat/plugins. Will work if aMule and xchat are installed with same DESTDIR
4486                         - Suppressed widlcats in makefile (not fully supported in all make)
4487                         - Enabled make dist and make distcheck targets
4488                         - Force automake scripts update (missing...) to suppress warning in configure
4489                         - Force autogen.sh to regenerate intl at each call to keep sychronised with system gettext templates
4490                         - Some minor i18n and unicode fixes
4491                         - Updated POTFILE.in
4492                         - Removed Win32 stuff from autotools scripts
4493                         - Added static MakefileWIN32 for win32 compilation
4494         
4495         Unleashed:
4496                 [ From rc3 (not on changelog)]
4497                 * Cache get_path homedir to speed up multiple calls
4498                 * Removed unused Tag_Struct
4499                 * Fixed var init and memleak in SearchList
4500                 [ rc4 ]
4501                 * Fixed COMP.10 bug
4502                 * Wiped out USE_DEBUG_SYMS
4504         wimms:
4505                 * More sparc compilation fixes.
4507         wolti:
4508                 * Patch that fixes compilation on sparc/Solaris systems.
4510         Xaignar:
4511                 * Merged lists used to identify file-types to avoid duplicity.
4512                 * Added wrapper-class around MD4 hashes.
4513                 * Fixed a number of places where the hashes where used as NULL-terminated strings, despite
4514                   them not having a NULL-terminator.
4515                 * Most functions using hashes now use the MD4 wrapper class for arguments.
4516                 * Fixed rare possibility of ending with an unclosed file in CServerListCtrl.
4517                 * Fixed unsafe parsing of OP_SERVERIDENT type packets.
4518                 * Fixed unsafe passing of strings as arguments to functions using format-strings.
4519                 * Changed the chat-dialogs to textctrls, which means that it is now possible to copy text (the unix way) by highlighting it.
4520                 * Fixed some memleaks.
4521                 * Fixed "&"s not being escaped on status-bar.
4522                 * Fixed incorrect source exchange packet format (Many thanks to the eMule Plus team for reporting).
4523                 * Started to document source-files with a Doxygen compatible comment format.
4524                 * Fixed the height of the barshaders used on the download list, it was 2 pixels too high, resulting in a slight cutoff.
4525                 * Reducing CPU-usage of auto-priority by not forcing a redraw every time the priority was automatically changed.
4526                 * Fixed that some overloaded functions hadn't been declared virtual in the base class.
4527                 * Replaced gif-animation widget with something more lightweight.
4528                 * Added sanity checks to CMemFile::Read.
4529                 * Fixed a number of uninitialized variables.
4530                 * Fixed several warnings about non-existing files.
4531                 * Fixes warning about not being able to create dir "" on first run.
4532                 * Changed "Extended Drop Sources" preferences, with the result that the option will be reset to "Swap Sources" when this version of aMule is first run.
4533                 * Got rid of most warnings when compiling.
4534                 * Lots of work on getting rid of c-strings.
4535                 * Fixed bug that would cause deleted sources not to be removed from the A4AF lists. This was a major source of crashes.
4536                 * Improved performance and safety of the source lists used with PartFiles.
4537                 * Lots of small imports from eMule.
4538                 * Made reqfile attribute of CUpDownClient private and added wrapper functions to fix the avilable-part information getting out of sync.
4539                 * Cleanup of includes.
4540                 * Fixed that we were always sending an OP_REASKACK packet and then the correct packet when recieving an OP_REASKFILEPING.
4541                 * Fixed Bug 45: URLs are now properly escaped when opening browsers for Fake-check and such.
4542                 * Fixed Bug 62: aMule will now be brought to front when left-clicking on the tray icon and when it is redisplayed after having been hidden.
4543                 * Added checks against aggressive clients (clients who reask for files too often).
4544                 * Imported checks for known leech-clients from the BlackRat eMule mod ( Many thanks to Le Rat Noir and inoteb for allowing us to use their work ).
4545                 * Fixed wrong initialization of headers for some packets ( Thanks to thomas001 for reporting ).
4546                 * Fixed a delete called on an uninitialized pointer in the statistics dialog and properly initalized serveral other pointers.
4547                 * Optimizing the Comp(Up/Down)DatarateOverhead functions to something that didn't require traversing a list at each call.
4548                 * Complete rework of the source-swapping functions.
4549                 * Fixed the possibility of sources being added to multiple source-lists at the same time (No more mis-matching hashes warnings).
4550                 * Fixed the new columns added by deltaHF not being displayed and added checks in case the same thing happens again.
4551                 * Almost completly eleminated flicker on the download list and did a cleanup of the drawing routines associated the the download list widget.
4552                 * Fixed some lists (Server list, maybe others) not being sorted when aMule is started.
4553                 * Fix mem-corruption bug in SysTray code if the systray was compiled in but hidden.
4554                 * Fixed the problem with deleting the last (connected) server on the server list.
4555                 * Removed the following files:
4556                   - ini2.*
4557                   - CString.h
4558                   - mfc.h
4559                   - position.h
4560                   - resource.h
4561                   - strings.en
4562                 * Cleaned up the following files:
4563                   - CTypedPtrList.h
4564                   - BarShader.*
4565                 * Many other smaller changes.
4566         
4567         
4568         Special thanks to:
4569                 * Le Rat Noir and Inoteb of the BlackRat eMule mod (http://www.blackrat.fr.tc/) for allowing us to make use of their     work on detecting bad clients.
4570                 * Optimazer and the eMule Plus team (http://emuleplus.sourceforge.net/) for reporting a bug in source-exchange packets.
4571                 * thomas001 for reporting a problem with packet headers.
4572                 * Everaldo (http://www.everaldo.com) & "Jimmac" (http://jimmac.musichall.cz/ikony.php3) for new icons
4573                 * Phk for searching for new icons ;)
4574                 * kno and thermoman for their fixes :)
4575                 * TheBlackHand and Hawkster eMule mods 
4576                 * uberpenguin for AMPS :)
4577                 * All aMule users, testers & translators
4578                 * eMule & wxWidgets devs
4579                 * Everyone we forgot here ;)
4580                 
4581                 
4582 --------------------------------------------------------------------------------------------
4584                 
4585 Version 2.0.0rc3 - The 'Target: Stability' version.
4586 -------------
4587 2004-04-22
4588         
4589         aquatroll:
4590         
4591                 * win32 stuff
4593         barbapapa;
4594                 
4595                 * Fixed >2Gb files sorting bug on transfer window.
4597         Citroklar:
4598                 
4599                 * Fixed saving preferences on klick OK, not only on shutdown.
4600                 * Configure stuff 
4601                 * Cas related stuff
4603         deltaHF:
4604         
4605                 * i18n stuff
4606                 * Minor timer fix ;)
4608         elfstone:
4609                 * Fixed already downloading files not being marked as such on search results.
4611         falso:
4612                 
4613                 * Improving and fixing cas 
4614                 * Added capability to create pngs with cas
4615                 * Fixed ed2k fast links handler
4617         Kry:
4619                 * Complete rewrite to emule 0.42x ed2k network code
4620                 * Rewrite of hashing thread. Also added a timeout to save resources.
4621                    It times out after 1 min without hashing or receiving new files to hash, or 1 min since last hash, and dies gracefully.
4622                 * Fixed the crash on startup if incoming/temp folder are on FAT32
4623                 * Added Safe Max Connections code to Preferences->Tweaks. 
4624                    This code will help all people with USB modems and crappy routers to not hang them.
4625                 * Identify to lugdunum > 16.45 with our proper extended version tag (2.0.0)
4626                 * Fixed & rewrote stats 
4627                         * Added Shareaza & lphant
4628                         * Fixed mldonkey stats (do they have to change their compatible number this often?)
4629                         * Added aMule / eMule / eDonkey proper version handling
4630                         * Dynamic tree of client versions (no more void versions)
4631                         * Fixed the xmule inflated statitics on the stats tree
4632                 * Rewrote client icons handling
4633                         * Use alpha channel to show the extended protocol and secure ident
4634                         * Added Shareaza, xmule, lphant, bad_guy and unknown client icons
4635                 * Fixed chuck selection. Much, much, much, much faster downloads. Back to the 1.2.6 speeds :)
4636                 * Fixed Win32 compilation
4637                 * Fixed lowID warning message on start being void.
4638                 * Proper Win32 and Mac disabling of the vertical preferences
4639                 * Severe bug on wxRadio button on RseInt was preventing ANY radio button on preferences from working.
4640                 * Fixed crash on 'cancel' while downloading server list.
4641                 * Fixed a UpdatePartsInfo missing on KnownFile.cpp
4642                 * Fixes the fake-check custom browser textfield
4643                 * Added wxNB_MULTILINE to preferences notebook.
4644                 * Minor issue on the chunk selection (thanks to AndCycle on eMule forum)
4645                 * Fixed a SEVERE mem access issue on the hash of the file id to check on knownfilelist.
4646                 * Fixed a SEVERE memory bug on sending the shared folders
4647                 * Fixed not sending the incoming and categories folders when sharing folders.
4648                 * Fixed 'Friends' working as 'None' on 'view shared' preferences.
4649                 * No more [0xy.part] on preview of completed files
4650                 * Fixed the FAT32 rehashing of files on startup
4651                 * Fixed filters not being used on right click on main transfer tab -> new status
4652                 * Changed known file list from wxHashMap to std::map
4653                 * Fixed auto-update server list at startup
4654                    Added posibility of multiple servelist urls too
4655                 * Fix for files publishing, reported by lugdunum to eMule/aMule developers.
4656                 * Proper use of ClearHelloProperties that fixes some crashes related to a var not being init.
4657                 * Added MOD_VERSION to hello type packets (just for CVS versions)
4658                 * Fixed packet processing on EMSocket error.
4659                 * Changed the full part (9.28Mb) lower limit for preview to 256Kb
4660                 * Added 'LI0' to the evil GPL doer checks.
4661                 * Bugfixes on the KnownFile::UpdatePartsInfo code.
4662                 * Added new verbose client info checkbox, to find out which clients are sending bad data.
4663                 * Fix UDP socket for Win32
4664                 * Re-added the timed part file buffer flush()
4665                 * Custom language support added
4666                 * Fixed FAT32 incoming/temp warning messages only shown on one of the folders.
4667                 * Fixed issues on packet unzip and crash on OP_CANCELTRANSFER already sent
4668                 * Added aMule 1.x / 2.x / CVS versioning.
4669                 * Thread-safe log lines adding using a queued loglines list.
4670                 * Completion Thread revamped --> No longer crashes, no longer asserts, and it's much nicer. 
4671                 * Fixed safe_delete (again)
4672                 * Fixed some memleaks
4673                 * Changed some CLists to wxLists
4674                 * Cleanup and fixing little bugs ;)
4676         Madcat:
4677         
4678                 * Disable autobacktrace on win32
4679                 * Removed wxTE_PROCESS_ENTER style from fast ed2k links handler (fixes assert)
4680                 * The following modifications to CamuleDlg::AddLogLine() function:
4681                   * Now uses system locale for date/time formatting.
4682                   * No longer asserts.
4683                   * Now also works on win32.
4684                 * Removed unused m_StateImageList
4685                 * Code cleanup
4687         one_2_one, hoschy007:
4688         
4689                 * MacOSX stuff
4691         shakraw:
4692                 
4693                 * Fixed multiple file download bug in webserver search section
4694                 * Fixed ed2k download link
4695                 * Fixed categories for web interface
4696                 * WebSocket.* & WebServer.*: now uses wxThreads and wxSockets to be cross platform.
4697                 * Better threads' array remove in WebSocket
4698                 * WebServer cleanly stopped before exit 
4699                 * Fixed max 2Gb display bug in amuleweb
4700                 * Updated aMule.tmpl: added file %complete support in transfer list
4701         thepolish:
4703                 * Wrote wxcas based on cas from falso
4704                 * Enable auto-refresh and Fix GPL headers (wxcas)
4705                 * Add system load and uptime (wxcas, Linux only)
4707         Unleashed:
4709                 * cas: better layout and fixes
4710                 * Fixed a pair of memleaks
4712         Xaignar:
4713                 * Fixed negative percentages in downloadlist ... again (Disp.8)
4714                 * Fixed the "free(): Invalid pointer" bug (Misc.10)
4715                 * Fixed PowerShare priority level not being saved. (Tran.9)
4716                 * Fixed the problem where it wasn't possible to select auto-priority in the uploadlist after having selected another priority (Tran.8)
4717                 * Cleanup of Search Dialog:
4718                   * The reset button is now properly enabled/disabled depending on the contenst of the text fields
4719                   * Fixed a bug where searched would be limited to 2gb if max size was set to a value less than min size
4720                   * The popup-menu for the notebook now works as expected (SRCH.1) 
4721                   * The popup-menu will now only show when right-clicking within the bounds of the notebook (DISP.12)
4722                 * Fixed the green progressbar on downloads always displaying 100%. (DISP.9)
4723                 * aMule will no longer display warnings about not being able to find server.met when a new server.met is saved and no old copy exists.
4724                 * known.met is now auto-saved (1) when 30 files have been hashed, (2) when 300mb worth of files have been hashed, (3) and when all files have been hashed. This is to reduce the chances of having to rehash all files after a crash.   
4725                 * Now uses the user-selected browser for fake-checking and such. (PREF.3)
4726                 * Further update of the Chat Page:
4727                   * Pages can now be closed like the ones on the Search Page
4728                   * Double-clicking on a nickname will open a chatsession for that friend
4729                   * When a nickname is updated in the friendlist, the assosiated tab is updated as well
4730                 * Other stuff
4733         ** Special thanks 
4734                 
4735                 * All the bug-reporters, helpers, translators and users at http://forum.amule.org
4736                 * Batman who commited a mldonkey related fix, thanks :) 
4737                 * Jacobo221, Stefanero for their help and support on forum and all the other stuff ;) 
4738                 * lugdunummaster for providing support on version tags and new features of lugdunum servers
4739                 .
4740                  --- As usual thx to eMule & wxWidgets devs and everyone i forgot ;) ---
4742 ---------------------------------------------------------------------------------------------------------------
4744 Version 2.0.0-rc2 - The 'white rabbit' version.
4745 -------------
4746 2004-04-11
4748         aquatroll:
4749         
4750                 * Fixed Win32 compilation (again).
4752         Ariel:
4753         
4754                 * Implemented completed parts count on file rehash.
4755                    Prevents your downloads to completely lost on a wrong .part.met write.
4756                    
4757         croakerc:
4758                 * Added zlib version check
4759                 * *BSD compatibility
4760                 
4761         deltaHF:
4762         
4763                 * New icon for aMule in DL/UP window ;)
4764                 * curl-config now >= 7.9.5 (for debian)
4765                 * i18n stuff
4766                 * Removed double catalan entry from prefs
4767                 * Fixed some typos
4769         falso:
4770         
4771                 * Added cas (C aMule Statistics), a remake of aStats but 10 times faster (still lack online sign).
4772                 * amulesign.dat now shows the Total transfered values in bytes.
4773                 * Added Session upload and download to amulesign and uptime too.
4774         
4775         Hetfield:
4776         
4777                 * Added new inclusion path if distro in not detected
4778                 * fixed wrong and duplicated inclusion in ClientCredits.*
4779                 * Modified configure scripts, only amule is compiled by default
4780                 * Added cas, ed2k, amulecmd, amulegui, amule webserver, amule webserver gui
4781                 * fixed wrong zlib check in configure    
4782                 
4783         hoschy, one-2-one, godard, PowerMike, hellimod:
4784         
4785                 * MacOSX stuff
4786                 
4787         Jacobo221:
4788         
4789                 * Compiled the RC1 bugs and provided support on forums. It's our man-for-all.
4790                         
4791         Kry:
4792         
4793                 * Implemented the Complete count on search results and on file publishing.
4794                    This feature added since aMule 2.0.0-rc1 and eMule 0.42e was not released
4795                    with the rc1 for network technical reasons (still on testing with lugdunummaster).
4796                    When publishing a file, we also inform the server if the file is complete or not.
4797                    Search results show the count of complete sources sent by the server next to the sources
4798                    found: i.e. 100 (28) meaning 100 sources, 28 of them complete (72 incomplete or old client)
4799                 * Added sending of the extended eMule version using aMule version, with additional rc version
4800                 * Added parsing of the new 0.4x eMule tags on hello packets.            
4801                 * Added parsing the Secure Ident packets for new eMule versions. Reduce overhead on download/upload.
4802                 * Added HandShake check on upload request.
4803                 * Rewrote display of client version on transfers page to handle the client soft/version correctly on any client.
4804                    That means eDonkeyHybrids and eMule does show now the correct version (i.e edonkey 0.50.1 or emule 0.42d)
4805                    aMule shows now as either "aMule 1.x (based on eMule v0.xx)" (<= 2.0.0-rc1) or aMule "A.B.C-rcX" (>= 2.0.0-rc2)
4806                 * Fixed Mule Info packet only sent to eMule clients. Now is sent to old eMule && eMule-like clients (compatible clients)
4807                 * Added 'Allocate Full Part File" and "Allocate Full Chunk" to preferences. None functional yet.
4808                 * Fixed Client Detail Dialog to show correct client version.
4809                 * Fixed comment mark on Download list being cut on the display.
4810                 * Fixed the crashes on Base Client packets.
4811                 * aMule now loads .par.met.BAK if the .part.met is 0-size (added to Ariel's commit, this prevents losing met files).
4812                 * Made SafeMem files really safe checking for read after end of file.
4813                 * Fixed wrong Modversion data (fixes random crash too)
4814                 * Fixed assert on wrong upload list control data.
4815                 * Fixed several crashes on wxString::GetData usage.
4816                 * Fixed UDP disable button not being saved across sessions
4817                 * Fixed a bug on new version check.
4818                 * Locale goes to System Default on new version now (fixes weird language problems)
4819                 * Fixed wrong OP_REASKFILEPING packets being sent .
4820                 * Reverted GAddress_INET functions to standard inet_addr ones.
4821                 * Completely removed list refresh functions. CPU saved was not worth it.
4822                 * Added CheckDiskSpace checkbox and radio button to the preferences.
4823                 * Added the scale of the connections graph on stats. (only rescaled on restart)
4824                 * Added 'Reset' button for Server Log
4825                 * Fixed: Right click popup on server connected was showing 'connect' now shows 'reconnect'.
4826                 * gscocket shouldn't be compiled on Mac, and so it's not compiled now ;)
4827                 * Fixed Preview of already completed files not working.
4828                 * Fixed files > 2Gb not working on fast ed2k links handler and ed2k app.
4829                 * Fixed file size for files larger then 2Gb displayed incorrectly
4830                 * Changed timeout of curl functions to 10 - fixes hangups when clicking server update without
4831                    internet conenction.
4832                 * We don't share 0 size files anymore.
4833                 * Fixed the crash on invalid socket using 5 different ways. The last one seems to be the most stable.
4834                 * Fixed several hangups on file completion.
4835                 * Fixed % and progressbar not being updated when changed on GUI Tweaks.
4836                 * Fixed comment packets. This was causing disconection from eMule clients (and crashing aMule clients)
4837                 * Fixed amule dissapearing because sent to systray when --disable-systray was used.
4838                 * Fixed memleak on search packet sent.
4839                 * Fixed memleak on KnownFile deletion
4840                 * Fixed memleak on search results received.
4841                 * Fixed memleak on comment packet received.
4842                 * Speeded up socket event handling.
4843                 * Cleaned server connection. No more 'inet connection might be down' - unless it's down ;)
4844                 * Faster PartFile processing.
4845                 * Fixed endian issue on PartFile loading.
4846                 * Fixed non-needed delete of an array on the notebook destructor.
4847                 * Doesn't allow an incoming packet to get processed if socket is deleting.
4848                 * Fixed double-highlight of servers if disconnected by the server.
4849                 * Speeded up hashing of the files a lot. This should fix the gui hangs at startup.
4850                 * Removed all old preferences code. That makes the app smaller, less memory used, and avoid some
4851                    unexpected bugs that arised on having 2 preferences implementation. Now New Prefs become Preferences.
4852                 * Fixed SysTray and gtk-files being compiled even when disabled on configure.
4853                 * Fixed several warnings.
4854                 * Fixed assert on Clear All (search)
4855                 * Make aMule compile on wxWidgets 2.5 (and CVS) version.
4856                 
4857         Madcat:
4858         
4859                 * win32 LaunchUrl() function
4860                 * Added amule-win32.HOWTO.txt
4861                 * Better win32 version of Hostname() function
4863         shakraw:
4864         
4865                 * WebSocket.* & WebServer.*: now uses wxThreads and
4866                   wxSockets to be cross platform.
4867                 * Better threads' array remove in WebSocket
4868                 * WebServer cleanly stopped before exit
4869                 * Fixed multiple file download bug in webserver search section
4870                 * Fixed ed2k download link
4871                 * Fixed categories for web interface
4872                   
4873         thepolish:
4874         
4875                 * win32 stuff
4876                 
4877         Unleashed:
4878         
4879                 * Memleak fix
4880                   
4881         Xaignar:
4882         
4883                 * Amule no longer writes met files when priority is changed through the
4884                    auto-priority subsystem. Thus hd-writes are substancially reduced 
4885                    depending on the number of files set to auto-priority.
4886                 * Fixed bug where text fields overlap each other (Disp. 4 & 5)
4887                 * Cleanup of amuleDlg.*
4888                 * aMule no longer displays a message about not being able to open the 
4889                    file "lastversion" the first time it is run
4890                 * Changed the CTypedPtrList filelist in DownloadQueue.* to a std::deque,
4891                    with a speed-increase as a result
4892                 * Fixed the bug where the background of previously selected items in the
4893                    friendslist wouldn't be redrawn (Disp. 2)
4894                 * Fixed auto-priority. Priority would be set one tad too high, resulting
4895                    in the downloadlist failing to assign a name to the priority, thus 
4896                    leaving empty fields. Also fixed displaying of priorty "Auto [Lo]" 
4897                    in sharedfiles-list. (Tran. 3)
4898                 * Fixed the problem where "completed percent" of files that hadn't 
4899                    transfered any bits yet would display a negative percentage (Disp. 8)
4901                    
4902         ** Special thanks to niet for his DNS service, bootstrap for his CVS service, stefanero & Citroklar for their    
4903            great help with a lot of stuff.
4904            Thx also to all translators and the users for reporting bugs and testing aMule (feel free to report more) :)
4905            As usual thx to eMule & wxWidgets devs and everyone i forgot ;)
4906         
4907         ** New translators:
4908         
4909            Supergirl: Croatian
4910            rommel:    Portuguese
4911            sNeo:      Italian (Napoletan)
4912            
4913         ** Follow the white rabbit and u'll find rc3 soon ;)
4914            
4915 --------------------------------------------------------------------------------------------------      
4916         
4917 Version 2.0.0-rc1 - The 'Mules and Rabbits love carrots' version.
4918 -------------
4919 2004-03-26
4921         Kry:
4922                 * Implemented SecureIdent (SUI) (imported from eMule 0.30x)
4923                    This mean your credits will be lost on first run 
4924                    There is no way to avoid that. Sorry :) Same happened with eMule.
4925                 * Send sources request for files added from search page first.
4926                 * Rewrote MuleNoteBook from gtk to a cross-platform implementation.     
4927                    The code is already used by xMule too, so I guess they liked it.
4928                 * Fixed most of > 2Gb bug, except the dom's contibution you can scrolling down ;)
4929                 * Made the .part.met load/save 100% compatible with eMule.
4930                 * Fixed the Safe_Delete bug. Seems it arised when we made the app too fast ;)
4931                 * Random usable position of the server split.
4932                 * Added bluecow's fix for zlib compressed packets.
4933                 * Even safer .met saving
4934                 * Added preferences checkbox for new style / old style tabs on preferences 
4935                    (vertical/horizontal)
4936                 * Checked for protocol limits on file size.
4937                 * Now client detail dialog show Secure Ident State 
4938                   (Not Supported/BadGuy/Not Complete/Verified)
4939                 * Added itoa to the MFC layer
4940                 * Added SetLength to CFile (MFC compat layer)
4941                 * Fixed hangup on message sending.
4942                 * Moved Fast ED2K show to GUI tweaks
4943                 * Slugfiller's Secure Hash (imported from eMule 0.30x)
4944                 * Fixed GetTickCount code returning signed value
4945                 * Fixed GetTickCount code not initializing the vars.
4946                 * Moved the FILE* to CFile for furter compatibility of code.
4947                 * Added the first version run detection
4948                 * Removed some Yield() code that only slowed init.
4949                 * Simplified systray menu by only showing what needed. 
4950                    Thanks to jadrian for the feature request.
4951                 * Grayed non-working Preferences options to avoid confusion and to
4952                    make the developer life easier selecting what to do ;)
4953                 * Fixed CTag new structure (imported from eMule 0.30x)
4954                 * Removed the mostly useless wizzard.
4955                 * Fixed the DoSwap crash on swapping A4AF sources. (hopefully)
4956                 * Fixed the log auto-scrolling up on messages window.
4957                 * Fixed the Upload bug that arised during endian changes.
4958                 * Added the Arabic, Chinese & Finnish compatibility on loading
4959                 * OpenBSD compatibility fixed
4960                 * Mac port 99% done, next version will be Mac compatible
4961                    Some final bugs to be fixed ;) 
4962                    Fixed:
4963                       *) .met files loading/saving (except knownfiles.met)
4964                       *) .dat files loading/saving
4965                       *) 99% of the preferences bugs.
4966                       *) Compilation and linking.
4967                       *) Error popups relates to c_opaque colour.
4968                 * Starting sync with eMule 0.42
4969                 * Speedups on Partfile Process nd DownloadQueue process.
4970                 * New 'server version' colum on server list window.
4971                 * MUCH safer packet handlig - avoids crashes on 99% of wrong tags.
4972                 * Fixed Dirs number on 'view shared'. Made aMule/eMule assert ;)
4973                 * Made download queue list refresh on a nicer way (much less glitches).
4974                 * Fixes an assert for  invalid menu entry on right click queue popup. 
4975                 * Mayor speedup on Highlight server (and thus on server connect/disconnect)
4976                 * Prevent removing the server we're connected at, either directly, on in a 
4977                    list of servers to delete, or in removing all servers. Warn the user with a
4978                    message Box and then leave it non-deleted. Fixes crash.
4979                 * Fixed hangup on message sending
4980                 * New IPFilter code (reload & on/off)
4981                 * Added checkboxes on GUI Tweaks tab for download progress % 
4982                    and Bar drawing.
4983                 * Fixed a severe memleak on the % showing and speeded it up.
4984                 * Save 5 sources on rare files (<20 sources)
4985                 * New SetFileSize code to avoid cpu usage.
4986                 * Removed the List Show/Hide and slider that made too much 
4987                    problems on 1.2.6. Safer version (and better) will be on 2.0.0 final.
4988                 * Speedups on Hash thread.
4989                 * Safer corrupt detection on FAT partitions
4990                    I'm sorry if it rehashes every file on your system on restart, will be fixed.
4991                 * The file pause because of diskpace shows now on aMule logs
4992                 * Fixed BackUp file to REALLY backup instead of moving.
4993                 * Added code to check 0-size .part.met and load backup if needed.
4994                 * Fixed types.h and wintypes.h for proper Win32/Mac/linux compatibility.
4995                 * Added ECSocket code as common implementation for interaction between
4996                    different UIs (webserver, amulecmd, etc). 
4997                 * Fixed intercomunication for little endian <-> big endian machines on ECSocket.
4998                 * Speedups on Endian Swap code & proper wxWindows way to detect it.
4999                 * Changed CArray to wxArray on most places for safety.
5000                 * Added configure code for detection of the crypto++ includes/libs
5001                 * Fixed buggy curl-config on Mac including -mi386.
5002                 * Removed useless files: TabCtrl.*
5003                 * Fixed several bugs, memleaks, warnings and one mem corruption
5004                 * Code cleanup
5006         Creteil:
5007                 * Added the client detail dialog item for Securehash 
5008                 * Fixed sockets.cpp includes for non-debian systems ;)
5009                 * Added Arabic, Chinese & Finnish to languages in Preferences
5011         Hetfield:
5012                 * Configure now checks for crypto++ libs
5013                 * Added --with-crypto-prefix option to configure
5014                 * Possibile Fix to ListenSocket::Safe_Delete() seg fault
5015                 * Added ccache support to configure, no variables tricks needed
5016                 * Added --with-ccache-prefix option to configure
5017                 * deleted --enable-libcwd option from configure
5018                 * deleted useless libcwd debug files and code from whole project
5020         Madcat:
5021                 * Made Fast ED2K Links Handler optional
5022                         Something like the old Frankk's ED2K Links Handler patch.
5023                 * FakeCheck using donkeyfakes.gambri.net
5024                         Original idea and implementation by deltaHF.
5025                 * Clean(er) fix for splashscreen-creation compiler warning (unused variable
5026                 * Moved project/muuli.wdr to src/muuli.wdr
5027                 * ED2K-Links.HOWTO fix for some aMule/eMule error
5028                 * Added -ggdb -fno-inline to debug compilation flags
5029                 * Automatic category assignment for new downloads
5030                 * Updated AUTHORS file to reflect original eMule authors and give 
5031                         credit to original Linux port author (Timo Kujala aka Tiku)
5032                 * Win32 port 99% operative, next version will be Win32 compatible
5034         Emilio Sandoz:
5035                 * complete re-write of preference handling to make it table-driven
5036                         in both file-I/O and dialog
5037                 * improvements in feedback given during dialog interaction
5039         pure_ascii:
5040                 * Added highlighting of the connected server in server list
5041                 * Enabled and fixed setting the server version
5043         shakraw:
5044                 * Some fixes on web interface file type search, and code cleaning
5045                 * Fixed amule crash when closing socket
5046                 * size_t seems to break Mac compilation - anyway uintt6 is enought for
5047                   messages
5048                 * Modified RseStringEncrypted. Now we encrypt passwd just (and only)
5049                   when changing them in prefs' dialog. So, now we use always encrypted
5050                   passwords, noone in clear neither in memory or disk
5051                 * Check if we're able to use TCP ports (lacks what todo if not but we
5052                   can accept EC. do nothing atm = EC disabled)
5053                   Added "AMULEDLG SHOW" to EC available commands
5054                 * WebServer now use the more correct _("") for localized strings
5055                 * Created WebInterface.{h,cpp} for the web interface, and
5056                    cleaned WebServer.{h,cpp} code
5057                           
5058         neiro:
5059                 * Helped with OpenBSD port by providing a workbench
5060                 
5061         Ganael Laplanche:
5062                 * FreeBSD port fixes
5063                 
5064         PowerMike, hellimod:
5065                 * Helped a lot on future Mac port by giving ssh & vnc access
5066                 
5067         deltaHF:
5068                 * New toolbar icons (thx to everaldo.com)
5069                 * Added & enabled chinese, danish and hungarian translation
5070                 * Preferences (added/changed):
5071                   IP-Filter reload and on/off buttons 
5072                   securehash -> secure ident
5073                   media info 
5074                   max connections: 25-7500
5075                   upload queue: 500-1000
5076                   max new connections / 5 sec: 5-500
5077                   remove dead servers after: 1 >
5078                   tcp port: 80 > (for users with bad ISP's .. but remember -> running aMule as root is unsecure !!!)
5079                   add new files (dl & share) with auto priority: off by default now (if running aMule for the first time)
5080                 * Updated the header of all files
5081                 * Changed wxWindows to wxWidgets
5082                 * "Donated" amule-project.de
5083         niet:
5084                 * Donated amule-project.net :-)
5085                 
5086         bootstrap:
5087                 * CVS support
5088                 
5089         Torsten SCHULZ:
5090                 * Added the % showing on progressbars.
5092         lemonfan:
5093                 * Modified network code for big-endian systems
5094                 * Fixed preferences bug
5095                 * Fixed copy ed2k link to clipboard
5096                 * Fixed CArray for MFC compatibility
5097                 * More rigid compatibility to MFC types
5098                 * Fixed misformatted strings and several warnings in WebServer.cpp
5099         
5100         Xaignar:
5101                 * Code cleanup in amule.* and otherfunctions.* and other files
5102                 * The Cleanup button in the File Details dialog no longer replaces "&" with "&&"
5103                 * Max connections should be correctly set on windows platforms, instead of defaulting to 500
5104                 * Finished the CArray -> wxArray conversion
5105                 * Fixed ECSocket compilation with gcc < 3.3
5106                 * Fixed segfault on close.
5107                 * Some other fixes
5109         Citroklar:
5110                 * External Connections are now only done when configuration tells us so (thanks to tonar from #amule)
5111                 * crypto++ detection fix
5112                 
5113         aquatroll:
5114                 * Win32 compilation Support & Development.
5115                 
5116         hellimod, PowerMike, godard, hoschy007:
5117                 * MacOSX compilation support
5118                 
5119         dom:    
5120                 * Found the last  > 2GB bug ;)
5121                 
5122         Special Thanks To:
5123                 
5124                 * All the bug-reporters, helpers, translators and users at http://forum.amule.org
5125                 
5126                 * eMule developers for their support. Long life to *Mule
5127                 
5128                 * FreshIRC & Freenode irc admins
5129                 
5130                 * People at #gentoo on freenode for their support, specially ferringb
5131                 
5132                 * The Testing Team: 
5133                    thepolish, efe, Citroklar, bizzY, KamiKazeNH, and anyone testing aMule.
5134                 
5135                 * New translators:
5136                 
5137                 Chinese:   nbfnw
5138                 Arabic:    hathalsal
5139                 Finnish:   eQualizer
5140                 Russian:   Elf
5141                 Italian:   GhePeU, sNeo
5142                 Portuguese (BR): KamiKazeNH
5143                 Korean:    BlueSpring
5144                 Spanish:   JonathanShields
5145                 Danish:    nowlin
5146                 Hungarian: biger [HUN]
5147                 Galician:  thorero
5148                 Hebrew:    denisliber
5149         
5150                 * All aMule users!!!
5152 ---------------------------------------------------------------------------
5154 Version 1.2.6
5155 -------------
5156 2004-02-16
5158         Kry:
5159                * Improved Mac compatibility.
5160                * Fixed the i18n charset.
5161                * Try to set the locale even if it seems to fail. 
5163         Creteil: 
5164                * Fixed the default Size to 800x600 for 1st time aMule launched without ~/.eMule config file. 
5166         shakraw: 
5167                * ExternalConn: new communication code using wxSockets.
5168                * Web interface: improved communication performance.
5169                * Text interface: now using new wxSockets code. 
5171         pil0t: 
5172                * Fix for the geometry on start. 
5174         pure_ascii: 
5175                * Added sorting to filename list in file details.
5176                * Added "Takeover" by doubleclick in file details.
5177                * Fixed preferences window popping up on "Show/Hide UL/DL" in download list.
5178                * i18n stuff (Systray). 
5180         rubber30: 
5181                * Fixed viewing and sorting by LastSeenComplete and LastReception. 
5183         Emilio Sandoz:
5184                * Converted stats calculations to 64bit where necessary (for uptime >49days).
5185                * i18n strings fixed.
5186                * gcc 2.95 compilation fix. 
5188         deltaHF: 
5189                * i18n stuff.
5191 ---------------------------------------------------------------------------
5193 Version 1.2.5
5194 -------------
5195 2004-02-10
5197         Hetfield:
5198                 * Fixed a memory leak in SysTray. (SysTray.cpp)
5199                 * Fixed a DL/UL ratio problem. (amule.cpp)
5201         Aleric:
5202                 * Fixed all compiler warnings.
5203                 * Rewrote all header #include's to only include what is necessary.
5204                 * Removed or renamed all functions that clashed with one of the
5205                   same name from libwx_gtk.  With as result:
5206                 * Fixed --enable-static possibility (needs a lot of static
5207                   libraries to be installed; and latest XFree86 CVS version of libX11
5208                   (I had to fix a bug in XFree86 too for this)).
5209                 * Fixed check-boxes in Preferences -> Directories + a little code
5210                   speed up there.
5211                 * Fixed a duplicated server_list delete
5212                 * Server IP# filter.
5213                 
5214         Shakraw:
5215                 * Added missing string in GetDownloadFileInfo() causing SIGSEGV when 
5216                   called.
5217                 * Fixed the amuleweb login problem.
5218                 * Added GetWebList() support. 
5219                 * amuleweb's search feature complete. Now it is possible to search, 
5220                   download and web-search on filedonkey
5221                 * Fixed a write error in SETMAXGRAPHUPLOADRATE 
5222                 * Added support for statistic text infos for web interface (Statistics link)
5223                 * Fixed two bugged index causing crashes on Webserver.cpp
5224                 * Little improvement for server list request (now responses are much faster)
5225                 * Generally improved External Connections.
5226                 * Fixed search type feature for web interface
5227                 * Fixed amule crashes when quitting from amuleweb during requests
5228                 
5229         umale:
5230                 * Fixed debugloglines on ListenSocket.cpp ServerSocket.cpp having too
5231                   much arguments.
5232                 * SysTray code will not be compiled if disabled
5233                 * Fixed 5 wrong delete -> delete[]
5234                 * Converted po-files
5235         
5236         Emilio Sandoz:
5237                 * Statistics graphs: 
5238                     Param changes reversible; 
5239                     Color change now works; 
5240                     Active connections rescaling now works; 
5241                     Graphs and tree suspended when not visible.
5242                 * Set correct initial radio button in Systray integration dialog  
5243                 * Simplified statistics graph averaging
5244                 * Corrected UL loop for timer errors
5245                 * Simplified UL rate averaging
5246                 * Preliminary cleanup of graphing engine; ghosting eliminated
5247                 * Client DL rate computation without CList
5248                     Fixed 32bit rollover error for rates over 84kB/s
5249                     Reduced initial spiking
5250                     Generally improved speed and CPU/RAM usage.
5251                 * Search window column widths remembered between searches & saved in preferences
5252                 * Statistics preferences dialog: changes are now applied on-the-fly (with proper 
5253                   Cancel semantics)
5254                 * Eliminated possibility of root directory being invisibly shared
5255                 
5256         Kry:
5257                 * Added some sanity checks to avoid losing *.part.met files on 
5258                   power failure. 0-Size files are never written.
5259                 * Fixed the 'all time transfered' on Shared Files window
5260                   This one fixed some eMule/aMule incompatibility on part.met files
5261                 * Some aditional functions on CFile for windoze compatibility
5262                 * MFC compatibility enhanced.
5263                 * Added SetFilePath to CKnownFile
5264                 * Changed most 'assert' to wxASSERT
5265                 * Fixed some NULL clientname causing crash on ListenSocket.cpp
5266                 * Fixed the tagcount on .part.met files (KnownFile.cpp)
5267                 * Added missing OP_CHANGE_CLIENT_ID on ListenSocket
5268                 * Updated HomePage to www.amule.org on messages
5269                 * Fixed the server windows splitter. Or sash. Whatever.
5270                 * Imported all the other ListenSocket.cpp code from 0.30e
5271                 * Fixed 'View Shared Files'. No multiple tabs, also.
5272                 * Added theApp.listensocket->StartListening() on startup. 
5273                   Really. Don't ask me why it worked before.
5274                 * Fixed the systray bug where speed bar was always 10 times smaller.
5275                 * Added lots of vars initilization that fixed some crashes.
5276                 * Fixed a crash on ClientList.cpp caused by a void node on list.
5277                 * Fixed 9 memleaks, some of them big ones.
5278                 * Fixed 6 wrong delete -> delete[]
5279                 * Fixed wrong hashsetneeded causing random crash
5280                 * Added GetED2KPartHashCount() & GetED2KPartCount()
5281                 * Fixed a bug on app init, related to Toolbar.
5282                 * Fixed a severe crash & memory corruption on UploadClient.cpp
5283                 * Fixed download rate overhead calculation
5284                 * New HeapSort() and NewSrcPartsInfo() ported from eMule 0.30e
5285                 * wxGTK 2.5 compilation fixes
5286                 * Fixed the 'rehashing of files on restart' problem. 
5287                 * Fixed a missing "Error" message on console when partfile loading failed.
5288                 * i18n activated, GNU xgettext compatible.
5289                 * Fixed bug on OP_REQUESTFILENAME packet that made eMule clients to disconnect 
5290                   from us. eMule clients got our version of client and expected to get the
5291                   new OP_REQUESTFILENAME from eMule 0.30. Thanks to John & BlubbX from eMule 
5292                   team for the report and help tracking down it.
5293                 * Fixed several i18n bugs from xMule times.
5294                 * Fixed the lseek error on console and window popup when canceling a file
5295                   that is transfering.
5296                 * First implementation of selectable refresh. The refresh is bugged - it 
5297                   deletes the info on screen, except for about 1 sec, every time
5298                   seconds_defined_on_preferences is reached. 
5299                 * Used selectable refresh code for SysTray-hiden cpu lower.
5300                 * New option on right-click on downloadlist: Hide/Show lists.
5301                 * Minimize on startup works now.
5302                 * Minimize to tray works now.
5303                 * Lots of BSD compilation fixed (aMule compiles under BSD again)
5304                 * Fixed the upload disconecting clients at high upload speed
5305                 * Changed another wxList to CList (FriendList)
5306                 * FriendSlot should have no effect on LowId user.
5307                 * Fixed FriendSlot not being persistent and kicking friend after 1 chunk.
5308                 * Fixed lowid users on upload queue by importing VQB's lowid alternate
5309                 * Added language selection support on preferences
5310                 * Fixed the bug that caused never to tell user 'server full'
5311                 * Fixed several server connection issues not detected before.
5312                 * Added a popup on language change warning for restart.
5313                 * Added another popup, this time to point the user on the right direction
5314                   if the locale for that language cannot be set.
5315                 * Stop publishing on ED2K network shared files we don't have anymore
5316                 * Removed the annoying messages of dropping sources (too much CPU)
5317                 * Sanity check to avoid user pushing buttons before aMule is ready for it.
5319         thermoman:
5320                 * Made aMule gcc 2.95 compatible        
5321                                   
5322         seneca:
5323                 * Near finished all i18n stuff. We expect aMule 1.2.5 is fully i18n-compatible
5324                 * Added wxT() Macro for Unicode Support (not functional yet)
5325                 
5326         Citroklar:
5327                 * Testing, lots of testing. Bug-tracker.
5328                 * Found the versions that introduced the upload bug and made a nice diff.
5329                   We could look at code for years, without seeing it. Nice guy.
5330                 * Fixed README, amulesig.txt.
5331         
5332         gjn:
5333                 * Fixed bug in creditsystem.
5334                 
5335         jmccorm:
5336                 * Fixed "Close This Searchresult" -> "Close This Search Result"
5337                 * Fixed some typos.
5338                 
5339         lemonfan:
5340                 * Fixed stopped files being counted on CheckDiskSpace()
5341                 * Progressbar fixes on webserver implementation.
5342                 * Several crashes fixed by adding sanity checks to reqfile
5343                 
5344         deltastar (on irc channel):
5345                 * Fixes the > 2Gb files problem caused by a bug on CFile wrapper.
5346         
5347         deltaHF:
5348                 * i18n stuff
5349         
5350         pure_ascii:
5351                 * fixed recreation of filename list in file details 
5352                 * scrolling and selecting filenames works now 
5353         
5354         hellimod:
5355                 * BSD and Mac support. We're very near to the Mac aMule.
5356                 
5357         niet:
5358                 * Donated www.amule.org!
5360         Creteil:
5361                 * Change order in the notebook for logs in Servers Window
5362                 * Updated the logo for webserver from eMule logo to aMule one
5363                 * Fixed Switching to Searches Window Bug when removing all servers 
5364                   in Servers Window
5365                 * Changed default server list from 'best' to 'max', then 'max' to 'best' again
5366                 * Fixed the default systray value on preferences.
5367                 * Added debug values on UploadQueue.
5368                 * Changed max Slot Allocation to 30Kb/s
5369                 * Fixed typo in Preferences
5370                 * Implemented notebook in Server Window 
5371                   (merged 'Server Info' & 'aMule Log' windows in a notebook)
5372                 * Fixed bug crashing aMule on Server Window Notebook implementation.
5373                 * Now, if no --geometry width & size used, aMule starts with 800x600 as default
5374                 * Fixed size restoring from .eMule saved size
5375                 * Option 'Search global' in Search Window in the default now.
5376                 * GUI code for new slider in Preferences->Tweaks tab handling the lists refresh
5377                 * Some cosmetic fixes on Preferences and GUI by Madcat's request.
5378                 * Made GUI i18n compliant.
5379                 * Slot alloc calculation is properly rounded now.
5380                 * Added the Language listbox on preferences.
5382         special thx to:
5383                 
5384                 * Our translators:
5386                    german:       emperor, hariolf, crazeee, neolino (M$ user), deltaHF
5387                    italian:      ilbuio, AnonimoVeneziano
5388                    spanish:      mad_soft, aquatroll, Kry
5389                    russian:      Vl@dCoR
5390                    bulgarian:    tindor
5391                    dutch:        Supersnail
5392                    polish:       Ogon
5393                    lithuanian:   Fatalissimo
5394                    french:       SlayeruleZ, thepolish
5395                    catalan:      pukyxd
5396                    portuguese:   willy, coolzero
5397                    basque:       piarres
5398                    galego:       thorero
5400                 * The people at #wxwindows, irc.freenode.net for being so helpful
5401                   Specially BrianHV, raboof and ajjl.
5403                 * All eMule devs for being so nice and work close with aMule team now.
5404                 
5405                 * Madcat, from Sharedaemon team (sharedaemon.sf.net) for his support
5406                   and friendship.
5408                 * All aMule users!!!
5409                                 
5410 ---------------------------------------------------------------------------
5411                 
5412 Version 1.2.4
5413 -------------
5414 2004-01-10
5416 (Previously released, with some errors, as 1.2.3-1)
5418         Aleric, Kry:
5419                 * Fixed the 'Completing file' bug.
5421 ---------------------------------------------------------------------------
5423 Version 1.2.3
5424 -------------
5425 2003-12-31
5427 The "Happy New Year!" version.
5429         Kry:
5430                 * New ProcessLocalRequest ported from eMule 0.30e.
5431                 * Fixed crash on DownloadQueue caused by a CString being passed 
5432                   through "...".
5433                 * Nice CPU usage drop with new GetSourcesCount code.
5434                 * Some little speed optimizations here and there.
5435                 * Fixed bug on second mule starting. 
5436                   Now amule also spawns two servers for external connection, one 
5437                   local and one TCP (optional).
5438                 * Added gsocket-2.5.* from wxGTK2.5's gsocket files.
5439                   This files are patched to fix LOWID.
5440                 * Added EC REQ for total upload for a file, by deltaHF's request.
5441                   It uses CPU, so it can be enabled with --enable-releasegrp
5442                 * Several TextClient improvements / cleanings / cosmetics
5443                 * Fixed a strdup being used instead of nstrdup (with Aleric)
5444                 * Fixed anoying DiskSpace Bug (tm)
5445                   Now files paused because there's no space left are resumed as soon
5446                   as we have diskspace again.
5447                 * Got rid of the chmod stuff on fat32 partitions.
5448                   aMule detect the filesystem the temp/incoming folders are mounted on.
5449                 * Fixed column hiding on all lists
5450                 * New configure option: --with-curl-prefix
5451                   Also fixed CURL_LIBS and CURL_FLAGS to be passed to compiler/linker
5452                 * Weird I18N bugs fixed (labels, etc)
5453                 * Cleanups and code cleaning on 
5454                   ServerSocket.cpp DownloadQueue.cpp PartFile.cpp 
5455                 * Fixed compiler warnings on:
5456                         TextClient.cpp PartFile.cpp
5457                 
5458         pure_ascii:
5459                 * More docs/ cleaning.
5461         Hetfield:
5462                 * Patched Process() function in Partfile class to reduce cpu
5463                   load.
5464                 * Added new optimization to Tray to stop window updating when minimized.
5466         Shakraw:
5467                 * Added commands to use with amuleweb to EC.
5468                 * Completed Transfer feature and Started Search.
5469                 * Added SharedFiles, Statistics, Graphs and Prefs features.
5470                 * Cleaned webserver code from amule sources.
5471                 * Imported emule0.30d webserver code.
5472                 * New web template & images from eMule 0.30d.
5473                 * New binaries: amuleweb and amulewebDLG.
5474                         This binaries are used for webserver.
5475                 * Webserver runs now over EC, and has a separate app to serve web.
5477         umale:
5478                 * Fixed storing pointer on 64-bit archs
5479                 * Fixed resolving of broadcast IPs.
5480                 * Changed trunc() to explicit casting.
5482         Creteil:
5483                 * Re-imported new code to handle 'CheckDiskspace'.
5484                 * Changed labels in Statistics to stick on stats patch from Emilio
5485                   Sandoz.
5486                 * Synched some code on :
5487                         DownloadClient.cpp
5488                         ListenSocket.cpp
5489                         UploadClient.cpp
5490                   with eMule 0.30e.
5491                 * Cosmetics & Indentation.
5493         deltaHF:
5494                 * Added new function - PowerShare. Release your vacation movies
5495                   now ;-).
5497         Aleric:
5498                 * autogen.sh revamp.
5499                 * Global "sys.h" inclusion policy.
5500                 * --enable-libcwd configure option: Use libcwd.
5501                 * Makefile.am (SUBDIRS): Include intl and correct order.
5502                 * configure.in 
5503                         (AM_MAINTAINER_MODE): Add. 
5504                         (AC_CONFIG_FILES)   : Add intl/Makefile.
5505                         Add --enable-static.
5506                 * configure.in (EXPORT_DYN_FLAGS): Removed.
5507                 * All files (when appropriate): Removed #pragma interface
5508                   implementation.
5509                 * Koenig lookup fix for g++ 3.4 on mfc.h's CQArray::QuickSort
5510                 * Fix of compiler errors on ExternalConn.cpp
5511                 * dos2unix several files.
5512                 * Added GPL license header where needed.
5513                 * Compile fixes for FreeBSD on systray and gsocket*
5515         Emilio Sandoz:
5516                 * Patched stats for acurate resizing / scale.
5517                 * Fix for inflated UL/DL rates in Transfer and Statistics windows
5518                 * Debug code for UL/DL rate measurement in UploadQueue.cpp 
5519                   (activate with '#define MEASURE_LOST_CYCLES 1')
5521         Seneca: 
5522                 * I18N:
5523                   ListenSocket.cpp PartFile.cpp ServerList.cpp
5524                   ServerSocket.cpp SharedFileList.cpp sockets.cpp
5525                   WebServer.cpp PartFile.cpp UploadClient.cpp
5526                   ClientCredits.cpp ClientUDPSocket.cpp.
5527                    
5528 ---------------------------------------------------------------------------
5530 Version 1.2.2
5531 -------------
5533      Phantom version. Expected to be released on 21/22 dec, delayed and then made
5534      into 1.2.3 version.
5536 ---------------------------------------------------------------------------
5538 Version 1.2.1
5539 -------------
5540 2003-12-14
5542         Kry:
5543                 * Now amule shows icon on taskbar and main window
5544                 * amulecmd now compiles under win32 using dialogs to get
5545                   port, hostname and password. 
5546                 * Added clientversion on download list. 
5547                 * Modified configure script and makefiles for faster
5548                   compilation and smaller binaries.
5549                 * Fixed nasty download list bug due to memory corruption
5550                   inside CUpDownClient class vars.
5551                 * Imported new acurate download speed calculation from eMule
5552                   0.30d.
5553                 * Moved docs to doc/ folder.
5554                 * Imported new GetNextRequestedBlock algorythm from eMule
5555                   0.30d.
5556                 * Ed2k links with hostname sources on it are processed
5557                   now, and on a separate thread.
5558                 * Showing filename on CheckDiskSpace debug statement.
5559                 * Imported eMule's 0.30d SortByPriority to complete
5560                   CheckDiskSpace import.
5561                 * Several addings to mfc.h file (MS MFC compatibility
5562                   layer).
5563                 * We forgot to show A4AF sources on download list. Fixed now
5564                   (eMule style, x/y+z (t)).
5565                 * New packet receiving handling should avoid high_dlspeed->
5566                   high_cpu.  It also makes download more stable and faster.
5567                 * Modified autogen.sh script to notify users that automake <
5568                   1.7 is NOT supported.
5569                 * Imported CanAddSource(), AddSources(), IsGoodIP() and
5570                   IsGoodIPPort() from 0.30d (new sources handling).
5571                 * Added plain password support to amulecmd.
5572                 * Updated amulecmd passwords to use MD5.
5573                 * New External Connection stuff to handle amulecmd & other
5574                   remotes (alpha).
5575                 * Fixed some code causing strange errors when trying to
5576                   connect to servers.
5577                 * Imported new network UDP features from eMule 0.30d, we
5578                   process Search results and Found sources correctly now on
5579                   16.40 behaviour.
5580                 * Fixed lowid on restart introduced by himself on 1.2.0 ;).
5581                 * Code cleaning & optimising.
5583         pure_ascii:
5584                 * Fixed segfault on call of CEMSocket::DisableDownloadLimit()
5585                   from client if there is no socket.
5586                 * Fixed bug on mfc.h's CList.
5587                 * Added zlib fixes from eMule 0.30e code.
5589         Hetfield:
5590                 * Added new server list fetching via libcurl libs and wxThread, 
5591                   thus removing wget usage from amule.           
5592                 * Modified configure to check libcurl presence.
5593                 * Changed thread file completion from pthread to wxThread.
5595         falso:
5596                 * Several i18n stuff. We're more close to get i18n working.
5598         umale:
5599                 * Patch for x86_64 arch. (GetTickCount)
5601         spiralvoice:
5602                 * Found wrong ET_COMPATIBLECLIENT on aMule. Now we identify
5603                   correctly as emule compatible client.
5604                 * Also did MLdonkey patch for recognising amule as new client
5605                   brand.
5607         Unleashed:
5608                 * Typo and cosmetic changes on configure script 
5609                 * Cleaned and optimised several files.
5611         Creteil:
5612                 * Imported 'Copy ED2k link to clipboard (Source)' from
5613                   eMule, this one permit to send an ed2k link with our ip
5614                   address as source for the link.
5615                 * Imported 'Copy ED2k link to clipboard (Hostname)' from
5616                   eMule, this one permit to send an ed2k link with our
5617                   hostname as source for the link.
5618                 * Fixed handling of bad ET_COMPATABLECLIENT for buggy aMules
5619                   clients (buggy are 1.1.1 - 1.2.0).
5620                 * Lot of code cleaning / indenting.
5621                 * Fixed clientversion on download list implemented by Kry.
5622                 * Added new mini icon for aMule clients in downloadlist,
5623                   uploadlist & uploadclient.
5624                 * Defined 'deletethis' as 'bool' in ListenSocket.h.
5625                 * Fixed typo on Statistics window.
5626                 * Imported CheckDiskspace() from eMule 0.30c.
5627                 * Imported eMule's 0.30c A4AF (now more handled by Razor).
5628                 * Imported new file rating management from eMule 0.30c.
5629                 * Modified BaseClient.cpp to sync better with eMule 0.30c
5630                   (added m_fSharedDirectories flag to stick with eMule
5631                   code).
5632                 * Fixed bug on CPartFile::IsAlreadyRequested().
5633                 * Added new mini icon handling in downloadlist/uploadlist
5634                   for aMule clients.
5635                 * Fixed bug in uploadlist.
5637 ---------------------------------------------------------------------------
5639 Version 1.2.0
5640 -------------
5641 2003-11-26
5643         Kry:
5644                 * Some memleaks fixed (Thanks to xMule team)
5645                 * Removed no-needed break statement
5646                 * Added '--help' option to amule.
5647                 * Fixed (probably) all m_abyPartStatus related bugs (~CUpdownClient related)
5648                 * Imported ResetFileStatusInfo() (minor import)
5649                 * Fixed the bug that made files >2.4Gb get sorted as if size < 0 bytes
5650                 * Fixed the search types bug.
5651                 * Fixed Small Files bug. 
5652                   Thanks to Citroklar for his research on this one.
5653                   He tested all versions to find when did the bug enter amule.
5654                 * Added new hashshet handling for sources.
5655                 * Added new timeout handling for sources.
5656                 * Finished porting of NewSrcPartsInfo started by Creteil
5657                 * New standalone app: amulecmd.
5658                 * gsocket.c no longer gets compiled if wx version >=2.5
5659                 * Added --disable-amulecmd to configure         
5660                 * Added check on configure for wxbase (needed for amulecmd)
5662         Hetfield:
5663                 * Added --safe-systray to configure
5664                 * Added --disable-systray to configure
5665                 * Much better configure script output.
5667         Ganael LAPLANCHE:
5668                 * Kinnda good guy. Fixed BSD compilation and also did BSD packages.
5670         eagle:
5671                 * Added --geometry option
5673         pure_ascii:
5674                 * Fixed a bug on ListenSocket.cpp that crashed amule.
5676         Creteil:
5677                 * Updated ServerSocket.cpp for bOutputMessage we always send even on error ...
5678                 * Fixed all 'return statements' in all Lists 
5679                 * Set minimum refresh for stats tree slider to 5 seconds 
5680                 * Fixed several CVS crashes due to indentation & porting bugs.
5681                 * Fixed downloadlist expand crash.
5682                 * Connect 'Verbose (additional program feedback)' CheckBox to some debug in log window and logfile
5683                 * Fixed bug in ServerList Window when changing priority
5684                 * Added preferences box for KeepAlive time.
5685                 * Imported code from eMule 0.30
5686                   GetMaxFilesPerUDPServerPacket() SendGlobGetSourcesUDPPacket() 
5687                   GetSoftFiles() SetSoftFiles() GetHardFiles() SetHardFiles()
5688                   SetVersion() DbgGetFileInfo()
5690 ---------------------------------------------------------------------------
5692 Version 1.1.2
5693 -------------
5694 2003-11-04
5696         Kry:
5697                 * Ok, REALLY fixed the 'no sources' bug.
5698                 * Added the KeepConnectionAlive function (This one is
5699                   recomended by lugdunummaster himself).
5700                 * Some more memleaks fixed.
5701                 * Now aMule compiles under wxGTK2.5
5703 ---------------------------------------------------------------------------
5705 Version 1.1.1b
5706 --------------
5707 2003-11-03
5709         Kry:
5710                 * * Fixed severes memleaks.
5712 ---------------------------------------------------------------------------
5714 Version 1.1.1a
5715 --------------
5716 2003-11-03
5718         Kry:
5719                 * Fixed annoying bug about no sources can be find.
5721         Creteil:
5722                 * Fixed another assert statement causing crash.
5724 ---------------------------------------------------------------------------
5726 Version 1.1.1
5727 -------------
5728 2003-11-01
5730         Kry:
5731                 * Added zlib support.
5732                 * No more need to launch aMule with params for localized
5733                   users we force the english language in the prog now
5734                   (credits go to Eru).
5735                 * Fixed minor network bugs.
5736                 * Added SERVER_NET_DEBUG and NET_DEBUG mesages.
5737                 * Fixed TCP packet not being consumed if not readed.
5739         Olonho:
5740                 * Fixes to search dialog and download menu.
5742         Creteil:
5743                 * Added new toolbar icons made by deltaHF.
5744                 * Added new clients icons made by deltaHF.
5745                 * Reverted default minimum upload slots = 3, now slot
5746                   allocation take effect if max upload >= 10kB/s.
5747                 * Fixes bad code branch escaping in Shared Files Window.
5748                 * Shared Files Window, Priority & Permissions in righ mouse
5749                   click working like expected now.
5750                 * Mass Code Cleaning (no more compilation of wx/xrc shit we
5751                   don't use anymore), my old binarie = 2.9Mb the new one
5752                   = 2.5Mb.
5754 ---------------------------------------------------------------------------
5756 Version 1.1.0 (Kry special edition).
5757 ------------------------------------
5758 2003-10-21
5760         Kry:
5761                 * Fixed UDP packet not being consumed when reading sources
5762                   if file status = stopped.
5763                 * Added lugdunum 16.40 sources Handling (you get more
5764                   sources now).
5765                 * Added lugdunum 16.40 extended server messages (we receive
5766                   full message now).
5767                 * Initial import of Messaging sytem core. Credits go to Tiku.
5769         Creteil:
5770                 * Fixed a bug introduced in 1.0.9 in Preferences Connection
5771                   Tab.
5772                 * Fixed aMule banned aMule client :-) (aMule seem to be too
5773                   much aggressive) (Creteil).
5774                 * Relooked all main windows.
5775                 * Initial import of Messaging sytem GUI. Credits go to Tiku.
5777 ---------------------------------------------------------------------------
5779 Version 1.0.9
5780 -------------
5781 2003-10-17
5783  - Fixes :
5785         * olonho various fixes (added gsocket.c, inited variable, fixed
5786           Valgrind error, removed buggy debug print, fixed SIG_PIPE in
5787           better way, fixed valgrind warnings).
5788         * Fixed icons used to reflect status in download list.
5790  - New Features :
5792         * New Preferences with old implementation (this mean we dont have
5793           already the WebServer and Gui Tweak Tabs).
5794         * Slot Allocation in Connection Preferences Tab (you can now set the
5795           bandwith per client in upload list).
5797  - Info :
5799         * I'm working hard on the rewrite of preferences, don't expect many
5800           changes during this time ...
5802 ---------------------------------------------------------------------------
5804 Version 1.0.8
5805 -------------
5806 2003-10-10
5808  - Fixes :
5810         * Fixed bugs in "EMSocket.cpp" causing crash.
5812  - New Features :
5814         * Good news !!! Hetfield have contributed to aMule with the new
5815           systray integration ...
5817           Like emule one :
5819           Let you set Download & Upload speed.
5820           Shows speed.
5821           Let you iconify and hide aMule.
5822           Shows your infos like ip, hash, server, GB, etc ...
5823           Let you disconnect and reconnect. 
5825  - Need to be Fixed :
5827         * Localization Languages are broken for the moment (i'm thinking about
5828           removing totally this functionnality).
5830  - Info :
5832         * I'm working hard on the rewrite of preferences, don't expect many
5833           changes during this time ...
5835 ---------------------------------------------------------------------------
5837 Version 1.0.7
5838 -------------
5839 2003-10-03
5841  - Fixes :
5843         * Fix the annoying message when searching "Client too old ...".
5844         * Fix compilation a compilation bug introduced in 1.0.6.
5845         * Move the code to put the toolbar in the gui file (no more designed
5846           by hand gui code for this part).
5848  - Code Cleaning :
5850         * Changed the Connection Wizard with SpinCtrl in place of the
5851           TextCtrl to handle values of line capacities (no more atoi
5852           converssion since we use already int return from SpinCtrl).
5854  - Need to be Fixed :
5856         * Localization Languages are broken for the moment, don't panic it's
5857           just temporary ... (i'm thinking about removing totally this
5858           functionnality).
5860 ---------------------------------------------------------------------------
5862 Version 1.0.6
5863 -------------
5864 2003-09-24
5866  - Fixes :
5868         * Just somes fixes.
5870  - New Functionnalities :
5872         * ed2k servers handler : by Emanuel Wontorra
5874  - Need to be Fixed :
5876         * Localization Languages are broken for the moment, don't panic it's
5877           just temporary ..
5879 ---------------------------------------------------------------------------
5881 Version 1.0.5
5882 -------------
5883 2003-09-15
5885  - Gui changes :
5887         * Import from eMule 0.27a: "Obtained Parts" bar in the shared files
5888           list.
5890  - Fixes :
5892         * Synced aMule with xMule latest fixes.
5893           It's a Malware non direct contribution :-) ...
5895  - New Functionnalities :
5897         * Import from eMule: Request of shared files by directory.
5898         * Import from eMule 0.27a: Up-/download auto-priority.
5900  - Code cleanup :
5902         * Mass code removing for none working sections ...
5904  - Need to be Fixed :
5906         * Localization Languages are broken for the moment, don't panic it's
5907           just temporary ..
5909 ---------------------------------------------------------------------------
5911 Version 1.0.4
5912 -------------
5913 2003-09-14
5915  - Gui changes :
5917         * MASS GUI changes (look in Transfer Window), removed the fucking
5918           unusable Messages Window and moved the Friend stuff from these to
5919           a new alligned left wxListCtrl ... Enjoy !!!
5920         * Now i report only Client name in Sources column of Transfert
5921           Window (use right mouse click to see Details of the client as
5922           usual).
5924  - Fixes :
5926         * Synced aMule with xMule latest fixes (Fix various minor problems
5927           as found by valgrind and electric-fence & Fix a bug with the
5928           client credits map: It is not possible to convert the map key...).
5929           It's a Malware non direct contribution :-) ...
5931  - Code cleanup :
5933         * Mass code removing for none working sections ...
5935  - Need to be Fixed :
5937         * Localization Languages are broken for the moment, don't panic it's
5938           just temporary ..
5940 ---------------------------------------------------------------------------
5942 Version 1.0.3
5943 -------------
5944 2003-09-08
5946  - Gui changes :
5948         * Changed 'Edit Category Properties' dialog.
5950  - Fixes :
5952         * Fixed comments count in 'File Comments' dialog.
5953         * Fixed bug introduced in 1.0.2 (can't call comments in File
5954           Details).
5956  - Code cleanup :
5958         * Removed mmMultiButton from source (no more used).
5960 ---------------------------------------------------------------------------
5962 Version 1.0.2
5963 -------------
5964 2003-09-03
5966  - Gui changes :
5968         * Changed Show all comments dialog.
5970  - Fixes :
5972         * Synced aMule with xMule latest fixes (Imported source exchange v2
5973           from eMule, Possible fix for some problems while ending the
5974           program).
5976 ---------------------------------------------------------------------------
5978 Version 1.0.1
5979 -------------
5980 2003-09-29
5982  - Gui changes :
5984         * Changed Client Details & File Details Dialog (auto resizing of all
5985           fields).
5987  - Fixes :
5989         * Synched aMule with xMule latest fixes.
5991 ---------------------------------------------------------------------------
5993 Version 1.0.0
5994 -------------
5995 2003-08-25
5997 !!! Initial Launch of aMule !!!
5999  - Gui changes :
6001         * Changed Main Servers Window (changed position of functionnalities,
6002           now, to update serverlist from url, click on the serverlist icon,
6003           all others field are descriptive by herself).
6004         * Changed Main Search Windows (removed not connected functions and
6005           Direct Download), all GUI stuff of this window come in
6006           muuli_wdr.cpp & muuli_wdr.h.
6007         * Fixed behaviors of buttons in Main Search Window.
6008         * Added Fast ED2K Links Handler (Direct Download) with same
6009           functionnality as the original Direct Download of xMule Search
6010           Main Window but followin all main windows (i hate to have to
6011           switch to Search Main Window to be able to send a ED2K Link ...
6014  Nothing more i can remind ;-)
6016 ---------------------------------------------------------------------------
6018 malware's contributions:
6019    * Speed up the initial sharing by making KnowFileList a hash map.
6020    * Remove the assign to category context menu entry only if it was
6021      already there.
6022    * Reimplemented hashing thread.
6023    * Removed unused locks. As the NetBSD team pointed out they are
6024      causing problems on their system because it does core dump on
6025      unlocking a mutex that was not locked.
6026    * Made the title for systray the same as for the main dialog.
6027    * Never share a file twice.
6028    * Fixed endless loop in sending UDP packets.
6029    * Fixed a possibly exploitable bug as noticed by S. Esser from e-matters.
6030    * Fixed new downloads assigned to random category.
6031    * Check size of OP_SERVERSTATUS packet more strictly.
6032    * Do not display the unit for file size twice in shared file list web page.
6034 Un-Thesis' contributions:
6035    * Added more support for Solaris, thanks to wimms.
6036    * Corrected various Linux-specific #ifdefs.
6037    * Fixed the bug that kept auto-backtrace from occuring in Linux.
6039 NetBSD team's contributions:
6040    * Fixed bug with the mutex protecting calls to gethostbyname.
6041    * Try to increase some resource limitation to the permitted maximum.
6043 sepahewe's contributions:
6044    * Fix images in transfer list web page.
6046 Version 1.5.6
6047 -------------
6048 2003/08/01
6050 Highlights:
6051    * Fixes for a great many bugs that cropped up from 1.5.2 to 1.5.5.
6053 malware's contributions:
6054    * Added simple workaround in case CClientUDPSocket::OnSend is called
6055      recursivly.
6056    * Do not share the global incoming directory twice.
6057    * Fixed wrong tag count written to part.met files.
6058    * Various xmule signature changes as requested by BigBob.
6059    * Fixed statistics color saving/loading.
6060    * Decode %-escaped characters in URL within the ed2k application as
6061      suggested by __JusSx__.
6062    * Removed two trouble-maker member variables used in the search.
6063    * Catch invalid/strange packets before they can cause harm. This
6064      does also affect parts of network packets stored in *.met files.
6065    * No longer throw out clients sending packets larger than needed.
6066    * Fixed invalid messages "You already have...", caused by comparing
6067      a hash over the File-ID rather than the ID itself.
6068    * Cleaned up the nstrdup() mess.
6069    * When finishing download share the file in the incoming directory
6070      of the category it does belong to.
6071    * Removed various possible format string exploits.
6072    * Make it possible to delete the last user-defined category.
6074 MikaelB's contributions:
6075    * Optimized anti-hash thief.
6076    * Test for invalide eMule clients and irregular eDonkey clients.
6077    * Anti-leechers test - Mison-like clients are automatically detected.
6078    * Special icon in Upload List/Queue for invalid clients.
6079    * Ban spammer clients ( Mison and others ).
6081 Un-Thesis' contributions:
6082    * Upgraded XRC library to latest wx release.
6083    * Converted internal XPMs to PNGs and JPEGs.
6084    * Fixed a few Intel C++ compiler warnings.
6085    * Re-organized the ChangeLog system.
6086         * Made sure Italian and Korean translations were included in release.
6088 Madcat's contributions:
6089    * Fixed crash in ClientDetailDialog.
6090    * Fixed Directory Tree displaying.
6091    * Fixed crash when attempting to delete noexistent TreeCtrl items.
6093 BigBob's contributions:
6094    * Cosemtic GUI change - the IRC button is gone
6095    * Make the status line resizing the areas to fit the text into.
6097 bothie's contributions:
6098    * Actually send the MOD info with the MuleInfo packet.
6100 FooMan's contributions:
6101    * Fix for failing file access during download completion.
6103 DongCheon Park's contributions:
6104         * Updated the Korean translation files for new features.
6106 Version 1.5.5
6107 -------------
6108 2003/07/11
6110 Madcat's contributions:
6111    * Column widths are now saved (got broken in 1.5.4).
6112    * Possible fix for column hiding in Transfer tab (got broken in 1.5.3).
6113    * Abort flushing and pause file if less than 9.28MB free disk space left.
6114    * Abort part.met file writing if less than 5000 bytes free disk space.
6115    * Code cleanup: Removed large amount of unused variables, #if 0'ed blocks,
6116      indented several files and changed EOL to UNIX style in most.
6117    * Online signature is now cleared on shutdown.
6118    * Category incoming directories are now automatically shared.
6119    * Automatic sources dropping at user-defined interval.
6121 MikaelB's contributions:
6122    * Fixed a window increasing size problem at startup
6123    * Fixed the '$' appearing in Cancel button in Categorie dialog
6124    * Added timer in Sources Dropping tab
6126 plobb's contributions:
6127    * Hotranking: Sources with QR: <5 ignore MaxNewConPer5Sec value.
6129 Version 1.5.4
6130 -------------
6131 2003/07/05
6133 Madcat's contributions:
6134    * Lists are no longer redrawn when they are not shown.
6135      NOTE: This reduces CPU usage SIGNIFICENTLY (for better effect,
6136      stay off Transfer tab when running on background.
6137    * Possible fix for gcc 2.95 compliation problems (DownloadListCtrl.cpp)
6138    * Possible fix for BSD compatibility problems with configure.
6139    * Possible fix for eMule 29a compatibility problems in met files.
6140    * Reverted to old sources handling. New engine was way too aggressive.
6142 MikaelB's contributions:
6143    * Possible fix for main toolbar display bug.
6144    * Possible fix for sash position loading problems after new compilation.
6146 Version 1.5.3
6147 -------------
6148 2003/07/02
6150 Highlights:
6151    * Categories implemented
6152    * Much better No Needed/High Queue Ranking sources handling
6153    * Shared files loading made 30x faster.
6155 Madcat's contributions:
6156    * Possible fix for AppVersion value in .eMule file.
6157    * Possible fix for statistics colours saving problems.
6158    * Possible fix for shared files loading. Loading is MUCH faster now.
6159    * Possible fix for crash if Hello Packet had tagcount 0. Strangely,
6160      this only happened randomly after closing movie preview.
6161    * Possible fix for endless loop when UDP packet sending fails.
6162    * Imported categories from LMule CVS (written by Tiku).
6163    * Category functions now apply to selected category only.
6164    * Added confirmation message when cancelling all files in a category.
6165    * Category setting is now saved.
6166    * Much better HQR/NNS handling. Those two are now dropped automatically as  they connect.
6167    * Fixed New MLDonkey compatibility (Been broken since 1.4.1)
6169 MikaelB's contributions:
6170    * Fixed bug in File Comments dialog ( nothing displayed )
6171    * Save sash position of splitter in transfer window at exit
6172    * Fixed a bug in Sources Dropping Preferences window
6173    * HQR Value is know set between 300 and 3000
6174    * Fixed Dropping Sources Preferences saving bug (there were saved into
6175      WebServer section in .eMule file)
6176    * Changed Dropping Sources tab in Preferences window
6177    * Better handling for NNS
6178      User can now choose to:
6179        * Automatically drop file
6180        * Try to send it to an other file
6181    * Default HQR value changed to 1200
6183 Kry's contributions:
6184    * First Main category filters attempt to work.
6185      * Downloads are now filtered from or added to shown list if status changes
6186        after filter apply.
6187      * Main category tab should be showing Filter name as tab name. Fixed.
6188      * Added several more filters: Video, Audio, Image, Text, CDImage, Archive.
6189      * Filters Apply now to all categories.
6190    * Stopped files now have Stopped status instead of Paused.
6191    * Colors for categories on download list were reversed from those the user
6192      selected. Fixed.
6193    * Added xMule Uptime to statistics tree.
6194    * Possible fix for multiple PopUp menus on categories tab right-click.
6195         * Shared files should be reloaded when closing preferences only if
6196           folders changed.
6198 Tiku's contributions:
6199    * Implemented Download list Categories.
6201 Malware's contributions:
6202    * Possible fix for various exception handling bugs.
6203    * Possible fix for the remaining of search page crashes.
6205 Balu's contributions:
6206    * Updated spanish translation.
6208 Version 1.5.2
6209 -------------
6210 2003-06-22
6212 Madcat's contributions:
6213    * Imported all features in Razor 1a Beta 1 mod.
6214    * Imported most of the features in Lagloose mod v0.1a
6216 MikaelB's contributions: ( thanks to eMule Sivka mod )
6217    * Added support for 'Swap every A4AF to this file now'.
6218    * Added support for 'Swap every A4AF to this file AUTO'.
6219    * Added support for 'Swap every A4AF to any other file now'.
6220    * Added support for 'Drop No Needed Sources now'.
6221    * Added support for 'Drop Full Queue Sources now'.
6222    * Added support for 'Drop High Queue Rating Sources now'.
6223    * Added support for 'Clean Up Sources now ( Drop NNS, FQS and HQRS now)'.
6224    * Added Sources Dropping Preferences Tab (not functional yet).
6225    * Possible fix for saving main window position and size.
6226    * Initial support for Auto Drop NNS, FQS and HQRS (not functional yet).
6227    * Initial support for Dynamic Upload (not functional yet).
6229 Lagloose's contributions:
6230    * Shift+Doubleclick in downloadlist only shows transferring sources.
6231    * Increased font size for the axis in statistics.
6232    * More Information on uploading clients in upload window.
6235 Version 1.5.1
6236 -------------
6237 2003-06-11
6239 Un-Thesis' contributions:
6240    * Possible fix for bad return statements in ClientUDPSocket and BaseClient.
6241    * Reverted to old code for several bad fixes in 1.5.0.
6243 Kry's contributions:
6244    * Made ./xmule statistics more readable.
6245    * Possible fix for download limit being higher than capacity.
6246    * Added a notification message in case second xMule is started.
6247    * Possible fix for --version commandline argument.
6249 Version 1.5.0
6250 -------------
6251 2003-06-08
6253 Madcat's contributions:
6254    * Sockets are also closed on crash now.
6255    * Revised Search Result packet handling, shouldn't crash/memleak there
6256      anymore.
6257    * Removed annoying MAX_RESULTS check from search tab.
6258    * Added log line when ipfilter is loaded.
6259    * Possible fix for various crashes regarding Shared Files Reloading.
6260    * Possible fix for several Search Tab Closing/Global Search related crashes.
6261    * Possible fix for several eMule/xMule typos.
6262    * Possible fix for potential endless loop if UDP packet sending failed.
6263    * Possible fix for potential endless loop/memleak at ProcessMuleInfoPacket().
6264    * Possible fix for CPU leak in ProcessHelloPacket().
6265    * Possible fix for endless loop at CPartFile::FlushBuffer().
6266    * Possible fix for gsocket.c compilation problems with older compilers.
6268 Un-Thesis' contributions:
6269    * Possible fix for GTK-only XPM compatibillity problems.
6270    * Possible fix for GetTickCount compilation errors.
6271    * Possible fix for LOWID problems (AGAIN!).
6272    * Removed pure GTK code from GetColour.
6274 MikaelB's contributions:
6275    * Possible fix for toolbar sizing with i18n
6277 Version 1.3.1
6278 -------------
6279 2003-05-16
6281 Madcat's contributions:
6282    * FIXED: 'All Columns Hidden on First Start-Up' bug.
6283    * FIXED: Systray integration setting saving.
6284    * FIXED: Start webserver only if it's enabled in preferences.
6285    * FIXED: Shared files Re-Loading.
6286    * FIXED: Shutdown seg-fault.
6288 ArCePi's contributions:
6289    * Updated spanish translation.
6291 Shuttle's contributions:
6292    * Added Italian translation
6294 Version 1.3.0
6295 -------------
6296 2003-05-15
6298 * Changed the release organization of xmule
6299   * Stable releases have even middle numbers (ex: 1.2.1 is stable)
6300   * Unstable releases have odd middle numbers (ex: 1.3.0 is unstable)
6302 Pure_Ascii's contributions:
6303    * FIXED: Last part always being corrupt problems.
6304    * FIXED: FreeBSD 5.x compatibility problems.
6305    * Started port to MacOS X.
6307 Un-Thesis' contributions:
6308    * FIXED: Implemented McCabe's and arkanses' LOWID on restart fix.
6309    * FIXED: Several major Mem and CPU leaks
6310    * FIXED: Application termination improved.
6311    * FIXED: Removed & symbols from the main toolbar.
6312    * Added new MakeNG system, see README.makeng.
6313    * Added --version command line option.
6314    * Ported xMule 28b Partfile.
6315    * Added framework for more robust command line control.
6317 Madcat's contributions:
6318    * FIXED: Major Memory leak caused by NOT flushing files.
6319    * FIXED: Toolbar sizing if texts are too long.
6320    * All lists are now sorted on startup.
6321    * Preview now defaults to mplayer if none set.
6323 Tiku's contributions:
6324    * Added initial code for Webserver, not currently functional.
6325    * Further synchronized statistics windows with xmule.
6327 Gib[S]On's contributions:
6328    * Added list counters for Servers, Transfer and SharedFiles windows.
6330 Ender's contributions:
6331    * Opera 7.1 info to ED2K-Links.HOWTO
6333 -------------