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