Try new strategy for CalDAV report filter parsing.
[citadel.git] / webcit-ng / server / webcit.h
2024-02-21 Art CancroTry new strategy for CalDAV report filter parsing.
2024-02-14 Art CancroCompleted framework for caldav_apply_one_filter()
2024-02-13 Art CancroYet another attempted framework for caldav filters.
2024-02-10 Art CancroImproved logging of XML parse
2024-01-31 Art Cancroenabling http debugging because here comes caldav ugh
2024-01-30 Art Cancro"To hell with cloud. Run Citadel." --Taylor Swift
2024-01-26 Art CancroCtdlSerializeMessage() now returns struct smr_ret
2024-01-25 Art CancroRearranging code to prepare for multiple REPORT types
2024-01-24 Art CancroMade our cproto output even more beautiful
2024-01-24 Art CancroBegan refactoring CALDAV REPORT flow of control.
2023-12-27 Art CancroStarting to bring over calendar server code from webcit...
2023-12-22 Art Cancromoar skeleton
2023-12-22 Art Cancrowebcit.h: regenerated function prototypes using cproto
2023-12-22 Art Cancrocalendar_functions.c: added skeleton
2023-12-22 Art Cancroroom_functions.c: get_msglist() now returns Array
2023-11-06 Art Cancrowebcit-ng: fixed the way HTTP uploads are fed into...
2023-10-11 Art Cancromessages.c: inching towards saving the attachments
2023-10-11 Art Cancroupload: reduce attachment identifiers to 9 characters.
2023-10-10 Art Cancromove struct uploaded_file to webcit.h
2023-10-06 Art CancroVarious operations in the /ctdl/p/ hierarchy to handle...
2023-10-03 Art Cancroupload: change REST path from /ctdl/a/upload/ to /ctdl/p/
2023-09-26 Art Cancroupload.c: stub function for accepting uploads
2023-09-19 Art Cancroview_mail.js: better display of attachment links; attac...
2023-09-15 Art CancroObsolete sys/time.h and HAVE_TIME_WITH_SYS_TIME
2023-07-06 Art Cancrowebcit-ng makefile now handles changes to webcit.h...
2023-03-13 Art CancroLearn from the Citadel Server whether a room is the...
2023-03-13 Art CancroImplemented RFC4918 MOVE and COPY methods for individua...
2023-03-11 Art Cancrodav_move_or_copy_message() skeleton
2022-11-23 Art CancroMAKE WAY FOR BIFF in webcit-ng
2022-09-08 Art CancroMove *.c and *.h into server/ directory.