- 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

@@ -2,8 +2,8 @@
var client_caps = null;
if (socket.ssid != null) {
if (ssid_sessions[socket.ssid].data_store.capabilities) {
client_caps = ssid_sessions[socket.ssid].data_store.capabilities;
if (ssid_sessions[socket.ssid].capabilities) {
client_caps = ssid_sessions[socket.ssid].capabilities;
}
}
if (client_caps) {