Autor Thema: P2P / Filesharing / Bittorrent Clients und diverse Tools ...  (Gelesen 303012 mal)

0 Mitglieder und 18 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
uTorrent 3.3.2 RC (build 30171)
« Antwort #870 am: 01 Oktober, 2013, 06:25 »
--2013-9-30 RC6 (build 30171)

-Fix: Localization problem in "back" button

http://www.utorrent.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
RetroShare 0.5.5a_6725
« Antwort #871 am: 01 Oktober, 2013, 18:00 »
RetroShare lets you communicate and share files securely. It is a cross-platform private p2p sharing program. It lets you share securely your friends, using a web-of-trust to authenticate peers and OpenSSL to encrypt all communication. It provides filesharing, chat, messages and channels.

Licence: Open Source

Whats new: >>

Notes:
· This is the final release of the 0.5 brand.
· distant chat (encrypted with AES-PSK using tunnels, autenticated with PGP)
· distant messages (encrypted, through tunnels)
· See http://retroshareteam.wordpress.com/2013/08/08/distant-chat-and-messaging-using-generic-tunnels/
· connection progress/status dialog
· keyring cleaning dialog
· improved GUI (better layout, higher readability, protection agains xml bombs)
· many bug fixes in core

Improvements:
· Added connection progress dialog, to show connection state, and give some feedback/advice to the user
· added storage for denied connections in linkMgr
· new splash screen / about image
· improved GUI layout. Many patches, mainly from Phenom, electron
· GUI improvement for distant messages, showing correct names, handling links, correct toasters, etc
· improved security feed so that one can send distant messages to peers that attempt to connect
· improved command line parameter handling (used argstream class)
· Disabled setting "Start RetroShare when my system starts" on Windows when running the debug version.
· modified patch from AC to remove messages with security issues (e.g. Billion Laughs bomb). The message is
· replaced by a warning, and is not forwarded
· Updated english translation
· Enabled distant messages. These need to be switched on the config->Messages. GUI improvements needs to be done,
· such as properly setting peers names everywhere, but the service works. Have fun using it!
· updated values for min/normal partial packet size to 1MB in openpgp-sdk, so that we do not create partial packets
· for everyday use. We will have to properly extend openpgp-sdk to support parsing of partial packets if we want to
· PGP-encrypt chunks larger than 1MB
· patched RsCollection code to disallow crafted xml bombs
· plugged send message from security item to send distant messages
· added info about libssh-0.6.0rc1 in README.txt
· added argstream.h (with authorized modified licence) to handle parameter lines
· added Use As Direct Source in service permission dialog
· fixed OpenBSD compilation (Patch from Stefan Sperling)
· Removed rsiface and moved configuration options to RsServerConfig
· Fixed cipher list to "HIGH:!DSS:!aNULL:!3DES", which should disable the weak ones, no idea how to force it to
· PFS (which it should use)
· fixed void * pointer maths.
· doubled data chunk for signature in chat links. Apparently some keys need more than 287 bytes
· added security checks against disk full in PGP keyring manager
· TokenQueue: fixed stop of TokenQueue polling when events are locked
· RsProtectedTimer: switched to faster poll when events are locked
· distant chat: added ACK system to make sure the secured tunnels for distant chat are actually working, before one starts using it.
· moved all files related to file transfer in gui/FileTransfer/
· renamed known people into keyring
· make friendlist fully resizable (Patch from phenom)
· added DynDNS to RS certificate link if available
· removed MT19937 random generator which is not used anymore. Changed N from 624 to 1024 to reduce cost
· improved completion for chat (Patch from Phenom)
· added help panels in MainWindow, to help beginners startup with the basic concepts.
· changed welcome message in broadcast chat
· improved GUI layouts in FriendList, NewsFeed, Forums, Channels, removed doubling unused buttons
· added last time of transfer (Patch from Phenom)
· added column with IP for connected peers (modified patch from Phenom)
· Removed some more hardcoded colors
· added completer to MimeTextEdit and ChatWidget (Patch from Phenom)
· fixed deadlock (reported by Like)
· Added quick fix to show the plain name and title in the chat lobby
· Use the best network interface to route an ip instead of the first interface in getLocalInterfaces on Windows
· Fixed showing utf8 characters in chat lobby name
· Updated build instruction in file readme.txt (Patch from Henry)
· Patch (modified) from Phenom to allow auto-subscribe to chat lobbies
· added display of SSL encryption parameters in PeerDetails dialog
· fixed packaging with GXS (sqlite linkage, define for encrypted database
· patch from Henry morgan to fix soem typos (e.g misspelled connexion into connection)
· Made pqiStore accept packets even after deserialization error, so that it is retrocompatible (Patch from Phenom)
· Set path to sqlcipher instead of sqlite for Windows compile.
· new db for release, TESTNET5, old TESTNET4 db's are not keyed
· Updated english translation
· added Specific protected timer class RsProtectedTimer to avoid passwd deadlock.
· Added filter of items to RSTreeWidget.
· removed email field from GenCertDialog, since it is not useful inside RS

GUI:
· added/enabled GUI for distant chat (Invitation handler in config->chat, handling of Distant chat links)
· Localized Greek and Dutch (patch from Henry). Updated English.
· Languages updates from transifex
· Color transfer for copy/paste (patch from AC)
· various improvements to FriendSelectionWidget
· typos (patches from Henry)
· Added default stylesheet for the QTextEdit in ProfileManager
· Fixed sort of friends in shared files.
· fixed update of flag for peer signature over own key

FT:
· added a new per-friend flag to allow to seek for direct transfers. Disabled for existing friends
· should be added manually), enabled by default for new friends
· libretroshare
· Merged branch v0.5-GenericTunneling into trunk (Rev. 6284 to 6410).
· Tunnel system is now generic. Any service can asks for tunnels and send generic data through them
· made ftServer a client of the service. Now turtle file items are handled in ftServer
· added new client: p3MsgService to send/recv pgp-encrypted distant messages
· added new client: p3ChatService to perform private (AES-encrypted) distant chat through tunnels.
· added distant chat. Works on invitations and tunnels. Has tunnel closing notification.
· Added system to collect and create chat invites from pgp keys
· Needs a route of peers with version > 6441 to work.
· drop generic items with inconsistent peer id vs. tunnel directions (due to tunnel re-routing)
· fixed several compiler warnings
· fixed bug in anti-search-by-depth mechanism
· Fixed crash with Windows compile. Renamed method "RsFiles::CopyFile" to "RsFiles::copyFile" (lower case)
· to avoid renaming of "CopyFile" to "CopyFileW" with the newly included "windows.h".
· Added a drop-down item to allow removing unused keys, in the Network dialog, key removal method in OpenPGP-SDK,
· and PGPHandler.
· added backup system to public keyring, impossibility to remove public parts of owned secret keys, etc.
· added columns for last used statistics on pgp keys in network dialog.

