Custom Query (2447 matches)
Results (214 - 216 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#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. |
|||
#530 | Fixed | sending bad statistic data | ||
Description |
When suspended and followed by torrent initialization again, Deluge sends the number of data as if the torrent starts to download from the beginning again. |
|||
#531 | Fixed | DEBUG logging should not be the default | ||
Description |
deluge start with logging in debug mode enabled, and with the output set to console. This is bad because stdout and stderr output are redirected to .xsession-errors by default when you lunch deluge from the desktop (from the menu, a desktop icon, downloading a .torrent, etc). The logger should only report messages of level ERROR or higher by default, and should be an option to change this from the command line. |