START_CHAT_MODE is renamed to SEND_THEN_RECV
authorArt Cancro <ajc@citadel.org>
Mon, 8 Jan 2024 15:19:58 +0000 (10:19 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 8 Jan 2024 15:19:58 +0000 (10:19 -0500)
commit78fa9b2cf0e33f7a48a60cfe5745eeca496d5992
treedb3df187ac5b51a30424cede0d843d10930231ec
parent753a8e81fba0a7b2ec9a0454ddaf3b8e0035070f
START_CHAT_MODE is renamed to SEND_THEN_RECV

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 better name for this.
citadel/server/ipcdef.h
citadel/server/modules/calendar/serv_calendar.c
citadel/server/modules/ctdlproto/serv_messages.c
libcitadel/lib/libcitadel.h
textclient/citadel_ipc.c
webcit/messages.c
webcit/webcit.h