v0.9.8
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)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user