Many config-loading memory fixes and group join/leave

This commit is contained in:
2026-01-26 18:56:38 +01:00
parent fe703b6ddd
commit bebc068762
4 changed files with 216 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ all: client server
client:
mkdir -p build
$(CC) $(CFLAGS) -o build/client client.c util/util.c
$(CC) $(CFLAGS) -o build/client client.c
server:
mkdir -p build