The project "Citadel server, clients, utilities":
The branch, master has been updated
via c8816de10cf15c35872a7731c27a87028097c5b2 (commit)
from c4d041dc808acd0a1635c2ed8b8d7ceabe94940d (commit)
- Log -----------------------------------------------------------------
commit c8816de10cf15c35872a7731c27a87028097c5b2
Author: Art Cancro <[email protected]>
Date: Tue May 6 00:23:13 2025 -0400
room_functions.c: genericize the netconfig list/add/remove ops.
We were using them for mailing list recipients, but with a bit of DRY strategy
they can also be used for RSS feeds.
-----------------------------------------------------------------------
Summary of changes:
webcit-ng/docs/api.txt | 9 +++++-
webcit-ng/server/room_functions.c | 62 +++++++++++++++++++++++++++------------
webcit-ng/static/js/edit_room.js | 44 +++++++++++++++++++++++----
3 files changed, 89 insertions(+), 26 deletions(-)
--
Citadel server, clients, utilities