AmendHub

jcs

/

subtext

/

amendments

/

main_menu.c

Amendments on January 24, 2024


Amendments on November 28, 2023

*: Move views out of database to flat files

Remove half-baked view editor and cache file contents in memory.
Add a sysop menu option to reload them.
When opening the database, if the command key is held down, prevent
opening the last-opened database and prompt for a different one.
jcs made amendment 566 4 months ago

Amendments on April 6, 2023

board+main_menu: Add ACTION_BOARD_LIST_BOARDS, fix bug in indexing

Since there may be more than 10 boards now with FTN support, add a
function to list local boards.
Fix bug in board_index_sorted_post_ids that was writing a bogus map
when there were no threads.
jcs made amendment 464 about 1 year ago

Amendments on March 14, 2023

main_menu: Use FTN terminology

jcs made amendment 412 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 2, 2023

main_menu: Handle malloc failure, use grow_to_fit

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

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