AmendHub

jcs

/

subtext

/

amendments

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 281 about 1 year 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 283 about 1 year ago

Amendments on November 18, 2022

LICENSE: Add

jcs made amendment 284 about 1 year ago

README: Add

jcs made amendment 285 about 1 year ago

GUIDE: Add

jcs made amendment 286 about 1 year ago

settings: Fix alignment of scrollbars in editor window

jcs made amendment 287 about 1 year 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 288 about 1 year ago

rez: Add icon

jcs made amendment 289 about 1 year ago

Amendments on November 19, 2022

chat: Implement private messaging

Assign each guest their own unique chat username so it's not so
confusing if multiple guests are chatting.
jcs made amendment 290 about 1 year ago

rez: Tweak icon, remove testing STR_LAST_DB

jcs made amendment 291 about 1 year ago

Amendments on November 29, 2022

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.
jcs made amendment 292 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.
jcs made amendment 293 about 1 year ago

rez: Version 1.1

jcs made amendment 294 about 1 year ago

Amendments on November 30, 2022

GUIDE: Wrap line, add section on running Subtext at startup

jcs made amendment 295 about 1 year ago

bile: Fix bile_flush prototype

jcs made amendment 296 about 1 year ago

db: Properly close board and folder biles at shutdown

This was causing subsequent runs under non-MultiFinder to fail to
open files with opWrErr.
Also when we fail to open a bile and recovery fails, fall through to
letting the user recreate the file as we do if the user opts not to
recover the file.
jcs made amendment 297 about 1 year ago

README: Add 1.1 notes

jcs made amendment 298 about 1 year ago

Amendments on February 5, 2023

session: Move bogus obuflen check here to cover all node types

jcs made amendment 299 about 1 year ago

*: Minor fixes found by cppcheck and scan-build

Mostly unused variables
jcs made amendment 300 about 1 year ago