- code cleanup and refactoring
- implement max post size on pc services
- add box account transfer system
- create directory indexer for pc services
- fix catchall for pc services
- pc services not respects `disabled: true` if sharing the same port
- new wtv-tricks:/info from WebTV Redialed
- Added missing Pagebuilder themes
- Fixed various PageBuilder bugs, pages should work correctly (republish your page if needed)
- various security and bug fixes
This commit is contained in:
zefie
2025-02-12 14:18:32 -05:00
parent c74e2fb71b
commit 81729b66da
55 changed files with 5446 additions and 84056 deletions

View File

@@ -1,13 +1,14 @@
{
"name": "zefie_wtvp_minisrv",
"version": "0.9.58",
"version": "0.9.59",
"description": "WebTV Service (WTVP) Emulation Server",
"main": "app.js",
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
"license": "GPL3",
"scripts": {
"start": "node app.js",
"test": "node test.js"
"test": "node test.js",
"debug": "cross-env DEBUG=* node app.js"
},
"author": {
"name": "zefie",
@@ -27,6 +28,7 @@
},
"dependencies": {
"adm-zip": "^0.5.12",
"cross-env": "^7.0.3",
"crypto-js": "^4.2.0",
"easy-crc": "0.0.2",
"endianness": "^8.0.2",