Commit Graph

63 Commits

Author SHA1 Message Date
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
41c1355f8f set legacy ssl as default for npm start (for nodejs 17+) 2023-08-25 19:29:59 -04:00
zefie
212dce4282 add initial pagebuilder code from pbdev 2023-07-23 19:27:17 -04:00
zefie
fc37ae2711 address security issues in modules 2023-07-23 18:55:39 -04:00
zefie
0999927ff3 increment version after release 2022-12-09 11:00:13 -05:00
zefie
d93ff2e2a6 dev should always be one version ahead of master 2022-11-30 11:12:30 -05:00
zefie
cb8e69d7af v0.9.37 2022-11-29 08:20:57 -05:00
zefie
12dfd49992 version bump
- new homepage theme inspired by @GraspYonOx
- connect setup also mostly by @GraspYonOx
- some 'fixes' regarding module unloading, hopefully fixing call stack issue
- fixes to wtvshared.isAdmin() to not show log as if it was an access attempt
2022-11-28 09:51:13 -05:00
zefie
47919cfb4b nntp-server-zefie is now on npmjs 2022-11-23 23:44:26 -05:00
zefie
eb84383494 version bump to v0.9.35 2022-10-16 18:01:10 -04: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
a4adf8414b usenet ready for local testing
- custom patched nntp-server node module with support for POSTing
- should be able to post locally
- 4 groups are made by default
- can override in user_config.json (look at the config.json changes but dont do them there)
- can sync down from an upstream server with sync_nntp.js
- sync does not push new posts to upstream yet
2022-10-12 19:18:01 -04:00
zefie
976c79c92a wip usenet stuff 2022-10-12 12:26:30 -04:00
zefie
c09824fd6c version bump to v0.9.33 2022-10-11 13:54:28 -04:00
zefie
d4ceda7211 pc_services now uses node Express
- reduces chance of error with older webtv clients sending http request
- version bump to 0.9.32
2022-10-10 15:40:09 -04:00
zefie
86d8a09688 initial work on wtv-admin features 2022-10-07 19:31:05 -04:00
zefie
c403c589c1 experimental webtv viewer patcher on pc_service 2022-10-02 08:25:02 -04:00
zefie
e538bfb913 some fixes for pages that broke from the new VM based eval 2022-09-26 16:47:10 -04:00
zefie
b2aece5437 incomplete NNTP usenet support 2022-09-25 22:52:18 -04:00
zefie
5c2dd0d5a5 update modules 2022-09-24 23:31:26 -04:00
zefie
6cc09aa630 update node modules 2022-09-07 23:50:15 -04:00
zefie
f32c4b1926 fix DealerDemo and other stuff 2022-03-09 17:38:13 -05:00
zefie
bc401765e8 remove iconv-lite module and accomplish the same failure with our own function 2022-03-09 17:38:11 -05:00
zefie
35471fd098 new module (iconv-lite) to attempt char encodings 2022-03-09 17:38:11 -05:00
zefie
07b5145dec I suppose these features deserve a version increment 2022-03-09 17:38:06 -05:00
zefie
33972bd064 Update node modules 2022-01-15 06:01:00 -05:00
zefie
ee76fd5190 more mail stuff
- todo: alot, but mainly track new/read and get local working
2021-11-15 00:51:31 -05:00
zefie
a088ea1e42 initial work on wtv-mail system:
- WTVMail Class
- MailStore functions
- Can show user mail intro page (see home.js for link example)
- Create initial welcome email (poop for now) when creating mailstore
- Can list Inbox
- no sending yet
- no reading yet
- no receiving yet
2021-11-13 02:41:30 -05:00
zefie
c94f8d7d26 version v0.9.24 2021-11-10 12:55:16 -05:00
zefie
2130db4abe wtv-setup + bgmusic
- wtv-setup pages thanks to https://github.com/JarHead4
- wtv-backgroundmusic support
- keyboard and text size settings support
- removed small midi music demo in favor of backgroundmusic system
- version v0.9.23
2021-11-08 22:09:18 -05:00
zefie
f9040dc999 bump version v0.9.22 2021-11-03 04:08:02 -04:00
zefie
5e23e1492e move node 17 flag to npm start17 2021-10-31 17:51:11 -04:00
zefie
df6b296456 [Node17] use legacy openssl until crypto module is updated 2021-10-30 04:05:46 -04:00
zefie
1aba57d361 version increment v0.9.21 2021-10-19 16:14:48 -04:00
zefie
b35e726332 increment version 2021-09-09 20:44:26 -04:00
zefie
5894b4fc72 update cryptojs (npm install required) 2021-08-16 09:06:06 -04:00
zefie
1391dad563 v0.9.19 2021-08-13 17:02:57 -04:00
zefie
9a93ed43b5 add npm start support 2021-08-12 01:07:04 -04:00
zefie
2e2fcb1cde v0.9.18 2021-08-12 00:56:16 -04:00
zefie
3dd6e51832 hopefully fix POST for real
- main function still could use a rewrite
- more class branching and moving of functions
- Pass minisrv_config to classes
2021-08-10 21:41:34 -04:00
zefie
28adff5a59 v0.9.16 2021-08-10 00:25:17 -04:00
zefie
60f76bdac3 version increment 2021-08-09 17:42:58 -04:00
zefie
304968a364 version increment for dev 2021-08-08 19:54:44 -04:00
zefie
da37682a03 v0.9.13
- wtv-cookie support
- further development will be in dev branch (may rebase alot)
- compression not yet ready, leave it disabled
2021-08-08 18:11:33 -04:00
zefie
c539d408c9 implement config option to disable guest mode 2021-08-07 21:10:44 -04:00
zefie
f15f377f8e v0.9.12 - WILL REBASE - BE WARNED
- convert post_data to query if valid query data
- wtv-register system
- Store Session data as JSON flat file
- wtv-cookie support
- spent way too much time on a page no one will read
- move filterSSID to WTVClientSessionData
- disable compression until fixed
- do not delete WTVSec on last socket, instead recreate on prereg
- set 'wtv-bypass-proxy' to false
- rework header whitelist system for HTTP(s) proxy
- clean up SSID session data only if client is not seen for 3 minutes
- add shouldWeCompress() function
- add additional headers to wtv-setup:/get
- add initial blank wtv-music:/get-playlist
2021-08-07 17:00:26 -04:00
zefie
832a20e9a6 v0.9.11
- added example docker-compose for minisrv + webone
- update: wtv-home:/home: reduce size of title to fit longer version numbers
2021-08-05 18:34:58 -04:00
zefie
05bb955688 v0.9.10
- initial primitive wtv-cookie service to satisfy newer builds and http(s) issues
- update: wtv-home:/home: add wtv-visit: in case javascript URL accessor fails
- update: replace bf0app and LC2 tellyscripts with box-specific PPP auth, rather than hard coded PPP auth (may disable CHAP support)
2021-08-04 18:59:33 -04:00