+ Reply to Thread
Results 1 to 9 of 9

Thread: eMule

  1. #1

    eMule

    eMule is a peer-to-peer file sharing application for Microsoft Windows. Started in May 2002 as an alternative to eDonkey2000, eMule now connects to both the eDonkey network and the Kad network. The distinguishing features of eMule are the direct exchange of sources between client nodes, fast recovery of corrupted downloads, and the use of a credit system to reward frequent uploaders. Furthermore, eMule transmits data in zlib-compressed form to save bandwidth.

    eMule 0.49a FINAL

    Code:
    0.49a
    -----------------------
    - May, 8. 2008        -
    -----------------------
    .: If extended controls are enabled (and if available) Kad search results show the amount of known unique publishers for a file in parentheses in the availability column (this isn't equal to sources, but it is a bit more trustworthy indicator how common a file is).
    .: Updated CxImage lib to the latest version (6.0), fixes some image processing vulnability (low risk for eMule) [reported: Steve Manzuik/Juniper Networks]
    .: Fixed Unicode issue in stored and loading searches
    .: DirectCallback sources are now properly added to and checked against the deadsource list
    Download
    Last edited by czullo; 11.05.08 at 19:13.
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    saebrtooth (20.03.10) , hitman (11.05.08)

  3. #2
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370
    eMule 0.49b FINAL

    Code:
    Changelog for 0.49b
    eMule 0.49b
    -----------------------
    - Jul, 31. 2008 -
    -----------------------
    .: Fixed some rare possible crashes
    
    eMule 0.49b BETA2
    -----------------------
    - Jul, 28. 2008 -
    -----------------------
    .: Added deleting of single entries from AutoComplete drop down lists by pressing the DEL key.
    .: Added a new search method option "Automatic" which lets eMule choose which search method to use. eMule will select either Servers (Local) or Kad, based on which network we are connected to and some other indicators if connected to both networks.
    .: Removed a general exception handler for the Beta version. This means eMule crashes instead of ignoring unexpected errors, which however is needed so we actually can find such bugs (if any exist) in the crashdumps.
    
    -----------------------
    - Jul, 26. 2008 -
    -----------------------
    .: Implemented a special nodes.dat version, which is more suited for mass distribution without causing significant additional traffic for the included nodes. This hopefully allows us to add a nodes.dat to the installer, so that new user can connect to Kad without having to connect to servers or downloading a nodes.dat themself
    
    -----------------------
    - Jul, 15. 2008 -
    -----------------------
    .: Implemented an alternate method to estimate the total user count in the Kad network, which is not based on our local routing table. Its experimental and only shown in the network dialog (double click the world icon in the status bar)
    .: Adjusted the displaying of the user count by not showing numbers for a network we are nto connected to
    
    -----------------------
    - Jul, 14. 2008 -
    -----------------------
    .: Fixed a minor bug with kad obfuscation when contacting answering unbofuscated hello-requests
    .: Made sure that only one challenge to verify a contact is sent at a time to the same IP
    
    eMule 0.49b BETA1
    -----------------------
    - Jul, 11. 2008 -
    -----------------------
    .: Added MiniUPnPLib as additional UPnP implementation, the current Windows service based implementation is used as fallback. This will hopefully make eMule's UPnP compatible to most available routers. [miniupnplib by Thomas Bernard, Test & Suggestion: leuk_he]
    .: A specific UPnP implementation can be disabled by adding "DisableMiniUPNPLibImpl=1" or "DisableWinServImpl=1" into the "UPnP" section of the preferences.ini
    
    -----------------------
    - Jul, 5. 2008 -
    -----------------------
    .: When reading a nodes.dat without any verified contacts (possible an old file version), eMule will assume all contacts to be verified to avoid slowing down the connecting process
    .: Project files for VS2005 and VS2008 have been added, however the official eMule is still developed and compiled on VS2003
    
    -----------------------
    - Jun, 27. 2008 -
    -----------------------
    .: Several changes were made to Kad in order to defy routing attacks researched by University of Minnesota guys [Peng Wang, James Tyra, Eric Chan-Tin, Tyson Malchow, Denis Foo Kune, Nicholas Hopper, Yongdae Kim], in particular:
    .: Kad contacts will only be able to update themself in others routing tables if they provide the proper key (supported by 0.49a+ nodes) in order to make it impossible to hijack them
    .: Kad uses now a three-way-handshake (or for older version a similar check) for new contacts, making sure they do not use a spoofed IP
    .: Unverified contacts are not used for routing tasks and a marked with a special icon in the GUI
    
    -----------------------
    - Jun, 22. 2008 -
    -----------------------
    .: Fixed: Shared Files window splitter did not properly save/restore position.
    .: Did first small step in dropping Kad1 support by not probing unknown Kad contacts for Kad1 anymore to save overhead. Kad1 clients will nevertheless still be work for now.
    .: Fixed a bug which let Kad sometimes assume a Kad2 contact to be Kad1 after probing for both versions
    
    -----------------------
    - Jun, 18. 2008 -
    -----------------------
    .: Fixed: Memory leak in context menus.
    .: Added: Vista styles for context menus.
    
    -----------------------
    - Jun, 12. 2008 -
    -----------------------
    .: Fixed: Pressing ESC in Shared Files window filter destroyed the entire window.
    
    -----------------------
    - Jun, 10. 2008 -
    -----------------------
    .: Added additional sanitize checks to make sure eMule never writes downloaded data into an already completed part
    .: Optimized the Kad packettracking code to only tack packets which we check later, to save ressources
    
    -----------------------
    - Jun, 9. 2008 -
    -----------------------
    .: Fixed 100% CPU usage bug with tooltips in Statistics Graphs.
    .: Added: Tooltip in Statistics Graphs show the Y-value.
    .: Kad no longer tries to add UDP firewalled (and therefore mostly unreachable) nodes into its routing table, reducing overhead and increasing reliability [Idea: Netfinity]
    .: Kad tries to determine the overall ration of firewalled clients in the Kad network and shows them in the statistics tree. This will only work if you are not firewalled yourself and know enough 0.49b+ nodes
    .: When calculating the total user count, Kad now uses (if available) the real number of firewalled clients for the calculation instead a fixed value. This will take more effect when 0.49+ nodes become common
    
    -----------------------
    - Jun, 5. 2008 -
    -----------------------
    .: The "Handle eD2k-Links" button now also works properly with Vista's UAC enabled
    
    -----------------------
    - May, 31. 2008 -
    -----------------------
    .: Added: Unshare context menu entries for directories within the virtual "Shared Directories" folder.
    
    -----------------------
    - May, 28. 2008 -
    -----------------------
    .: Added: Vista themes for all owner drawn tab controls.
    .: Added: Vista themes for category selector controls.
    
    -----------------------
    - May, 25. 2008 -
    -----------------------
    .: Fixed main toolbar redrawing problems under Vista.
    .: Reworked connecting code, fixing some minor and some major bugs, including a possible loop in unreachable DirectCallback sources
    
    -----------------------
    - May, 19. 2008 -
    -----------------------
    .: Added new close icons for closeable tab controls.
    .: Kad now ignores multiple IDs pointing to one IP in routing request answers 
    
    -----------------------
    - May, 18. 2008 -
    -----------------------
    .: Fixed: Tab controls were not sized correctly on certain text contents. 
    
    -----------------------
    - May, 17. 2008 -
    -----------------------
    .: Fixed: Category tabs in Transfers window did not show correct default text color.
    .: Fixed: Category properties dialog did not always show the correct (default) category color.
    .: Added: Hot tracking effects for Vista themes for all (owner drawn) tab controls.
    
    -----------------------
    - May, 12. 2008 -
    -----------------------
    .: Fixed: Tooltips did not show correctly with Vista Aero theme.
    Download

    Unicode Layer (for Win9x)
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    saebrtooth (20.03.10)

  5. #3
    eMule 0.49c beta1

    Code:
        * Clients use several networks to create one reliable network. (ED2K, Source Exchange, Kad)
        * Kad is now in an open testphase, eMule v0.42 can be enabled to use Kad
        * eMule's Queue and Credit system helps to ensure that everyone will get the file he wants by promoting those that upload back to the network.
        * eMule is completely free. eMule is also completely free of any Adware, Spyware, and ect. We do this for fun and knowledge, not for money.
        * Each file checked for corruptions while downloading to ensure an error free file.
        * The eMules Intelligent Corruption Control helps to speed up the correction of corrupted parts.
        * Auto priorities and Source management allows you to start many downloads without having to monitor them.
        * The Preview function allows you to look at your Videos and Archives before they are completed. For video previewing, we recommend the Video Lan Client.
        * The eMule features webservices and a webserver that allows you to have quick access to and from the internet.
        * You can create categories for your download to organize them.
        * To find the file you want, eMule offers a wide range of search possibilities which include: Servers (Local, and Global), web based (Jigle, and Filedonkey), and Kad (Still in Alpha).
        * eMule also allows you to use very complex Boolean searches that make the searches much more flexible.
        * With the messaging and friend system, you can send messages to other Clients and add them as friends. In your friend list, you can always see if a friend is online.
        * With the build in IRC client, you can chat with other downloaders and chatters around the globe.

    Download


    "If sex doesn't scare the cat, you're not doing it right."
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    saebrtooth (20.03.10) , mmmmm (09.02.09) , hitman (09.02.09) , anon (09.02.09)

  7. #4
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,370
    Activity Longevity
    11/20 19/20
    Today Posts
    1/5 ssss39370

    Arrow eMule 0.49c FINAL

    Code:
    eMule 0.49c
    -----------------------
    - Feb, 18. 2009 -
    -----------------------
    .: Fixed a minor GUI drawing issue in the transfer window [dolphinX]
    .: Added GUI name references to some more Kad queries [tHeWiZaRdOfDoS]
    .: Added sanity check for rare issue seen in crashdumps concerning SourceExchange responses
    
    -----------------------
    - Feb, 15. 2009 -
    -----------------------
    .: Fixed the following BETA bugs:
    - Popups on the shared files list were not working
    - The shared files count in the GUI wasn't always accurate
    - Resolved shell links had some issues, preventing them from getting shared
    - The GUI wasn't always properly updated when deleting a file in the shared files window
    
    eMule 0.49c BETA2
    -----------------------
    - Feb, 11. 2009 -
    -----------------------
    .: Fixed a BETA bug in the new part.met recovery function
    
    -----------------------
    - Feb, 10. 2009 -
    -----------------------
    .: Resolve shared shell links has now its own option in the extend dialog instead beeing a preferences.ini only option
    .: Added the preferences.ini only option "FileBufferTimeLimit" ("eMule" section) which lets you set the maximum seconds before flushing the buffer of downloading files (default 60) 
    
    -----------------------
    - Feb, 9. 2009 -
    -----------------------
    .: When another client requests to view your shared files and directories (and you allow it), eMule will now attach only the directory names (or relative paths if it is a shared subdir) instead the full path for privacy reasons
    .: Fixed a BETA bug which caused eMule to not send single shared files when answering view shared files requests
    
    -----------------------
    - Feb, 8. 2009 -
    -----------------------
    .: On a fresh eMule installation, several less important list columns are now hidden by default to avoid overloading the interface
    .: Fixed some BETA bugs with creating collections
    .: Slightly increased the max. button size of the maintoolbar
    .: You can no longer share single files within unshareable directories (like your temp dir)
    
    -----------------------
    - Feb, 7. 2009 -
    -----------------------
    .: Fixed a BETA bug which made eMule ignore the longest keyword on server searches
    .: Added sanity checks for some problems seen in crashdumps when sending responses
    .: Added sanity range check for preferences.ini only option: tcp obfuscation padding length
    
    eMule 0.49c BETA1
    -----------------------
    - Feb, 4. 2009 -
    -----------------------
    .: Dates shown in the download list have their own time format setting ("DateTimeFormat4Lists" in preferences.ini) which is by default more compact than the old one
    .: Added a column to the download list which shows the date when the download was started
    
    -----------------------
    - Feb, 2. 2009 -
    -----------------------
    .: Kad routing query contacts are checked against the routing table
    .: Kad no longer allows more than 2 IPs from the same subnet within one routing query reply (except on LANs)
    .: Fixed small bug in the uploadthrottler [tHeWiZaRdOfDoS]
    
    -----------------------
    - Jan, 27. 2009 -
    -----------------------
    .: The Kad UDP firewalltest now asks several clients for its external port, avoiding to get a wrong "Open" state on NATs which change the source port on each request but behave like a Full-Cone otherwise
    .: Kad now rechecks incoming search results against the filters used for a search and drops all results which fail (which should only happen for buggy clients and spam results)
    
    -----------------------
    - Jan, 25. 2009 -
    -----------------------
    .: When corrupted part.met files are detected, eMule now automatically tries to use the part.met.bak files instead
    .: Some data (like the AICH hashset, statistics, metadata etc) from known/downloaded files which were not shared within the last month now gets purged to save ressources and avoid an unlimited growth of the known.met files
    (the first purge will be done one month after upgrading, if you have "Remember downloaded files" disabled all unshared files are completely deleted right away so this change would have no further effect)
    .: If you want to avoid this purging for some reason you can put "PartiallyPurgeOldKnownFiles=0" in the "eMule" section of your preferences.ini
    
    -----------------------
    - Jan, 20. 2009 -
    -----------------------
    .: When sorting lists for file types, eMule now further sorts by extension when the filetype is the equal
    
    -----------------------
    - Jan, 11. 2009 -
    -----------------------
    : On simple search queries Kad now rearrenges the used keywords itself and uses the longest keyword to determine which node to ask. This reduces the search load on common used keyword nodes like "and", makes such keyword a less viable target to attackers and allows users to do a search which begina with a short keyword like "An eMule"
    .: You can deactivate this by putting "RearrangeKadSearchKeywords=0" into the "eMule" section of the preferences.in (there isn't much reason to do so for normal users however)
    
    -----------------------
    - Jan, 10. 2009 -
    -----------------------
    .: You can now also share single file and directories by Drag&Drop - simply drag them from (for example) the Windows Explorer into your Shared Files list
    .: You can now share and unshare single files in the shared files window by chking/unchecking the files in the "All directories" tree. Downloading files and files in the incoming directory cannot be unshared
    (first one is required for the network the second one is for consistency as the incoming dir is not handled as optional shared dir, therefore not marked in the tree as shared which again would make it pretty hard to find it to reshare any excluded files)
    .: Kad file/source search answers now try to avoid using fragmented packets, making it more compatible to zealous firewalls routers which block those (effect increases as more nodes update to this version)
    
    -----------------------
    - Jan, 5. 2009 -
    -----------------------
    .: Fixed a possible crash in the (minilib) UPnP implementation
    .: The Webinterface port can now also be forwarded by UPnP (Options->Webinterface)
    .: The UPnP mappings are checked and refreshed if needed before Kad firewallchecks, after waking up from suspend and on smart lowid detection when connecting to servers
    
    -----------------------
    - Jan, 3. 2009 -
    -----------------------
    .: The allowed comment size has been increased to 128 characters
    .: Fixed a bug which made the download list use the wrong text color in some cases, mostly noticed on special windows themes
    
    -----------------------
    - Dec, 22. 2008 -
    -----------------------
    .: Added support for Windows 'Heap Corruption Detection' security feature (Windows Vista)
    .: Added support for Windows 'Address Space Layout Randomization' security feature (Windows Vista)
    
    -----------------------
    - Dec, 21. 2008 -
    -----------------------
    .: Added support for preview the content of ISO files. (file details->content)
    Reads the content of ISO9660 and Joliet images. (no UDF support)
    .: Made sure a received Kad routing answer doesn't contain more contacts than requested [Xin Sun]
    
    -----------------------
    - Dec, 19. 2008 -
    -----------------------
    .: Added support for Windows 'Data Execution Prevention' security feature (Windows XP SP2 / Windows Vista)
    .: Added support for Windows 'Exception Handling Protection' security feature (Windows XP SP2 / Windows Vista)
    
    -----------------------
    - Oct, 22. 2008 -
    -----------------------
    .: Added: Crash dump files are created in the 'config' directory. [thx tHeWiZaRdOfDoS]
    .: Fixed a flaw which caused too few randomness when generating a new ed2k userhash [godlaugh2007]
    
    -----------------------
    - Oct, 21. 2008 -
    -----------------------
    .: Added showing of watermark images to listviews (see "LvBkImg" entries in "Template.eMuleSkin.ini")
    
    -----------------------
    - Oct, 18. 2008 -
    -----------------------
    .: Unified drawing of multiple selected items in all listviews.
    .: Several optimizations in listview drawing.
    .: Added drag image for files in Transfers window (used when dragging selected items onto a category tab).
    .: Fixed showing of tooltips for multiple selected items in Server and Search window.
    
    -----------------------
    - Oct, 11. 2008 -
    -----------------------
    .: Added auto-sizezing of column widths to all list views (double clicking on column divider will size the column width appropriatly)
    .: Added label tips for partially visible sub items in all list views.
    .: Added default sort orders to list views in Transfers window.
    .: Added list view search functions for sub items.
    .: Fixed sorting bug in File Name dialog.
    
    -----------------------
    - Sep, 27. 2008 -
    -----------------------
    .: Added support for DVR-MS files to "Content" page of File Details dialog and published meta data.
    .: Minor change in auto-sizing controls of Search Parameters pane.
    .: Added reading of meta data for WAV files to "Content" page of File Details dialog.
    .: Added publishing of ED2K specific meta data for WAV and WMA files.
    .: Added columns for ED2K meta data to Shared Files window.
    
    -----------------------
    - Sep, 23. 2008 -
    -----------------------
    .: Added Options->Extended->Resolve shell links which lets eMule share 'linked' files (Windows Explorer shortcuts). This way one can also share single files within unshared directories.
    .: Added reading of meta data for Windows Media files to "Content" page of File Details dialog.
    
    -----------------------
    - Sep, 14. 2008 -
    -----------------------
    .: Added yet another method to determine whether the MediaInfo library is installed.
    .: Added support for multi-user configurations for Win9X/WinME/WinNT (requires at least IE5).
    .: Added support for previewing self extracting RAR archives.
    .: Fixed broken ED2K link and eMule Collection file registry functions for Win98/WinME/WinNT.
    
    -----------------------
    - Sep, 13. 2008 -
    -----------------------
    .: Fixed a resizing bug with the main toolbar under Win98.
    .: Fixed message box contents for downloading a proper version of DBGHELP.DLL for Win9x/WinME/Win2000.
    .: Fixed a crash with deleting completed or shared files under Win98.
    .: Added: Downloaded files are marked in the same way as by 'Internet Explorer' which leads to showing a warning message from 'Windows' when opening potential malicious files (for Windows XP SP2 or later).
    .: Added: Opening DRM protected files shows a warning message to prevent accidental opening of a web browser and navigating to malicious sites.
    
    -----------------------
    - Sep, 11. 2008 -
    -----------------------
    .: Fixed bug with missing update for filter text on changing the language [JvA]
    .: (Win98) Fixed bug with default search file type setting
    
    -----------------------
    - Sep, 4. 2008 -
    -----------------------
    .: Added new browse file/directory buttons to property pages in Options dialog.
    
    -----------------------
    - Sep, 2. 2008 -
    -----------------------
    .: Fixed some redrawing/resizing problems and reduced flickering in several main eMule windows.
    
    -----------------------
    - Sep, 1. 2008 -
    -----------------------
    .: Fixed bugs with file tooltips for Win98/Win2000.
    .: Fixed a problem with corrupt stored search results [George1]
    
    -----------------------
    - Aug, 30. 2008 -
    -----------------------
    .: Fixed: It was possible to add eMule installation folder(s) to the shared files list when using the directory tree control in the Shared Files window.
    .: Fixed a bug with disk space statistics for newly added downloads [fox88]
    .: Fixed some potential compatibility problems with Windows NT 4.0.
    .: Fixed problem with some missing icons under Win98.
    
    -----------------------
    - Aug, 24. 2008 -
    -----------------------
    .: Fixed: Some Unicode strings where not stored correctly in meta data for part files.
    .: Fixed some possible Unicode issues in Kad search expressions.
    .: Removed the "Search with Unicode" search option - searches are always with Unicode.
    .: Removed support for *.met file backward compatibility with non-Unicode eMule versions.
    .: Removed support for the "SetSystemACP" setting in preferences.ini.
    .: Added support for detecting if the MediaInfo library (http://mediainfo.sourceforge.net/) is installed on the system and automatically using it within the "Content" page for part/shared files.
    .: Updated Kad Unicode mapping table for supporting current Unicode standard used by Vista.
    
    -----------------------
    - Aug, 16. 2008 -
    -----------------------
    .: Fixed: Some Unicode strings where not stored correctly in search spam filter.
    
    -----------------------
    - Aug, 15. 2008 -
    -----------------------
    .: Added a NT-volume info cache to speed up handling of shared directories on non-fixed drives.
    .: Fixed: With certain code pages some Unicode characters where not stored correctly in *.met files [Borschtsch]
    .: Fixed: Some Unicode strings where not stored correctly in meta data for shared files.
    
    -----------------------
    - Aug, 11. 2008 -
    -----------------------
    .: Changed location for "downloads.txt" to eMule-config folder.
    
    -----------------------
    - Aug, 10. 2008 -
    -----------------------
    .: Added sorting of entries in "Shared Directories" and "Incoming Files" section of "Shared Files" tree view.
    .: Added showing of the parent folder for entries in "Shared Directories" and "Incoming Files" section of "Shared Files" tree view.
    .: Added showing of 'not connected' shared directories to "Shared Directories" and "Incoming Files" section of "Shared Files" tree view.
    .: Added keeping of shared directories which are 'not connected' when starting eMule.
    .: Added populating of a warning icon overlay to "Shared Directories" and "Incoming Files" section of "Shared Files" tree view to indicate that there is at least one directory in that folder which is 'not connected'.
    .: Added verifying of the 'connected' state for all shared directories when updating the "Shared Files" tree view by using the 'Reload' button.
    
    -----------------------
    - Aug, 9. 2008 -
    -----------------------
    .: Fixed enablement of Start/Cancel button in Search Window for closed Kad searches.
    .: Fixed invisible gripper control in Transfer Window.
    .: Fixed standard Windows Property Sheet shortcuts in Options dialog.
    .: Fixed several unlikely to happen but theoretically though possibles crashes.
    .: Removed restrictions for sharing drives 'A:' and 'B:'.
    Download

    Unicode Layer (for Win9x)
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  8. Who Said Thanks:

    saebrtooth (20.03.10) , rom08 (26.02.09)

  9. #5
    Elite system28's Avatar
    Join Date
    24.07.08
    Location
    Alpha Centauri
    P2P Client
    VEM-P
    Posts
    714
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss714

    eMule v0.50a BETA1

    Code:
    eMule 0.50a BETA1
    -----------------------
    - Mar, 8. 2010 -
    -----------------------
    .: Fixed a bug which caused the "Add files to download in paused mode" otpion to not work properly in all cases
    .: Fixed a visual glitch on taksbar notifiers when using the Aero theme [gureedo]
    
    -----------------------
    - Mar, 3. 2010 -
    -----------------------
    .: Added Windows 7 taskbar goodies:
    - global progress bar in the eMule taskbar button, progress colors: green when downloading, red when a download is errorous, yellow otherwise
    - Taskbar Buttons: when hovering over the eMule taskbar button (connect/disconnect/throttle/unthrottle/open preferences)
    - Overlay icon: Overlay icon on the eMule taskbar button indicating active up- and downloads (disabled by default, enable by ini entry "ShowUpDownIconInTaskbar=1").
    
    -----------------------
    - Mar, 1. 2010 -
    -----------------------
    .: Tweaked uploadcode to significantly increase the possible uploadspeed per slot especially on LANs, making eMule more suitable for those
    .: The number of maximal open upload slots has been decreased to 100
    .: Fixed a bug which caused the "Add files to download in paused mode" otpion to not work properly in all cases
    
    -----------------------
    - Feb, 28. 2010 -
    -----------------------
    .: Fixed a problem with the sharedfiles list when deleting a shared files [dolphinX]
    .: Fixed minor possible memory/ressource leak in the archive recovery and ipfilter [dolphinX]
    .: Fixed possible problem when wrong incoming directory due to categories in certain cases [dolphinX]
    
    -----------------------
    - Feb, 19. 2010 -
    -----------------------
    .: Fixed a bug in Kad which would not enforce the search tolerance in certain cases
    .: Changed Kad to work better in small LANs. If Kad detects it is running on a LAN (only LAN IPs in the routing table), it will assume beeing open and not behind a NAT/Router without trying to verfiy (which would fail in a small LAN),
    and also doesn't enforces several security features like flood detection for LAN IPs. Now even a small Kad LAN of 2 nodes works well without any setup issues
    (To create such a Kad LAN, make sure all clients have Options->Extended->"Filter server and client LAN IPS" disabled, delete the existing nodes.dat if necessary, go to the Kad dialog and enter the IP+Port of one other client (which is either connected or in connecting mode for Kad) to the bootstrap box - done)
    
    -----------------------
    - Jan, 25. 2010 -
    -----------------------
    .: The connection wizzard is no longer shown after finishing the first start wizzard (it's deprecated)
    .: The first start wizzard is only shown on first starts and no longer after updates
    
    -----------------------
    - Jan, 21. 2010 -
    -----------------------
    .: Added a new graph to the Kad window, which lets you watch each Kad lookup in detail. For non-Devs this is just for fun, you don't need to worry about anything shown there. A detailed explanation of the graph can be found in the onlinehelp.
    .: Added "Automatically show active searches" option to the context menu of the new graph which lets it switch to active lookups automatically (instead having to select it in the list). Now you can watch Kad working for hours without a click! :)
    
    -----------------------
    - Jan, 12. 2010 -
    -----------------------
    .: Added a new dockable toolbar to the transfer dialog. The buttons resemble the context menu options, but making them accessible easier and faster. The toolbar can be removed by right clicking on it and shown again by selecting context menue option of the downloadlist
    
    -----------------------
    - Jan, 10. 2010 -
    -----------------------
    .: The context menu in of the downloadlist allows now directly assign a file to a new category (instead of having to create it separately first)
    .: The "Unassign" category context menu entry is now only available if a file actually has a category
    
    -----------------------
    - Dec, 7. 2009 -
    -----------------------
    .: Fixed missing setting saving after automatic adapting incoming folders of categories due to changed main incoming folder
    .: Fixed a bug with overwriting the nodes.dat on times we actually don't want to write it [Nissenice]
    .: Added a quick intermediate fix to make certain Kad lookups more reliable, improving the (search/source-) results in some cases [based on research from http://www-users.cs....hopper/kad.pdf]
    
    -----------------------
    - Nov, 28. 2009 -
    -----------------------
    .: Switched the eMule fileidentifiers from ED2k-Hash + Size to ED2k-Hash + AICH-Hash + Size. This means eMule is now using two hashing algorithms combined (based on MD4 and SHA1) to verify if a received part (and eventually the comlete files) is not corrupt
    This change is necessary due to weaknesses in the MD4 algorithm and enables eMule to make sure to never complete a corrupt files for the next decade
    All changes are backwards compatible, so no clients or files will be exluded from the network
    .: AICH part hashsets are build out of existing AICH recovery hashsets, no rehashing is done
    .: AICH verification is enabled when using an ed2k link with included AICH hash, or when searching and downloading a file from Kad when certain requirements are met (this will only start to work once the majority of nodes update)
    .: The AICH hash can be seen in the search results list for kad searches if available
    .: ed2k links can no longer be created without the AICH Hash, except if it is not available. ed2k links without AICH hash are considered deprecated, but are still accepted by eMule for now
    
    -----------------------
    - Nov, 15. 2009 -
    -----------------------
    .: The shared files list now shows files in root directories properly [dolphinX]
    .: Fixed a bug with determining if the filesystem can handle large files when using categories [dolphinX]
    .: Added preferences.ini-only option "KeepUnavailableFixedSharedDirs" ("eMule"-Section) which lets eMule keep shared directories on fixed drives even if they are not found anymore
    .: Fixed minor memleak on kad searches [tHeWiZaRdOfDoS]
    -----------------------
    - Oct, 13. 2009 -
    -----------------------
    .: Added preferences.ini-only option "ForceSpeedsToKB" ("eMule"-Section), which will make eMule display all speed values in KB/s (instead of B/s to TB/s depending on the speed)
    
    -----------------------
    - Aug, 7. 2009 -
    -----------------------
    .: The shared files dialog has now a tab selector, letting you choose to view the statistics,(reduced versions of) the content, ed2k-link or metadata info for the selected file(s)
    .: The statistics page on in the shared files dialog also has the following new entries: Popularity rank (ranking all your shared files based on Requests), On Queue (clients on queue for the selected file) and Uploading (current bandwidth used to upload the selected file)
    .: The new tabs in the shared files dialog can be closed or restored by an arrow button on the right side
    
    -----------------------
    - Aug, 3. 2009 -
    -----------------------
    .: Fixed possible resource leaks in ZIP file decompression [tHeWiZaRdOfDoS]
    .: Fixed sorting bug in Shared Files window [moloko+]
    
    -----------------------
    - Aug, 2. 2009 -
    -----------------------
    .: Fixed bug with downloading files via the built-in webserver [Stulle]
    .: Fixed double/single click behaviour in search results window [tHeWiZaRdOfDoS]
    .: Fixed bug in user hash validation [ilmira]
    .: Fixed bug with space characters in ED2K URLs [moloko+]
    
    -----------------------
    - Jul, 25. 2009 -
    -----------------------
    .: Fixed a bug which made search tabs in certain cases invisible after you closed one
    
    -----------------------
    - Jul, 20. 2009 -
    -----------------------
    .: Cleand up options dialog a bit:
    The following settings have been removed and are now preferences.ini-only: "Beeponerror", "DontRecreateStatGraphsonresize", "UpdateQueueListPref", "MessageFromValidSourcesOnly" (Section "eMule") and "EnabledDeprecated" (section "PeerCache")
    .: The exit conformation messagebox has now a "Don't ask me again" option
    .: Added "Pause on when preview possible" option to the downloadlist context menu. Only visible when "advanced mode controls" is enabled
    
    -----------------------
    - Jul, 09. 2009 -
    -----------------------
    .: Improved storing AICH hashsets after a download has finished - should be much faster now if you share many files
    .: Sparse files are available on Windows7 again, Vista stays the only version were they are disabled
    
    -----------------------
    - Jun, 12. 2009 -
    -----------------------
    .: Added basic checks and user warnings for wrong operator usage (like using OR on the first keyword) in Kad. Earlier version just delivered wrong/incomplete results in such cases.
    
    -----------------------
    - Jun, 10. 2009 -
    -----------------------
    .: Fixed a bug in Kad with setting the proper searchkeywords when searching for exact phrases with quotes
    .: Fixed a bug with rearranging quoted keywords on kad searches
    
    -----------------------
    - Jun, 2. 2009 -
    -----------------------
    .: Kad1 is no longer supported and we will no longer answer or request any packets from Kad1 nodes (the last eMule Kad1 version was release about 4 years ago)

    Emule 0.50A Beta1 Released - Official eMule-Board

    This account has been disabled
    Reason: Fake upload

    Do NOT cheat. This involves; ghost leeching, spoofing and/or use of a modified client in anyway. If you, or anyone on your IP/server is found to be cheating then ALL users on that IP will be disabled.
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    saebrtooth (20.03.10) , Instab (11.03.10) , SBfreak (11.03.10) , Vation (11.03.10) , cheatos (11.03.10)

  11. #6
    Elite system28's Avatar
    Join Date
    24.07.08
    Location
    Alpha Centauri
    P2P Client
    VEM-P
    Posts
    714
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss714
    there are more info tabs in the shared files window



    a new sidebar in the transfers window :




    a new search details window in the kad window



    THX fabius!

    This account has been disabled
    Reason: Fake upload

    Do NOT cheat. This involves; ghost leeching, spoofing and/or use of a modified client in anyway. If you, or anyone on your IP/server is found to be cheating then ALL users on that IP will be disabled.
    Reply With QuoteReply With Quote
    Thanks

  12. Who Said Thanks:

    saebrtooth (20.03.10) , Blocker (13.03.10) , SBcheater (12.03.10) , cheatos (12.03.10)

  13. #7

    Join Date
    09.01.10
    Location
    uncertain
    P2P Client
    several
    Posts
    565
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss565

    eMule 0.50a BETA2

    eMule 0.50a BETA2
    -----------------------
    - Mar, 19. 2010 -
    -----------------------
    .: Updated MiniUPnPlib to the latest version
    .: The download commands toolbar now handles closing by pressing the X while in floating mode properly
    .: The icons of the download commands toolbar are now properly drawn gray if disabled on WinXP and older Windows versions

    -----------------------
    - Mar, 17. 2010 -
    -----------------------
    .: The new Windows7 taskbar features will no longer vanish when minimizing eMule to the system tray
    .: Updated libpng to the latest version
    .: The lables of the download commands toolbar are now properly adjusted immediately when switching to another language
    .: The archive preview tab has now a context menu to update the contents as replacement for the "Update" button
    .: Fixed a bug in handling part.met files which could cause corrupted parts if eMule paused the file due to insufficient diskspace
    .: Fixed a small visual glitch when resizing the shared files list while the new tabs were hidden
    .: fixed minor memleak in kad keyword storing [tHeWiZaRdOfDoS]

    -----------------------
    - Mar, 14. 2010 -
    -----------------------
    .: Fixed the background color of the new Kad graph if custom themes/colors are enabled
    .: eMule now selects the default color of the system icon tray speedbar depending on the color of your taskbar icon area, to avoid show a dark/bright bar on a dark/bright background
    .: Fixed a crashbug in the new download commands toolbar (this bug was responsible for nearly all crashes you might have seen in Beta1).
    .: Active searches are now automatically shown in the new Kad graph by default and eMule remembers the setting (can be siwtched in the contextmenu of the graph)
    .: Fixed a small bug with itemdeletion when closing eMule [JvA]
    .: Fixed a small bug regarding Kad search tolerance [Famerlor]
    source:
    eMule 0.50a Beta2 Released - Official eMule-Board
    Last edited by Vation; 20.03.10 at 01:54.
    Reply With QuoteReply With Quote
    Thanks

  14. Who Said Thanks:

    saebrtooth (20.03.10)

  15. #8

    Join Date
    09.01.10
    Location
    uncertain
    P2P Client
    several
    Posts
    565
    Activity Longevity
    0/20 17/20
    Today Posts
    0/5 ssssss565

    eMule 0.50A BETA3

    eMule 0.50a BETA3
    -----------------------
    - Mar, 28. 2010 -
    -----------------------
    .: Keyboard shortcuts to switch the dialog work again in the transfer dialog
    .: Fixed a small visual glitch in the tooltips of the webinterface
    .: Fixed a issue regarding eMule deceiding if to trust an AICH hash on files which have no verified AICH has [tHeWiZaRdOfDoS]
    .: Fixed minor issues with the exit commandline command and the multiple instances option [tHeWiZaRdOfDoS, leuk_he]

    -----------------------
    - Mar, 23. 2010 -
    -----------------------
    .: Fixed ed2k links not containing the AICH hash on several locations (ctrl+c, webserver, etc)
    .: Fixed further bugs leading to crashes or glitches in the new toolbar
    .: Fixed a possible crash problem with the new Win7 features
    .: The Beta versioncheck will now point to a seperate website instead the standard versioncheck (which doesn't works for betas)
    emule forum beta thread with download links:
    Emule 0.50A Beta3 Released - Official eMule-Board
    Reply With QuoteReply With Quote
    Thanks

  16. #9

    eMule 0.50a Official



    Changelog
    - Apr, 5. 2010 -
    -----------------------
    .: Added preferences.ini-only option "ExtraPreviewWithMenu" (eMule section) which makes eMule put the "Preview with" command into the root context menu rather than into the preview menu (only applies to extended controls with multiple preview programs set)
    .: Added "Open preferences.ini" button to the extended options. Remember that you have to close eMule _before_ saving any changes if you want to edit any not preferences.ini-only settings
    .: AICH hashs work properly in all collection types now

    -----------------------
    - Apr, 2. 2010 -
    -----------------------
    .: Added new ed2k link type: "ed2k://|search|[searchterm]|/" makes eMule start a search for the specified searchterm. Plugin for webbrowsers which make use of this will follow later
    .: Fixed some minor bugs in the Kad graph
    .: Fixed a possible bug with AICH recovery when downloading a searchresult which includes the AICH hash

    Spoiler Old Changelog:
    eMule 0.50a BETA3
    -----------------------
    - Mar, 28. 2010 -
    -----------------------
    .: Keyboard shortcuts to switch the dialog work again in the transfer dialog
    .: Fixed a small visual glitch in the tooltips of the webinterface
    .: Fixed a issue regarding eMule deceiding if to trust an AICH hash on files which have no verified AICH has [tHeWiZaRdOfDoS]
    .: Fixed minor issues with the exit commandline command and the multiple instances option [tHeWiZaRdOfDoS, leuk_he]

    -----------------------
    - Mar, 23. 2010 -
    -----------------------
    .: Fixed ed2k links not containing the AICH hash on several locations (ctrl+c, webserver, etc)
    .: Fixed further bugs leading to crashes or glitches in the new toolbar
    .: Fixed a possible crash problem with the new Win7 features
    .: The Beta versioncheck will now point to a seperate website instead the standard versioncheck (which doesn't works for betas)

    eMule 0.50a BETA2
    -----------------------
    - Mar, 19. 2010 -
    -----------------------
    .: Updated MiniUPnPlib to the latest version
    .: The download commands toolbar now handles closing by pressing the X while in floating mode properly
    .: The icons of the download commands toolbar are now properly drawn gray if disabled on WinXP and older Windows versions

    -----------------------
    - Mar, 17. 2010 -
    -----------------------
    .: The new Windows7 taskbar features will no longer vanish when minimizing eMule to the system tray
    .: Updated libpng to the latest version
    .: The lables of the download commands toolbar are now properly adjusted immediately when switching to another language
    .: The archive preview tab has now a context menu to update the contents as replacement for the "Update" button
    .: Fixed a bug in handling part.met files which could cause corrupted parts if eMule paused the file due to insufficient diskspace
    .: Fixed a small visual glitch when resizing the shared files list while the new tabs were hidden
    .: fixed minor memleak in kad keyword storing [tHeWiZaRdOfDoS]

    -----------------------
    - Mar, 14. 2010 -
    -----------------------
    .: Fixed the background color of the new Kad graph if custom themes/colors are enabled
    .: eMule now selects the default color of the system icon tray speedbar depending on the color of your taskbar icon area, to avoid show a dark/bright bar on a dark/bright background
    .: Fixed a crashbug in the new download commands toolbar (this bug was responsible for nearly all crashes you might have seen in Beta1).
    .: Active searches are now automatically shown in the new Kad graph by default and eMule remembers the setting (can be siwtched in the contextmenu of the graph)
    .: Fixed a small bug with itemdeletion when closing eMule [JvA]
    .: Fixed a small bug regarding Kad search tolerance [Famerlor]

    eMule 0.50a BETA1
    -----------------------
    - Mar, 8. 2010 -
    -----------------------
    .: Fixed a bug which caused the "Add files to download in paused mode" otpion to not work properly in all cases
    .: Fixed a visual glitch on taksbar notifiers when using the Aero theme [gureedo]

    -----------------------
    - Mar, 3. 2010 -
    -----------------------
    .: Added Windows 7 taskbar goodies:
    - global progress bar in the eMule taskbar button, progress colors: green when downloading, red when a download is errorous, yellow otherwise
    - Taskbar Buttons: when hovering over the eMule taskbar button (connect/disconnect/throttle/unthrottle/open preferences)
    - Overlay icon: Overlay icon on the eMule taskbar button indicating active up- and downloads (disabled by default, enable by ini entry "ShowUpDownIconInTaskbar=1").

    -----------------------
    - Mar, 1. 2010 -
    -----------------------
    .: Tweaked uploadcode to significantly increase the possible uploadspeed per slot especially on LANs, making eMule more suitable for those
    .: The number of maximal open upload slots has been decreased to 100
    .: Fixed a bug which caused the "Add files to download in paused mode" otpion to not work properly in all cases

    -----------------------
    - Feb, 28. 2010 -
    -----------------------
    .: Fixed a problem with the sharedfiles list when deleting a shared files [dolphinX]
    .: Fixed minor possible memory/ressource leak in the archive recovery and ipfilter [dolphinX]
    .: Fixed possible problem when wrong incoming directory due to categories in certain cases [dolphinX]

    -----------------------
    - Feb, 19. 2010 -
    -----------------------
    .: Fixed a bug in Kad which would not enforce the search tolerance in certain cases
    .: Changed Kad to work better in small LANs. If Kad detects it is running on a LAN (only LAN IPs in the routing table), it will assume beeing open and not behind a NAT/Router without trying to verfiy (which would fail in a small LAN),
    and also doesn't enforces several security features like flood detection for LAN IPs. Now even a small Kad LAN of 2 nodes works well without any setup issues
    (To create such a Kad LAN, make sure all clients have Options->Extended->"Filter server and client LAN IPS" disabled, delete the existing nodes.dat if necessary, go to the Kad dialog and enter the IP+Port of one other client (which is either connected or in connecting mode for Kad) to the bootstrap box - done)

    -----------------------
    - Jan, 25. 2010 -
    -----------------------
    .: The connection wizzard is no longer shown after finishing the first start wizzard (it's deprecated)
    .: The first start wizzard is only shown on first starts and no longer after updates

    -----------------------
    - Jan, 21. 2010 -
    -----------------------
    .: Added a new graph to the Kad window, which lets you watch each Kad lookup in detail. For non-Devs this is just for fun, you don't need to worry about anything shown there. A detailed explanation of the graph can be found in the onlinehelp.
    .: Added "Automatically show active searches" option to the context menu of the new graph which lets it switch to active lookups automatically (instead having to select it in the list). Now you can watch Kad working for hours without a click!

    -----------------------
    - Jan, 12. 2010 -
    -----------------------
    .: Added a new dockable toolbar to the transfer dialog. The buttons resemble the context menu options, but making them accessible easier and faster. The toolbar can be removed by right clicking on it and shown again by selecting context menue option of the downloadlist

    -----------------------
    - Jan, 10. 2010 -
    -----------------------
    .: The context menu in of the downloadlist allows now directly assign a file to a new category (instead of having to create it separately first)
    .: The "Unassign" category context menu entry is now only available if a file actually has a category

    -----------------------
    - Dec, 7. 2009 -
    -----------------------
    .: Fixed missing setting saving after automatic adapting incoming folders of categories due to changed main incoming folder
    .: Fixed a bug with overwriting the nodes.dat on times we actually don't want to write it [Nissenice]
    .: Added a quick intermediate fix to make certain Kad lookups more reliable, improving the (search/source-) results in some cases [based on research from http://www-users.cs....hopper/kad.pdf]

    -----------------------
    - Nov, 28. 2009 -
    -----------------------
    .: Switched the eMule fileidentifiers from ED2k-Hash + Size to ED2k-Hash + AICH-Hash + Size. This means eMule is now using two hashing algorithms combined (based on MD4 and SHA1) to verify if a received part (and eventually the comlete files) is not corrupt
    This change is necessary due to weaknesses in the MD4 algorithm and enables eMule to make sure to never complete a corrupt files for the next decade
    All changes are backwards compatible, so no clients or files will be exluded from the network
    .: AICH part hashsets are build out of existing AICH recovery hashsets, no rehashing is done
    .: AICH verification is enabled when using an ed2k link with included AICH hash, or when searching and downloading a file from Kad when certain requirements are met (this will only start to work once the majority of nodes update)
    .: The AICH hash can be seen in the search results list for kad searches if available
    .: ed2k links can no longer be created without the AICH Hash, except if it is not available. ed2k links without AICH hash are considered deprecated, but are still accepted by eMule for now

    -----------------------
    - Nov, 15. 2009 -
    -----------------------
    .: The shared files list now shows files in root directories properly [dolphinX]
    .: Fixed a bug with determining if the filesystem can handle large files when using categories [dolphinX]
    .: Added preferences.ini-only option "KeepUnavailableFixedSharedDirs" ("eMule"-Section) which lets eMule keep shared directories on fixed drives even if they are not found anymore
    .: Fixed minor memleak on kad searches [tHeWiZaRdOfDoS]
    -----------------------
    - Oct, 13. 2009 -
    -----------------------
    .: Added preferences.ini-only option "ForceSpeedsToKB" ("eMule"-Section), which will make eMule display all speed values in KB/s (instead of B/s to TB/s depending on the speed)

    -----------------------
    - Aug, 7. 2009 -
    -----------------------
    .: The shared files dialog has now a tab selector, letting you choose to view the statistics,(reduced versions of) the content, ed2k-link or metadata info for the selected file(s)
    .: The statistics page on in the shared files dialog also has the following new entries: Popularity rank (ranking all your shared files based on Requests), On Queue (clients on queue for the selected file) and Uploading (current bandwidth used to upload the selected file)
    .: The new tabs in the shared files dialog can be closed or restored by an arrow button on the right side

    -----------------------
    - Aug, 3. 2009 -
    -----------------------
    .: Fixed possible resource leaks in ZIP file decompression [tHeWiZaRdOfDoS]
    .: Fixed sorting bug in Shared Files window [moloko+]

    -----------------------
    - Aug, 2. 2009 -
    -----------------------
    .: Fixed bug with downloading files via the built-in webserver [Stulle]
    .: Fixed double/single click behaviour in search results window [tHeWiZaRdOfDoS]
    .: Fixed bug in user hash validation [ilmira]
    .: Fixed bug with space characters in ED2K URLs [moloko+]

    -----------------------
    - Jul, 25. 2009 -
    -----------------------
    .: Fixed a bug which made search tabs in certain cases invisible after you closed one

    -----------------------
    - Jul, 20. 2009 -
    -----------------------
    .: Cleand up options dialog a bit:
    The following settings have been removed and are now preferences.ini-only: "Beeponerror", "DontRecreateStatGraphsonresize", "UpdateQueueListPref", "MessageFromValidSourcesOnly" (Section "eMule") and "EnabledDeprecated" (section "PeerCache")
    .: The exit conformation messagebox has now a "Don't ask me again" option
    .: Added "Pause on when preview possible" option to the downloadlist context menu. Only visible when "advanced mode controls" is enabled

    -----------------------
    - Jul, 09. 2009 -
    -----------------------
    .: Improved storing AICH hashsets after a download has finished - should be much faster now if you share many files
    .: Sparse files are available on Windows7 again, Vista stays the only version were they are disabled

    -----------------------
    - Jun, 12. 2009 -
    -----------------------
    .: Added basic checks and user warnings for wrong operator usage (like using OR on the first keyword) in Kad. Earlier version just delivered wrong/incomplete results in such cases.

    -----------------------
    - Jun, 10. 2009 -
    -----------------------
    .: Fixed a bug in Kad with setting the proper searchkeywords when searching for exact phrases with quotes
    .: Fixed a bug with rearranging quoted keywords on kad searches

    -----------------------
    - Jun, 2. 2009 -
    -----------------------
    .: Kad1 is no longer supported and we will no longer answer or request any packets from Kad1 nodes (the last eMule Kad1 version was release about 4 years ago)

    -----------------------
    - Mar - May 2009 -
    -----------------------
    .: eMule Summer of Non-Code


    Dowload:
    Binary:Download eMule from SourceForge.net
    Sources:Download eMule from SourceForge.net
    Installer:Download eMule from SourceForge.net
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •