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