- fix: app.js: Use \r\n, fix connections= service setting
 - update: config.json: fix some service flags that were misset
 - Add ServiceFlags.txt: brief description of wtv-service flags
 - update: Moved tellyscripts to wtv-1800:/preregister
 - update: fixed bug where "send_tellyscript was undefined"
 - update: initial work on bf0app flashrom support (incomplete)
 - add wtv-1800:/offer-open-isp-suggest for dreamcast clients
 - fix: wtv-tricks:/info was not updated to use new ClientSessionData structure
 - update: app.js: add special filtering for Dreamcast clients
 - update: change default service logos
This commit is contained in:
zefie
2021-07-26 08:47:24 -04:00
parent c4e3e0fb99
commit 2a4997e846
15 changed files with 234 additions and 117 deletions

View File

@@ -5,11 +5,11 @@
"UserServiceVault",
"ServiceVault"
],
"service_name": "MSNTV",
"service_logo": "MSNLogo.gif",
"service_splash_logo": "splash_logo_msn.gif",
"service_name": "WebTV",
"service_logo": "WebTVLogoJewel.gif",
"service_splash_logo": "file://ROM/images/SplashLogo1.gif",
"hide_ssid_in_logs": true,
"post_percentages": [ 0, 25, 50, 100],
"post_percentages": [ 0, 25, 50, 100 ],
"verbosity": 2,
"error_log_file": "errors.log"
},
@@ -17,6 +17,7 @@
"wtv-1800": {
"port": 1615,
"connections": 1,
"flags": "0x00000004",
"send_tellyscripts": false
},
"wtv-star": {
@@ -25,12 +26,10 @@
},
"wtv-head-waiter": {
"port": 1601,
"flags": "0x00000001",
"connections": 1
},
"wtv-update": {
"port": 1619,
"flags": "0x04",
"port": 1635,
"connections": 3
},
"wtv-log": {
@@ -39,8 +38,7 @@
"write_logs_to_disk": false
},
"wtv-home": {
"port": 1612,
"flags": "0x00000010"
"port": 1612
},
"wtv-tricks": {
"port": 1602,
@@ -53,7 +51,6 @@
},
"wtv-music": {
"port": 1656,
"flags": "0x04",
"connections": 3
},
"wtv-setup": {
@@ -63,8 +60,7 @@
},
"wtv-chat": {
"port": 1630,
"connections": 3,
"flags": "0x00000010"
"connections": 3
},
"http": {
"port": 1650,