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
773c986f
Commit
773c986f
authored
2 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Fix typos
parent
fc7d5cbc
No related branches found
No related tags found
1 merge request
!463
MRC mods by Codefenix (2024-10-20)
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/sbbs3/scfg/scfgsrvr.c
+3
-3
3 additions, 3 deletions
src/sbbs3/scfg/scfgsrvr.c
src/sbbs3/scfg/scfgsys.c
+25
-26
25 additions, 26 deletions
src/sbbs3/scfg/scfgsys.c
with
28 additions
and
29 deletions
src/sbbs3/scfg/scfgsrvr.c
+
3
−
3
View file @
773c986f
...
...
@@ -382,7 +382,7 @@ static void termsrvr_cfg(void)
uifc
.
helpbuf
=
"`Terminal Server Configuration:`
\n
"
"
\n
"
"The initialization settings of the Synch
ch
ronet server that provides the
\n
"
"The initialization settings of the Synchronet server that provides the
\n
"
"traditional BBS experience over `Telnet`, `SSH`, `RLogin`, or `Raw TCP`
\n
"
"protocols.
\n
"
"
\n
"
...
...
@@ -501,7 +501,7 @@ static void termsrvr_cfg(void)
break
;
case
23
:
SAFEPRINTF
(
str
,
"%u"
,
startup
.
outbuf_drain_timeout
);
if
(
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
"Output Buffer Drain
g
Timeout (milliseconds)"
,
str
,
5
,
K_NUMBER
|
K_EDIT
)
>
0
)
if
(
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
"Output Buffer Drain Timeout (milliseconds)"
,
str
,
5
,
K_NUMBER
|
K_EDIT
)
>
0
)
startup
.
outbuf_drain_timeout
=
atoi
(
str
);
break
;
case
24
:
...
...
@@ -631,7 +631,7 @@ static void websrvr_cfg(void)
uifc
.
helpbuf
=
"`Web Server Configuration:`
\n
"
"
\n
"
"The initialization settings of the Synch
ch
ronet Web Server that provides
\n
"
"The initialization settings of the Synchronet Web Server that provides
\n
"
"support for web browser access to the BBS over `HTTP` and `HTTPS` (TLS)
\n
"
"protocols.
\n
"
"
\n
"
...
...
This diff is collapsed.
Click to expand it.
src/sbbs3/scfg/scfgsys.c
+
25
−
26
View file @
773c986f
...
...
@@ -97,7 +97,7 @@ int edit_sys_inetaddr(int page, int total)
{
int
mode
=
WIN_SAV
|
WIN_MID
;
uifc
.
helpbuf
=
"`Sytem Internet Address:`
\n
"
"`Sy
s
tem Internet Address:`
\n
"
"
\n
"
"Enter your system's Internet address (hostname or IP address) here
\n
"
"(e.g. `joesbbs.com`).
\n
"
...
...
@@ -1322,7 +1322,7 @@ int edit_sys_datefmt(int page, int total)
"
\n
"
"If you would like abbreviated dates to be displayed in the traditional
\n
"
"U.S. date format of month first, choose `MM/DD/YY`. If you prefer the
\n
"
"Europ
a
en traditional date format of day first, choose `DD/MM/YY`.
\n
"
"Europe
a
n traditional date format of day first, choose `DD/MM/YY`.
\n
"
;
if
(
page
)
mode
=
wiz_help
(
page
,
total
,
uifc
.
helpbuf
);
...
...
@@ -1767,9 +1767,9 @@ void sys_cfg(void)
uifc
.
helpbuf
=
"`Allow Credits to be Converted into Minutes:`
\n
"
"
\n
"
"If you want the users of your system to be allowed to convert
\n
"
"
any
credits they may have into minutes for their minute bank,
\n
"
"
set this
option to `Yes`.
\n
"
"If you want the users of your system to be allowed to convert
any
\n
"
"credits they may have into minutes for their minute bank,
set this
\n
"
"option to `Yes`.
\n
"
;
i
=
uifc
.
list
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
0
,
&
i
,
0
,
"Allow Users to Convert Credits into Minutes"
...
...
@@ -2133,10 +2133,9 @@ void sys_cfg(void)
uifc
.
helpbuf
=
"`New User Default Toggle Options:`
\n
"
"
\n
"
"This menu contains the default state of new user toggle options. All new
\n
"
"users on your system will have their defaults set according to the
\n
"
"settings on this menu. The user can then change them to his or her
\n
"
"liking.
\n
"
"This menu contains the default state of new user toggle options. All
\n
"
"new users on your system will have their defaults set according to the
\n
"
"settings on this menu. The user can then change them to their liking.
\n
"
"
\n
"
"See the Synchronet User Manual (`http://synchro.net/docs/user.html`)
\n
"
"for more information on the individual options available.
\n
"
...
...
@@ -2719,14 +2718,14 @@ void sys_cfg(void)
break
;
case
16
:
uifc
.
helpbuf
=
"`Configura
iton File
Backups:`
\n
"
"`Configura
tion
Backups:`
\n
"
"
\n
"
"Setting this option to anything but 0 will enable automatic
\n
"
"
backups of
your configuration files when saving changes.
\n
"
"Setting this option to anything but 0 will enable automatic
backups of
\n
"
"your configuration files when saving changes.
\n
"
;
sprintf
(
str
,
"%u"
,
cfg
.
config_backup_level
);
uifc
.
input
(
WIN_MID
|
WIN_SAV
,
0
,
0
,
"Number of Configura
i
ton File Backups to Keep"
,
"Number of Configurat
i
on File Backups to Keep"
,
str
,
4
,
K_NUMBER
|
K_EDIT
);
cfg
.
config_backup_level
=
atoi
(
str
);
break
;
...
...
@@ -2872,9 +2871,9 @@ void sys_cfg(void)
"`Logon` Terminal logon procedure
\n
"
"`Sync` Terminal node is periodically synchronized
\n
"
"`Logoff` Terminal logoff procedure (interactive)
\n
"
"`Logout` Terminal logout procedure (offline)
\n
"
"`Logout` Terminal logout procedure (off
-
line)
\n
"
"`New User` End of new terminal user creation process
\n
"
"`Expired User` User account expires (offline)
\n
"
"`Expired User` User account expires (off
-
line)
\n
"
"`Auto Message` User chooses to re-read or edit the auto-message
\n
"
"`Send Feedback` User sending email to a sysop (return error to cancel)
\n
"
"`Chat Section` User enters chat section/menu
\n
"
...
...
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