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

Allow the sysop to opt-in for sharing data with bbs.electronicchicken.com.

If/when I get bbs.thebrokenbubble.com to respond to JSON-db requests
(i.e. at TCP port 10088), I give mcmlxxix's games the same treatment.
Would be nice to widely use this game data sharing feature.
parent 2fd20c3e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -3,8 +3,13 @@ Desc: Browse and view text files, ANSI & ASCII art
By: echicken -at- bbs.electronicchicken.com
Cats: Main
Subs: ANSI, JavaScript
Inst: $Id: install-xtrn.ini,v 1.2 2020/04/25 02:38:58 rswindell Exp $
Inst: 2020/09/07
[prog:ANSIVIEW]
cmd = ?ansiview
settings = XTRN_MULTIUSER
[ini:settings.ini:electronic chicken bbs]
prompt = Link online ANSI archive from electronic chicken bbs
keys = description,module,cache,cachettl
values = 'An online archive of ANSI and ASCII artwork','ecbbs.js',true,86400
......@@ -3,15 +3,21 @@ Desc: You are a chicken on a mission.
By: echicken -at- bbs.electronicchicken.com
Cats: Games
Subs: Platfomer, JavaScript
Inst: $Id: install-xtrn.ini,v 1.1 2020/04/17 07:56:36 rswindell Exp $
Inst: 2020/09/07
[prog:CHICKEN]
cmd = ?chickendelivery.js
settings = XTRN_MULTIUSER
required = true
[ini:server.ini]
prompt = Share data with electronic chicken bbs
keys = host
values = 'bbs.electronicchicken.com'
done = true
!include install-json-service.ini
[ini:json-service.ini:chicken]
[ini:json-service.ini:chickendelivery2]
keys = dir
values = startup_dir
\ No newline at end of file
host=bbs.electronicchicken.com
host=localhost
port=10088
autoupdate=true
......@@ -3,13 +3,19 @@ Desc: A Pac-Man knock-off for Synchronet BBS
By: echicken -at- bbs.electronicchicken.com
Cats: Games
Subs: Classic, Clone, JavaScript
Inst: $Id: install-xtrn.ini,v 1.1 2020/04/17 08:09:04 rswindell Exp $
Inst: 2020/09/07
[prog:GOOBLE]
cmd = ?gooble.js
settings = XTRN_MULTIUSER
required = true
[ini:server.ini]
prompt = Share data with electronic chicken bbs
keys = host
values = 'bbs.electronicchicken.com'
done = true
!include install-json-service.ini
[ini:json-service.ini:gooble2]
......
......@@ -9,6 +9,12 @@ cmd = ?startrek.js
settings = XTRN_MULTIUSER
required = true
[ini:server.ini]
prompt = Share data with electronic chicken bbs
keys = host
values = 'bbs.electronicchicken.com'
done = true
!include install-json-service.ini
[ini:json-service.ini:startrek]
......
Name: SyncWall
Desc: Inter-BBS ANSI graffiti wall for Synchronet BBS
By: echicken
Cats: Communication, Messaging
Cats: Main, Communications, Messaging
Subs: Wall, Graffiti, InterBBS, JavaScript
Inst: $Id: install-xtrn.ini,v 1.2 2020/04/17 09:27:15 rswindell Exp $
Inst: 2020/09/07
[prog:SYNCWALL]
cmd = ?syncwall.js
settings = XTRN_MULTIUSER
required = true
[ini:server.ini]
prompt = Share data with electronic chicken bbs
keys = host
values = 'bbs.electronicchicken.com'
done = true
!include install-json-service.ini
[ini:json-service.ini:syncwall]
[ini:json-service.ini:syncwall2]
keys = dir
values = startup_dir
\ No newline at end of file
; $Id: install-xtrn.ini,v 1.2 2020/04/17 09:23:05 rswindell Exp $
Name: Thirstyville
Desc: Inspired by the classic door game "Lemonade"
By: echicken -at- bbs.electronicchicken.com
Cats: Games
Subs: Trade, JavaScript
Inst: $Id: install-xtrn.ini,v 1.2 2020/04/17 09:23:05 rswindell Exp $
Inst: 2020/09/07
[prog:THIRSTY]
cmd = ?thirsty.js
settings = XTRN_MULTIUSER
required = true
[ini:server.ini]
prompt = Share data with electronic chicken bbs
keys = host
values = 'bbs.electronicchicken.com'
done = true
!include install-json-service.ini
......
......@@ -10,6 +10,12 @@ cmd = ?wordem.js
settings = XTRN_MULTIUSER
required = true
[ini:server.ini]
prompt = Share data with electronic chicken bbs
keys = host
values = 'bbs.electronicchicken.com'
done = true
!include install-json-service.ini
[ini:json-service.ini:wordem]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment