The project "Citadel server, clients, utilities":
The branch, master has been updated
via c4c7d59971b8b37bc2689364cf1f98cc5c405790 (commit)
from a810e49ede5c7456974b8e83707edc716a102659 (commit)
- Log -----------------------------------------------------------------
commit c4c7d59971b8b37bc2689364cf1f98cc5c405790
Author: Art Cancro <[email protected]>
Date: Mon Aug 18 13:36:41 2025 -0700
Completed conversion of IPC stuffs from PascalCase to snake_case
-----------------------------------------------------------------------
Summary of changes:
textclient/citadel.c | 40 ++---
textclient/citadel_ipc.c | 246 +++++++++++++++----------------
textclient/client_chat.c | 8 +-
textclient/client_passwords.c | 2 +-
textclient/commands.c | 4 +-
textclient/file_transfer.c | 10 +-
textclient/messages.c | 12 +-
textclient/rooms.c | 46 +++---
textclient/sysutil.c | 6 +-
textclient/tcpclient.c | 2 +-
textclient/textclient.h | 332 +++++++++++++++++++++---------------------
textclient/tuiconfig.c | 12 +-
textclient/user_functions.c | 22 +--
textclient/utilfunc.c | 4 +-
14 files changed, 373 insertions(+), 373 deletions(-)
--
Citadel server, clients, utilities