76 Commits

Author SHA1 Message Date
zefie
eba447cd06 buncha stuff, v0.9.74 2026-05-03 14:51:59 -04:00
zefie
ddbcb4be5e msntv2 initial work 2026-05-01 18:10:25 -04:00
zefie
9066ea7501 v0.9.73 - also some security updates 2026-04-23 22:00:08 -04:00
zefie
f2e117140f version update, also make shenanigans a bitwise value 2026-04-23 16:42:34 -04:00
zefie
448e3afd51 update UUID module for security 2026-04-23 16:36:51 -04:00
zefie
f8ad40cb41 clean up test slop 2026-04-21 09:09:46 -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
c4b8fd03dc more optimizations 2025-08-11 16:16:44 -04:00
zefie
7df0f85d43 new modules, new zipcode feature 2025-08-10 12:57:58 -04:00
zefie
b4d5d87b69 update modules 2025-08-07 12:19:49 -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
c3c198e0f7 security updates for dependencies 2024-10-16 10:28:47 -04:00
zefie
8cf96ad5c2 very dirty hack for protoweb support 2024-05-17 13:49:15 -04:00
zefie
59eeda7367 potentally fix DoS exploit 2024-05-04 11:47:54 -04:00
zefie
b12e9ac456 update node modules 2024-03-27 08:27:49 -04:00
zefie
9c24909184 Merge pull request #24 from zefie/dependabot/npm_and_yarn/zefie_wtvp_minisrv/follow-redirects-1.15.4
Bump follow-redirects from 1.15.3 to 1.15.4 in /zefie_wtvp_minisrv
2024-03-05 13:32:08 -05: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]
3039038bc9 Bump ip from 1.1.8 to 1.1.9 in /zefie_wtvp_minisrv
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 18:29:53 +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
3a2e874887 Move WTV Admin to wtv-tricks, add link to PB 2023-10-08 14:41:02 -04: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
2652af8c55 fix pagebuilder service 2023-07-30 12:26:42 -04:00
zefie
fc37ae2711 address security issues in modules 2023-07-23 18:55:39 -04:00
zefie
47919cfb4b nntp-server-zefie is now on npmjs 2022-11-23 23:44:26 -05:00
zefie
f42837b8bb rename custon nntp-server module to nntp-server-zefie
- seems like if a package exists on npm you will get that version regardless of the git configured in package.json
2022-10-15 22:15:14 -04:00
zefie
ab0a0fb614 npm install required: add follow-redirect module
- to handle 301/302 since my attempt didnt
2022-10-14 00:01:06 -04:00
zefie
7a0ae266f3 update package-lock.json 2022-10-12 19:34:28 -04:00