Update TODOs

This commit is contained in:
Maxim Khomutov 2025-03-13 19:52:10 +03:00
parent a66896a4a1
commit 68724650d2

View File

@ -7,7 +7,7 @@ Communicate Client-Server via Windows NamedPipe
- [x] Add support for safe closing (0.9.0)
- [x] Add support for other header settings (0.9.0)
- [x] Add logging (0.9.1)
- [ ] Send data in chunks (if data is too large) (0.9.3)
- [x] Send data in chunks (if data is too large) (0.9.3)
- [x] Add support for encryption (0.9.2)
- [x] simple (via char xor'ing; auto-pairing) (0.9.2)
- [x] password (via AES and PBKDF2) (0.9.3)