GUI:
· fixed showing the filehash in hash column for the parent file only. The combined hash+tunnel id is used to give a unique id to each source, but should not be displayed
· added choice for default auto-download directory per channel.
· Removed unused member mChanReadStatus from p3Channels
· Ensured that inserConnect() is only called when the widget is visible. This reduces lags due to discovery info.
· patch from phenom to all resizing lobby participant lists
· Added patch from Henry Morgan, Fixed some typos.
· Added a info Label for the Friend Request Page
· Fixed online time in profile widget, Fixed width of settings dialog.
· patch (from Henry Morgan) to make the tooltips translate-able in the group flags widget
· Fixed the perm bug in ConnectFreindWizard (Patch from Henry Morgan)
· patch from Henry Morgan to use ConfCertDialog rather than connectFriendWizard from Security item
· made passwd box modal
· pgp
· added ability to keep track of when keys have been last used for signature check, signing and encryption,
· so that we can later detect which keys are unused and get rid of them
· Chat Lobbies
· Enabled history for chat lobbies (not saved to disc)
· FeedReader
· Added new icon for news feed from Agurer
· added new setting to save the config in the background for slow systems
· fixed memory leak in p3FeedReader::saveList
· retroshare-nogui
· Updated version of RPC protocol with fancy new features like streaming, add/remove friends, file listings.
· Merging r6107 through r6332 into 'libretroshare')

