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