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
+3 -1
View File
@@ -10,7 +10,8 @@ typedef enum {
Logout,
Hearbeat,
List,
Group,
JoinGroup,
LeaveGroup,
Mute,
Unmute,
Signal,
@@ -23,6 +24,7 @@ typedef enum {
ERR_UNKNOWN_COMMAND,
ERR_NOT_LOGGED_IN,
ERR_ALREADY_LOGGED_IN,
ERR_ALREADY_IN_GROUP,
ERR_USER_NOT_FOUND,
ERR_USER_MUTED,
ERR_INVALID_FORMAT