]> code.citadel.org Git - citadel.git/commitdiff
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)
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.


No differences found