From dd68df08748b9fd6c8e849e6403459d444a8fb5f Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 27 Oct 2024 14:05:51 +0100 Subject: Added protocol Use a protocol defined in `README.md` and `chatty.h` for sending messages. Another big change is the clientsArena which now stores metadata for the connection such as the author's name. Misc: - Merged arena.h and common.h into chatty.h - removed all the unused code from arena.h as it was not very useful and would not win me any time. - Added compile_flag.txt - Changed formatting - Added more log messages - Added more asserts - Added bool type via enum --- compile_flags.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 compile_flags.txt (limited to 'compile_flags.txt') diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..eb526c6 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,5 @@ +-Wall +-Wextra +-pedantic +-std=c99 +-O3 -- cgit v1.2.3