The project "Citadel server, clients, utilities":
The branch, master has been updated
via a34e82d9819581ee14ba1bb05d0d666d1301a44d (commit)
via 2cf452d22586cbf6331dea5646d0517c1f23b45a (commit)
from 774a6ebf4d19c49e87c2e1dff7bc159fc15b38fe (commit)
- Log -----------------------------------------------------------------
commit a34e82d9819581ee14ba1bb05d0d666d1301a44d
Author: Art Cancro <[email protected]>
Date: Mon Apr 21 23:27:48 2025 -0400
webcit-ng: new API call /ctdl/r/<roomname>/listrecp
This produces a JSON-formatted array of email addresses which are subscribed to
the room as a mailing list.
commit 2cf452d22586cbf6331dea5646d0517c1f23b45a
Author: Art Cancro <[email protected]>
Date: Mon Apr 21 22:58:52 2025 -0400
Remove the digest dialog from room edit
-----------------------------------------------------------------------
Summary of changes:
citadel/server/netconfig.c | 2 ++
webcit-ng/docs/api.txt | 2 +-
webcit-ng/server/room_functions.c | 34 +++++++++++++++++++++++++++++
webcit/static/t/room/edit/tab_listserv.html | 28 +++++-------------------
4 files changed, 42 insertions(+), 24 deletions(-)
--
Citadel server, clients, utilities