Commit Graph

36 Commits

Author SHA1 Message Date
zefie
c277926c19 Fix WTVMime.js 2025-09-02 15:13:10 -04:00
zefie
0ac6da7453 handle null capabilities for mac viewer (and prealpha probably) 2025-08-14 22:15:54 -04:00
zefie
e7d16387da prefer wtvshared.escape over encodeURIComponent 2025-08-14 18:57:37 -04:00
zefie
22c7229e38 more optimizations, remove WTVIRC for now, upgrade test.js 2025-08-13 21:42:36 -04:00
zefie
f4646f3c1d remove timezone from tricks since its in setup 2025-08-12 21:52:51 -04:00
zefie
d5f41837c0 fix/optimize wtv-tricks, wtvchat 2025-08-12 19:03:04 -04:00
zefie
c4b8fd03dc more optimizations 2025-08-11 16:16:44 -04:00
zefie
1ddae93b07 manual optimizations 2025-08-11 14:48:01 -04:00
zefie
7fe762d3bd fix jellyscript warning in csetup 2025-08-10 22:11:42 -04:00
zefie
288ab5d129 cleanup 2025-08-10 20:54:27 -04:00
zefie
31fe6ead7a fix matt's typo :D 2025-08-10 20:48:40 -04:00
zefie
6c66c79ec9 update csetup 2025-08-10 20:46:22 -04:00
zefie
213ebef11f i should lock it behind a shananigan but whatever 2025-07-23 12:45:30 -04:00
zefie
1625f355ab add proxy to tricks 2025-07-22 17:11:05 -04:00
zefie
90522cc796 comments, move functions, scrapbook progress 2025-07-21 14:35:56 -04:00
zefie
004d5ad0c7 fix wtv-disk, add Download-O-Rama 2025-07-14 17:57:19 -04:00
zefie
1e26ffcf9d initial scrapbook implementation 2025-07-11 14:47:48 -04:00
zefie
2d77b10710 fix wtv-tricks:/tricks and add set timezone to it 2025-07-08 10:08:38 -04:00
zefie
7e7c5b142e update cSetup 2025-07-07 08:45:38 -04:00
zefie
ba92d618ff fix wtv-tricks:/tricks 2025-02-17 07:02:15 -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
e068195f45 update ip for redialed and zefie servers 2024-10-16 10:29:28 -04:00
zefie
c54983f70f testing new homepage 2024-10-16 10:29:19 -04:00
zefie
14e96254e5 update for themes 2024-10-16 10:28:25 -04:00
zefie
5ca9eed7d6 add new WebTV Redialed IP to cSetup 2024-05-02 13:31:47 -04:00
zefie
c3a0be7b93 remove outdated service from cSetup 2024-05-02 13:31:40 -04:00
zefie
78a9e7d7a4 update cSetup.js 2024-04-17 14:29:55 -04:00
zefie
3a2e874887 Move WTV Admin to wtv-tricks, add link to PB 2023-10-08 14:41:02 -04:00
zefie
a9c5ee31cc v0.9.40 2023-07-23 19:36:28 -04:00
zefie
55cbf592ee new experimental feature: shenanigans
- will allow server operates to intentionally enable bugs/exploits for fun shenanigans
2022-12-01 09:18:25 -05:00
zefie
08de059758 clean up file structure 2022-11-30 10:42:10 -05:00