Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
c74d67d0
Commit
c74d67d0
authored
3 months ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Add more details on what the Supported Archive Formats option controls
(and doesn't control)
parent
31d116b4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/scfg/scfgxfr1.c
+7
-3
7 additions, 3 deletions
src/sbbs3/scfg/scfgxfr1.c
with
7 additions
and
3 deletions
src/sbbs3/scfg/scfgxfr1.c
+
7
−
3
View file @
c74d67d0
...
...
@@ -340,17 +340,21 @@ void xfer_opts()
"'.') that are supported by libarchive for the creation of QWK/REP
\n
"
"packets and temporary archives of files for users to download.
\n
"
"
\n
"
"By default, th
is list is
: `zip, 7z, tgz`.
\n
"
"By default, th
e supported archive formats are
: `zip, 7z, tgz`.
\n
"
"
\n
"
"Synchronet uses `libarchive` for internal archive file support
\n
"
"(see `http://libarchive.org/` for details). Depending on the version of
\n
"
"libarchive, build options, and OS/system configuration, more archive
\n
"
"formats may be supported.
\n
"
"formats
than the default list
may be supported.
\n
"
"
\n
"
"If you want additional formats to be available for your users and you've
\n
"
"confirmed system compatibility (e.g. created and extracted archives
\n
"
"of the desired types using `archive.js`), you can add the standard file
\n
"
"extensions for those additional archive formats to this list."
"extensions for those additional archive formats to this list.
\n
"
"
\n
"
"This list has no impact on the types of files allowed to be uploaded
\n
"
"into file areas or the ability to view, test, or extract archives of
\n
"
"any type.
\n
"
;
strListCombine
(
cfg
.
supported_archive_formats
,
str
,
sizeof
str
,
", "
);
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
"Supported Archive Formats"
,
str
,
sizeof
str
-
1
,
K_EDIT
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment