zefie
18b581ae09
many improvements and fixes
2025-06-13 16:03:45 -04:00
zefie
fb8cf71ae1
break
2025-06-13 13:01:34 -04:00
zefie
28cef978aa
invites, +m, +i
2025-06-13 12:52:08 -04:00
zefie
33f4f9b24b
allow part/quit messages
2025-06-13 12:33:59 -04:00
zefie
707ab88f52
enforce ban, some fixes
2025-06-13 12:22:09 -04:00
zefie
cb30f54c15
header update
2025-06-12 23:57:17 -04:00
zefie
82aada6fe0
Modes and stuff
2025-06-12 23:55:16 -04:00
zefie
36ee42f961
add WHOIS
2025-06-12 23:18:22 -04:00
zefie
3b709ee303
start irc with minisrv
2025-06-12 16:15:47 -04:00
zefie
4270d7f3a7
todo list
2025-06-12 16:01:46 -04:00
zefie
7fc9046397
oops
2025-06-12 15:55:13 -04:00
zefie
2a89118609
initial WTVIRC
2025-06-12 15:54:03 -04:00
zefie
3e957a9b95
update isInSubnet function
2025-03-09 08:53:43 -04:00
zefie
832297e51d
now generate LC2 telly
2025-02-23 12:44:53 -05:00
zefie
d3d4728ac5
implement preprocessor for tsf format
2025-02-23 12:02:30 -05:00
zefie
3b82319f69
fix missing reserved keyword
2025-02-23 08:44:52 -05:00
zefie
55ff4bcc77
remove minifier debug
2025-02-23 07:57:18 -05:00
zefie
1a9f274cda
dont auth if pc_admin is disabled
2025-02-21 17:24:42 -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
a3b9f14ed9
New WTVTellyScript class for detok and retok, ported from @wtvemac's disk_editor
2025-02-20 10:44:57 -05:00
zefie
8b7cb45703
attempt fix sorting on usenet?
2025-02-19 18:55: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
57d7491600
fix invalid var
2024-10-16 10:28:37 -04:00
zefie
855cd46b8c
update ssid filter
2024-10-16 10:28:16 -04:00
zefie
2d07c1f180
update for new theme system updates
2024-10-16 10:28:06 -04:00
zefie
8c7a6369fa
fix: some incoming headers were not displayed
2024-10-16 10:27:57 -04:00
zefie
981f754d0e
theme update: registration
2024-10-16 10:27:20 -04:00
zefie
dd9d3fb76e
possibly fix usenet?
2024-05-17 16:33:52 -04:00
zefie
0a5a2eb964
potential fix for an issue regarding undefined or null
2024-05-17 14:18:20 -04:00
zefie
8aff6cc092
fix for minibrowser
2024-05-11 11:16:52 -04:00
zefie
b1cad550a7
update flashrom domain
...
(redirects are temporarly in place for the previous 2)
2024-05-09 15:15:30 -04:00
zefie
11b028dac2
fix could not send non-service .js or .txt files
2024-05-06 10:09:25 -04:00
zefie
3a8ac37b01
update ultra willies to new domain
2024-05-04 13:11:16 -04:00
zefie
95bd52d673
close socket if SSID is not valid
2024-05-04 12:49:08 -04:00
zefie
30a9ad7799
mame stuff
2024-05-02 13:31:54 -04:00
zefie
ac75cdd193
fix pc mode error
2024-04-17 14:26:52 -04:00
zefie
ed37185d1b
Revert "update escape and unescape to encodeURIComponent and decodeURIComponent due to depreciation"
...
This reverts commit 2be836784d .
2024-03-26 08:23:14 -04:00
zefie
1e642ffe85
fix cant run without user_config.json
2024-03-25 14:54:51 -04:00
zefie
e810d2a242
Some more ChatGPT function optimizations
2023-11-10 15:57:09 -05:00
zefie
2be836784d
update escape and unescape to encodeURIComponent and decodeURIComponent due to depreciation
2023-11-10 15:34:16 -05:00
zefie
6388110e09
Apply some ChatGPT code optimizations
2023-11-10 15:25:41 -05:00
zefie
87f09ffec1
reverse atob and btoa to proper standard (damn dyslexia)
2023-11-10 15:04:48 -05:00