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
f174dc6e
Commit
f174dc6e
authored
5 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Start a sysop document.
It sucks.
parent
814a55aa
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
xtrn/lord/Sysop.doc
+42
-0
42 additions, 0 deletions
xtrn/lord/Sysop.doc
with
42 additions
and
0 deletions
xtrn/lord/Sysop.doc
0 → 100644
+
42
−
0
View file @
f174dc6e
LORD - A JavaScript rewrite of the classic Legend of the Red Dragon.
This door is intended to be a rewrite of the classic LORD in JavaScript. For
Synchronet systems, this means it can be ran without a separate process, but
with JSDOOR, it can also run under other BBS software.
For Synchronet BBSs, setup is straightforward:
[LORD]
1: Name LORD 5.00 JS
2: Internal Code LORD
3: Start-up Directory /sbbs/xtrn/lord
4: Command Line ?lord.js
5: Clean-up Command Line
6: Execution Cost None
7: Access Requirements
8: Execution Requirements
9: Multiple Concurrent Users Yes
10: Intercept I/O No
11: Native Executable No
12: Use Shell to Execute No
13: Modify User Data No
14: Execute on Event No
15: Pause After Execution No
16: BBS Drop File Type None
17: Place Drop File In Node Directory
18: Time Options...
For non-synchronet systems, socket and stdio are both supported. door.sys
should be used with the socket handle passed on the command-line:
jsdoor lord.js -d /path/to/door.sys -s <handle>
LORD.js also has an IGM installer/uninstaller. From the LORD directory, you
can run the script using jsexec or jsdoor with the following syntax:
jsexec lord.js +IGM path/to/igm.js
This will add the IGM to your other places automatically. To remove the IGM,
use -IGM.
LORD is configured via the lord.ini file.
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