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