Commit Graph

69 Commits

Author SHA1 Message Date
zefie
ad95d5f088 remove guest mode 2025-08-12 01:05:10 -04:00
zefie
d450aa6822 add some log options, might make a viewer when i get more samples 2025-08-10 22:41:31 -04:00
zefie
932593aa21 poweredby url 2025-08-07 20:47:59 -04:00
zefie
8c844ce091 mame issues 2025-08-07 18:03:38 -04:00
zefie
626ea611dc update comment 2025-07-24 15:31:34 -04:00
zefie
5bbaa63e98 change initial shared key to "minisrv!" 2025-07-24 12:24:04 -04:00
zefie
9c3c4099e1 add wtv-register:/* to lockdown whitelist 2025-07-23 16:41:28 -04:00
zefie
69007f08ac redo proxy a bit 2025-07-22 17:06:56 -04:00
zefie
dca7ce7389 experimental wtv-search and wtv-proxy (disabled by default, requires external services) 2025-07-22 14:53:37 -04:00
zefie
79b89a00c3 update modules, add ftp:// support 2025-07-21 17:43:41 -04:00
zefie
90522cc796 comments, move functions, scrapbook progress 2025-07-21 14:35:56 -04:00
zefie
e2b4aca277 meh 2025-07-21 11:33:06 -04:00
zefie
1a8401d015 limit proxy request size 2025-07-19 07:09:22 -04:00
zefie
32bfe4c499 add mailto from redialed, resort config by port 2025-07-14 16:51:01 -04:00
zefie
3c9ab91d70 send telly to mame 2025-06-28 12:06:22 -04:00
zefie
afe9a8cc9d add talkcity/microsoft chat server #channel msg intro 2025-06-27 20:43:42 -04:00
zefie
6bbf626e19 new default channels, but disable IRCd by default 2025-06-23 12:43:28 -04:00
zefie
e37c27c29c use socket.lastspoke instead of dedicated map 2025-06-22 01:26:20 -04:00
zefie
4ccbfe9933 improve MOTD 2025-06-18 15:16:43 -04:00
zefie
d8d8ccb129 add reserved channel feature 2025-06-15 00:31:36 -04:00
zefie
c62127b087 implement ssl (idk why), add +z channel mode for ssl only channels 2025-06-14 17:18:48 -04:00
zefie
e461b81254 change irc config, add more features 2025-06-14 13:01:34 -04:00
zefie
533148319e wtv-chat doesnt need the IRC instance it just configures it 2025-06-12 16:29:25 -04:00
zefie
3b709ee303 start irc with minisrv 2025-06-12 16:15:47 -04:00
zefie
2d0a54d61f disable pc_admin by default 2025-02-21 17:27:56 -05:00
zefie
c57568f8d2 generate lc2 prereg tellyscript on the fly 2025-02-20 16:51:30 -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
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
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
6b2e279cfb fix bad disk thing maybe 2024-05-18 16:57:33 -04:00
zefie
8cf96ad5c2 very dirty hack for protoweb support 2024-05-17 13:49:15 -04:00
zefie
4557aaecb1 disable valid ssid requirement by default for compatbility 2024-05-06 10:02:42 -04:00
zefie
63562baa95 change internal usenet port 2024-05-06 09:59:43 -04:00
zefie
2dccd4f5a8 fix last commit 2024-05-06 09:15:36 -04:00
zefie
18cd4c9780 fix braindead bf0app unauthorized 2024-05-04 18:10:22 -04:00
zefie
e38b26f89d fix SSID check, also make it optional 2024-05-04 13:43:00 -04:00
zefie
ae93620b7a yet another potential DoS fix 2024-05-04 12:30:13 -04:00
zefie
a55878b245 possibly fix bf0app noflash 2024-05-02 13:31:59 -04:00
zefie
bf36fc242e possibly fix bf0app braindead flash 2024-05-02 13:31:57 -04:00
zefie
8aa32055f5 fix pagebuilder stuff
add index for http_pb service
allow pc services access to ROMCache (single level)
2023-10-08 15:48:46 -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
2652af8c55 fix pagebuilder service 2023-07-30 12:26:42 -04:00
zefie
212dce4282 add initial pagebuilder code from pbdev 2023-07-23 19:27:17 -04:00
zefie
8cd5148b04 better check if logged in 2022-12-04 15:03:52 -05:00
zefie
2882b8eb12 test 2022-12-02 21:08:54 -05: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
bf4d8d2f7d move keys to config 2022-12-01 06:51:35 -05:00
zefie
3dbb258b8f add wtvchat://
(and unofficial irc://)
2022-11-30 21:26:56 -05:00
zefie
2cde307e20 add news: url support 2022-11-30 21:02:51 -05:00