Commit Graph

109 Commits

Author SHA1 Message Date
zefie
ddbcb4be5e msntv2 initial work 2026-05-01 18:10:25 -04:00
zefie
121cf653a6 update version for real 2026-04-24 09:11:05 -04:00
zefie
448e3afd51 update UUID module for security 2026-04-23 16:36:51 -04:00
zefie
6c44d6bf6d bump to v0.9.71, push back function deprecation (aka Matt's demise) til .80 2026-04-21 21:48:58 -04:00
zefie
ca9a125435 v0.9.70
- update redialed IP
- update npm packages
2026-03-30 15:26:47 -04:00
zefie
848599f674 v0.9.67-dev 2025-08-14 22:46:27 -04:00
zefie
9a9d161dc1 add mame modem proxy for rockwell -> usrobotics 2025-08-13 22:29:44 -04:00
zefie
748702e07f v0.9.66-dev 2025-08-13 15:51:52 -04:00
zefie
df7766ccd5 v0.9.65-pre 2025-08-12 22:15:54 -04:00
zefie
ad95d5f088 remove guest mode 2025-08-12 01:05:10 -04:00
zefie
6dfc6dd3a8 v0.9.64-dev 2025-08-10 21:49:44 -04:00
zefie
3a1e5b5693 v0.9.63-pre 2025-08-09 02:35:45 -04:00
zefie
fee0c0fa39 v0.9.62-pre 2025-08-07 12:26:28 -04:00
zefie
b4d5d87b69 update modules 2025-08-07 12:19:49 -04:00
zefie
dfd5132e85 actually add "npm run irc" this time 2025-07-24 12:06:39 -04:00
zefie
7ba1b95e02 remove http-string-parser (was for unroll) 2025-07-24 12:00:44 -04:00
zefie
2682c39141 add nunjucks templating engine to app.js and contextObj 2025-07-23 12:27:54 -04:00
zefie
79b89a00c3 update modules, add ftp:// support 2025-07-21 17:43:41 -04:00
zefie
8123158a8c initial work on "unroller" (decrypt wtv encrypted pcap) 2025-07-17 21:45:58 -04:00
zefie
1e26ffcf9d initial scrapbook implementation 2025-07-11 14:47:48 -04:00
zefie
1faffc8d5a v0.9.61-pre 2025-06-28 12:11:10 -04:00
zefie
f901dfbb50 implement STARTTLS 2025-06-18 13:11:57 -04:00
zefie
b6a5ff7a04 v0.9.60-pre 2025-02-12 14:24:26 -05:00
zefie
81729b66da v0.9.59
- 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
2025-02-12 14:18:32 -05:00
zefie
c74e2fb71b v0.9.58
- critical fix in adding users (again)
- fixed wtv-tricks (revert theme)
2025-01-23 07:42:17 -05:00
zefie
184e91d784 v0.9.57
- move wtv-guide romcache + some fixes
- fix getAbsolutePath
- fix adding users (broken with getAbsolutePath update)
- fix bugs, update badwords, more bugs with account addition to fix yet
- implement bad username check (wordlist from Redialed)
- update zefie server IP (again)
- proper x-powered-by version format
- fix: also respect in hide_minisrv_version in cgi
- fix: properly respect hide_minisrv_version flag
- removed a scary warning
- add default php_binpath config entry (php is still disabled by default)
2025-01-22 19:33:50 -05:00
zefie
65521fcad6 v0.9.56
- Small update for CGI Security
- Various AI suggested fixes
- Fix to logging verbosity
- Fixes for Last-Modified headers
- Removed 2 unused node module deps
- Added pc-only user_config.json example
- Initial work updating catchall system to support CGI
- Reverted registration and home theme system due to problems
2025-01-05 12:02:38 -05:00
zefie
907cec23c2 v0.9.55 (#32)
* v0.9.55

- CGI Support (eg PHP, Perl, etc)
- Slight PC Admin updates
- Numerous bug fixes
- Security updates

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-03 12:49:50 -05:00
zefie
9314705def v0.9.54 combined merge from dev
* initial (very incomplete) work on PC Services Admin (eg csops)
  * primitive account listing
  * add ban/unban/delete functionality
* fix wtv-tricks theme
* fix wtv-tricks theme (cSetup)
* better tricks code
* fix session_data.getTicketData()
* speedtest and other tricks stuff
* better protection against direct access to finished url
* dependancies update (run `npm update`)
* Bump path-to-regexp and express in /zefie_wtvp_minisrv (#29)

Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) to 0.1.12 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.

Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.10...v0.1.12)

Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.1...4.21.2)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix up path functions

* force version 1.2.1 of newsie due to breaking change

* remove debug log print for usenet

* fix account directory was broken due to previous changes

* fix wtv-home:/home was hiding options bar

* bump to 0.9.54

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-18 19:30:33 -05:00
zefie
8315347e95 v0.9.53 - dependancies security updates 2024-12-04 09:51:17 -05:00
dependabot[bot]
7fba34abf5 Bump cookie and express in /zefie_wtvp_minisrv
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.


Updates `cookie` from 0.6.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.1)

Updates `express` from 4.21.0 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.21.0...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-04 09:50:56 -05:00
zefie
b6d7481753 v0.9.52 2024-10-16 10:29:45 -04:00
zefie
cd5dfcb58d v0.9.51 2024-10-16 10:26:21 -04:00
zefie
999a6eeeed v0.9.50 2024-05-18 17:56:22 -04:00
zefie
51865e13d4 v0.9.49 2024-05-06 10:11:38 -04:00
zefie
71b7eb7f3b v0.9.48 2024-05-04 13:43:05 -04:00
zefie
eb49e7b015 v0.9.47 2024-05-02 13:40:47 -04:00
zefie
492386d9a5 v0.9.46 2024-03-27 08:32:43 -04:00
zefie
b12e9ac456 update node modules 2024-03-27 08:27:49 -04:00
zefie
db4cd6b35f v0.9.45 2024-03-26 08:23:21 -04:00
dependabot[bot]
fb6a9ff09e Bump follow-redirects from 1.15.3 to 1.15.4 in /zefie_wtvp_minisrv
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.3 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.3...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 18:31:15 +00:00
dependabot[bot]
ee76df75ea Bump sanitize-html from 2.11.0 to 2.12.1 in /zefie_wtvp_minisrv
Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 2.11.0 to 2.12.1.
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/main/CHANGELOG.md)
- [Commits](https://github.com/apostrophecms/sanitize-html/compare/2.11.0...2.12.1)

---
updated-dependencies:
- dependency-name: sanitize-html
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 18:28:53 +00:00
zefie
02c3bb452a update node modules 2023-11-10 15:59:05 -05:00
zefie
669b1b7722 v0.9.43 2023-08-28 19:03:12 -04:00
zefie
ca0410991b v0.9.42 2023-08-27 12:04:00 -04:00
zefie
336fce2676 Fix pagebuilder cannot create more than 2 pages
Fix pagebuilder prototype breaks usenet
Add default limit of 4 pages (configurable)
2023-08-27 12:04:00 -04:00
zefie
64dedd69eb v0.9.41 2023-08-26 14:47:35 -04:00
zefie
c9f78b1e3b Experimental: replace OpenSSL RC4 functions with pure JS ('npm install' required) 2023-08-26 13:59:47 -04:00
zefie
41c1355f8f set legacy ssl as default for npm start (for nodejs 17+) 2023-08-25 19:29:59 -04:00
zefie
212dce4282 add initial pagebuilder code from pbdev 2023-07-23 19:27:17 -04:00