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