Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Synchronet
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main
Synchronet
Compare Revisions
82d3ae6e61d8876d35444bdfb5784762914aaac1...a3de2a8a6648344623a52b23e931cdb16966318d
Source
a3de2a8a6648344623a52b23e931cdb16966318d
Select Git revision
...
Target
82d3ae6e61d8876d35444bdfb5784762914aaac1
Select Git revision
Compare
Commits (1)
Remove now-obsolete help text about FirstNode config being shared
· a3de2a8a
Rob Swindell
authored
Nov 29, 2020
... between all nodes of a instance sbbs instance. That's now no longer true.
a3de2a8a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/sbbs3/scfg/scfgnode.c
src/sbbs3/scfg/scfgnode.c
+1
-6
No files found.
src/sbbs3/scfg/scfgnode.c
View file @
a3de2a8a
...
...
@@ -56,9 +56,6 @@ void node_menu()
"This is the list of configured terminal server nodes. A node is required
\n
"
"for each supported simultaneous 'caller'.
\n
"
"
\n
"
"`Note:` The `FirstNode` (e.g. Node 1) configuration settings are used for
\n
"
" all the nodes supported by a single terminal server instance.
\n
"
"
\n
"
"`Note:` When nodes are added to this list, the `LastNode` value must be
\n
"
" adjusted accordingly. See the `ctrl/sbbs.ini` file for more details.
\n
"
"
\n
"
...
...
@@ -178,9 +175,7 @@ void node_cfg()
uifc
.
helpbuf
=
"`Node Configuration:`
\n
"
"
\n
"
"The configuration settings of the `FirstNode` will determine the behavior
\n
"
"of all nodes of a single terminal server instance (through `LastNode`).
\n
"
"See the `ctrl/sbbs.ini` file for details.
\n
"
"Configuration settings specific to the selected node.
\n
"
;
switch
(
uifc
.
list
(
WIN_ACT
|
WIN_CHE
|
WIN_BOT
|
WIN_RHT
,
0
,
0
,
60
,
&
node_dflt
,
0
,
str
,
opt
))
{
...
...