Shareaza

Shareaza 2.7.10.2

Shareaza Development Team
開源軟體

Shareaza 2.2.5.0 Beta

更新時間:2007-02-05
更新細節:

Rolandas
- Removed hardcoded 30 secs for UPnP timeout, replaced with 10 secs timeout after the last event.
- Fixed temp file deletion when autoseeding is turned off.
- Disabled DIPP support by default (moved to experimental advanced settings).
- Fixed zero peerID.
- Real fix of Normal mode crash after the fresh install.
- Fixed case of STRISTATE.
- Remove BT clients from upload queue after receiving Cancel or Uninterested packets when seeding.
- Fixed plugin windows skinning (the windows now can be translated from the language XML files).
- Updated Queue properties dialog (supports skinnable protocol icons).
- Increased default width for the "Extension" column.
- Merged search panel from CyberBob's branch.
- All protocol icons are skinnable now.
- Made download sources icons skinned.
- Fixed invalid command ID and added IDs for HTTP, FTP and BT protocols.
- Added custom skin-icon support for Home panel boxes.
- Fixed autoseeding/tracker updates when multiple files are seeded.
- Merged code from CyberBob? branch to fix searches from metadata panel.
- Fixed broken GUI mode switches.
- Updated ICQ link.
- Added cursors for scheduler.
- Fixed soundType syntaxis.
- Fixed search result filtering when searched by entering terms in metadata box (ed2k was mainly affected).
- Implemented metadata spam filter.
- Added some buffer overrun checks/preventions.
- Force binding IP update fixed (thanks to dcat).
- Removed 0.0.0.0 from the IP dropdown boxes on the Connection settings page.
- Memory leak fixed when torrent source file was not found.
- Torrent autoseeding fixed when the single-file torrent source was removed manually.
- Workaround to have typelib opened in VB applications.
- Tracker request memory leak fixed.
- Updated the list of BT client peer IDs.
- Workaround to open partial image files in the Image Viewer.
- Improved BT packet reading: subsequent keep-alive packets are treated as one.
- Removed EOLs from XML metadata.


CyberBob
- Added lock in function CDownloadsWnd::OnDownloadsClearComplete().
- Implemented Large File support on eDonkey, it needs testing, if you want use you must enable this: eDonkey.LargeFileSupport
- Temporary fix for ed2k server connection bug. Ref: http://forums.shareaza.com/showthread.php?threadid=51955
- Added Missing QueryKey? child packet for search from firewalled nodes (without this, you can expect Performance down if your UDP port is closed).
- Fixed error feeding X-Try-Ultrapeer? to X-Try-DNA-Hubs?.
- Ported "Fix for GUI bug on ED2K PUSH DownloadTransfer/Source IP address, on downloadlist and download tooltip" from CyberBob? branch.
- Ported "Link handler for bootstrap discovery types" from CyberBob? branch.
- Blocked PrivateIP gets into m_pHost data member (prevent QueryHit? with PrivateIP).
- Fixed "urn:" in Gnutella Query packet. Ref: http://forums.shareaza.com/showthread.php?s=&threadid=51737
- Should send out LNI packet before even start sending QHT.
- Patched Bug which prevent reading CachedHosts? given from remote node(i.e. X-Try-Ultrapeers?, X-Try-Hubs), if the response code is not 200.
- Trial Fix for BT transfer problem.
- Fixed Access Violation Error in CRouteCache.
- Added code to recover Memory Allocation failure.


CyberBob & ale5000
- Separated firewall check to UDP and TCP.


Ryo-oh-ki
- Added edit box to Add Shares dialog.
- Added metadata handling during file operations (copy/move).
- Added $(IntDir) to additional include directories of resource compiler since Shareaza.tlb placed there.
- Fixed long raza's home folder path.
- All LoadResource() paired with FreeResource().
- My version of Normal mode fix ^_^.
- Added DDE transactions filters (optimization).
- Fixed main windows menu and its submenus handlers leak (one leak per skin change).
- Fixed dockbar brush handler leak (one more time -_-).
- Removed unused method (DDECallback).
- Changed Library locking timeout from INFINITE to 1000 ms.
- Drag-n-drop optimization (avoidance of drag helper object precreation).
- Fixed (rare) deadlock when files dropped to Media window.
- Fixed GDI handler leak (mainwindow dockbar background brush).
- Fixed main window drag-n-drop (torrents and urls drops).
- Fixed resources leak of m_hGDI32, m_hPowrProf (Shareaza.cpp).
- Fixed uninitialized member - m_rcMirror (SkinWindow.cpp).
- Optimized Library locking (less restrictive).
- Fixed interface leak (IImageServicePlugin).
- Fixed uninitialized members - m_rcVideo, m_rcStatus (CtrlMediaFrame.cpp).
- Optimized drag-n-drop (added point of drag).
- Fixed double deletion CBTInfo by CShareazaURL.
- Drag-n-drop optimization: default file action setted to "move" (temporary fix), shell drop helper object now optional (but ugly ^_^), file operations now threaded (no more "hung-ups" on long file operations).
- Added code to remove outcoming UDP-packets with false bAck flag from "acknowledge waiting queue" immediately after they sended (primarily for PI/PO UDP-packets).


