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