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
07c37d36
Commit
07c37d36
authored
1 year ago
by
Nigel Reed
Committed by
Rob Swindell
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix timeout in mrc client and connector to avoid endless loop issue
parent
b03a82b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
xtrn/mrc/mrc-client.js
+2
-0
2 additions, 0 deletions
xtrn/mrc/mrc-client.js
xtrn/mrc/readme.txt
+7
-0
7 additions, 0 deletions
xtrn/mrc/readme.txt
with
9 additions
and
0 deletions
xtrn/mrc/mrc-client.js
+
2
−
0
View file @
07c37d36
...
...
@@ -13,6 +13,8 @@ load('scrollbar.js');
load
(
'
inputline.js
'
);
load
(
js
.
startup_dir
+
'
mrc-session.js
'
);
js
.
time_limit
=
0
;
var
input_state
=
'
chat
'
;
var
show_nicks
=
false
;
...
...
This diff is collapsed.
Click to expand it.
xtrn/mrc/readme.txt
+
7
−
0
View file @
07c37d36
...
...
@@ -24,6 +24,7 @@ setup differs.
Port=5000
Options=STATIC | LOOP
Command=../xtrn/mrc/mrc-connector.js
JavaScriptTimeLimit=0
- In SCFG, add a new External Program with the following options, leaving all
other options at their default values:
...
...
@@ -33,6 +34,12 @@ setup differs.
Start-up Directory: /sbbs/xtrn/mrc
Command Line: ?mrc-client.js
- If you want to run from the chat menu instead of via a door, copy chat_sec.js to
/sbbs/mods and edit accordingly, adding the following and don't forget to add the
key to be used to the "keys" variable.
bbs.exec("?../xtrn/mrc/mrc-client.js",null,"/sbbs/xtrn/mrc/");
- Your services and BBS threads should automatically recycle once they are free
to do so, but you may want to restart your BBS now to force these changes to
take effect.
...
...
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