The project "Citadel server, clients, utilities":
The branch, master has been updated
via 55821a1aa96dd6c2358966f66fb09c986fb56da7 (commit)
from 4d0a54b95acc29b756faebce393a0218a7d32f3b (commit)
- Log -----------------------------------------------------------------
commit 55821a1aa96dd6c2358966f66fb09c986fb56da7
Author: Art Cancro <[email protected]>
Date: Tue Jan 27 20:12:58 2026 -0500
We're going to have to extract the actual list of propfind properties instead
of just giving out every property we have, because some clients are written by
incompetent developers whose little brains can't handle the fact that the DAV
RFC tells them
to ignore returned properties they didn't need. Specifically, the commies at
Mozilla who would rather virtue signal than write code are to blame.
-----------------------------------------------------------------------
Summary of changes:
webcit-ng/server/propfinder.c | 12 ++++++++++++
webcit-ng/server/room_functions.c | 2 +-
webcit-ng/server/room_propfind.c | 7 ++++---
webcit-ng/server/user_functions.c | 12 ++++++++++--
webcit-ng/server/webcit.h | 6 +++++-
5 files changed, 32 insertions(+), 7 deletions(-)
create mode 100644 webcit-ng/server/propfinder.c
--
Citadel server, clients, utilities