AmendHub

jcs

/

subtext

/

amendments

/

session.c

Amendments on March 25, 2023

session: Add one-line help option to session_menu

Disable it for now, I'm still not sure when I want it printed
jcs made amendment 442 about 1 year ago

Amendments on March 15, 2023

session: Add buf canary stuff, only finalize session log if logged in

This is probably the cause of the session log getting really big...
jcs made amendment 430 about 1 year ago

Amendments on March 11, 2023

session: Add "timezone" template variable

jcs made amendment 398 about 1 year ago

Amendments on March 10, 2023


Amendments on March 8, 2023

session: Fix format strings and a possible off-by-one

jcs made amendment 379 about 1 year ago

Amendments on March 7, 2023

board: Add FidoNet board list menu

jcs made amendment 365 about 1 year ago

Amendments on March 5, 2023

session: Don't pass help directly to printf, use %s

jcs made amendment 354 about 1 year ago

Amendments on March 2, 2023

session: Handle malloc failure, use grow_to_fit

jcs made amendment 344 about 1 year ago

Amendments on February 28, 2023

struct_editor: Add support for password fields

In session_field_input, if we have a mask character, print the
initial string with it
jcs made amendment 325 about 1 year ago

Amendments on February 24, 2023

session: In session_purge_logs, just write map when done

Rather than trying to be clever and supply FLAG_PURGE to the last
deletion
jcs made amendment 319 about 1 year ago

Amendments on February 22, 2023

session_menu: Handle multi-digit input universally here again

Move the board change into this and update all other menus that input
numbers to use it by supplying a prompt addition and short variable
to write to.
Update sysop, mail, and file menus to list 20 things at a time.
jcs made amendment 308 about 1 year ago

session: Provide string length to sscanf in session_expand_var

jcs made amendment 305 about 1 year ago

Amendments on February 16, 2023

board: Go back to double-digit post numbers in list view

This lets us show 20 at a time (or less if the user's terminal is
short), and avoids the goofy starting-at-zero thing.
Also add 'n' and 'p' shortcuts from the post view menu to view the
next and previous posts in the list.
jcs made amendment 302 about 1 year ago

Amendments on February 5, 2023

*: Minor fixes found by cppcheck and scan-build

Mostly unused variables
jcs made amendment 300 about 1 year ago

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

jcs made amendment 299 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

Amendments on November 13, 2022


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 October 4, 2022

session: Unify "invalid option" help, mention pressing ?

jcs made amendment 264 about 1 year ago