mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-03 08:22:02 +02:00
+ NNTP Content Server
* Read-only to public conf/areas only for now * Missing some protocol support * Could use better encoding practices and ANSI prep
This commit is contained in:
parent
cde329b439
commit
772022f0d0
6 changed files with 840 additions and 9 deletions
|
@ -17,7 +17,7 @@ const crypto = require('crypto');
|
|||
const moment = require('moment');
|
||||
const https = require('https');
|
||||
const querystring = require('querystring');
|
||||
const fs = require('fs');
|
||||
const fs = require('fs-extra');
|
||||
const SSHClient = require('ssh2').Client;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue