The project "Citadel server, clients, utilities":
The branch, master has been updated via a810e49ede5c7456974b8e83707edc716a102659 (commit) from 065591e2d8677413281162180b30a48087f2f2a9 (commit) - Log ----------------------------------------------------------------- commit a810e49ede5c7456974b8e83707edc716a102659 Author: Art Cancro <a...@citadel.org> Date: Mon Aug 18 13:34:18 2025 -0700 textclient: changing IPC functions from PascalCase to camel_case ----------------------------------------------------------------------- Summary of changes: textclient/citadel.c | 78 ++++---- textclient/citadel_ipc.c | 478 ++++++++++++++++++++++---------------------- textclient/client_chat.c | 20 +- textclient/commands.c | 4 +- textclient/file_transfer.c | 12 +- textclient/messages.c | 26 +-- textclient/rooms.c | 68 +++---- textclient/sysutil.c | 8 +- textclient/textclient.h | 194 +++++++++--------- textclient/tuiconfig.c | 34 ++-- textclient/user_functions.c | 28 +-- 11 files changed, 475 insertions(+), 475 deletions(-) -- Citadel server, clients, utilities