Skip to content
Snippets Groups Projects
Commit 6eb7c9f4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'mrc_fix_endless_loop_issue' into 'master'

Fix timeout in mrc client and connector to avoid endless loop issue

See merge request !324
parents 3ed05836 c03903f7
No related branches found
No related tags found
2 merge requests!463MRC mods by Codefenix (2024-10-20),!324Fix timeout in mrc client and connector to avoid endless loop issue
......@@ -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;
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment