Commit Graph

20 Commits

Author SHA1 Message Date
zefie
8bc30fb164 add wtv-viewer header with viewer version for future server handling 2022-11-29 13:38:09 -05:00
zefie
5eeaf63696 add 'feature bit' option for byte patching features 2022-11-29 13:24:56 -05:00
zefie
27f8607b5e add support for "modpacks" to viewergen
- first mod is "BackgroundSound" by @Sgeo (and https://github.com/elishacloud/dxwrapper)
2022-11-29 06:02:55 -05:00
zefie
61ef0ed0ce add client SSID to exe name 2022-11-03 13:36:01 -04:00
zefie
a1148ea4c3 implement HackTV_min for WebTVIntel--2.5-HE.exe 2022-11-03 13:34:39 -04:00
MattMan
1184330295 Dev. Viewer HE Update
HE Viewer update. did stuff.
2022-10-31 13:53:25 -04:00
zefie
e7cc177244 fix viewergen not including wtv-client-rom-type 2022-10-13 19:39:15 -04:00
zefie
7505494612 fix last commit 2022-10-10 13:09:18 -04:00
zefie
e608a96787 Update AppData--2.5-HE.zip from MattMan
- moved all viewergen data to ServiceDeps, outside of the requestable file path
- Added "ServiceDeps" config option to specific the name of the ServiceDeps folder
- Updated wtv-1800 tellyscript code accordingly
2022-10-10 12:45:59 -04:00
zefie
d1dbbcf82f expose crypto module to VM 2022-10-09 22:07:37 -04:00
zefie
dbd35e5e48 fix generation of 1.0 and 1.1 viewers in viewergen 2022-10-05 11:50:01 -04:00
zefie
3ec6bb1efb add old classic build profile to viewergen 2022-10-03 02:54:38 -04:00
zefie
9d33e86937 fix diskset_file error 2022-10-02 11:26:46 -04:00
zefie
269d237479 experimental webtv viewer patcher on pc_service 2022-10-02 10:33:27 -04:00
zefie
c403c589c1 experimental webtv viewer patcher on pc_service 2022-10-02 08:25:02 -04:00
zefie
27e84ab3ca add favicon.ico to pc services 2022-10-02 01:49:55 -04:00
zefie
bac031bd4e fix http_pc pc services 2022-10-01 23:29:59 -04:00
zefie
fdd2f16f3b breaking change: doErrorPage moved to wtvshared.doErrorPage
- but I fixed flashrom error handling..
- added a passthrough for old scripts
2021-08-16 08:12:27 -04:00
zefie
1967c076a9 add protection against requesting direct service files 2021-08-15 18:51:48 -04:00
zefie
4a2dc1680d add catchall system & http pc server
- define a catchall name to run globally or per service
- catchall must be javascript, but not necessarily a .js file
- catchall can request async mode
- catchall will catch any non-existing requests under its directory
- see wtv-flashrom:/content/content-serve.js as an example, which will catch wtv-flashrom:/content/ URLs.

- http pc: sends HTTP/1.0 to PC clients
- can be disabled with `pc_server_hidden_service_enabled`: false
- can change servicevault path by changing string of pc_server_hidden_service
- get.js in default PC service vault to get any WTV Url on the service
2021-08-09 17:38:34 -04:00