[Citadel Development] Experimenting with the code layout for calendar report handling.

2024-01-08 Thread rss
The goal is to provide calendar searches (date range etc) for both WebCit-NG and for CALDAV REPORT method in a DRY way.

[Citadel Development] Re: START_CHAT_MODE is renamed to SEND_THEN_RECV

2024-01-08 Thread Nurb432
That is a hard one. But keeping them separate might help with scalability?  Mon Jan 08 2024 12:42:10 EST from IGnatius T Foobar Subject: Re: START_CHAT_MODE is renamed to SEND_THEN_RECV I've been thinking lately that it might begin to make sense to put the web server (really, the web API)

[Citadel Development] Re: START_CHAT_MODE is renamed to SEND_THEN_RECV

2024-01-08 Thread IGnatius T Foobar
I've been thinking lately that it might begin to make sense to put the web server (really, the web API) directly into Citadel Server. Since it's now a web API and no longer a user interface, it could be an improvement. *shrug*

[Citadel Development] Don't log each table open/close, just the whole operation

2024-01-08 Thread rss

[Citadel Development] START_CHAT_MODE is renamed to SEND_THEN_RECV

2024-01-08 Thread rss
This protocol mode began almost 30 years ago when we handled real time chat by holding a session open and moving data back and forth until told to stop. We don't do that anymore, but there are several places where a command requires sending long data in both directions. SEND_THEN_RECV is a