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
This commit is contained in:
@@ -54,7 +54,6 @@ Connection: Keep-Alive
|
||||
Content-Type: text/html
|
||||
wtv-expire-all: wtv-setup:/remove-users
|
||||
wtv-expire-all: wtv-setup:/accounts
|
||||
wtv-visit: ${confirmAlert}
|
||||
Location: ${confirmAlert}`
|
||||
} else {
|
||||
Object.keys(usersToRemove).forEach(function (k) {
|
||||
@@ -69,7 +68,6 @@ Connection: Keep-Alive
|
||||
Content-Type: text/html
|
||||
wtv-expire-all: wtv-setup:/remove-users
|
||||
wtv-expire-all: wtv-setup:/accounts
|
||||
wtv-visit: ${gourl}
|
||||
Location: ${gourl}`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user