Go to file
David Stephens 5b698b34ef Remove unused view to clear warn from logs 2018-02-12 21:45:56 +00:00
.github Update issue template for 0.0.9-alpha 2018-02-05 19:54:10 -07:00
art Use new itemFormat/focusItemFormat for default theme msg list 2018-02-02 21:31:22 -07:00
config Remove unused view to clear warn from logs 2018-02-12 21:45:56 +00:00
core * Implement some missing placeholder ACS checks 2018-02-07 20:26:29 -07:00
docs * Implement some missing placeholder ACS checks 2018-02-07 20:26:29 -07:00
misc * Implement some missing placeholder ACS checks 2018-02-07 20:26:29 -07:00
mods Move modules in mods into /core 2017-11-24 23:23:15 +00:00
util FTN packet dump util 2018-01-14 15:00:27 -07:00
www * Bump version to 0.0.5-alpha 2017-02-26 21:28:05 -07:00
.eslintrc.json NetMail avail to oputil & export - WIP 2017-12-31 17:54:11 -07:00
.gitattributes Add uppercase extentions, e.g. .ANS 2015-12-12 16:28:40 -07:00
.gitignore * Docs theme to match ENiGMA website 2018-01-31 23:35:54 +00:00
LICENSE.TXT Minor updates 2018-02-02 21:58:17 -07:00
README.md OCD docs tidy-up 2018-02-06 10:20:17 +00:00
UPGRADE.md Notes on changes 2018-01-28 12:56:58 -07:00
WHATSNEW.md Notes on changes 2018-01-28 12:56:58 -07:00
main.js Lookup username and real name in various scenarios 2018-01-05 22:03:33 -07:00
mkdocs.yml * Some doc changes 2015-11-20 11:56:57 -07:00
oputil.js * Split out oputil stuff into modules based on <command> 2017-02-15 20:27:16 -07:00
package.json Finish conversion from 'binary' -> 'binary-parser' 2018-01-21 11:58:19 -07:00

README.md

ENiGMA½ BBS Software

ENiGMA½ BBS

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

Features Available Now

  • Multi platform: Anywhere Node.js runs likely works (known to work under Linux, FreeBSD, OpenBSD, OS X and Windows)
  • Unlimited multi node support (for all those BBS "callers"!)
  • Highly customizable via HJSON based configuration, menus, and themes in addition to JavaScript based mods
  • MCI support for lightbars, toggles, input areas, and so on plus many other other bells and whistles
  • Telnet, SSH, and both secure and non-secure WebSocket access built in! Additional servers are easy to implement
  • CP437 and UTF-8 output
  • SyncTerm style font and baud emulation support. Display PC/DOS and Amiga style artwork as it's intended! In general, ANSI-BBS / cterm.txt / bansi.txt are followed for expected BBS behavior
  • Full SAUCE support
  • Renegade style pipe color codes
  • SQLite storage of users, message areas, and so on
  • Strong PBKDF2 backed password encryption
  • Door support including common dropfile formats for legacy DOS doors. Built in BBSLink, DoorParty, Exodus and CombatNet support!
  • Bunyan logging
  • Message networks with FidoNet Type Network (FTN) + BinkleyTerm Style Outbound (BSO) message import/export
  • Gazelle inspirted File Bases including fast fully indexed full text search (FTS), #tags, and HTTP(S) temporary download URLs using a built in web server. Legacy X/Y/Z modem also supported!
  • Upload processor supporting FILE_ID.DIZ and NFO extraction, year estimation, and more!
  • ANSI support in the Full Screen Editor (FSE), file descriptions, and so on

Documentation

Browse the docs online

In the Works

  • More ACS support coverage
  • SysOp dashboard (ye ol' WFC)
  • Native DOS emulation
  • A lot more! Feel free to request features via the issue tracker

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!

See the issue tracker for more information.

Support

Terminal Clients

ENiGMA has been tested with many terminals. However, the following are suggested for BBSing:

Boards

  • WQH: 💀 Xibalba 💀 (telnet://xibalba.l33t.codes:44510 or via SSH secure on port 44511)
  • fORCE9: (telnet://bbs.force9.org)

Installation

curl -o- https://raw.githubusercontent.com/NuSkooler/enigma-bbs/master/misc/install.sh | bash

Please see the Quickstart for more information.

Special Thanks

License

Released under the BSD 2-clause license:

Copyright (c) 2015-2018, 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.