dcat
- Reverting change, Endoffset is supposed to be equal to file size.
- Added menu separator after "Show Tool Bar" since "Show Navigation Bar" and "Show Tool Bar" are mutually exclusive.
- Fixed ed2k 0-0 byte request bug.
- Fixed ed2k bug where the end range request was 1 byte past the end of the file's length.
- Added comments clarifying which type of message corresponds to which color.
- QWORDs are unsigned.
- Only invalidate the area where the scheduler is drawn so that the rest of the page won't flicker on a redraw.
- Highlight the entire row or column whenever the left edge or top edge is hovered over, respectively, to indicate which blocks will be changed by clicking.
- Replaced the Scheduler configuration's "paint" feature with the ability to toggle whole rows or columns.
- Increased the height of the "Download Manager" groupbox to eliminate wasted space.
- Increased the drop down height of the "Show rates in" combobox to eliminate scrolling.
- Changed ON_CBN_CLOSEUP to ON_CBN_SELCHANGE so that the up/down arrows will also cause updates to get fired.
- Limit the port field to 5 digits.
- Added the "nowarn" switch to disable the alpha warning on startup.


ale5000
- Now when Settings.eDonkey.LearnNewServers is FALSE, Shareaza say to the server that we don't want servers list.
- Resetted Settings.General.GUIMode when it contains a wrong value.
- Ported "Restored G2 BTIH Search functionality" from CB branch.
- You can now choose if share or not a incomplete file if it is paused.
- Attempt to recover from failed Handshakes.Listen(). Ref: http://forums.shareaza.com/showthread.php?postid=308504
- Fixed crash in Normal mode.
- Changed the name of FirewallStatus? to avoid problems.
- Updated ED2K clients recognition.
- Replaced SHGetFolderPath with SHGetSpecialFolderPath so that it doesn't need IE 5 (but IE 4 :-) ).
- It change GUI Mode in the quickstart wizard only if there isn't already.
- Added new connection speeds.
- Some fixes in the quickstart wizard.
- Now it doesn't add B/s when MAX is selected in bandwidth limit.
- Fixed eDonkey warning displayed when it shouldn't be.
- eDonkey.MetAutoQuery is now enabled by default, but it is almost never used so there aren't abuse problems.
- Fixed all connection problems on all networks.
- Download and upload speed are now separated in the quickstart wizard.
- Added the function OnChangeConnectionSpeed() to update setting when you set connection speed from the quickstart wizard (this function could be used from others parts of code in the future).
- Now Shareaza is set to auto check the firewall status by default.
- "Connection.RequireForTransfers" was both in download settings and in advanced settings.
- Changed default value of some settings.
- Fixed the workaround for fake low-id on startup.
- Fixed bug: menu shows "Connecting..." when all networks are disabled (reported by Rolandas).
- Fixed one place where connection still mess with EnableToday?.
- Now the scheduler use also the setting: Gnutella2.EnableAlways
- Fixed bug that doesn't allow to disconnect when seeding a torrent (reported by Rolandas).
- Connection, disconnection no longer mess with state of the networks so DetectConnectionLoss? and DetectConnectionReset? doesn't cause "enableToday" of networks to be changed.
- You can now disable all networks and leave connection enabled so you can use BitTorrent without other networks.
- Changed type of some log messages.
- Added new type of log message: MSG_DISPLAYED_ERROR - it behave as MSG_ERROR but it is displayed also when VerboseMode? is off (thanks to dcat for the help).
- Added some comments about log message types.
- Moved the setting of VerboseMode? and RatesInBytes? from the setup to shareaza.
- UserPath? and IncompletePath? are created if they doesn't exist.
- VirtualFiles? changed only one time.
- If complete, incomplete, collection or torrent folder doesn't exist, now it is resetted to default path (in the setup). Ref: http://forums.shareaza.com/showthread.php?threadid=51961
- When you select if the setup must be multiuser or not, it will be remembered when you will re-install it in another user.


wildcard_25
- Unnordered list assert fix.
- 32bit shift too large for variable warning fixed when compiled with VS 2005.
- Unreachable code warnings fixed when compiling on VS2005.
- X-Nalt? fix.
- Fixed random cache writing loop.


yurix
- BT packet reading fixed.


版本下載:Shareaza 2.2.5.0 Beta

Shareaza 2.2.3.0 Beta

更新時間:2006-11-05
更新細節:

* Improved Torrent Info screen
* New search filters
* Improved spam filtering
* UPnP for automatic port forwarding
* Collection Wizard
* Improved Ghost Files support
* Browse Host windows are saved between sessions just like searches
* Metadata extraction from many additional file formats


版本下載:Shareaza 2.2.3.0 Beta

Shareaza 2.2.1.0

更新時間:2005-10-28
更新細節:沒有資料
版本下載:Shareaza 2.2.1.0

Shareaza 2.2.0.0

更新時間:2005-09-11
更新細節:沒有資料
版本下載:Shareaza 2.2.0.0

Shareaza 2.1.3.2 Beta

