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
3f3ba170
Commit
3f3ba170
authored
23 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Added FTP modes, new global variables for FTP/socket stuff, and BBS startup options.
parent
6a0d9ccd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
exec/sbbsdefs.inc
+24
-0
24 additions, 0 deletions
exec/sbbsdefs.inc
with
24 additions
and
0 deletions
exec/sbbsdefs.inc
+
24
−
0
View file @
3f3ba170
...
...
@@ -142,6 +142,7 @@
!
define
SS_NEST_PF
.22
# Nested in printfile function
!
define
SS_DCDHIGH
.23
# Assume DCD is high always
!
define
SS_SPLITP
.24
# Split-screen private chat
!
define
SS_RLOGIN
.26
# RLogin session (not telnet)
# Bits in 'mode' for GETSTR function
!
define
K_UPPER
.0
# Converts all letters to upper case
...
...
@@ -187,6 +188,25 @@
!
define
TG_PASSTHRU
.5
# Pass-through telnet commands/responses
!
define
TG_RLOGIN
.6
# Use BSD RLogin protocol
# Bits for _FTP_MODE
!
define
FTP_ECHO_CMD
.0
# Echo commands to user (debug)
!
define
FTP_ECHO_RSP
.1
# Echo reply/response lines to user
!
define
FTP_PASV
.2
# Use passive transfer mode
!
define
FTP_ASCII
.3
# Use ASCII transfer mode
!
define
FTP_HASH
.4
# Print hash marks during transfers
!
define
BBS_OPT_KEEP_ALIVE
.0
# Send keep-alives
!
define
BBS_OPT_XTRN_MINIMIZED
.1
# Run externals minimized
!
define
BBS_OPT_AUTO_LOGON
.2
# Auto-logon via IP
!
define
BBS_OPT_DEBUG_TELNET
.3
# Debug telnet commands
!
define
BBS_OPT_SYSOP_AVAILABLE
.4
# Available for chat
!
define
BBS_OPT_ALLOW_RLOGIN
.5
# Allow logins via BSD RLogin
!
define
BBS_OPT_USE_2ND_RLOGIN
.6
# Use 2nd username in BSD RLogin
!
define
BBS_OPT_NO_QWK_EVENTS
.7
# Don't run QWK-related events
!
define
BBS_OPT_NO_HOST_LOOKUP
.11
!
define
BBS_OPT_LOCAL_TIMEZONE
.30
# Don't force UCT/GMT
!
define
BBS_OPT_MUTE
.31
# Mute sounds
################################
# System Variable Declarations #
################################
...
...
@@ -331,5 +351,9 @@
!
global
_UQ
!
global
_ERRORLEVEL
!
global
_WORDWRAP
!
global
_FTP_MODE
!
global
_CLIENT_SOCKET
!
global
_SOCKET_ERROR
!
global
_STARTUP_OPTIONS
# End of SBBSDEFS.INC
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