Bug fixes:
· Fixed proper display of crypto params for UDP connections
· Added missing location from cert when addign new friend
· Added missing IndicateConfigChanged to p3PeerMgrIMPL::setDynDNS
· Fixed crash when closing the main window without the setting "Minimize to Tray Icon"
· Renamed the setting "Do not Minimize to Tray Icon" to "Minimize to Tray
· Icon" and fixed wrong usage Please check your setting!
· removed dropping an entire config file when a single item cannot be serialized.
· removed time shift warning in lobbies. Changed into warning in help panel
· fixed bug allowing malicious peer to display lobby messages in broadcast window
· patch to avoid corrupting file cache on 64bits archs that store time_t as 32bits (from Stefan Sperling)
· allow big messages to bounce correctly in lobbies, after fixing a splitting error.
· fixed lobby aut-subscribe by looking at lobbies every 121 seconds
· fixed looping in pqistore when a crazily long packet is found. That is
· the result of an unknown bug, but at least we should handle it correctly.
· fixed deadlock in notifyQt
· fixed memory leak in cert signature verification at connect (Patch from Phenom). Also removed some unused variables reported by gcc
· add date to chat msg if it is mroe than 1 day old
· fixed bug in distant chat accepting tunnels for collecting invites with same hash
· fixed memory leaks in p3distrib, signature key verification, RsDataService::retrieveNxsGrps,
· RsGxsNetService, p3GxsCircles, p3Posted, RsDiscReply handling, getGroupData of all gxs services
· Fixed deadlock in FriendSelectionWidget
· fixed assert for non RSA keys
· fixed display of names in file lists
· fixed destination directory when downloading channel items in auto DL mode
· improved time-stamp management for pgp keys
· fixed translatable string with .arg (Req. From H. Morgan)
· GUI
· Fixed sending of status typing in chat. Modifier keys does not send typing anymore.
· patch from Henry Morgan to avoid removing peer permission flags when removing locations
· fixed remembering flags for own id, tentatively fixed service perm bug
· File transfer
· changed priority for forwarded turtle traffic. The priority was so low that it explains
· why tunnels of length > 2 are so slow
· fixed bug in p3peer.cc not calling the correct method
· added missing mutex, and warnings if permission flags methods are not called with correct ids
· fixed bug that would reset service permission flags when discovery is enabled and discovery info is received

http://retroshare.sf.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
NeoLoader 0.40
« Antwort #872 am: 01 Oktober, 2013, 21:00 »
NeoLoader is a download manager / filsharing client designed to work across network borders. It can download files from various One Click Hosting sites as well as from BitTorrent and eMule/eDonkey2000. In addition to that Neo provides an own anonymous filesharing Network, based on a TOR-like packet routing in its own Next Generation Kademlia network.

Freeware

Latest Changes

