AmendHub

jcs

/

subtext

/

amendments

/

chat.h

Amendments on April 10, 2023

session+chat: Finally implement sysop paging/answering

jcs made amendment 477 about 1 year ago

Amendments on January 2, 2022

chat: Only output to a user if their output buffer can handle it

We can't directly output to another user's session from
chat_printf_line because it may call uthread_yield, which won't do
anything since it's interrupting the sender's thread. If the user's
output buffer can't handle the data, just kick them out of chat for
being too lagged.
jcs made amendment 43 over 2 years ago

Amendments on December 23, 2021

chat: Start on multi-user chat

jcs made amendment 38 over 2 years ago