* More WIP on door support. Proof of concept mostly functional-ish for at least Pimpwars :)

This commit is contained in:
Bryan Ashby
2015-08-02 18:27:05 -06:00
parent d16beca341
commit 144aa6b351
11 changed files with 352 additions and 93 deletions

View File

@@ -70,7 +70,7 @@ function getDefaultPath() {
function getDefaultConfig() {
return {
general : {
boardName : 'Another Fine ENiGMA½ BBS',
boardName : 'Another Fine ENiGMA½ BBS',
},
firstMenu : 'connected',
@@ -115,6 +115,7 @@ function getDefaultConfig() {
themes : paths.join(__dirname, './../mods/themes/'),
logs : paths.join(__dirname, './../logs/'), // :TODO: set up based on system, e.g. /var/logs/enigmabbs or such
db : paths.join(__dirname, './../db/'),
dropFiles : paths.join(__dirname, './../dropfiles/'), // + "/node<x>/
},
servers : {