Rework of the hashing system
added eMule download import
fixed some upload issues
some more minor fixes
added ed2k server support
moved default download dir to Users/*/Downloads/NeoLoader/..
added estimeted SYN ACK overhead recording
added proepr IP overhead estimation for UTP frames
added option to prevent standby while neo is running
Added eDonkey-Hybrid horde protocol
fixed MuleKad not being able to geta buddy
reworked the hoster system

http://www.neoloader.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vuze 5.1.0.1 Beta 24
« Antwort #873 am: 03 Oktober, 2013, 10:45 »
Vuze is a Java based BitTorrent client that offers multiple torrent downloads, queuing/priority systems (on torrents and files), start/stop seeding options and instant access to numerous pieces of information about your torrents. It also features an embedded tracker that is easily set up and ready to use.

Licence: Open Source

Whats new: >>

· Minor performance improvements
· Other minor fixes

Beta 23 :

· Get “upload_only” from the m dict in LT handshakes
· Don’t support metadata transfer for private torrents (note that this actually an unnecessary restriction as once a peer can establish a connection it can access all torrent content data regardless of the private flag or not, the private flag is soley to control peer discovery. However, it seems common practice to also deny metadata access)
· Various other fixes

http://www.vuze.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
µTorrent 3.4 Build 30193
« Antwort #874 am: 05 Oktober, 2013, 06:00 »
Whats new: >>

- Improve torrent label and trusted icon drawing.
- Feature: Auto-update will install update automatically if silent_auto_updates_autorestart is enabled.
- Fix crash during installation in BunndleOfferManager
- Fix: Bad version comparison that would prevent (future) stable->beta updates
- Fix: Lots of auto-update fixes
- Change: Remove update progress dialog
- Change: Remove option to rollback from crash report dialog

http://www.utorrent.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vuze 5.1.0.1 Beta 26
« Antwort #875 am: 05 Oktober, 2013, 09:45 »
Whats new: >>

· Due to popular demand the select-all, mark/unmark buttons have been added to the open-torrent dialog
· The ability to set file priority has also been added.
· Also a new ‘auto-priority’ option has been added here and to the files view. This takes the selected files (in order that they were selected) and assigns them decreasing priority.
· A bug has been fixed that caused the open-torrent dialog to get into a flailing state when resized on occasion.
· Torrent character set decoding logic has been changed to prefer UTF-8 over the system default when UTF-8 appears to decode things equally as well.

http://www.vuze.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
NeoLoader 0.40b
« Antwort #876 am: 08 Oktober, 2013, 13:46 »
NeoLoader is a download manager / filsharing client designed to work across network borders. It can download files from various One Click Hosting sites as well as from BitTorrent and eMule/eDonkey2000. In addition to that Neo provides an own anonymous filesharing Network, based on a TOR-like packet routing in its own Next Generation Kademlia network.

Freeware

Latest Changes

switched NIST Curves with brainpool once
added Proxy Option for hoster downloads
added cache size limit
Improved TCP overhead Estimation, should now have less than 5% Error.
fixed nasty memory corruption in ed2kMule code
fixed memory leek in hashset handling
extended hoster API to support complex download/upload schemes like needed for mega
added mega support script and a few other new scripts
fixed bug in eMule code causing lost of ranking informations

http://www.neoloader.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vuze 5.1.0.1 Beta 27
« Antwort #877 am: 09 Oktober, 2013, 14:10 »
Whats new: >>

Fixed plugin unloading issues that affected other plugin’s image resources
Added session up/down totals (from idea on vote.vuze.com)

http://www.vuze.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
FrostWire 5.6.6
« Antwort #878 am: 12 Oktober, 2013, 11:20 »
FrostWire is an peer-to-peer file sharing program for the Gnutella and BitTorrent protocols. FrostWire is written in Java, and is a fork of LimeWire, another popular Gnutella client. The project was started in September 2005 by members of the LimeWire open-source community, after LimeWire's distributor considered placing "blocking" code, which it was developing in response to RIAA pressure and the threat of legal action, in light of the U.S. Supreme Court's decision in MGM Studios, Inc. v. Grokster, Ltd. When eventually activated, the code could block its users from sharing licensed files. FrostWire was first released in October 2005.

Licence: Open Source

Whats new: >>

Fixes ExtraTorrent meta search.
Polish translation 100% updated.
New support for anonymous user experience statistics.

http://www.frostwire.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
qBittorrent 3.1.0 Stable
« Antwort #879 am: 13 Oktober, 2013, 18:00 »
qBittorrent is an advanced and multi-platform BitTorrent client with a nice Qt4 user interface as well as a Web UI for remote control and an integrated search engine. qBittorrent aims to meet the needs of most users while using as little CPU and memory as possible.

Licence: Open Source

Whats new: >>

FEATURE: Add command line option to daemonize qbittorrent-nox (ngaro)
FEATURE: Add "Shutdown qBittorrent" button to Web UI (ngaro)
FEATURE: Add setting to copy .torrent files for finished downloads (Driim)
FEATURE: Add option to start qBittorrent on Windows startup (sledgehammer999)
FEATURE: Add context menu to Web seed list (Gelmir)
FEATURE: Add support for tracker tiers / groups to creator (Gelmir)
FEATURE: Allow clearing execution and ban logs (Gelmir)
FEATURE: Add option to use random port on each startup (ireallylikeher)
FEATURE: Expose the cache expiry to the user (Gelmir)
FEATURE: Support Atom feeds (Gelmir)
FEATURE: Add "save path" column (John Peterson)
FEATURE: Add μTorrent-compatible "Flags" column in the peer tab(sledgehammer999)
FEATURE: Load magnet metadata in the background while the "Add New Torrent" Dialog is showing (Gelmir)
FEATURE: Allow to enter only an info-hash for download(sledgehammer999)
FEATURE: Bring the "Add New Torrent" Dialog to the front(glassez)
BUGFIX: Add confirmation dialog for "Force recheck" action (closes #131)
BUGFIX: Greatly improve RSS manager performance (closes #34)
BUGFIX: Ensure that all columns in the tranferlist have a size > 0.
BUGFIX: Don't mark RSS item as read when it failed to download (Gelmir)
BUGFIX: Fix ETA calculation when some files are downloaded and marked afterwards as 'do not download'(sledgehammer999)
BUGFIX: Make the UI show that PEX/DHT/LSD are actually disabled on private torrents(sledgehammer999)
BUGFIX: Scheduler should be much more robust and correct now(sledgehammer999)
BUGFIX: Now qBt won't forget torrent settings after an unclean shutdown(sledgehammer999)
BUGFIX: Text boxes in edit dialogs will fit to text width(Gelmir)
BUGFIX: Enable edit/rename via F2 or double click in various places(Gelmir)
BUGFIX: Allow to edit trackers and copy their urls(Gelmir and Driim)
BUGFIX: Add Uploaded column to main view(Gelmir)
BUGFIX: Calculate ETA for seeding torrents(Gelmir)
BUGFIX: Add option to ignore global share ratio limits for created torrents(Gelmir)
OTHER: Many RSS bugfixes and improvements all over the place(Gelmir)
OTHER: Generate translations at configure time to reduce tarball size
OTHER: Make peer tab sortable by ip too (Gelmir)
OTHER: Translations moved to Transifex(https://www.transifex.com/projects/p/qbittorrent/)
OTHER: New Translation - Vietnamese (Anh Phan)
PERFORMANCE: Impove drawing speed of tranferlist when there are many torrents(>100)
PERFORMANCE: Impove drawing speed of peers list when there are many peers

http://qbittorrent.sourceforge.net/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Morpheus Music 7.0.0
« Antwort #880 am: 14 Oktober, 2013, 20:00 »
Peer-to-Peer-Tool zum Herunterladen und Tauschen von Dateien beliebiger Formate von und mit anderen Nutzern; bietet unter anderem einen Player zum Betrachten heruntergeladener Dateien sowie einen integrierten Nutzer-Chat-Dienst.

Freeware

http://www.devhancer.com/p2p-applications/morpheus-music

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
µTorrent 3.4 Build 30226 Beta
« Antwort #881 am: 15 Oktober, 2013, 06:00 »
-- 2013-10-14: Version 3.4 (build 30226)

- Fix: More auto update fixes

http://www.utorrent.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vuze 5.1.0.1 Beta 29
« Antwort #882 am: 15 Oktober, 2013, 14:30 »
Whats new: >>

Experimenting with a multi-torrent option dialog. Enable by deselecting the ‘separate per torrent’ option. This is basic at the moment, if you want features to be added into this that used to exist prior to the redesign (or indeed that you have always wanted) then please ask on the forums so that effort can be prioritized.

http://www.vuze.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
µTorrent 3.4 Build 30239 Beta
« Antwort #883 am: 17 Oktober, 2013, 09:22 »
-- 2013-10-04: Version 3.4 (build 30239)

- Change: Use the GMT timestamp when collecting autoupdate stats
- Change: Enable AUTORESTARTTIME flag in release builds
- Fix: Crash durin Ad server update
- Fix: Crash during Btapp instntiation
- Change: "Featured Content" Node is now "Bundles"

http://www.utorrent.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Vuze 5.1.0.1 Beta 30
« Antwort #884 am: 17 Oktober, 2013, 13:40 »
Whats new: >>

Improved handing of magnet downloads via Vuze Remote
Better termination of magnet lookup operations
Multi-open torrent dialog enhancements

http://www.vuze.com/

Arbeits.- Testrechner :

Intel® Core™ i7-6700 (4 x 3.40 GHz / 4.00 GHz)
16 GB (2 x 8 GB) DDR4 SDRAM 2133 MHz
250 GB SSD Samsung 750 EVO / 1 TB HDD
ZOTAC Geforce GTX 1080TI AMPExtreme Core Edition 11GB GDDR5
MSI Z170A PC Mate Mainboard
DVD-Brenner Laufwerk
Microsoft Windows 10 Home 64Bit

TT S2 3200 ( BDA Treiber 5.0.1.8 ) + Terratec Cinergy 1200 C ( BDA Treiber 4.8.3.1.8 )