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
7e971bec
Commit
7e971bec
authored
13 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added default JavaScript key=value pairs and comments next to section tags.
parent
c7480ff0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ctrl/sbbs.ini
+20
-4
20 additions, 4 deletions
ctrl/sbbs.ini
with
20 additions
and
4 deletions
ctrl/sbbs.ini
+
20
−
4
View file @
7e971bec
...
...
@@ -31,8 +31,24 @@
; Supported log levels in decreasing severity (ala syslog):
; Emergency, Alert, Critical, Error, Warning, Notice, Informational, Debugging
LogLevel
=
Debugging
; JavaScript values can be specified here *and* in server-specific sections
; JavaScript values specified in server-specific sections will over-ride the global values
; Maximum allocation of memory per JS run-time:
JavaScriptMaxBytes
=
8M
; Maximum stack size per JS context:
JavaScriptContextStack
=
16K
; Maximum stack size per JS stack:
JavaScriptThreadStack
=
256K
; Maximum number of loops (branch callbacks) before auto-termination of script:
JavaScriptBranchLimit
=
99999999
; Garbage Collection interval (in branch callbacks):
JavaScriptGcInterval
=
100
; Time-slice yield interval (in branch callbacks):
JavaScriptYieldInterval
=
10000
; Comma-separated list of load paths (relative to exec or mods directories):
JavaScriptLoadPath
=
load
[BBS]
[BBS]
Terminal
Server
; Set to 'false' to disable Telnet/Rlogin/Event server:
AutoStart
=
true
; Set to IP address of network interface (or blank for default):
...
...
@@ -104,7 +120,7 @@
; MUTE
Options
=
XTRN_MINIMIZED | SYSOP_AVAILABLE | USE_2ND_RLOGIN | ALLOW_RLOGIN | ALLOW_SSH
[Mail]
[Mail]
SMTP/POP3
Mail
Server
AutoStart
=
true
MaxClients
=
10
MaxInactivity
=
120
...
...
@@ -162,7 +178,7 @@ Options = XTRN_MINIMIZED | SYSOP_AVAILABLE | USE_2ND_RLOGIN | ALLOW_RLOGIN | ALL
; MUTE - Don't play sound files
Options
=
ALLOW_POP3
[FTP]
[FTP]
FTP
Server
AutoStart
=
true
Port
=
21
MaxClients
=
10
...
...
@@ -203,7 +219,7 @@ Options=ALLOW_POP3
; MUTE
Options
=
INDEX_FILE | HTML_INDEX_FILE | ALLOW_QWK
[Web]
[Web]
Web
(HTTP)
Server
AutoStart
=
true
Interface
=
Port
=
80
...
...
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