jcs
/subtext
/amendments
Amendments on March 27, 2023
jcs made amendment
453
8 months ago
jcs made amendment
452
8 months 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
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.
Amendments on March 26, 2023
jcs made amendment
449
8 months 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
447
8 months ago
Amendments on March 25, 2023
jcs made amendment
446
8 months ago
jcs made amendment
445
8 months ago
jcs made amendment
444
8 months ago
board: Allow < and > to iterate through posts, even through pages
Add prompt help for each screen
session: Add one-line help option to session_menu
Disable it for now, I'm still not sure when I want it printed
Amendments on March 23, 2023
jcs made amendment
441
8 months ago
jcs made amendment
440
8 months ago
Amendments on March 17, 2023
jcs made amendment
439
8 months ago
jcs made amendment
438
8 months ago
jcs made amendment
437
8 months ago
jcs made amendment
436
8 months ago
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.
Amendments on March 16, 2023
jcs made amendment
434
8 months ago