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

0 Mitglieder und 6 Gäste betrachten dieses Thema.

Offline SiLæncer

  • Cheff-Cubie
  • *****
  • Beiträge: 191383
  • Ohne Input kein Output
    • DVB-Cube
Fopnu 1.52
« Antwort #2175 am: 18 Oktober, 2020, 17:19 »
Find and share audio, video, images, text and other types of files using this lightweight and straightforward file sharing application.

Freeware

Changelog

    fixed problems with chat room connections cycling under high CPU load
    Groups can selectively auto-download links from member chat rooms and contacts
    Add/Edit Group windows have several new options for auto-download context and filtering
    auto-download links can be text-filtered, size-filtered, and type-filtered
    fully re-wrote download block scheduler, far more advanced block selection algorithm
    reduced file fragmentation in downloaded files, blocks are saved in longer spans where possible
    downloads view supports Ctrl-Shift-SDB to show bitfield in Progress column, and Ctrl-Shift-SDP to revert
    fixed problems with upload position hinting during heavy packet reordering
    contact list tooltips improved
    fopnu:file: link tooltips in chat and private messages show file sizes

[close]

https://www.fopnu.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 v4.3.0
« Antwort #2176 am: 20 Oktober, 2020, 19:59 »
qBittorrent is a fast, lightweight bittorrent client with a familiar interface.

Changelog

This is a major version release due to the high number of accumulated changes and due to the long time since the last release.
Some notes:

    Theming support has been enhanced but previous theme bundles will not work properly with this release. Please contact the theme provider for a fix. The new format is described here.
    If you want faster tracker announce rate or are having a slower client exit(compared to 4.2.x) then you may try increasing the Max concurrent HTTP announce limit from advanced settings.
    The latest version of libtorrent used contains many important fixes compared to the last one, including memory leaks and speed issues due to wrong caching logic on Windows.
    Qt 5.15.1 is used which offers far better HiDPI support. However, the torrent context menu will close after each tag selection.
    Brave users can download experimental builds from "Actions CI" on github.

