AmendHub

jcs

/

subtext

/

amendments

Amendments on May 1, 2023

zmodem: Set ZP0 to something in ZRINIT

When left at zero, the sender may just send us way more data than we
can handle and it'll timeout. By sending a reasonble block size, the
sender will have to wait for us to ACK along the way.
Fixes NetRunner 2.0B21, also tested with SyncTERM.
jcs made amendment 502 11 months ago

Rez: Fix corruption of default menu TEXT

I think this is a ResEdit bug in 2.1.1, 2.1.3 seems to fix it
jcs made amendment 503 11 months ago

README: 2.0.1

jcs made amendment 504 11 months ago

board: Delete cached index if id_map fails allocation

jcs made amendment 505 11 months ago

Amendments on May 2, 2023

Rez: Fix FILES_MENU, add commented-out BOARD_LIST_BOARDS

jcs made amendment 506 11 months ago

Amendments on May 4, 2023

session: Allow guest/signup/new logins to be mixed-case

Also use GUEST_USERNAME everywhere instead of a hard-coded "guest"
string
jcs made amendment 508 11 months ago

Amendments on June 15, 2023

ipdb: Add IP geolocation database lookup module

jcs made amendment 509 10 months ago

main: Hook up ipdb

jcs made amendment 512 10 months ago

session: Show user locations in who and last

jcs made amendment 513 10 months ago

board: Hook up 'l' in post view to list posts

jcs made amendment 514 10 months ago

board: Make 's' show the post again

jcs made amendment 515 10 months ago

Amendments on June 16, 2023

db: Remove a bunch of old migrations

jcs made amendment 516 10 months ago

settings: Allow "q" at "more" prompt to abort pagination

jcs made amendment 517 10 months ago

Amendments on August 2, 2023

session: Fix off-by-one in session_paginate

When breaking on existing newlines, this was sending the \r of \r\n
to session_output, so we were writing "line\r\r\n" which on some
terminals produced an extra blank line in between each line output.
jcs made amendment 518 8 months ago

session: Fix initialization of last_space in session_paginate

If the first character of the message is \r or \n, the subsequent
wrapping was wrong because last_space was still 0. Init it to -1
to properly detect when it's never been set.
jcs made amendment 519 8 months ago

Amendments on August 3, 2023

board+folder: When dynamically disabling menu options, do it by ret

Options were added to the menu in board_post_read but the array index
wasn't updated for disabling 'd', so this was disabling '>' instead.
To prevent this in the future, disable by the returned option rather
than hard-coding an index.
jcs made amendment 520 8 months ago