Custom Query (2447 matches)
Results (19 - 21 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#3497 | Fixed | "stop seed at ratio" feature fails to trigger when not logged into Web UI or not connected with Deluge-GTK | glodomorrapl | |
Description |
i have a torrent, which i set "stop seed at ratio" to 2. what i expected to happen: as soon as the torrent exceeds the ratio of 2, it's automatically stopped regardless of whether or not I'm currently logged into the Web UI what happened: i log into the Web UI just to see the torrent exceed the upload ratio by multiple amounts of the value I set - the torrent was still active, and it paused after about a second or two after I logged into the Web UI i think priority of this bug would be "major" at least, as the failure of that feature may potentially result in exceeding upload quotas |
|||
#3492 | Fixed | [Plugin] Add frequency unit to configuration label in blocklist | FacundoAcevedo | |
Description |
Blocklist plugin does not specify the frequency of updates in its configuration windows (app or WebUI) |
|||
#3491 | Fixed | Console UI should not depend on core modules | Cas | |
Description |
While looking at a PR removing dependency on core.rpcserver in Web UI I wondered if any other UI components also had core module dependency and found: from deluge.core.preferencesmanager import DEFAULT_PREFS https://github.com/deluge-torrent/deluge/blob/develop/deluge/ui/console/widgets/statusbars.py#L14 This means that it is harder to package console UI without including the core code so should be replaced |