From f6eef73f7f0e805811bb9c2d748c17d558615a74 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 21 Oct 2024 00:11:27 +0200 Subject: Added README.md --- server.c | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'server.c') diff --git a/server.c b/server.c index 06a26b3..7617dfc 100644 --- a/server.c +++ b/server.c @@ -1,28 +1,4 @@ // Server for chatty - -// The idea is the following: -// - tcp server that you can send messages to -// - encrypted communication -// - history upon connecting -// - date of messages sent -// - author -// - fingeprint as ID for authorship -// - client for reading the messages and sending them at the same time - -// TODO: -// - min height & width -// - wrapping input -// - max y for new messages and make them scroll -// - check resize event -// - asynchronously receive/send a message -// - fix receiving messages with arbitrary text length - -// TODO: send message to all other clients -// - implement different rooms -// - implement history -// - [ ] fix server copying the bytes correctly -// - implement tls - #include "common.h" #include #include -- cgit v1.2.3