AmendHub

jcs

/

subtext

/

amendments

Amendments on March 23, 2023

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

jcs made amendment 441 about 1 year ago

Amendments on March 25, 2023

session: Add one-line help option to session_menu

Disable it for now, I'm still not sure when I want it printed
jcs made amendment 442 about 1 year ago

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

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

*: Add more prompt help strings

jcs made amendment 444 about 1 year ago

main: Move caching to after logger init

jcs made amendment 445 about 1 year ago

binkp: Increase backoff time when connection fails

jcs made amendment 446 about 1 year ago

Amendments on March 26, 2023

board: Word-wrap post bodies

jcs made amendment 447 about 1 year ago

util: No longer warn() when xmalloc fails, callers handle it now

Also panic when xfree() is called on a pointer to NULL, it's never ok.
jcs made amendment 448 about 1 year ago

GUIDE: Add FTN info

jcs made amendment 449 about 1 year ago

Amendments on March 27, 2023

folder: Fix fread args to calculate checksums properly

fread returns the number of nmemb objects read, which was 1 (of size
1024), so we were only passing a size of 1 to SHA1Update. Read 1024
objects of size 1, to get a return value of 1024 to pass to SHA1.
Verify that the total we passed to SHA1Update is the full size of the
file, which we should have been doing anyuway.
jcs made amendment 450 about 1 year ago

folder: Implement file editing (only description/notes)

Move data gathering loop out of upload and into edit, and allow
sysops to re-checksum existing files now that the checksumming is
fixed
jcs made amendment 451 about 1 year ago

folder: Don't return after editing, fix message

jcs made amendment 452 about 1 year ago

folder: Print progress every 10KB while checksumming files

jcs made amendment 453 about 1 year ago

zip: Make zip_read_file return an error code depending on failure

This way the caller can differentiate between a temporary malloc
failure and a permanent "this zip file is busted".
jcs made amendment 455 about 1 year ago

binkp: Use common binkp: dir, move bad zips to bad subdir

jcs made amendment 456 about 1 year ago

main: Remove some unused code

jcs made amendment 457 about 1 year ago

Amendments on March 30, 2023


Amendments on April 6, 2023

sysop: Re-cache boards and folders after editing one

jcs made amendment 460 about 1 year ago