]> infiniteadaptability.org Git - seeder/commitdiff
updated using git-ex
authoralex <[email protected]>
Mon, 3 May 2021 23:15:14 +0000 (16:15 -0700)
committeralex <[email protected]>
Mon, 3 May 2021 23:15:14 +0000 (16:15 -0700)
todo

diff --git a/todo b/todo
index 4bfef78b29cb5975d6c458f1d18a36a017518ad7..d96e8a17b6ae027f309c6c45ce154a23bd912279 100644 (file)
--- a/todo
+++ b/todo
@@ -19,11 +19,15 @@ To Do:
        -options:
                --daemonize, -d (default)
                --foregroud, -F
-       -transfer feed/torrent code from torrents-create to seederd
-               -would require updating feed/torrent classes to return bool when save successful
-               -global session? -- HERE
-               -session handle reach into session class?
-       -options:
+       *transfer feed/torrent code from torrents-create to seederd
+       -reorganize init code
+       -starting monitoring torrent directory
+               -detects changes in torrents directory, reload
+                       -inotify
+               -remove all torrents from session, not deleting files
+               -re-init
+       -add alerting system
+       -options for forcing reload:
                -used named pipes
                        -mkfifo
                        -have to denote a file to use as pipe
@@ -34,13 +38,6 @@ To Do:
                        -send signal back?
                                -might not need
        -fix autoconf to check for libtorrent/libboost dependencies
-       -init:
-               -check for torrent files, creating seed for each
-               -starting monitoring torrent directory
-                       -detects changes in torrents directory, reload
-                               -remove all torrents, not deleting files
-                               -start all torrents
-       -inotify
                -should be able to detect changes to files/whether upload has finished
        -decide how to handle logging
        -tests