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
d98bbaff
Commit
d98bbaff
authored
24 years ago
by
dspeelman
Browse files
Options
Downloads
Patches
Plain Diff
Removed after contents incorporated into Externals Section of SYSOP Docs
parent
7e6dda4c
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
docs/telgate.doc
+0
-47
0 additions, 47 deletions
docs/telgate.doc
with
0 additions
and
47 deletions
docs/telgate.doc
deleted
100644 → 0
+
0
−
47
View file @
7e6dda4c
This update of Synchronet includes a new feature: internal Telnet gateway
This allows users on your system to be connected to other TCP/Telnet services
on the Internet through your BBS. Typically, these services would be other
telnetable BBSs and MUDs, although really, you can gate to any single-port
TCP service (i.e. POP3, but not FTP).
The updated BAJA.EXE and SBBS.DLL support a new Baja function:
TELNET_GATE <"str" || str_var> [mode]
The str or str_var argument is the destination address in the format:
<addr>[:port]
If port is not specified, the default is 23 (telnet).
Examples:
"vert.sync3.net"
"24.0.193.46"
"retromud.org:3000"
The valid mode bits are:
Force Echo .1 # not currently working as desired
Force CR/LF .2 # expand sole CRs to CR/LF pairs
This function can be called from any module or shell, but will most likely be
used from the external programs menu (even though the telnet gate isn't
technically an external program). Two modules are included, TELGATE.BIN and
MUDGATE.BIN, to achieve this (copy them into your EXEC directory). Use them as
follows:
To set-up an external gateway to another BBS:
Command line: "*telgate vert.sync3.net"
To set-up an external gateway to a MUD:
Command line: "*mudgate batmud.bat.org"
While using the telgate gateway (and not currently in telnet "Binary" mode),
users can press ctrl-] for a menu of telgate commands including: Disconnect,
Toggle Echo, List Users, and Private Message.
Rob
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