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)
16 lines
527 B
Plaintext
16 lines
527 B
Plaintext
wtv service flags:
|
|
DontEncryptRequests (Do not encrypt requests from client -> server)
|
|
UseHTTP (Instead of WTVP)
|
|
WideOpen (Allow untrusted links to this service)
|
|
UseServiceCookies (Pass service cookie to this service)
|
|
NoMeter (Dont meter this service)
|
|
|
|
0x00000001 = DontEncryptRequests
|
|
0x00000002 = UseHTTP (untested)
|
|
0x00000004 = WideOpen
|
|
0x00000007 = DontEncryptRequests + WideOpen + UseHTTP
|
|
0x00000010 = UseServiceCookies
|
|
0x00000040 = NoMeter
|
|
|
|
Note:
|
|
Service Cookies and Metering are not implemented in minisrv. |