aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 7f0e11b17adf364a43bb100b16cd8c891487ea34 (plain)
1
2
3
4
5
6
7
8
9
Automatically remove torrents that have finished seeding, to reduce memory usage and startup time of transmission.
Cache string lengths (too many strcat).
Convert python plugins to C.
Use torrent add response to track finished torrents. A torrent can finish before it is first checked!
Add rate limiting for downloading manga.
Verify path lengths. Currently there is limit to 255 characters for remote names, but not local + remote names.
Deal with replacing of / with _.
Handle strdup failure.
Make downloading manga asynchronous, just like torrents. And have timeout for download.