Skip to content
Snippets Groups Projects
Commit 4bb08ede authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Load/force-saved the config files in latest SCFG

Adds new keys, removes old ones

Updates formatting/white-space
parent c8d9d95c
No related branches found
No related tags found
No related merge requests found
Pipeline #7423 passed
[guru:GURU] [guru:GURU]
name=The Guru name=The Guru
ars= ars=
[actions:Main] [actions:Main]
ANGER:"\x01r\x01h%s is trying to make %s angry." ANGER:"\x01r\x01h%s is trying to make %s angry."
ANGRY:"\x01r\x01h%s is very angry and wants %s to know about it." ANGRY:"\x01r\x01h%s is very angry and wants %s to know about it."
...@@ -134,6 +135,7 @@ WHISTLE:"\x01m\x01h%s whistles at %s." ...@@ -134,6 +135,7 @@ WHISTLE:"\x01m\x01h%s whistles at %s."
WINK:"\x01m\x01h%s winks discreetly at %s." WINK:"\x01m\x01h%s winks discreetly at %s."
YAWN:"\x01n\x01wYAWN....\x01[\x01]\x01c%s is expressing tiredness or boredom to %s." YAWN:"\x01n\x01wYAWN....\x01[\x01]\x01c%s is expressing tiredness or boredom to %s."
YELL:"\x01m\x01h%s yells at %s, loudly." YELL:"\x01m\x01h%s yells at %s, loudly."
[chan:Main] [chan:Main]
actions=Main actions=Main
name=Main name=Main
...@@ -141,6 +143,7 @@ ars= ...@@ -141,6 +143,7 @@ ars=
cost=0 cost=0
guru=GURU guru=GURU
settings=2 settings=2
[chan:Open] [chan:Open]
actions=Main actions=Main
name=Open name=Open
...@@ -148,6 +151,7 @@ ars= ...@@ -148,6 +151,7 @@ ars=
cost=0 cost=0
guru=GURU guru=GURU
settings=0 settings=0
[chan:Adult] [chan:Adult]
actions=Main actions=Main
name=Adult name=Adult
...@@ -155,10 +159,12 @@ ars=AGE 18 ...@@ -155,10 +159,12 @@ ars=AGE 18
cost=0 cost=0
guru=GURU guru=GURU
settings=1 settings=1
[pager:0] [pager:0]
cmd=?sound.js %!syspage.wav cmd=?sound.js %!syspage.wav
ars=WIN32 ars=WIN32
settings=0 settings=0
[pager:1] [pager:1]
cmd=?playtone.js tone/axelf.ton cmd=?playtone.js tone/axelf.ton
ars= ars=
......
...@@ -10,6 +10,7 @@ timezone=-1 ...@@ -10,6 +10,7 @@ timezone=-1
settings=0x611f848 settings=0x611f848
date_fmt=0 date_fmt=0
date_sep=/ date_sep=/
date_verbal=false
login=0 login=0
lastnode=250 lastnode=250
pwdays=0 pwdays=0
...@@ -35,16 +36,19 @@ config_backup_level=5 ...@@ -35,16 +36,19 @@ config_backup_level=5
valuser=0 valuser=0
erruser=0 erruser=0
errlevel=2 errlevel=2
[node_dir] [node_dir]
1=../node1/ 1=../node1/
2=../node2/ 2=../node2/
3=../node3/ 3=../node3/
4=../node4/ 4=../node4/
[dir] [dir]
data=../data/ data=../data/
exec=../exec/ exec=../exec/
mods=../mods/ mods=../mods/
logs=../data/ logs=../data/
[newuser] [newuser]
questions=0x24df3 questions=0x24df3
password= password=
...@@ -69,12 +73,23 @@ qwk_settings=0x10b ...@@ -69,12 +73,23 @@ qwk_settings=0x10b
download_protocol=Z download_protocol=Z
msgscan_init=0 msgscan_init=0
gender_options=MFX gender_options=MFX
[logon_event] [logon_event]
cmd= cmd=
settings=0
[logout_event] [logout_event]
cmd= cmd=
settings=0
[daily_event] [daily_event]
cmd=?logonlist -m cmd=?logonlist -m
settings=0
[monthly_event]
cmd=
settings=0
[expired] [expired]
level=0 level=0
flags1=0 flags1=0
...@@ -83,6 +98,7 @@ flags3=0 ...@@ -83,6 +98,7 @@ flags3=0
flags4=0 flags4=0
exemptions=0 exemptions=0
restrictions=0 restrictions=0
[MQTT] [MQTT]
Enabled=false Enabled=false
Verbose=true Verbose=true
...@@ -102,6 +118,7 @@ TLS_keyfile= ...@@ -102,6 +118,7 @@ TLS_keyfile=
TLS_keypass= TLS_keypass=
TLS_psk= TLS_psk=
TLS_identity= TLS_identity=
[module] [module]
logon=logon logon=logon
logoff= logoff=
......
settings=0xffff0000 settings=0xffff0000
smb_retry_time=30 smb_retry_time=30
[mail] [mail]
max_crcs=0 max_crcs=0
max_age=90 max_age=90
max_spam_age=0 max_spam_age=0
[qwk] [qwk]
max_msgs=10000 max_msgs=10000
prepack_ars=
max_age=0 max_age=0
default_tagline=My Brand-New BBS default_tagline=My Brand-New BBS
[grp:Local] [grp:Local]
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
; Override system address for this instance (optional): ; Override system address for this instance (optional):
Hostname = Hostname =
; IP address of network interface to bind to (defaults to ANY/ALL interfaces): ; IP address of network interface to bind to (defaults to ANY/ALL interfaces):
Interface = Interface = 0.0.0.0,::
; IPv4 address of network interface to use for outgoing connections ; IPv4 address of network interface to use for outgoing connections
OutboundInterface = OutboundInterface =
; Override the SBBSCTRL environment variable (optional): ; Override the SBBSCTRL environment variable (optional):
...@@ -20,30 +20,29 @@ ...@@ -20,30 +20,29 @@
; of this temp dir. ; of this temp dir.
TempDirectory = TempDirectory =
; Increase this value to decrease semaphore file checking frequency (actually an interval): ; Increase this value to decrease semaphore file checking frequency (actually an interval):
SemFileCheckFrequency = 2 ; seconds SemFileCheckFrequency = 2s
; Set the number of times a bind will be attempted for each port. ; Set the number of times a bind will be attempted for each port.
; increase this if you get errors binding to ports on reloads ; increase this if you get errors binding to ports on reloads
BindRetryCount = 2 BindRetryCount = 2
; Delay between bind retries ; Delay between bind retries
BindRetryDelay = 15 ; seconds BindRetryDelay = 15
; Highest log level to actually log/print (ignore all higher/less-severe log msgs): ; Highest log level to actually log/print (ignore all higher/less-severe log msgs):
; This log level may be overridden for each server/service ; This log level may be overridden for each server/service
; Supported log levels in decreasing severity (ala syslog): ; Supported log levels in decreasing severity (ala syslog):
; Emergency, Alert, Critical, Error, Warning, Notice, Informational, Debugging ; Emergency, Alert, Critical, Error, Warning, Notice, Informational, Debugging
LogLevel = Informational LogLevel = Info
TLSErrorLevel = Warning TLSErrorLevel = Warning
; JavaScript values can be specified here *and* in server-specific sections ; JavaScript values can be specified here *and* in server-specific sections
; JavaScript values specified in server-specific sections will over-ride the global values ; JavaScript values specified in server-specific sections will over-ride the global values
; Maximum allocation of memory per JS run-time: ; Maximum allocation of memory per JS run-time:
JavaScriptMaxBytes = 160M JavaScriptMaxBytes = 160M
; Maximum number of ticks (100ms) before auto-termination of script: ; Maximum number of ticks (100ms) before auto-termination of script:
JavaScriptTimeLimit = 864000 JavaScriptTimeLimit =
; Garbage Collection interval (in ticks): ; Garbage Collection interval (in ticks):
JavaScriptGcInterval = 100 JavaScriptGcInterval =
; Time-slice yield interval (in ticks): ; Time-slice yield interval (in ticks):
JavaScriptYieldInterval = 10000 JavaScriptYieldInterval =
; Comma-separated list of load paths (relative to exec or mods directories): ; Comma-separated list of load paths (relative to exec or mods directories):
JavaScriptLoadPath = load
; Failed login-attempt tracking, throttling, logging, and filtering: ; Failed login-attempt tracking, throttling, logging, and filtering:
LoginAttemptDelay = 5000 LoginAttemptDelay = 5000
LoginAttemptThrottle = 1000 LoginAttemptThrottle = 1000
...@@ -58,6 +57,7 @@ ...@@ -58,6 +57,7 @@
LoginSound = LoginSound =
LogoutSound = LogoutSound =
HackAttemptSound = HackAttemptSound =
LoginRequirements =
[BBS] Terminal (Telnet, SSH, RLogin, Raw-TCP) Server [BBS] Terminal (Telnet, SSH, RLogin, Raw-TCP) Server
; Set to 'false' to disable Telnet/Rlogin/Event server: ; Set to 'false' to disable Telnet/Rlogin/Event server:
...@@ -174,6 +174,7 @@ ...@@ -174,6 +174,7 @@
; GET_IDENT ; GET_IDENT
; HAPROXY_PROTO ; HAPROXY_PROTO
Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH Options = XTRN_MINIMIZED | ALLOW_RLOGIN | ALLOW_SSH
ExternalTermANSI = pc3
[Mail] SMTP(S)/POP3(S) Mail Server [Mail] SMTP(S)/POP3(S) Mail Server
AutoStart = true AutoStart = true
...@@ -192,7 +193,7 @@ ...@@ -192,7 +193,7 @@
POP3Interface = POP3Interface =
POP3Port = 110 POP3Port = 110
TLSPOP3Port = 995 TLSPOP3Port = 995
TLSErrorLevel = Warning TLSErrorLevel =
DefaultCharset = IBM437 DefaultCharset = IBM437
DefaultUser = DefaultUser =
DNSBlacklistHeader = X-DNSBL DNSBlacklistHeader = X-DNSBL
...@@ -207,7 +208,7 @@ ...@@ -207,7 +208,7 @@
POP3Sound = POP3Sound =
InboundSound = InboundSound =
OutboundSound = OutboundSound =
ConnectTimeout = 30 ConnectTimeout = 30s
NotifyOfflineUsers = true NotifyOfflineUsers = true
MaxConcurrentConnections = 0 MaxConcurrentConnections = 0
...@@ -243,6 +244,7 @@ ...@@ -243,6 +244,7 @@
; TLS_SUBMISSION - Listen on the TLS "MSA" service port for mail submissions ; TLS_SUBMISSION - Listen on the TLS "MSA" service port for mail submissions
; TLS_POP3 - Listen on the TLS POP3 service port ; TLS_POP3 - Listen on the TLS POP3 service port
Options = ALLOW_POP3 | USE_SUBMISSION_PORT | TLS_SUBMISSION | TLS_POP3 Options = ALLOW_POP3 | USE_SUBMISSION_PORT | TLS_SUBMISSION | TLS_POP3
SpamBlockDuration = 0
[FTP] FTP(S) Server [FTP] FTP(S) Server
AutoStart = true AutoStart = true
...@@ -283,6 +285,7 @@ ...@@ -283,6 +285,7 @@
; NO_HOST_LOOKUP ; NO_HOST_LOOKUP
; NO_RECYCLE ; NO_RECYCLE
Options = INDEX_FILE | ALLOW_QWK Options = INDEX_FILE | ALLOW_QWK
PasvIp6Address = ::
[Web] HTTP(S) Server [Web] HTTP(S) Server
AutoStart = true AutoStart = true
...@@ -292,7 +295,7 @@ ...@@ -292,7 +295,7 @@
; HTTPS interface(s) ; HTTPS interface(s)
TLSInterface = TLSInterface =
TLSPort = 443 TLSPort = 443
TLSErrorLevel = Warning TLSErrorLevel =
MaxClients = 100 MaxClients = 100
RootDirectory = ../webv4/root RootDirectory = ../webv4/root
ErrorDirectory = error ErrorDirectory = error
...@@ -325,7 +328,8 @@ ...@@ -325,7 +328,8 @@
; NO_HOST_LOOKUP ; NO_HOST_LOOKUP
; NO_RECYCLE ; NO_RECYCLE
; NO_JAVASCRIPT ; NO_JAVASCRIPT
Options = NO_HOST_LOOKUP | ALLOW_TLS | NO_CGI Options = NO_CGI | ALLOW_TLS | NO_HOST_LOOKUP
MaxConcurrentConnections = 10
[Services] [Services]
AutoStart = true AutoStart = true
...@@ -337,6 +341,7 @@ ...@@ -337,6 +341,7 @@
; Supported options (separated with |): ; Supported options (separated with |):
; NO_HOST_LOOKUP ; NO_HOST_LOOKUP
Options = NO_HOST_LOOKUP Options = NO_HOST_LOOKUP
iniFileName = services.ini
[UNIX] [UNIX]
; User/group name to run as ; User/group name to run as
......
...@@ -339,13 +339,23 @@ freq=30 ...@@ -339,13 +339,23 @@ freq=30
mdays=0 mdays=0
months=0 months=0
errlevel=3 errlevel=3
[native:cmd.exe] [native:cmd.exe]
[native:sh] [native:sh]
[native:csh] [native:csh]
[native:bash] [native:bash]
[native:node] [native:node]
[native:smbutil] [native:smbutil]
[native:zip] [native:zip]
[native:unzip] [native:unzip]
[native:pkzip25] [native:pkzip25]
[native:mp3info] [native:mp3info]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment