- BREAKING CHANGE from v0.9.35 and eariler: Move accounts into subfolder of SessionStore
 - viewergen and viewer updates from @GraspYonOx
 - new homepage theme inspired by @GraspYonOx
 - connect setup also mostly by @GraspYonOx
 - numerous bug fixes
 - nntp-server-zefie is now on npmjs
 - implement proper nodejs debugging
   - will start to phase out using console.log for actual debugging
   - existing "debug" (verbose) messages will stay as is
   - future code debugging will use debug() to debug WIP, therefore not showing to most users if it is accidently left in
This commit is contained in:
zefie
2022-10-16 18:58:30 -04:00
parent b89e0e932c
commit c2a3081afd
91 changed files with 1653 additions and 1694 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "zefie_wtvp_minisrv",
"version": "0.9.33",
"version": "0.9.35",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "zefie_wtvp_minisrv",
"version": "0.9.33",
"version": "0.9.35",
"license": "GPL3",
"dependencies": {
"adm-zip": "^0.5.9",
@@ -19,7 +19,7 @@
"iconv-lite": "^0.6.3",
"mime-types": "^2.1.35",
"newsie": "^1.2.1",
"nntp-server-zefie": "git+https://git@github.com:zefie/nntp-server",
"nntp-server-zefie": "^3.1.0",
"proxy-agent": "^5.0.0",
"sanitize-html": "^2.7.2",
"socks-proxy-agent": "^6.2.1",
@@ -891,10 +891,9 @@
}
},
"node_modules/nntp-server-zefie": {
"name": "nntp-server",
"version": "3.1.0",
"resolved": "git+https://git@github.com/zefie/nntp-server.git#c2721f81a98dacda0a272dc8c98f8155a955523f",
"license": "MIT",
"resolved": "https://registry.npmjs.org/nntp-server-zefie/-/nntp-server-zefie-3.1.0.tgz",
"integrity": "sha512-LOWvF1oOST0osTMn4pVqDqNBLCGTE7grUo1+x0Mdd8NYaRby475IhVyku4cgM8PRq5teB/5WIrKwb/jJni5c8Q==",
"dependencies": {
"debug": "^4.3.3",
"denque": "^2.0.1",
@@ -2101,8 +2100,9 @@
"integrity": "sha512-41jhtKmlpSc27oIBkp681fm4aLURPT/AgeBvSRicxNPWDVeHLaq7tSvG/OsEXz7g41thgv9JMV1ZjYSABMiYVA=="
},
"nntp-server-zefie": {
"version": "git+https://git@github.com/zefie/nntp-server.git#c2721f81a98dacda0a272dc8c98f8155a955523f",
"from": "nntp-server-zefie@git+https://git@github.com:zefie/nntp-server",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/nntp-server-zefie/-/nntp-server-zefie-3.1.0.tgz",
"integrity": "sha512-LOWvF1oOST0osTMn4pVqDqNBLCGTE7grUo1+x0Mdd8NYaRby475IhVyku4cgM8PRq5teB/5WIrKwb/jJni5c8Q==",
"requires": {
"debug": "^4.3.3",
"denque": "^2.0.1",