Commit Graph

428 Commits

Author SHA1 Message Date
zefie
5d48c58c1d http(s) proxy updates:
- allow ~ character
- fix HTTPS when using HTTP proxy
- include example webone.conf for external HTTP Proxy
2021-08-05 16:54:39 -04:00
zefie
cbfa965ab5 update flashrom subsystem:
- moved duplicate code into WTVFlashrom class
- smarter part information detection
2021-08-05 15:09:13 -04:00
zefie
dee03319cd fix: fixed tellyscript path for wtv-1800:/noflash (bf0app braindead) 2021-08-05 10:50:14 -04:00
zefie
a82f00265c update: login system: do not send tellyscript nor login headers to reconnecting (eg client:redial) client 2021-08-04 21:33:32 -04:00
zefie
3866ed5ba1 update: wtv-chat:/home: fix colors 2021-08-04 19:30:22 -04:00
zefie
05bb955688 v0.9.10
- initial primitive wtv-cookie service to satisfy newer builds and http(s) issues
- update: wtv-home:/home: add wtv-visit: in case javascript URL accessor fails
- update: replace bf0app and LC2 tellyscripts with box-specific PPP auth, rather than hard coded PPP auth (may disable CHAP support)
2021-08-04 18:59:33 -04:00
zefie
5a6d1c2470 update: WTVClientCapabilities.js: catch exception when sent unknown configuration bits 2021-08-03 23:10:27 -04:00
zefie
3187236c27 update: app.js: getServiceString overrides should only be temporary for that request 2021-08-03 23:09:48 -04:00
zefie
6e9e84abf0 v0.9.9
- update: config.json: add DoNotEncrypt flags to http and https
- update: app.js: add ability to override service flags when using getServiceString
- update: app.js: add ability to disable 'wtv-star' while keeping 'wtv-*'
- update: app.js: add internal header 'minisrv-use-carriage-return', set to 'false' to disable `\r` in headers
- implement bf0app flashrom functionality
2021-08-02 14:47:11 -04:00
zefie
228ba3ebdb update: actually fix wtv-1800:/preregister and include tellyscripts 2021-07-30 07:37:57 -04:00
zefie
150f0253b8 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)
2021-07-29 19:21:22 -04:00
zefie
fd8d7e2d2e Update: change default service logos 2021-07-28 19:57:05 -04:00
zefie
63eeb3245a update: app.js: add special filtering for Dreamcast clients 2021-07-26 14:02:05 -04:00
zefie
33012515f5 fix: wtv-tricks:/info was not updated to use new ClientSessionData structure 2021-07-26 09:12:05 -04:00
zefie
0d7c54ce0c add wtv-1800:/offer-open-isp-suggest for dreamcast clients 2021-07-26 08:47:24 -04:00
zefie
ef7bf82ee1 v0.9.7 version increment 2021-07-26 08:03:22 -04:00
zefie
822136f1ea update: app.js: add logging errors to file 2021-07-26 07:59:02 -04:00
zefie
012c0114e1 update: add 'setIRCNick()' function to WTVClientSessionData for ease of use
update: add primative getMaxUsernameLength() to overcome username limitation in older builds
update: wtv-chat:/home template
2021-07-26 07:15:21 -04:00
zefie
7826891070 update: add isMiniBrowser() to WTVClientSessionData for easier detection of MiniBrowser. 2021-07-26 06:18:03 -04:00
zefie
41b4deb831 update: add 'hasCap(flag)' function to WTVClientSessionData for easier client-capabilities checking (see wtv-home/home.js for an example) 2021-07-26 06:12:53 -04:00
zefie
03a3337cd4 update: WTVClientCapabilities.js: allow setting flags to false, to prevent potential issue with changing cap flags 2021-07-26 02:44:55 -04:00
zefie
cef29832e3 minor update: app.js: fix found file path in log on windows 2021-07-25 10:12:36 -04:00
zefie
a5806e8581 v0.9.6
- update: add initial wtv-capability-flags decoding, as well as wtv-tricks:/info demonstration
- update: rename classes
- minor update: quirky 'Special Thanks' in each custom class.
- minor update: notice about Initial Shared Key and multiple minisrvs
- update: wtv-music:/demo/index: update wtv-star image paths
- update: app.js: fix unencrypted post
- update: app.js: improve buffering and cleanup in attempt to fix occasional 'double-up' bug
- update: info.js: remove debug dump of capabilities
- Update: add test.js, syntax-testing script for `npm test`
- Update: wtv-chat:/home experimental nick change page thanks to MattMan (chat still giving issues on real boxes, works in Viewer)
- Update: README.md: Add ways to support the project
2021-07-25 08:56:52 -04:00
zefie
89f1b896e1 - update: app.js: add really long timeout for closing missed sockets
- update: app.js: fix for minibrowser connectivity
- update: app.js: enhance security
- update: wtv-home:/home: fix wtv-needs-upgrade -> wtv-need-upgrade
- update: wtv-head-waiter:/login-stage-two: do not send wtv-settings:/get to minibrowser
- update: wtv-1800:/preregister: Disconnect and clean up all previous sockets for the connecting SSID when hitting preregister. Also re-create wtvsec_login.
2021-07-24 12:34:56 -04:00
zefie
6ced1443f0 v0.9.5
- 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
2021-07-24 04:32:00 -04:00
zefie
d2a6ea0097 fix: wtv-log:/log
add: wtv-chat
add: wtv-setup
2021-07-23 09:38:47 -04:00
zefie
88784e253c fix: wtv-head-waiter:/login-stage-two: usernames longerfix: build 3833 crashes when wtv-user-name is too long 2021-07-23 07:31:33 -04:00
zefie
adca09f9e3 fix: http(s) proxy: handle socks HostUnreachable error 2021-07-22 07:52:16 -04:00
zefie
b5b0e427e4 update: http(s) proxy: do not send internal 'wtv-connection-close' header to client 2021-07-22 07:28:36 -04:00
zefie
5b2d25ebd5 app.js: better minibrowser session cleanup 2021-07-22 06:37:39 -04:00
zefie
fd9b08fec4 Revert "update: wtv-head-waiter:/login-stage-two: offer prompt to minibrowser to go to home or willie"
This reverts commit ba280335c6.
2021-07-22 06:34:26 -04:00
zefie
c29d769387 code fixup: use ${} instead of escaping string 2021-07-22 06:34:17 -04:00
zefie
192162831a fix: clean up socket session data on socket error 2021-07-22 06:10:05 -04:00
zefie
ba280335c6 update: wtv-head-waiter:/login-stage-two: offer prompt to minibrowser to go to home or willie 2021-07-22 04:50:33 -04:00
zefie
cf00851798 v0.9.4
- 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
2021-07-22 04:25:48 -04:00
zefie
45bbcecb72 v0.9.3
- 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
2021-07-21 23:22:43 -04:00
zefie
a67ad6b43c update: wtv-home:/home: add link to access downloaded DealerDemo 2021-07-21 15:54:29 -04:00
zefie
d49b410443 fix: wtv-flashrom: fix search for local flashrom files 2021-07-21 15:54:02 -04:00
zefie
897bf10abb v0.9.2
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
2021-07-21 12:52:54 -04:00
zefie
b07d74d2db wtvsec: use initial key for tickets 2021-07-20 23:44:29 -04:00
zefie
59bfcc457f Revert "update: change user_config.json to be a complete override instead of hacky override. copy config.json to user_config.json to get started."
Instead, fix it.
2021-07-20 22:33:43 -04:00
zefie
6da7da5c34 update: change user_config.json to be a complete override instead of hacky override. copy config.json to user_config.json to get started. 2021-07-20 22:12:25 -04:00
zefie
9af6b4089f update .gitignore 2021-07-20 21:02:04 -04:00
zefie
8bc4d29815 v0.9.1
- fix: throw proper error if wtv-update:/sync called without arguments
- feature: Support to route all HTTP proxied requests over a SOCKS proxy (eg Tor or VPN)
- feature: Psuedo-HTTPS (WebTV can now visit HTTPS URLs via proxy, but
  we do not use SSL encryption when sending back to the WebTV)
- fix: header issue with login-stage-two.js
- update: wtv-update/sync: allow multiple groups in sync diskmap, fix md5 comparsion
- update: wtv-home:/home: added connection speed
- Renamed processSSID to filterSSID
- Documented and rewrote some functions
2021-07-20 20:57:41 -04:00
zefie
8f91ba2a5c fix: encrypted request headers were shown despite verbosity level 2021-07-19 23:33:08 -04:00
zefie
1a10505401 Reset wtvsec_login on every finish-prereg call 2021-07-19 15:31:54 -04:00
zefie
9f0163fe73 Update ServiceVault.md 2021-07-19 15:06:32 -04:00
zefie
91a883ba95 Update ServiceVault.md 2021-07-19 15:06:15 -04:00
zefie
dcf8b3d5e9 Update README.md 2021-07-19 15:03:35 -04:00
zefie
0e311b63aa v0.9.0
- update wtv-home:/home: "Ultra Willies" no longer selected by default
- update: allow socket timeout definition via config
- fix: fixed reading of POST DATA from SECURE ON request
- experiment with OISP and WNI tellyscripts
- enhancement: Support UserServiceVault
- update: enable Download-o-Rama style updates. MSNTV DealerDemo included as a demo
2021-07-19 14:49:10 -04:00