diff options
| -rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -7,7 +7,7 @@ You'll need Go toolchain. Get it [here](https://go.dev/dl/) ``` -git clone https://git.sr.ht/~rctt/solec +git clone https://git.rctt.net/solec cd solec go run cmd/daemon/main.go ``` @@ -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 |
