ltConfig is a plugin for Deluge that allows direct modification to
libtorrent settings and has preset support.
This plugin adds a preference page to both GtkUI and WebUI.
WARNING: Modify settings at your own risk!
For information about each setting, see the libtorrent manual.
ok bcallah@
copy. from Björn Ketelaars who tested lightly with rdiff-backup. (I checked
that duplicity still starts and confirmed it's able to load librsync/libb2
from python ok).
Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
Deluge contains the common features to BitTorrent clients such as Protocol
Encryption, DHT, Local Peer Discovery (LSD), Peer Exchange (PEX), UPnP,
NAT-PMP, Proxy support, Web seeds, global and per-torrent speed limits.
Deluge has been designed to run as both a normal standalone desktop
application and as a client-server. In Thinclient mode a Deluge daemon
handles all the BitTorrent activity and is able to run on headless machines
with the user-interfaces connecting remotely from any other platform.
ok bcallah@
libtorrent(-rasterbar) is a C++ library that aims to be a good
alternative to all the other bittorrent implementations around.
The main goals of libtorrent are to be cpu efficient, memory efficient
and very easy to use.
Note that this is NOT the same library as the libtorrent package!
Based on a port by dcoppa@
Tweaks + ok bcallah@
various fixes and extra support, a particularly notable change:
"Switch off compression by default
Gzip compression has a number of bugs which need to be ironed out before
we can support it by default. Some of these stem from a misunderstanding
of the HTTP spec, but a lot of them are also due to many web servers not
being compliant with RFC 7231.
With this commit, I am marking GZip compression support as experimental
in GNU Wget pending further investigation and the addition of tests."
github homepage for now. reported by Boni Satani on ports@ (though not
switching to the commercial homepage suggested).
XXX this port needs removing or updating to the golang-based v2. any takers?