Write down some todos

This commit is contained in:
Igor Katson 2023-11-22 21:18:00 +00:00
parent 1a6bc444d4
commit 5e9bc6ea52
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -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)