jcs
/subtext
/amendments
Amendments on November 30, 2022
jcs made amendment
296
about 1 year ago
jcs made amendment
295
about 1 year ago
Amendments on November 29, 2022
jcs made amendment
294
about 1 year ago
chat: Fix session iteration
nsessions is the current number of logged-in sessions, but sessions
is a fixed array so we must go to MAX_SESSIONS to visit each slot.
bile: Fix file closing in bile_open error path
The bile object may not have been created yet, so don't dereference
it, and its refnum may not be set either so FSClose(fh) instead.
Amendments on November 19, 2022
jcs made amendment
291
over 2 years ago
chat: Implement private messaging
Assign each guest their own unique chat username so it's not so
confusing if multiple guests are chatting.
Amendments on November 18, 2022
jcs made amendment
289
over 2 years ago
logger: Add support for resizing window
This was the hard way of fixing the problem of clicking the scrollbar
down arrow and it not generating a mouse down event because it was
where the grow control is expected to be.
jcs made amendment
287
over 2 years ago
jcs made amendment
286
over 2 years ago
jcs made amendment
285
over 2 years ago
jcs made amendment
284
over 2 years ago
Amendments on November 13, 2022
db: Set default telnet port to 0, default modem speed to 9600
With telnet port set to 0, we don't require MacTCP at first start.
The Mac Plus serial port drops a bit of traffic at 19200 during load.
jcs made amendment
282
over 2 years ago
Amendments on November 11, 2022
*: Add dynamically configured main menu
The list of action->key pairs can be edited from the console menu,
and doubles as a list of each key->label that we can print for the
default main menu shown to the user when no custom menu is defined.
jcs made amendment
280
over 2 years ago
jcs made amendment
279
over 2 years ago
jcs made amendment
278
over 2 years ago
jcs made amendment
277
over 2 years ago