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