更新時間:2005-07-20
更新細節:沒有資料
版本下載:Shareaza 2.1.3.2 Beta

Shareaza 2.1

更新時間:2005-06-20
更新細節:沒有資料
版本下載:Shareaza 2.1

更新時間:1970-01-01
更新細節:
版本下載:
  • We don't have any change log information yet for version 2.7.10.0 of Shareaza. Sometimes publishers take a little while to make this information available, so please check back in a few days to se...
    Shareaza
    Download Shareaza 2.7.10.0 - FileHippo.com
    http://r.search.yahoo.com
  • Download Shareaza 2.7.10.0 or any other file from Applications category. HTTP download also available at fast speeds. Browse Community FAQ Register / Login Sign Up Sign In Categories ...
    Shareaza
    Download Shareaza 2.7.10.0 - SoftArchive
    ://r.search.yahoo.com
  • Shareaza is the most luxurious and sophisticated file sharing system you'll find. It can harness the power of up to four separate peer-to-peer (P2P) networks, ...
    Shareaza
    Download Shareaza 2.7.10.2 - Commenti - FileHippo.com
    http://filehippo.com
  • 7 天前 - Shareaza is the most luxurious and sophisticated file sharing system you'll find. It can harness the power of up to four separate peer-to-peer ...
    Shareaza
    Download Shareaza 2.7.10.2 - Comments - FileHippo.com
    http://filehippo.com
  • Shareaza is the most luxurious and sophisticated file sharing system you'll find. It can harness the power of up to four separate peer-to-peer (P2P) networks, ...
    Shareaza
    Download Shareaza 2.7.10.2 - FileHippo.com
    http://filehippo.com
  • Shareaza is the most luxurious and sophisticated file sharing system you'll find. It can harness the power of up to four separate peer-to-peer (P2P) networks, ...
    Shareaza
    Download Shareaza 2.7.10.2 - Kommentare - FileHippo.com
    http://filehippo.com
  • Shareaza is a P2P client that allows you to download any file-type found on several popular P2P networks. You can download/upload from these networks: EDonkey2000 ...
    Shareaza
    Neowin - Shareaza 2.7.10.2
    ://r.search.yahoo.com
  • Name, Modified, Size, Downloads / Week, Status. Parent folder · Shareaza_2.7.10.2_x64.exe, < 8 hours ago, 7.4 MB, 0. Shareaza_2.7.10.2_Source.7z ...
    Shareaza
    Shareaza - Browse /Shareaza/Shareaza-2.7.10.2 at SourceForge.net
    https://sourceforge.net
  • Open source multi-network P2P client for Windows. It is able to download a given file from the BitTorrent, Gnutella, Gnutella 2 and eDonkey networks simultaneously.
    Shareaza
    Shareaza - Official Site
    http://r.search.yahoo.com
  • Ares is a file sharing software which allows you to share any kind of file from the Internet. It's a free open source file sharing program that enables users to share any digital file including im...
    Shareaza
    Shareaza 2.7.10.0 Download - TechSpot
    ://r.search.yahoo.com
  • Shareaza is a peer-to-peer client for Windows that allows you to download any file-type found on several popular P2P networks
    Shareaza
    Shareaza 2.7.10.2
    ://r.search.yahoo.com
  • Please Disable Your Ad-blocker Safe and free downloads are made possible with the help of advertising and user donations. Please disable your ad-blocker to continue using FileHippo.com and support thi...
    Shareaza
    Shareaza 2.7.10.2 - Historia - FileHippo.com
    http://r.search.yahoo.com
  • 3 天前 - It's a quick fix release. Shareaza 2.7.10.2 change log. Sep 18, 2017. It includes the following changes: Fixed alpha channel of images (addition ...
    Shareaza
    Shareaza 2.7.10.2 - Shareaza Wiki - SourceForge
    http://shareaza.sourceforge.ne
  • Shareaza 是目前世上最豪華與精密的檔案分享系統。它能同時駕馭最多四個獨立的 peer-to-peer(P2P)網路,包括了 EDonkey2000、Gnutella、BitTorrent 與 Shareaza 的自家網路,Gnutella2 (G2)。 ...
    Shareaza
    Shareaza 2.7.7.0 (32-bit):軟體王2017-軟體資訊網站
    http://r.search.yahoo.com
  • Download Shareaza 2.7.9.0 (32-bit). Share files using the power of 4 networks simultaneously. This filesharing client is, for lots of users, the P2P solution due to different factors, such as high spe...
    Shareaza
    Shareaza 2.7.9.0 (32-bit) - Download
    ://r.search.yahoo.com
  • Download Shareaza 2.7.9.0 32-bit Browse All Files Windows Screenshots Description Shareaza is a very powerful multi-network peer-to-peer file-sharing client supporting Gnutella² G2, Gnutella, eDonkey2...
    Shareaza
    Shareaza download | SourceForge.net
    ://r.search.yahoo.com
  • Shareaza is the most luxurious and sophisticated file sharing system you'll find. It can harness the power of up to four separate peer-to-peer (P2P) networks, ...
    Shareaza
    下载Shareaza 2.7.10.2 -FileHippo.com
    http://filehippo.com