Custom Query (2447 matches)
Results (40 - 42 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2137 | Duplicate | Add announce_ip support | ||
Description |
Deluge can't be used as a seeder from behind a NAT firewall, even if the firewall is configured to forward the appropriate ports, because there is no way to announce the true IP to the tracker. The enclosed patch modifies deluge 1.3.5 to add a -T switch (alias --libtorrent) that allows an announce_ip parameter to be passed to libtorrent. It also modifies libtorrent itself to correctly process that parameter. As a pleasant side effect, all other libtorrent options can now be passed through from deluge. |
|||
#388 | Fixed | Add an option to inhibit the computer auto-suspending | ||
Description |
A lot of computers (especially laptop) are configured to sleep or hibernate after some time. This doesn't allow to let deluge download for a long time. An option should be added to enable the inhibition of auto-suspending when Deluge is running. Stop auto-suspending with Gnome : http://live.gnome.org/GnomePowerManager/FAQ#head-1cf52551bcec3107d7bae8c332fd292ec2261760 |
|||
#529 | Fixed | Add authentication to core | ||
Description |
deluged seem to allow connections from anyone on localhost; this is obviously not secure if there are more than one user on a system. For example:
It can also be a security risk even in a single-user setting, if other servers are running (as unprivileged users) on the same system that are less secure and can be hacked (http, ftp, etc). Some sort of authentication is needed. |