The project "Citadel server, clients, utilities":
The branch, master has been updated
via 4aa261e4989257d55e2def46f5440d46613a3f92 (commit)
from 566eebee142c5276ba8f9a99413dfb6228028c01 (commit)
- Log -----------------------------------------------------------------
commit 4aa261e4989257d55e2def46f5440d46613a3f92
Author: Art Cancro <[email protected]>
Date: Sun Apr 20 18:14:57 2025 -0400
Moved legacy RoomNetCfg types from libcitadel into webcit-classic.
These represent a programming style we don't use in this project anymore, and
they were
only used in webcit-classic, so we moved them there to die when webcit-classic
is retired.
-----------------------------------------------------------------------
Summary of changes:
libcitadel/lib/libcitadel.c | 19 +------------------
libcitadel/lib/libcitadel.h | 15 ---------------
webcit-ng/docs/api.txt | 1 +
webcit/roomlist.c | 41 +++++++++++++++++++++--------------------
webcit/roomops.h | 16 ++++++++++++++++
5 files changed, 39 insertions(+), 53 deletions(-)
--
Citadel server, clients, utilities