Go to file
Bryan Ashby ce8300da86 * Update telnet link for BLACK flag 2015-10-28 10:51:33 -06:00
core * Remove old files 2015-10-27 22:49:51 -06:00
mods * Remove old files 2015-10-27 22:49:51 -06:00
test/ansi + MCI support for focusArgs, e.g. 'focusTextStyle' 2014-11-03 16:49:15 -07:00
.gitignore * Add .gitignore 2015-10-27 20:46:30 -06:00
LICENSE.TXT * Add BSD license 2015-10-19 10:50:35 -06:00
README.md * Update telnet link for BLACK flag 2015-10-28 10:51:33 -06:00
main.js + Initial source checkin 2014-10-16 20:21:06 -06:00
package.json * Update some packages 2015-10-19 22:33:11 -06:00

README.md

ENiGMA½ BBS Software

ENiGMA½ is a modern BBS software with a nostalgic flair!

Feature Available Now

  • Multiplatform: Anywhere Node.js runs likely works (tested under Linux and OS X)
  • Multi node support
  • Highly customizable via HJSON based configuration, menus, and theming in addition to JS based mods
  • MCI support for lightbars, toggles, input areas, other bells and whistles you expect with a modern flare
  • Telnet & SSH access built in. Additional servers are easy to build & plug in
  • CP437 and UTF-8 output
  • SyncTerm style font and baud emulation support. Display PC/DOS and Amiga style artwork as it's intended!
  • SAUCE support
  • Renegade style pipe codes
  • SQLite storage of users and message areas
  • Strong PBKDF2 backed password storage
  • Door support including common dropfile formats and DOSEMU
  • Bunyan logging

In the Works

  • Lots of code cleanup, ES6+ usage, and documentation!
  • FTN import & export
  • File areas
  • Full access checking framework
  • SysOp console
  • Missing functionality such as searching, pipe code support in message areas, etc.
  • A lot more!

Known Issues

As of now this is considered alpha code! Please expect bugs -- and when you find them, log issues and/or submit pull requests. Feature requests, suggestions, and so on are always welcome! I am also looking for semi dedicated testers, artists, etc.

Boards

  • WQH: Xibalba
  • Support board: BLACK ƒlag (telnet://blackflag.acid.org:2425)

Installation

  1. Clone:
git clone https://github.com/NuSkooler/enigma-bbs.git
  1. Create ~/.enigma-bbs/config.hjson. Example:
general: {
  boardName: Super Awesome BBS
}
messages: {
  areas: [
    { name: "local_enigma_discusssion", desc: "ENiGMA Discussion", groups: [ "users" ] }
  ]
}
  1. Launch:
node main.js

(More information will be available in the documentation in the near future)

Special Thanks

License

Released under the BSD 2-clause license:

Copyright (c) 2015, Bryan D. Ashby All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.