AmendHub

jcs

/

subtext

/

amendments

/

folder.c

Amendments on January 24, 2024

*: Minor cleanups, remove dead variables, fix some error paths

jcs made amendment 580 over 2 years ago

Amendments on September 20, 2023

folder: Faster sort

jcs made amendment 526 over 2 years 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 over 2 years ago

Amendments on April 27, 2023

folder: Tweak failure message

jcs made amendment 496 over 2 years ago

Amendments on April 26, 2023

folder: Add NoModem support

jcs made amendment 492 over 2 years ago

Amendments on April 6, 2023


Amendments on March 27, 2023

folder: Print progress every 10KB while checksumming files

jcs made amendment 453 over 2 years ago

folder: Don't return after editing, fix message

jcs made amendment 452 over 2 years 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 over 2 years ago

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 over 2 years ago

Amendments on March 25, 2023

*: Add more prompt help strings

jcs made amendment 444 over 2 years ago

Amendments on March 8, 2023

folder: Remove unused variable

jcs made amendment 375 over 2 years ago

Amendments on March 2, 2023

folder: Handle malloc/bile failure

jcs made amendment 340 over 2 years ago

Amendments on February 23, 2023

folder: Use member_size instead of additional defines

jcs made amendment 318 over 2 years 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 over 2 years ago

Amendments on February 16, 2023

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 over 2 years ago

Amendments on February 5, 2023

*: Minor fixes found by cppcheck and scan-build

Mostly unused variables
jcs made amendment 300 over 3 years ago

Amendments on November 11, 2022

folder: constify fields

jcs made amendment 276 over 3 years ago

Amendments on November 7, 2022

folder: Fix variable name in previous

jcs made amendment 273 over 3 years ago

folder: Check for session->ending during ZModem transfer

jcs made amendment 271 over 3 years ago