AmendHub

jcs

/

subtext

/

amendments

/

board.c

Amendments on March 23, 2023

board: Touch last post at when tossing FTN messages too

jcs made amendment 440 about 1 year ago

Amendments on March 17, 2023

board: Delete cached index after post creation in both cases

jcs made amendment 439 about 1 year ago

board: Show latest post date in FTN area list

jcs made amendment 436 about 1 year ago

Amendments on March 16, 2023

board: Show wider FTN board subjects, we have no thread lines

jcs made amendment 434 about 1 year ago

Amendments on March 15, 2023

board: Enable deleting in board_prune_old_posts

jcs made amendment 428 about 1 year ago

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

board: Fix writing new sorted id after creating a post

jcs made amendment 395 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 8, 2023

board: Remove unused variables

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

board: Handle malloc/bile failures

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

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

bile: Add flags arg to bile_delete, make zeroing and purging optional

When deleting a bunch of records in a row, we can avoid writing out
a new map every time.
jcs made amendment 301 about 1 year ago