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