From 5e9bc6ea520cdd6b8a18caa66fc21fa2818d7bbb Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 22 Nov 2023 21:18:00 +0000 Subject: [PATCH] Write down some todos --- TODO.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 706c071..32e417f 100644 --- a/TODO.md +++ b/TODO.md @@ -5,9 +5,14 @@ - [x] tracing instead of logging. Debugging peers: RUST_LOG=[{peer=.*}]=debug test-log for tests - [x] reopen read only is bugged -- [ ] initializing +- [ ] initializing/checking - [ ] blocks the whole process. Need to break it up. On slower devices (rpi) just hangs for a good while - - [ ] initilizating torrents should be visible right away + - [ ] checking torrents should be visible right away +- [ ] server persistence + - [ ] it would be nice to restart the server and keep the state +- [ ] torrent actions + - [ ] pause/unpause + - [ ] remove including from disk someday: - [ ] cancellation from the client-side for the lib (i.e. stop the torrent manager) \ No newline at end of file