Go to file
Bryan Ashby 487533494c
Update copyrights to 2022
2022-04-05 20:51:03 -06:00
.github Workflow to build minified docs 2022-02-04 23:31:41 -06:00
art Add support for tear line and origin line style 2020-12-28 17:04:11 -07:00
config Door run minutes should not be retroactive 2019-02-10 13:39:27 -07:00
core Update copyrights to 2022 2022-04-05 20:51:03 -06:00
docker exec again 2022-01-29 23:04:29 +02:00
docs Update copyrights to 2022 2022-04-05 20:51:03 -06:00
gopher Add gopher/README 2020-11-27 01:03:12 -07:00
misc More code review fixes 2022-03-28 14:41:12 -05:00
mods Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs 2020-06-03 20:53:46 -06:00
util Fix issues with corrupt FTN packets 2019-11-22 21:46:44 -07:00
www Add docs on template files 2019-06-16 11:01:58 -06:00
.eslintignore Add .eslintignore, tidy up a bit 2018-06-21 23:35:52 -06:00
.eslintrc.json Upgraded node.js and bumped version 2022-03-28 17:52:52 -05:00
.gitattributes Add uppercase extentions, e.g. .ANS 2015-12-12 16:28:40 -07:00
.gitignore Update .gitignore slightly 2019-08-09 23:17:10 -06:00
CONTRIBUTING.md Fill in basic CONTRIBUTING.md 2022-02-12 18:33:04 -07:00
LICENSE.TXT Update copyrights to 2022 2022-04-05 20:51:03 -06:00
README.md Update copyrights to 2022 2022-04-05 20:51:03 -06:00
UPGRADE.md Updated for new release 2022-04-05 17:25:50 -05:00
WHATSNEW.md Updated for new release 2022-04-05 17:25:50 -05: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 Merge pull request #407 from cognitivegears/feature/Remove_position_check 2022-04-05 19:34:05 -06:00
yarn.lock Dep updates 2022-02-01 21:23:45 -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, etc.
  • Strong PBKDF2 backed password encryption.
  • Support for 2-Factor Authentication with One-Time-Passwords
  • 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. Messages Bases can also be exposed via Gopher, or NNTP!
  • Gazelle inspired 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, etc.
  • A built in achievement system. BBSing gamified!

...and much much more. Please check out the issue tracker and feel free to request features (or contribute!) features!

Documentation

Browse the docs online. Be sure to checkout the /docs/ folder as well for the latest and greatest documentation.

Installation

On most *nix systems simply run the following from your terminal:

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

Please see Installation Methods for Windows, Docker, and so on...

Donating

If you feel the urge to donate, you can do so here

Donate using Liberapay

Support

Terminal Clients

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

Some Boards

Special Thanks

(in no particular order)

...and so many others! This project would be nothing without the BBS and artscene communities!

License

Released under the BSD 2-clause license:

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