v0.9.35
- numerous bug fixes - wtv-news goodies, 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
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zefie_wtvp_minisrv",
|
||||
"version": "0.9.33",
|
||||
"version": "0.9.35",
|
||||
"description": "WebTV Service (WTVP) Emulation Server",
|
||||
"main": "app.js",
|
||||
"homepage": "https://github.com/zefie/zefie_wtvp_minisrv",
|
||||
@@ -32,10 +32,12 @@
|
||||
"easy-crc": "0.0.2",
|
||||
"endianness": "^8.0.2",
|
||||
"express": "^4.18.2",
|
||||
"follow-redirects": "^1.15.2",
|
||||
"html-entities": "^2.3.3",
|
||||
"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",
|
||||
"proxy-agent": "^5.0.0",
|
||||
"sanitize-html": "^2.7.2",
|
||||
"socks-proxy-agent": "^6.2.1",
|
||||
|
||||
Reference in New Issue
Block a user