Commit Graph

100 Commits

Author SHA1 Message Date
zefie
2d77b10710 fix wtv-tricks:/tricks and add set timezone to it 2025-07-08 10:08:38 -04:00
zefie
4c490147ed fix spacing with headers 2025-07-08 10:05:42 -04:00
zefie
bdd8442052 add manual timezone override 2025-07-07 18:24:28 -04:00
zefie
7e7c5b142e update cSetup 2025-07-07 08:45:38 -04:00
zefie
7aec035fae attempt to cleanly reject guest users from mail/usenet 2025-06-24 10:21:32 -04:00
zefie
d9975a641e fix mail_end_error 2025-06-08 17:56:10 -04:00
zefie
832297e51d now generate LC2 telly 2025-02-23 12:44:53 -05:00
zefie
4b06584291 rename to tsf 2025-02-23 12:04:27 -05:00
zefie
d3d4728ac5 implement preprocessor for tsf format 2025-02-23 12:02:30 -05:00
zefie
02187ec813 bf0app fully generated 2025-02-23 08:45:06 -05:00
zefie
84fb3125dc split tellyscript template 2025-02-23 07:57:39 -05:00
zefie
85e6a01d2d go back to premade telly except for tested bf0 oisp 2025-02-22 17:38:01 -05:00
zefie
991d064e0e fix preregister 2025-02-22 16:41:45 -05:00
zefie
96015288fa fix bf0app dynamic OpenISP tellyscript 2025-02-21 16:46:37 -05:00
zefie
67375ce72f more tellyscript tweaks 2025-02-21 07:24:45 -05:00
zefie
a2e1166efc tellyscript minification and bf0 dynamic tellyscript (non openisp) 2025-02-20 20:48:37 -05:00
zefie
c57568f8d2 generate lc2 prereg tellyscript on the fly 2025-02-20 16:51:30 -05:00
zefie
8b7cb45703 attempt fix sorting on usenet? 2025-02-19 18:55:01 -05:00
zefie
5f08e9d6f8 possible fix for wtv-head-waiter:/no-mini 2025-02-18 10:57:12 -05:00
zefie
f6c8108fba add missing midi 2025-02-17 07:02:28 -05:00
zefie
ba92d618ff fix wtv-tricks:/tricks 2025-02-17 07:02:15 -05:00
zefie
e6127a1a5a include big-willie.js 2025-02-16 18:02:18 -05:00
zefie
784f2e45a8 fix minibrowser home 404 2025-02-16 18:00:03 -05:00
zefie
a2a33453fb switch old unused whitelist to a blacklist for modern solution 2025-02-15 10:29:01 -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
00fb08cc49 home updates 2024-10-16 10:29:36 -04: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
28a45e408f viewergen now adds update_url.txt 2024-10-16 10:29:10 -04:00
zefie
14e96254e5 update for themes 2024-10-16 10:28:25 -04:00
zefie
2d07c1f180 update for new theme system updates 2024-10-16 10:28:06 -04:00
zefie
981f754d0e theme update: registration 2024-10-16 10:27:20 -04:00
zefie
1727cd8663 this is old and no longer needed 2024-10-16 10:26:48 -04:00
zefie
6b74a54118 fix compatbility with ancient bf0 builds 2024-10-16 10:22:18 -04:00
zefie
8781eaf360 not sure how that happened 2024-10-16 10:21:42 -04:00
zefie
f9bf10fd17 minisrv remembers sessions for 180 seconds, so allow the user to clear the minbrowser flag 2024-10-16 10:19:08 -04:00
zefie
f07510cfc4 update home for minibrowser since default doesnt work well 2024-10-16 10:18:48 -04:00
zefie
c4f4dd4535 not sure what was going on here 2024-05-18 17:55:55 -04:00
zefie
875e829ec6 fix deisgn of bad-disk.js 2024-05-18 17:01:25 -04:00
zefie
6b2e279cfb fix bad disk thing maybe 2024-05-18 16:57:33 -04:00
zefie
762cffa0bb flag a session when showing the bad disk page 2024-05-18 16:48:16 -04:00
zefie
026751f230 attempt to fix bad disk bypass 2024-05-18 15:50:18 -04:00
zefie
4121b7ef8b actually fix it 2024-05-18 09:38:34 -04:00
zefie
dbf778cdb3 fix help on discuss 2024-05-17 16:36:07 -04:00
zefie
dd9d3fb76e possibly fix usenet? 2024-05-17 16:33:52 -04:00