-
- Downloads
Standardize on "metadata" as the description of a file's "tail" dfield
It's anticipated that this will be used for JS-populated file metadata in JSON format in the future (and not just "archive contents" in .ini format). Also, fix the double-free issue that was occurring when moving files with extended file descriptions (sbbs_t::movefile()). This was actually the primary problem I was fixing here, but noticed the metadata issue: metadata would not have been moved along with the other file info between bases.
parent
80422644
No related branches found
No related tags found
Showing
- src/sbbs3/file.cpp 2 additions, 1 deletionsrc/sbbs3/file.cpp
- src/sbbs3/filedat.c 2 additions, 2 deletionssrc/sbbs3/filedat.c
- src/sbbs3/filedat.h 1 addition, 1 deletionsrc/sbbs3/filedat.h
- src/sbbs3/ftpsrvr.c 1 addition, 1 deletionsrc/sbbs3/ftpsrvr.c
- src/sbbs3/js_filebase.c 20 additions, 20 deletionssrc/sbbs3/js_filebase.c
- src/sbbs3/listfile.cpp 1 addition, 1 deletionsrc/sbbs3/listfile.cpp
- src/sbbs3/upload.cpp 1 addition, 1 deletionsrc/sbbs3/upload.cpp
- src/smblib/smbdefs.h 1 addition, 1 deletionsrc/smblib/smbdefs.h
- src/smblib/smbfile.c 12 additions, 12 deletionssrc/smblib/smbfile.c
- src/smblib/smblib.h 2 additions, 2 deletionssrc/smblib/smblib.h
Loading
Please register or sign in to comment