AmendHub

jcs

/

subtext

/

amendments

Amendments on March 15, 2023

mail: Bounce mail to sysop, tweak log messages

jcs made amendment 421 about 1 year ago

main: Move periodic jobs and binkp polling to one thread here

jcs made amendment 422 about 1 year ago

sysop: Fix board saving

jcs made amendment 423 about 1 year ago

zip: Tweak log messages

jcs made amendment 424 about 1 year ago

ansi: Fix panic message

jcs made amendment 425 about 1 year ago

db: Add mail_prune_days field, default to 180 days

jcs made amendment 426 about 1 year ago

mail: Add mail pruning

jcs made amendment 427 about 1 year ago

board: Enable deleting in board_prune_old_posts

jcs made amendment 428 about 1 year ago

serial: Add error checking, session buf canaries to try to find bug

Something is overwriting things in the session and trashing ibuflen
or obuflen, so add canaries in between struct members to try to find
where they get trashed.
jcs made amendment 429 about 1 year ago

session: Add buf canary stuff, only finalize session log if logged in

This is probably the cause of the session log getting really big...
jcs made amendment 430 about 1 year ago

binkp: Delete path after processing, not done_path

Also panic if deleting outbox file fails, otherwise we'll be sending
it over and over again
jcs made amendment 431 about 1 year ago

main: Let binkp poll run if next_poll is 0, even if one is logged in

This should only happen when the sysop triggers it, so let it run
jcs made amendment 432 about 1 year ago

Amendments on March 16, 2023

binkp: Reset binkp_temp_fail on each run since this is static

jcs made amendment 433 about 1 year ago

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

jcs made amendment 434 about 1 year ago

Amendments on March 17, 2023

db: When caching boards, reindex if needed and store latest post date

Move these cache operations to main after logger has inited since
these can take a while.
jcs made amendment 435 about 1 year ago

board: Show latest post date in FTN area list

jcs made amendment 436 about 1 year ago

settings: Use %ld for printing max

jcs made amendment 438 about 1 year ago

board: Delete cached index after post creation in both cases

jcs made amendment 439 about 1 year ago

Amendments on March 23, 2023

board: Touch last post at when tossing FTN messages too

jcs made amendment 440 about 1 year ago