updated using git-extra
authoralex <[email protected]>
Tue, 3 May 2022 23:03:22 +0000 (16:03 -0700)
committeralex <[email protected]>
Tue, 3 May 2022 23:03:22 +0000 (16:03 -0700)
todo

diff --git a/todo b/todo
index 068daeadddd8b6758a1f67885e0ebdc920c8350e..60c772f581b88d8b942d4b348f794dabf95d11b7 100644 (file)
--- a/todo
+++ b/todo
@@ -17,12 +17,18 @@ Resources:
        -https://doc.libsodium.org/
 
 To Do:
--fix issues with default directories
-       -PREFIX directory not existing?
-       -opendir/readdir not working as expected
-       -tests
+-setup qbittorrent integration testing
+       -just get working
+               -comment out feeds/etc?
+               -just start networking?
+               -need information about peer protocol
+       -best way to connect?
+               -add host to magnet url?
+       -add logging
+       -debug peer protocol/piece ambiguity
+-fix unit tests
 -graceful shutdown
-       -logging hanging
+       *logging hanging
        -consider using pthread_pop_shutdown instead in places
        -remove logging/make more robust
 -tests
@@ -37,11 +43,6 @@ To Do:
                                -defaults, no custom directories (no files, no torrents)
                        -add all files to torrent
                        -graceful shutdown test
--setup qbittorrent integration testing
-       -best way to connect?
-               -add host to magnet url?
-       -add logging
-       -debug peer protocol/piece ambiguity
 -design flow for grabbing pieces from cache/files
        -where to store hashes (currently generated in torrent_file_piece_layers; not stored)
                -IDEA: abstract out and store in struct torrent