- feature: add SSID whitelist/blacklist as well as IP based SSID auth
- Add user_config_README.md
- Update user_config.example.json
- Update README.md
- update: wtv-1800:/finish-prereg: send tellyscript on relogin if tellyscripts are enabled, and wtv-script-id == 0 (no tellyscript)
- Allow definition of custom ServiceVault paths
- feature: app.js: add `bind_ip` option to specify an IP to bind to, instead of `0.0.0.0`
- feature: custom service logos and better wtv-home:/splash
- fix: wtv-home:/home: remove `nostatus` to enable loading progress bar for outgoing links
- fix: wtv-1800:/finish-prereg: swap error message location for better debugging
- fix: app.js: Properly clean up old sockets
- fix: wtv-flashrom: fix search for local flashrom files
- update: wtv-home:/home: add link to access downloaded DealerDemo
- wtvsec: use initial key for ticket signing
- update: initial work for future ability to update wtv-ticket to client
- update: wtv-flashrom: use zefie server only if file does not exist locally (allows both zefie server roms and local roms)
- update: wtv-flashrom:/get-lc2-path: experimental 'Cancel Update' button
- fix: wtv-tricks:/blastcache: return_to was not unescaped
- wtvsec: use initial key for tickets
- fix: reported verbosity levels
- fix: In some cases SSID was not filtered
- fix: could not read service folders/files that had urlescape'd characters in them
- update: change config variable name, allow user override (user_config.json)
- update user-config example
- Clean up session info into a class
- FlashROM Support for LC2 and newer.
- FlashROM system can handle local files, or proxy from server (default). No need to have a local FlashROM collection!
- Added 'verbosity' configuration option
- Update HTML Mode to async fileRead
- Config option for sending tellyscripts or not
- Config option to mask SSIDs in console log
- Update wtv-home:/home and wtv-home:/zefie
- Update .gitignore
- Add wtv-music:/demo/index courtesy of MattMan69
- Update HTML Mode to async fileRead
- Update Raw TXT Mode to async fileRead
- Replaced .async.js feature with defining `request_is_async` in standard .js script
- Cleaned up code a bit
- Moved global var 'query' to 'request_headers.query'
- Tidied ServiceDeps
- Upgraded wtv-log:/log to async, now also logs query arguments, saves to .txt for easier reading.