Custom Query (2447 matches)
Results (415 - 417 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2516 | Fixed | Incorrect release notes links for 1.3.9 release | ||
Description |
This page contains only a link to release notes for obsolete version 1.3.7: This page does not include a link to release notes for version 1.3.9: http://dev.deluge-torrent.org/wiki/ReleaseNotes For your information, here is the correct link to release notes for 1.3.9: |
|||
#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? |
|||
#1351 | Fixed | Deluge should emmit file_completed alert to clients | ||
Description |
Hi, since libtorrent 0.15.1 it exports the file_completed alert over the python api. Deluge should pick this signal up and forward it to the clients. This would give client developers more control over how to interact with torrents and down-/uploads. Cheers, balaton |