The Deluge application was designed to be a full-featured BitTorrent client. Deluge uses libtorrent in it's backend and PyGTK for it's user interface.
Here are some key features of "Deluge":
· Web UI
· BitTorrent Protocol Encryption
· Mainline DHT
· Scrape support
· FAST protocol extension
· Peer Exchange
· UPnP and NAT-PMP
· Local Peer Discovery (aka LSD)
· Proxy support
· Web seed
· Private Torrents
· Global and per-torrent speed limits
· Configurable bandwidth scheduler
· Password protection
· RSS
What's New in This Release: [ read full changelog ]
Core:
· Fix #1047 move completed does not work if saving to non default path
· Fix renamed files not being utf-8 encoded
· Fix torrent name being blank when renaming root folder to /
· Do not include an 'announce-list' key in torrents when there is only one tracker
GtkUI:
· Replace & with & in the details tab to ensure there are no markup errors
· Consider 0 unlimited when displaying limits in the statusbar
· Fix adding torrents when not showing the add torrent dialog in Windows
· Fix crash when removing multiple torrents
Web:
· Fix #1046 changing auto managed via the details tab
· Fix setting torrent options when adding
· Fix setting file priorities when adding
· HTML escape the field values on the details tab
· Fix #215, make infinite eta values display in the correct order
· Fix displaying the protocol upload speed
· Fix #990, showing 0 as a limit when it means unlimited in the statusbar
Console:
· Fix displaying non-ascii strings
· Fix #1052 crash when issuing commands wh...