The project "Citadel server, clients, utilities":
The branch, master has been updated
via f508c4076934daaba050e0b678cc5e839b9ed73a (commit)
from c5ab772db67fee5c414c84045f1b48f6b3292734 (commit)
- Log -----------------------------------------------------------------
commit f508c4076934daaba050e0b678cc5e839b9ed73a
Author: Art Cancro <[email protected]>
Date: Thu May 15 13:38:30 2025 -0400
Moved netconfig functions to separate file.
-----------------------------------------------------------------------
Summary of changes:
webcit-ng/server/netconfig.c | 179 ++++++++++++++++++++++++++++++++++++++
webcit-ng/server/room_functions.c | 160 ----------------------------------
webcit-ng/server/webcit.h | 3 +
3 files changed, 182 insertions(+), 160 deletions(-)
create mode 100644 webcit-ng/server/netconfig.c
--
Citadel server, clients, utilities