summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbt <bt@rctt.net>2026-03-19 13:46:56 +0100
committerbt <bt@rctt.net>2026-03-19 13:48:33 +0100
commit7988694e9ba8a949e6aee0998cd72bd7b1934bc1 (patch)
tree12b6c8a950db2ed4a2671046b247f436ed576358
parent5164d3114d039e4b21f3207502b47f6872de9491 (diff)
downloadsolec-7988694e9ba8a949e6aee0998cd72bd7b1934bc1.tar.gz
solec-7988694e9ba8a949e6aee0998cd72bd7b1934bc1.zip
Update README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c24b68b..b19409c 100644
--- a/README.md
+++ b/README.md
@@ -33,13 +33,13 @@ There is a problem with dissecting specific payloads.
## TODO
- Protocol
- - Design handshake process
- - Design basic messaging
- - Maybe put payload type and length into same bytes?
+ - Design authentication process
+ - Desing messages history sync
- Server
- - Put server stuff into a package
- - Create handlers
+ - User to user messaging
+ - User to channel messaging
+ - Better error handling
- Network library
- Handle partial TCP packets