v0.9.12
- convert post_data to query if valid query data - wtv-register system - Store Session data as JSON flat file - wtv-cookie support - spent way too much time on a page no one will read - move filterSSID to WTVClientSessionData - disable compression until fixed - do not delete WTVSec on last socket, instead recreate on prereg - set 'wtv-bypass-proxy' to false - rework header whitelist system for HTTP(s) proxy - clean up SSID session data only if client is not seen for 3 minutes - add shouldWeCompress() function - add additional headers to wtv-setup:/get - add initial blank wtv-music:/get-playlist - update: WTVClientCapabilities: add unknown bits instead of logging error - update: fix flashrom system - update: webone example config - update: app.js: more 'binary block' exclusions - update: fix tellyscript folder name for case-sensitive filesystems - add Lzpf compression
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
"UserServiceVault",
|
||||
"ServiceVault"
|
||||
],
|
||||
"SessionStore": "SessionStore",
|
||||
"service_owner": "a minisrv user",
|
||||
"service_name": "WebTV",
|
||||
"service_logo": "WebTVLogoJewel.gif",
|
||||
"service_splash_logo": "file://ROM/images/SplashLogo1.gif",
|
||||
@@ -14,23 +16,20 @@
|
||||
"error_log_file": "errors.log"
|
||||
},
|
||||
"services": {
|
||||
"wtv-1800": {
|
||||
"port": 1615,
|
||||
"connections": 1,
|
||||
"flags": "0x00000004",
|
||||
"send_tellyscripts": false
|
||||
"wtv-head-waiter": {
|
||||
"port": 1601,
|
||||
"connections": 1
|
||||
},
|
||||
"wtv-tricks": {
|
||||
"port": 1602,
|
||||
"flags": "0x00000004"
|
||||
},
|
||||
"wtv-star": {
|
||||
"port": 1603,
|
||||
"flags": "0x00000007"
|
||||
},
|
||||
"wtv-head-waiter": {
|
||||
"port": 1601,
|
||||
"connections": 1
|
||||
},
|
||||
"wtv-update": {
|
||||
"port": 1635,
|
||||
"connections": 3
|
||||
"wtv-register": {
|
||||
"port": 1607
|
||||
},
|
||||
"wtv-log": {
|
||||
"port": 1609,
|
||||
@@ -40,9 +39,11 @@
|
||||
"wtv-home": {
|
||||
"port": 1612
|
||||
},
|
||||
"wtv-tricks": {
|
||||
"port": 1602,
|
||||
"flags": "0x00000004"
|
||||
"wtv-1800": {
|
||||
"port": 1615,
|
||||
"connections": 1,
|
||||
"flags": "0x00000004",
|
||||
"send_tellyscripts": false
|
||||
},
|
||||
"wtv-flashrom": {
|
||||
"port": 1618,
|
||||
@@ -50,22 +51,22 @@
|
||||
"use_zefie_server": true,
|
||||
"bf0app_default_rom": "content/artemis-webtv-000/build7181/daily-nondebug/bf0app-part000.rom"
|
||||
},
|
||||
"wtv-music": {
|
||||
"port": 1656,
|
||||
"connections": 3
|
||||
},
|
||||
"wtv-setup": {
|
||||
"port": 1613,
|
||||
"flags": "0x00000010",
|
||||
"connections": 3
|
||||
},
|
||||
"wtv-cookie": {
|
||||
"port": 1619,
|
||||
"connections": 1
|
||||
},
|
||||
"wtv-chat": {
|
||||
"port": 1630,
|
||||
"connections": 3
|
||||
},
|
||||
"wtv-cookie": {
|
||||
"port": 1619,
|
||||
"connections": 1
|
||||
"wtv-update": {
|
||||
"port": 1635,
|
||||
"connections": 3
|
||||
},
|
||||
"http": {
|
||||
"port": 1650,
|
||||
@@ -84,6 +85,10 @@
|
||||
"external_proxy_host": "127.0.0.1",
|
||||
"external_proxy_port": 1080,
|
||||
"flags": "0x00000001"
|
||||
},
|
||||
"wtv-music": {
|
||||
"port": 1656,
|
||||
"connections": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user