summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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