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
da5a58d8
Commit
da5a58d8
authored
4 years ago
by
Rob Swindell
Browse files
Options
Downloads
Patches
Plain Diff
Re-sync the BBS_OPT_* values with src/sbbs3/startup.h
parent
415c9d79
No related branches found
No related tags found
1 merge request
!463
MRC mods by Codefenix (2024-10-20)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/load/sbbsdefs.js
+10
-5
10 additions, 5 deletions
exec/load/sbbsdefs.js
with
10 additions
and
5 deletions
exec/load/sbbsdefs.js
+
10
−
5
View file @
da5a58d8
...
...
@@ -114,19 +114,24 @@ var SS_FASTLOGON =(1<<31); /* Fast logon */
/********************************************/
/* bbs.startup_options */
/********************************************/
var
BBS_OPT_KEEP_ALIVE
=
(
1
<<
0
);
/* Send keep-alives */
var
BBS_OPT_XTRN_MINIMIZED
=
(
1
<<
1
);
/* Run externals minimized */
var
BBS_OPT_AUTO_LOGON
=
(
1
<<
2
);
/* Auto-logon via IP */
var
BBS_OPT_DEBUG_TELNET
=
(
1
<<
3
);
/* Debug telnet commands */
var
BBS_OPT_SYSOP_AVAILABLE
=
(
1
<<
4
);
/* Available for chat */
var
BBS_OPT_ALLOW_RLOGIN
=
(
1
<<
5
);
/* Allow logins via BSD RLogin */
var
BBS_OPT_USE_2ND_RLOGIN
=
(
1
<<
6
);
/* Use 2nd username in BSD RLogin */
var
BBS_OPT_NO_QWK_EVENTS
=
(
1
<<
7
);
/* Don't run QWK-related events */
var
BBS_OPT_NO_TELNET_GA
=
(
1
<<
8
);
/* Don't send periodic Telnet GAs */
var
BBS_OPT_NO_EVENTS
=
(
1
<<
9
);
/* Don't run event thread */
var
BBS_OPT_NO_SPY_SOCKETS
=
(
1
<<
10
);
/* Don't create spy sockets */
var
BBS_OPT_NO_HOST_LOOKUP
=
(
1
<<
11
);
/* Don't lookup hostname */
var
BBS_OPT_NO_JAVASCRIPT
=
(
1
<<
29
);
/* JavaScript disabled */
var
BBS_OPT_LOCAL_TIMEZONE
=
(
1
<<
30
);
/* Don't force UCT/GMT */
var
BBS_OPT_ALLOW_SSH
=
(
1
<<
12
);
/* Allow logins via BSD SSH */
var
BBS_OPT_NO_DOS
=
(
1
<<
13
);
/* Can't to run 16-bit DOS prog */
var
BBS_OPT_NO_NEWDAY_EVENTS
=
(
1
<<
14
);
/* Don't check for a new day */
var
BBS_OPT_HAPROXY_PROTO
=
(
1
<<
26
);
/* Incoming requests via HAproxy */
var
BBS_OPT_NO_RECYCLE
=
(
1
<<
27
);
/* Disable recycling of server */
var
BBS_OPT_GET_IDENT
=
(
1
<<
28
);
/* Get Identity (RFC 1413) */
var
BBS_OPT_MUTE
=
(
1
<<
31
);
/* Mute sounds */
/*******************************************/
/*******************************************
*
/
/********************************************/
/* bbs.online */
...
...
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