Subj : src/sbbs3/js_filebase.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Tue Feb 01 2022 07:13 pm https://gitlab.synchro.net/main/sbbs/-/commit/70898b5bbf5f1b993a0f1cfc Modified Files: src/sbbs3/js_filebase.c Log Message: add() method will now parse added, last_downloaded, and times_downloaded These 3 'stats' properties were read-only (never used when adding a file). To support moving files between FileBases while retaining these stats, support the parse/use of these file-meta-object property values. Should fix issue #333 reported by Nightfox. .