v4.3.0 changelog:

    FEATURE: Many UI elements colors are themeable now (jagannatharjun)
    FEATURE: Allow changing GUI icons from theme bundles (jagannatharjun)
    FEATURE: Notify user when torrent moving finished (glassez)
    FEATURE: Shortcut CTRL + I opens Statistics window (LoopsGod
    FEATURE: Add RSS functionality in Web UI (Sepro)
    FEATURE: Drop ".unwanted folder" feature (glassez)
    FEATURE: Expose libtorrent peer_turnover, max_concurrent_http_announces, no_connect_privileged_ports settings (Sophist, an0n666, NotTsunami)
    BUGFIX: Fix typo in Options dialog (Andrei Stepanov)
    BUGFIX: Remove "requires restart" from network interface settings (an0n666)
    BUGFIX: Rename "Create subfolder" to "Keep top-level folder" (thalieht)
    BUGFIX: Show tooltip for some properties in transfer list (Nick Korotysh)
    BUGFIX: Fix calculation of torrent current state (glassez)
    BUGFIX: Improve detecting completed files when adding, rechecking or moving a torrent (glassez)
    BUGFIX: Fixed broken announce logic in embedded tracker causing failures in some cases (FranciscoPombal)
    BUGFIX: Disable checkbox if torrent doesn't have root folder (thalieht)
    BUGFIX: Update country flag icons with upstream (Chocobo1)
    BUGFIX: Private torrent: If tracker entry is edited clear old peer list. Also don't allow user to manually add peers. (an0n666)
    BUGFIX: Fix large strings not visible in log widget (jagannatharjun)
    BUGFIX: Disable edit action in Peer list widget (Chocobo1)
    BUGFIX: Add a scroll area to torrent creator dialog (Ernesto Castellotti)
    BUGFIX: Content tab: Open double-clicked folder regardless on which column the click happens (Chocobo1)
    BUGFIX: "Open containing folder" on a folder now opens it in its parent folder (Chocobo1)
    BUGFIX: Fix GeoDB download in systems with non-C locales (FranciscoPombal)
    BUGFIX: Fix peer blocked message (FranciscoPombal)
    BUGFIX: Make more robust the banning of selected peers from the list (NotTsunami)
    BUGFIX: Use toned green color for downloading pieces in Pieces bar (jagannatharjun)
    BUGFIX: Correctly fill whole width of speed graph (jagannatharjun)
    BUGFIX: Fix impossible speed in speed graph (jagannatharjun)
    WEBUI: Hide additional search filters on small screens (Thomas Piccirello)
    WEBUI: Shrink search bar on small screens (Thomas Piccirello)
    WEBUI: Fix search categories only working in English (Thomas Piccirello)
    WEBUI: Add Trackers section to sidebar (Thomas Piccirello)
    WEBUI: Fix Enter button behavior in textarea (Tom Piccirello)
    WEBUI: Fix wrong file renaming selection range (MR)
    WEBUI: Preselect "Default save path" in watched folders (thalieht)
    WEBUI: Fix banning peers (brvphoenix)
    WEBUI: Fix seeding time checkbox placement (Chocobo1)
    WEBUI: Bump Web API version (Thomas Piccirello)
    RSS: Fix renaming RSS autodownload rule (glassez)
    RSS: Fix RSS article is not marked as "read" when torrent is downloaded (glassez)
    SEARCH: Update minimum Python version to 3.5.0 (ngosang)
    SEARCH: Make middle-click close search tabs (Will Da Silva)
    WINDOWS: NSIS: Update Dutch translation (Thomas De Rocker)
    WINDOWS: NSIS: Change the installers uninstallation question to clear confusion (an0n666)
    LINUX: Fix typo in systemd service file (Shane Allgeier)
    LINUX: Don't use HTML in tray tooltip (thalieht)
    LINUX: Don't create 'data' subdirectory in XDG_DATA_HOME (lbilli)
    LINUX/MACOS: Add HTTPS tracker certificate validation option (NotTsunami)
    OTHER: Many CMake improvements (FranciscoPombal)
    OTHER: Support for libtorrent 1.1.x is dropped (Chocobo1)
    OTHER: Many code cleanups and improvements (FranciscoPombal, Chocobo1, glassez)

[close]

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
BitComet 1.72
« Antwort #2177 am: 23 Oktober, 2020, 16:59 »
BitComet is a p2p file-sharing freeware fully compatible with BitTorrent. BitTorrent is one of the most popular p2p protocols designed for high-speed distribution of 100MB or GB sized files. BitComet is a powerful, clean, fast, and easy-to-use BitTorrent client.

It supports simultaneous downloads, download queue, selected downloads in torrent package, fast-resume, chatting, disk cache, speed limits, port mapping, proxy, IP-filter, etc.

Changelog

    GUI Improve: add a suffix to default saving file/folder name automatically for BitTorrent task if a file/folder has the same name exists
    GUI Improve: stop time-out counting when click any option check-box in duplicate files prompt dialog for BitTorrent task
    GUI Improve: auto switch unit for upload/download size in peer list of BitTorrent task
    GUI Improve: display memory info in graph pane
    GUI Improve: auto layout positions of legends in graph pane
    GUI Improve: torrent size estimation handle the piece-alignment option in torrent make dialog
    GUI Improve: remove advanced option dht.udp_sessions_threshold, add new advanced option dht.udp_send_queue_threshold
    GUI Improve: display number of dropped DHT requires
    GUI Improve: show CPU usage in flow graph in macOS version
    GUI Bugfix: fix crash when click download eMule plugin button in Option window
    GUI Bugfix: creation date in task summary not refreshed after metadata downloaded for BitTorrent task
    GUI Bugfix: metadata icon in torrent list not refreshed after metadata downloaded
    Core Improve: use worker thread for Long-Term Seeding to reduce UI lag
    Core Improve: add support of Long-Term Seeding for files smaller than 1MB
    Core Improve: when UDP send queue threshold of DHT reached, incoming DHT requires are dropped
    Core Improve: able to identify Shareaza client
    Core Bugfix: task queue operation incorrectly if choose seeding directly using exist files after opening torrent
    Core Bugfix: if the DHT network startup delay is enabled, the auto-started tasks will not announce to DHT any more
    Core Bugfix: crash when DNS querying

[close]

Download: https://download.bitcomet.com/achive/

http://www.bitcomet.com/index.php

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 v3.5.5.45828
« Antwort #2178 am: 06 November, 2020, 16:30 »
µTorrent (or uTorrent) is a lightweight BitTorrent client that supports multiple simultaneous downloads, file level priorities, configurable bandwidth scheduler and speed limiters, even the ability to only run while user activity is detected. Also includes boss key, built-in search function and RSS capability for subscribed downloads.

License: Adware

Latest Changes

- Fixed refer to TronTv in Pro no torrent pane
- Use remote web wallet url
- Installation code cleanup and bug fixing
- Remove cookie sync
- Update gdpr compliance
- Updated release note link
- Bug fixing for Smart search
- Use latest format of user agent string for remote ie

[close]

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
Filetopia 877
« Antwort #2179 am: 09 November, 2020, 20:40 »
Filetopia is a communications software that includes instant messaging, chat, e-mail, a powerful file sharing system with a search engine, online friends list, and message boards. What is unique to this software is the level of security and privacy that it provides. It uses a choice of strong ciphers and public key techniques for all communications and sophisticated techniques to protect your IP and thus make you truly anonymous and safe from attacks.

Freeware

Changelog

    Exe launchers fixed to allow work with many rooms, large lists faster without memory errors or lockups
    Small detail corrected in Zig Zag Negative chat theme
    Fix in auto-update, will need full update this time.
    Update Java to 8u202
    Chat: (Gum) Activate PKI protocol for Secure chats
    Chat events (Gum): Anchors (Bookmarks) added for chat events like sound alerts, nick mentions etc
    Chat: (Jennah) ability to avoid images in chat
    Chat: (Gum) Ask for password if clicking a link and room is passworded
    Chat (G-Z): Automatic resize posted images so they dont take up whole screen
    Chat (Gum) : notifications mentioned in current or all channels as plain text to catch your attension (were your attension is currently focused)
    Chat: Add new emoticon on a floating window appears on the main window
    Chat (Gum): /away away text - sets away but only sets the away text for the contacts side bar it seems not in the rooms
    Chat (Gum): Slider in actions menu sometimes appears repeated
    Chat (Gum): chat color in editor appears white, but it shows as black in room
    Chat: some custom emoticons are not sent alone, but work with something else
    Chat: Post delete button gets too close to the border in this version
    Chat: Add new emoticon on a floating window appears on the main window
    Chat (Gum): New Zig Zag and Zig Zag negative chat theme and presets
    Chat: Improve whisper lines
    Lists: new lists if selected calculate checksum and place along files but not static, the list will not work
    Lists: created a dynamic list, im unable to open it
    Lists: File type filter improve category asignment
    Files (SD): Ping-pong connections causing CPU issues
    Files (Gumboot): Tiny files do not reflect in transfers status button.
    Files (SD): User requesting a connection every few secs causes a memory overflow
    Files: CM is not able to reuse a passive connection that is working
    Files (Gum): Right clicked a file and asked for the list, in a search result window while a file was still downloading from same user
    Files (SD): User requesting a connection every few secs causes a memory overflow
    Transfers (SD): ghosts files cannot be deleted until FX re-starts
    Contacts: (Gum) Rename group menu option
    Messages: New conversations sometimes do not detect the right window
    Messages: limit image size as in chats
    Messages (Gum): Make context menu with "Copy" command and others.
    Messages: (Gum) Unread filter allowing more messages (but count seems good)
    Main: uPNP protocol stopped working on modern fibre routers
    Main: On non router connections it takes several minutes to connect
    Main (Doran): Change Search all to CTRL-F (from CTRL-S) and status changes add also a SHIFT key (CTRL-SHIFT) so CTRL-A behaves as "Select All". include that info in help->Hot Keys.
    Main (Beta): When minimized to tray, sometimes it moves away from view and not easy to get it back. Create a "Restore" tray menu option that rescues the screen
    Main: (coldwar) Minimize on double clicking tray icon (toggle function)
    Main: Autoupdate fixed, webrequest not completing
    Wall (Betaguru): Seems when making a Password for a channel if it is 16 chatacters or longer it triggers an error
    Wall: (Windy) Auth issue
    Wall (Gum): Welcome Links break (display HTML), while they work fine in welcome messages in chats
    Wall: Optimize web request routine so it is more memory friendly.
    Home (Gum): Alias option not working if window within a group
    Home: (Gum) in messages section add year for messages older than this current year
    Themes (Gumboot): New Midnight Midory theme
    Themes: Make hybrid themes load locally (midnightdream, deepsea, spaceport)
    Themes: some themes have the tags entry field overflow
    Themes (Gumboot): Update themes and presets
    MyRooms: Creating a public room and using an empty name, creates an error for 1 sec but closes dialog.
    Security (Betaguru): A hacked .Jar file can be made to close a room unlawfully
    Linux: copy java.tar file to filetopia.org and have script point there so changes in url don't affect it
    Tags field: autocomplete has some duplicate tags
    Tags field: autocomplete tag text not translated

[close]

http://www.filetopia.org/

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
PicoTorrent 0.23.0
« Antwort #2180 am: 12 November, 2020, 21:30 »
PicoTorrent is designed to be a friendly BitTorrent client for Windows with high performance and low memory usage.

Freeware

Release Notes

This release comes in extra hot_pepper with the addition of PQL - a query language hot_face ok_hand

bug The bug fixes

    Better Unicode handling (#973, #977)
    Cancel buttons now translated correctly.

heart_decoration The feature additions

    A better 'Open file' dialog which can handle lots more files than the one
    in wxWidgets. (#979)
    Added a piece progress bar. (#996)
    A better 'Add torrent' dialog which gives more room to files and content. It
    also lets users add trackers to the torrent. (#999)
    Made the Overview panel resize better. (#1000)
    Added an embedded query language to allow users to filter the torrent list view
    in an effective way. (#1007)

page_with_curl The misc items

    Updated to wxWidgets 3.1.4. (#991)
    Removed loguru as dependency and instead added Boost.Log since we already
    depend on Boost.
    Updated Cake and related build tools.
    Updated libtorrent to latest RC_2_0 version. (#1003)

cupid The love (updated languages)

    bulgaria Bulgarian by @StoyanDimitrov
    brazil Portugese (Brazil) by @Cereal-Killa, @mmagian
    ukraine Ukranian by @molny
    ru Russian by @Rakleed
    fr French by @TechnoGreg
    india Hindi by @nurav1997
    it Italian by @nixxo
    netherlands Dutch by @thec0mpler
    indonesia Indonesian by @zmni, @fuwafuwa-moe
    portugal Portugese (Portugal) by @joaopcmacha
    us English by @mxve
    de German by @mxve

[close]

https://picotorrent.org/

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 6.8.8 Build 299
« Antwort #2181 am: 19 November, 2020, 18:25 »
FrostWire is a BitTorrent client as well as a media player capable of searching BitTorrent, YouTube, SoundCloud and other sources.

FrostWire can connect to multiple torrent search engines plus, as mentioned, YouTube, SoundCloud, and also Archive.org. Making it possible to find millions of public domain, creative commons, and other free files all presented within the app.

Freeware

Changelog

    New Telluride cloud downloader technology
    Refreshed welcome screen with search textbox
    OpenJDK 15 runtime (Windows, MacOS)
    New TorrentParadise search source
    New GloTorrents search source
    Yify search fixed
    Torrentz2 search fixed
    MagnetDL search fixed
    Soundcloud search fixed
    EZTV search fixed
    Fixed archive.org broken downloads
    Fixes false negative NordLynx/NordVPN detection
    All deprecation warnings fixed along with some optimizations
    dev: built with openjdk 15
    dev: gradle-6.7

[close]

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
AirDC++ 3.71
« Antwort #2182 am: 21 November, 2020, 09:30 »
AirDC++ is an easy to use client for Advanced Direct Connect and Direct Connect networks. You are able to join "hubs" with other users, and chat, perform searches and browse the share of each user.

Freeware

Changelog

    Notable new API features:

    Extensions are now able to add their own context menu items in different types of places (e.g. search, bundles, filelists) and perform custom actions (or open web links)
    The share refresh API has also been greatly improved, and it’s now possible to list and cancel running/queued refresh tasks
    Extensions will also be able to add custom highlights/links for all chat and status messages, and it’s even possible to show custom context menu items when the user clicks the highlighted text

[close]

http://www.airdcpp.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
uTorrent Web 1.1.1.3107
« Antwort #2183 am: 21 November, 2020, 19:30 »
uTorrent Web is a lightweight piece of software that enables you to download and stream torrents directly in your default web browser. As with the original client, the tool allows you to open torrent and magnet link files automatically in a browser window.

Whats new:>>

Fix incorrectly positioned toolbar covering torrents

https://www.utorrent.com/utweb-index

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 4.3.1
« Antwort #2184 am: 25 November, 2020, 18:00 »
Changelog

    FEATURE: Allow progress bar styling from custom themes (jagannatharjun)
    FEATURE: Allow adding torrents using "Paste" key sequence (Chocobo1)
    FEATURE: Add Latgalian translation (sledgehammer999)
    BUGFIX: Prevent resume data to be saved for removed torrent (glassez)
    BUGFIX: Clarify connection protocol choice label (FranciscoPombal)
    BUGFIX: Fix crash when clicked outside the table of torrent content view (jagannatharjun)
    BUGFIX: Don't resume "paused" torrents when put into "checking" state by libtorrent (glassez)
    BUGFIX: Fix torrent state calculation (glassez)
    BUGFIX: Align integer data to right in torrent content view (jagannatharjun)
    WEBUI: Place WebUI RSS description in sandboxed iframe (Sepro)
    WEBUI: Avoid settings being reset via WebAPI (Chocobo1)
    WEBUI: Fix toggling advanced option in WebUI (thalieht)
    WEBUI: Expose contentPath in WebAPI torrents/info (FranciscoPombal)
    WEBUI: Fix the issue that IPv6 address can't be banned (brvphoenix)
    RSS: Fix confusion in date format description (Thomas De Rocker)
    WINDOWS: Update dutch.nsi (Thomas De Rocker)
    LINUX: Update .desktop file translations (sledgehammer999)

[close]

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
BitComet 1.73
« Antwort #2185 am: 27 November, 2020, 21:00 »
Changelog

    GUI Improve: new Replace Trackers command in context menu of task list, when multiple BitTorrent tasks selected
    GUI Improve: new Update Tracker command in context menu of tracker list
    GUI Improve: advanced option to enable UDP Tracker support: bittorrent.udp_tracker
    GUI Improve: display TCP/UDP Upload Speed and Cache Size in Long-Term Seeding list for Export Mode
    GUI Improve: support sorting items in Long-Term Seeding list for Export Mode
    GUI Improve: display Total Row in Long-Term Seeding list for Export Mode
    GUI Improve: auto add a suffix to default saving file/folder name automatically for BitTorrent task only when creating tasks quietly
    GUI Improve: display DHT announce list in Export Mode
    GUI Improve: add a new limit of MAX 100000 for torrent list
    GUI Bugfix: torrent size estimation error in torrent make dialog if only single file selected
    GUI Bugfix: when batch download multiple torrents with metadata in torrent list, the task will be created one by one
    GUI Bugfix: the listen port setting in Remote Download option page should not be disabled if web interface disabled and APP interface enabled
    GUI Bugfix: fix mistake of query file size in HTTP task properties window
    GUI Bugfix: fix mistake of torrent list statusbar refresh
    Core Improve: support WS/WSS Trackers (WebTorrent is unsupported yet)
    Core Improve: use worker thread to read files for Long-Term Seeding to reduce UI lag
    Core Improve: use worker thread to read files for video file remote playback in APP
    Core Improve: optimization for Long-Term Seeding with torrents containing a lot of files
    Core Improve: improve torrent list loading, reduce UI lag
    Core Improve: support downloading metadata directly in Add New Task window in Android APP
    Core Improve: support selecting part of files in torrent to download in Android APP
    Core Improve: support download files from finished task in desktop version in computer to Android APP in mobile phone
    Core Improve: improve sqlite save operation, reduce disk drive activity
    Core Bugfix: files are not deleted when removing tasks which haven't been started yet
    Core Bugfix: avoid send duplicate UDP request to DHT nodes
    Core Bugfix: cache not released after disable Long-Term Seeding
    Core Bugfix: program crash when creating torrent file, if DHT disabled or pending startup
    Core Bugfix: bug in auto-rename for the task with duplicated save folder when creating BitTorrent task in batch
    Core Bugfix: program cannot start in Windows XP
    Core Bugfix: task queue operation incorrectly if task progress dropped from 100% due to file missing detection

[close]

Download: https://download.bitcomet.com/achive/

http://www.bitcomet.com/index.php

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
Tixati 2.77
« Antwort #2186 am: 05 Dezember, 2020, 08:50 »
Tixati is a peer-to-peer file sharing program that uses the popular BitTorrent protocol.  This protocol allows many peers to form a cooperative swarm and download very large files with great efficiency.

Freeware

Changelog

    New tracker options on popup menu when right-clicking one or more transfers
    Ability to mass-edit trackers for multiple selected transfers
    Ability to remove or replace trackers by exact/wildcard/regex matching in multiple selected transfers
    Can manually force trackers to announce in selected transfers
    New hotkey Ctrl-Tab / Ctrl-Shift-Tab to switch between main window views
    New options to support .magnet files
    Magnet file association options in Settings > Shell Integration
    WebUI supports loading a .magnet file from an HTTP link
    RSS fully supports loading .magnet files from feed entries
    The file selector in the Add Transfer window allows loading from .magnet files
    Watched folder support for .magnet files, in Settings > Transfers > Meta-Info
    Watched folder support for .magnet files in Category Add and Category Properties windows
    Can open .magnet files via main window drag-drop
    Several fixes to file association startup checking and prompting
    Fixed minor problems with portable mode file association revert option
    Option to export a selective backup of current configuration to custom archive file path in Scheduler
    Can now start/stop individual channels from a Scheduler task
    New Scheduler task action to inject one or more messages into specific channel(s), with adjustable intervals
    New Scheduler task action to change channel topic
    Fixed minor problems with Category capture transfer location override
    Setting a default file/folder path while an outer transfer move is happening will now correctly set the new destination
    Initial transfer file Auto-Select will now correctly move single-file items into outer folder when using custom category paths
    Transfer file allocation will now properly wait for all conflicting move operations to complete before opening file for writing
    Fixed encoded key ordering problems when creating a .torrent file that has web seed URLs
    Minor fixes to Channel entry authorization system and user level management
    New options window for Channel stream playback in Settings > Channels > Channel Stream Playback
    Can use custom media player path for Channel stream playback, including relative paths for portable mode
    Tray and main window icons in Windows build with improved support for dynamic sizing
    Fixed decimal number parsing problems that caused problems with ratio limit controls in Settings > Transfers > General
    Other minor GUI fixes and adjustments
    Updated IP location tables

[close]

http://www.tixati.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
Tribler 7.6.0
« Antwort #2187 am: 05 Dezember, 2020, 21:00 »
Tribler uses Tor-inspired onion routing to search and download torrents with fewer worries or censorship. Tribler is a research project of the Delft University of Technology. Tribler was created over nine years ago as a new open source Peer-to-Peer file sharing program. During this time over one million users have installed it successfully, and three generations of Ph.D. students tested their algorithms in the real world.

License: Freeware

Changelog

This is the first release of the Tribler 7.6 series. It includes many tweaks and extensive Channels GUI changes. Most notable changes:

    Refactored Channels GUI
    Fixed slow channel processing - channels processing speed increased 10x-100x times
    Added Sentry crash report processing
    Removed TrustChain in favour of our new LedgerZero traffic accounting system
    Increased Tunnels performance due to refactored IPv8 serializer
    Completely removed VLC and its dependencies
    Many smaller bug fixes and performance improvements

ATTENTION:

    This release features an upgrade of the Channels database. The migration can take quite some time. To greatly speed up the upgrade process, close all other programs before running 7.6.0 for the first time.
    We disabled the token balance indicator for this release, as the new accounting system is not stable enough for production use yet. We will re-enable it in later releases.
    This release fixes the insta-crash bug affecting Tribler 7.5.4. Every user of 7.5.4 is advised to upgrade to 7.6.0 immediately.

[close]

https://www.tribler.org/

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
AirDC++ 4.00
« Antwort #2188 am: 08 Dezember, 2020, 12:05 »
Changelog

    Added:

    Extension tab for installing and managing extensions
    Include node.js extension engine in the updater and installer
    Add labels for event log messages
    Allow changing web server bind addresses from the settings, show a link to the Web UI
    Add an option to show user IP and country in chat (RoLex)
    Allow setting a custom temp file path via dcppboot.xml

    Changed:

    Bind web server to localhost (127.0.0.1) by default
    Don't wait until the current file has finished completed when stopping hashing
    Don't allow adding bundle sources without a known hub
    Save application identifier in the settings file for more reliable future settings migration
    Improve handling of directory downloading errors

    Fixed:

    Fix incorrect TTH data being added in hash store when shutting down while hashing is in progress
    Fix fetching the list of downloaded files for partial bundle sharing

    Removed:

    Inbuilt check for missing/extra files (replaced with the airdcpp-release-validator extension)
    Inbuilt share monitoring (replaced with the airdcpp-share-monitor extension)
    Manual SFV checker (can be implemented with an extension)
    FulDC FTP logger (can be implemented with an extension)
    Support for migrating legacy XML hash databases from DC++ (or other compatible applications)

[close]

http://www.airdcpp.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
FrostWire 6.8.9 Build 300
« Antwort #2189 am: 08 Dezember, 2020, 18:00 »
Whats new:>

    Soundcloud search fixed
    GloTorrents search fixed
    Telluride Cloud Video Downloader build 7
    Better video format parsing from Telluride extracted metadata

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 )