Custom Query (2447 matches)
Results (487 - 489 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1321 | Duplicate | UPnP/NAT-PMP does not reopen ports when closed | ||
Description |
Deluge should attempt to reopen ports that were opened via UPnP or NAT-PMP when they suddenly become closed. This can happen (for example) when the main gateway router is rebooted but the computer system behind the router is still running Deluge (unaware of the reboot). Some other clients like Vuze seem to already handle this case. But in my testing of 1.3.0-rc1, Deluge does not reopen the ports. |
|||
#1322 | Fixed | libtorrent should export the file_completed alert over it's python bindings | ||
Description |
Currently, libtorrent emits a file_completed alert, but it does not get exported over the python bindings. This would be really usefull for plugins thought, so it might be a good idea to export it. Shouldn't ne to hard to do? |
|||
#1328 | Fixed | Migrate Deluge to Python 3 | ||
Description |
It has to happen sooner or later. Python 2.7 is the last major version in the 2.x series: http://python.org/download/releases/2.7/ This will also involve ditching setuptools in favour of distribute: http://packages.python.org/distribute/ |