AmendHub

jcs

/

subtext

/

amendments

/

board.h

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 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 15, 2023

board: Fix local boards, cache date with post ids in index

jcs made amendment 418 about 1 year ago

Amendments on March 14, 2023

board: Use FTN terminology

jcs made amendment 408 about 1 year ago

Amendments on March 13, 2023

board: Adapt to fidopkt changes, generate "wider" FTN msgids

jcs made amendment 403 about 1 year ago

Amendments on March 10, 2023

board: Add FidoNet replying/posting

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

board: Move echomail message importing here

jcs made amendment 359 about 1 year ago

Amendments on March 1, 2023

binkp+board: On second thought, store FidoNet messages differently

These are different enough from our own posts/threads that it makes
more sense to store them in separate formats and just adapt board
viewer to show both.
Add a config setting to set whether binkp will delete files after
processing or move them to a binkp-processed directory. This allows
keeping files for re-importing later, but then being able to turn
the setting on to delete files after processing to avoid filling up
the disk.
Also use non-fatal malloc/calloc in binkp processor since it's not
critical and can just retry later when we have memory.
jcs made amendment 330 about 1 year ago

Amendments on February 25, 2023

binkp: Import unseen messages into boards with matching fidonet_area

This is quite slow, but I'll work on speeding it up
jcs made amendment 323 about 1 year ago

Amendments on November 11, 2022

board: constify fields

jcs made amendment 275 about 1 year ago

Amendments on September 16, 2022

board: Store each user's 'via' in each post

I saw this on another BBS and thought it was kind of neat to see
how each person connected when they made a post.
jcs made amendment 253 about 1 year ago

Amendments on June 30, 2022

*: Hook up folders

jcs made amendment 179 about 1 year ago

Amendments on June 3, 2022

board: Add message boards!

jcs made amendment 116 about 1 year ago