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