- major update: app.js: rewrite socket handling to stream data (fix issues POSTing with shoddy dialup, namely fix wtv-update:/sync issues)
- update: wtv-home:/home: remove broken irc test, add links to DiskHax and VFatHax, remove URL Accessor form from MiniBrowser because it doesn't work
- update: wtv-update:/sync: skip file if the Content-length matches the client and the client file is equal or newer, since client is not storing wtv-checksum for some reason. Client file time is set to when the client received the file last, and not actually when the file was modified on our end
- update: wtv-head-waiter:/login-stage-two: offer prompt to minibrowser to go to home or willie
- fix: clean up socket session data on socket error
- code fixup: use `${}` instead of escaping string
- app.js: better minibrowser session cleanup
- update: http(s) proxy: do not send internal 'wtv-connection-close' header to client
- fix: http(s) proxy: handle socks HostUnreachable error
- fix: wtv-head-waiter:/login-stage-two: usernames longerfix: build 3833 crashes when `wtv-user-name` is too long
- fix: wtv-log:/log
- add: wtv-chat
- add: wtv-setup
86 lines
1.8 KiB
JSON
86 lines
1.8 KiB
JSON
{
|
|
"config": {
|
|
"service_ip": "0.0.0.0",
|
|
"ServiceVaults": [
|
|
"UserServiceVault",
|
|
"ServiceVault"
|
|
],
|
|
"service_name": "MSNTV",
|
|
"service_logo": "MSNLogo.gif",
|
|
"service_splash_logo": "splash_logo_msn.gif",
|
|
"hide_ssid_in_logs": true,
|
|
"post_percentages": [ 0, 25, 50, 100],
|
|
"verbosity": 2
|
|
},
|
|
"services": {
|
|
"wtv-1800": {
|
|
"port": 1615,
|
|
"connections": 1,
|
|
"send_tellyscripts": false
|
|
},
|
|
"wtv-star": {
|
|
"port": 1603,
|
|
"flags": "0x00000007"
|
|
},
|
|
"wtv-head-waiter": {
|
|
"port": 1601,
|
|
"flags": "0x00000001",
|
|
"connections": 1
|
|
},
|
|
"wtv-update": {
|
|
"port": 1619,
|
|
"flags": "0x04",
|
|
"connections": 3
|
|
},
|
|
"wtv-log": {
|
|
"port": 1609,
|
|
"connections": 1,
|
|
"write_logs_to_disk": false
|
|
},
|
|
"wtv-home": {
|
|
"port": 1612,
|
|
"flags": "0x00000010"
|
|
},
|
|
"wtv-tricks": {
|
|
"port": 1602,
|
|
"flags": "0x00000004"
|
|
},
|
|
"wtv-flashrom": {
|
|
"port": 1618,
|
|
"flags": "0x00000040",
|
|
"use_zefie_server": true
|
|
},
|
|
"wtv-music": {
|
|
"port": 1656,
|
|
"flags": "0x04",
|
|
"connections": 3
|
|
},
|
|
"wtv-setup": {
|
|
"port": 1613,
|
|
"flags": "0x00000010",
|
|
"connections": 3
|
|
},
|
|
"wtv-chat": {
|
|
"port": 1630,
|
|
"connections": 3,
|
|
"flags": "0x00000010"
|
|
},
|
|
"http": {
|
|
"port": 1650,
|
|
"connections": 3,
|
|
"use_external_proxy": false,
|
|
"external_proxy_is_socks": false,
|
|
"external_proxy_host": "127.0.0.1",
|
|
"external_proxy_port": 1080
|
|
},
|
|
"https": {
|
|
"port": 1650,
|
|
"connections": 3,
|
|
"use_external_proxy": false,
|
|
"external_proxy_is_socks": false,
|
|
"external_proxy_host": "127.0.0.1",
|
|
"external_proxy_port": 1080
|
|
}
|
|
}
|
|
}
|