AmendHub

jcs

/

subtext

/

amendments

/

board.c

Amendments on February 16, 2024

board: free post_ids in board_index_sorted_post_ids

jcs made amendment 592 2 months ago

Amendments on February 15, 2024

board: free id_map at the end of board_delete_ftn_post

Add a missing free on error path in board_find_post_ids
jcs made amendment 589 2 months ago

Amendments on January 24, 2024


Amendments on December 19, 2023

board: Show page number in the prompt

jcs made amendment 575 4 months ago

Amendments on November 21, 2023

board: For new FTN messages posted locally, just toss them

Instead of writing the bile object ourself, use the toss function
which will do all of that along with the important bit of putting
the message id into the msgid cache. Previously we weren't doing
that so if the hub sent us back a copy of our own message, our
duplicate detection wasn't finding the existing msgid in our cache,
causing duplicate copies of all locally posted messages.
We still need to update this msgid cache when deleting FTN messages,
but we'll do that later.
jcs made amendment 560 5 months ago

Amendments on September 20, 2023

board: Faster sorts

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

Amendments on June 15, 2023

board: Make 's' show the post again

jcs made amendment 515 10 months ago

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

jcs made amendment 514 10 months ago

Amendments on May 1, 2023

board: Delete cached index if id_map fails allocation

jcs made amendment 505 11 months ago

Amendments on April 18, 2023

board: Fix printing message id when deleting an FTN post

jcs made amendment 483 about 1 year ago

Amendments on April 17, 2023


Amendments on April 10, 2023

board: Strip out Renegade-style pipe colors from FTN messages

When deleting FTN posts, if there are no messages left in the map,
delete it otherwise bile will balk at a 0-length write.
jcs made amendment 473 about 1 year ago

Amendments on April 8, 2023

board: Print bile error when marshalling fails, use xfree

jcs made amendment 472 about 1 year ago

Amendments on April 7, 2023

session: Turn word wrap into paginator, use in boards+mail

jcs made amendment 467 about 1 year 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 26, 2023

board: Word-wrap post bodies

jcs made amendment 447 about 1 year ago

Amendments on March 25, 2023

board: Allow < and > to iterate through posts, even through pages

Add prompt help for each screen
jcs made amendment 443 about 1 year ago

Amendments on March 23, 2023

board: Prepend 'Re: ' to all FTN reply subjects not having it

jcs made amendment 441 about 1 year ago