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