Make the fully-supported (lib)archive file types/formats configurable
Before now, the archive formats/types (e.g. for creating QWK/REP packets or temp file download archives) supported by libarchive have been *hard-coded* in Synchronet to "zip, 7z, tgz", but if you really want to support the creation of more archive formats using the internal (libarchive) support in Synchronet, and your system supports it (e.g. confirmed using archive.js), you can add those types to this list or remove any that are problematic. This list does not impact the archive types that can be viewed or extracted using libarchive.
Showing
- src/sbbs3/filedat.c 0 additions, 1 deletionsrc/sbbs3/filedat.c
- src/sbbs3/js_archive.c 2 additions, 2 deletionssrc/sbbs3/js_archive.c
- src/sbbs3/main.cpp 1 addition, 1 deletionsrc/sbbs3/main.cpp
- src/sbbs3/pack_qwk.cpp 1 addition, 1 deletionsrc/sbbs3/pack_qwk.cpp
- src/sbbs3/pack_rep.cpp 1 addition, 1 deletionsrc/sbbs3/pack_rep.cpp
- src/sbbs3/qwk.cpp 1 addition, 1 deletionsrc/sbbs3/qwk.cpp
- src/sbbs3/sbbs.h 1 addition, 1 deletionsrc/sbbs3/sbbs.h
- src/sbbs3/scfg/scfgxfr1.c 27 additions, 0 deletionssrc/sbbs3/scfg/scfgxfr1.c
- src/sbbs3/scfgdefs.h 1 addition, 0 deletionssrc/sbbs3/scfgdefs.h
- src/sbbs3/scfglib2.c 4 additions, 0 deletionssrc/sbbs3/scfglib2.c
- src/sbbs3/scfgsave.c 2 additions, 0 deletionssrc/sbbs3/scfgsave.c
- src/sbbs3/useredit.cpp 1 addition, 1 deletionsrc/sbbs3/useredit.cpp
Loading
Please register or sign in to comment