AmendHub

jcs

/

subtext

/

amendments

/

settings.c

Amendments on June 24, 2022

logger: Keep title updated with some call information

jcs made amendment 174 about 1 year ago

Amendments on June 22, 2022

settings: struct_editor: Add CONFIG_TYPE_IP

jcs made amendment 162 about 1 year ago

Amendments on June 21, 2022

settings: struct_editor: Allow lowercase option letter, too

jcs made amendment 158 about 1 year ago

Amendments on June 13, 2022

session: Remove session_output_string, enforce login timeout

jcs made amendment 142 about 1 year ago

Amendments on May 20, 2022

session_field_input: Add multiline support

Remove session_multiline_input since session_field_input just gets a
multiline flag. Also support backspacing at the beginning of a line
to jump back up to the end of the previous line.
jcs made amendment 103 about 1 year ago

Amendments on May 15, 2022

*: Lots of little cleanup

Remove unused variables and fix some returns
Found by compiling with Clang
jcs made amendment 101 about 1 year ago

session: Add session_menu, use it everywhere

Start on sysop board management
jcs made amendment 100 about 1 year ago

Amendments on May 12, 2022

settings: Move to interactive text-based menu for sysops

This will allow remote administration and have a reusable component
for editing structs for users, boards, etc.
jcs made amendment 99 about 1 year ago

Amendments on April 19, 2022


Amendments on April 14, 2022

focusable: Move code to separate file, fix a bunch of bugs here

Fix drawing on the wrong window, drawing in the wrong font, crash at
exit, etc.
jcs made amendment 92 over 2 years ago

Amendments on March 17, 2022

serial: Start on serial modem support

jcs made amendment 88 over 2 years ago

Amendments on February 21, 2022

settings: Fix storage of short fields

THINK C is treating "&new_config + 32" as
"&new_config + (sizeof(struct config) * 32)" so cast it to char *
jcs made amendment 78 over 2 years ago

Amendments on February 18, 2022


Amendments on January 29, 2022


Amendments on January 26, 2022

session: Add custom templating with {{ }}

{{B}} and {{/}} inline are much easier than using printf with ansi()
calls. Also allows some logic in templates like showing different
strings in the main menu depending on the user.
jcs made amendment 66 over 2 years ago

Amendments on January 22, 2022

db: Expand phone number field

jcs made amendment 60 over 2 years ago

Amendments on January 18, 2022

settings: Start on settings windows

jcs made amendment 56 over 2 years ago