mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
* Minor JSON -> HJSON config cleanup
* Some logging in telnet server vs console.log() * Calculate FSE footer position vs hard code it
This commit is contained in:
parent
e661b23eca
commit
05f666cf29
10 changed files with 126 additions and 109 deletions
|
@ -13,6 +13,13 @@ var util = require('util');
|
|||
var async = require('async');
|
||||
var iconv = require('iconv-lite');
|
||||
|
||||
/*
|
||||
:TODO: should probably be broken up
|
||||
FTNPacket
|
||||
FTNPacketImport: packet -> message(s)
|
||||
FTNPacketExport: message(s) -> packet
|
||||
*/
|
||||
|
||||
//
|
||||
// References
|
||||
// * http://ftsc.org/docs/fts-0001.016
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue