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