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
dc294f59
Commit
dc294f59
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
af189859
a5622793
No related branches found
No related tags found
1 merge request
!463
MRC mods by Codefenix (2024-10-20)
Pipeline
#392
passed
4 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ctrl/sbbs.ini
+1
-0
1 addition, 0 deletions
ctrl/sbbs.ini
exec/init-fidonet.js
+1
-1
1 addition, 1 deletion
exec/init-fidonet.js
with
2 additions
and
1 deletion
ctrl/sbbs.ini
+
1
−
0
View file @
dc294f59
...
@@ -171,6 +171,7 @@ Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
...
@@ -171,6 +171,7 @@ Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
InboundSound
=
InboundSound
=
OutboundSound =
OutboundSound =
ConnectTimeout
=
30
ConnectTimeout
=
30
MaxConcurrentConnections
=
0
; Supported options (separated with |):
; Supported options (separated with |):
; DEBUG_RX_HEADER - Log header fields of received mail messages
; DEBUG_RX_HEADER - Log header fields of received mail messages
; DEBUG_RX_BODY - Leave body text of received mail messages in temp directory forever
; DEBUG_RX_BODY - Leave body text of received mail messages in temp directory forever
...
...
This diff is collapsed.
Click to expand it.
exec/init-fidonet.js
+
1
−
1
View file @
dc294f59
...
@@ -500,7 +500,7 @@ while((!sysop || !confirm("Your name is '" + sysop + "'")) && !aborted())
...
@@ -500,7 +500,7 @@ while((!sysop || !confirm("Your name is '" + sysop + "'")) && !aborted())
/* Get/Confirm passwords */
/* Get/Confirm passwords */
while
((
!
link
.
AreaFixPwd
||
!
confirm
(
"
Your AreaFix Password is '
"
+
link
.
AreaFixPwd
+
"
'
"
))
&&
!
aborted
())
while
((
!
link
.
AreaFixPwd
||
!
confirm
(
"
Your AreaFix Password is '
"
+
link
.
AreaFixPwd
+
"
'
"
))
&&
!
aborted
())
link
.
AreaFixPwd
=
prompt
(
"
Your AreaFix (a.k.a. Area Manager) Password (case in-sensitive)
"
);
link
.
AreaFixPwd
=
prompt
(
"
Your AreaFix (a.k.a. Area Manager) Password (case in-sensitive)
"
);
while
((
!
link
.
SessionPwd
||
!
confirm
(
"
Your BinkP Session Pass
o
wrd is '
"
+
link
.
SessionPwd
+
"
'
"
))
&&
!
aborted
())
while
((
!
link
.
SessionPwd
||
!
confirm
(
"
Your BinkP Session Passw
o
rd is '
"
+
link
.
SessionPwd
+
"
'
"
))
&&
!
aborted
())
link
.
SessionPwd
=
prompt
(
"
Your BinkP Session Password (case sensitive)
"
);
link
.
SessionPwd
=
prompt
(
"
Your BinkP Session Password (case sensitive)
"
);
/***********************************************/
/***********************************************/
...
...
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