ENiGMA½ BBS Software
Find a file
Bryan Ashby dab7a75fa2
Merge pull request #602 from crichardson32/build-arm-v8
Adjust build process to build arm v8 builds
2025-08-11 12:19:26 -06:00
.devcontainer locked python version to fix startup issue 2023-10-10 20:42:15 +00:00
.github Adjust build process to build arm v8 builds 2025-08-07 22:51:18 -04:00
.vscode Sync up with master 2023-10-12 20:25:01 -06:00
art Revert! 2023-12-23 18:10:00 -07:00
config Door run minutes should not be retroactive 2019-02-10 13:39:27 -07:00
core Update oputil_config.js 2024-11-29 07:04:59 -05:00
docker Added missing change directory 2023-10-15 20:43:31 +00:00
docs Fix VTXClient Documentation 2024-11-22 20:28:55 -05:00
gopher Add gopher/README 2020-11-27 01:03:12 -07:00
misc Update install.sh 2024-11-27 07:40:48 -05:00
mods Merge branch 'master' of ssh://numinibsd/git/base/enigma-bbs 2020-06-03 20:53:46 -06:00
util First pass formatting with Prettier 2022-06-05 14:04:25 -06:00
www Add docs on template files 2019-06-16 11:01:58 -06:00
.dockerignore No need to copy the ephemeral directories 2023-08-26 20:03:48 -05:00
.eslintignore Add .eslintignore, tidy up a bit 2018-06-21 23:35:52 -06:00
.eslintrc.json ESLint + Prettier update 2022-06-05 16:41:16 -06:00
.gitattributes Initial devcontainer setup 2023-08-27 12:25:36 -05:00
.gitignore Update .gitignore 2024-11-24 22:31:12 -05:00
.prettierignore First pass formatting with Prettier 2022-06-05 14:04:25 -06:00
.prettierrc.json First pass formatting with Prettier 2022-06-05 14:04:25 -06:00
autoexec.sh autoexec.sh environment enhancement 2024-12-04 10:47:23 -05:00
CONTRIBUTING.md More doc updates on Prettier 2022-06-10 17:21:53 -06:00
LICENSE.TXT Update copyright 2024 2024-01-15 12:02:15 -07:00
main.js First pass formatting with Prettier 2022-06-05 14:04:25 -06:00
mise.toml NodeJS Upgrade and watch.sh +x fix 2025-02-22 19:32:31 -05: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-lock.json Merge branch 'master' of https://github.com/crhultay/enigma-bbs into crhultay-master 2025-02-23 11:37:51 -07:00
package.json NodeJS Upgrade and watch.sh +x fix 2025-02-22 19:32:31 -05:00
README.md Star history 2024-11-30 21:20:49 -07:00
TROUBLESHOOTING.md Fix link 2022-08-06 20:48:25 -06:00
UPGRADE.md Updated the SSH version, config, and documentation 2023-10-11 00:19:43 +00:00
watch.sh NodeJS Upgrade and watch.sh +x fix 2025-02-22 19:32:31 -05:00
WHATSNEW.md Merge branch 'master' into 479-nua-optional-fields 2023-08-29 20:43:00 -06:00
yarn.lock Merge branch 'master' of https://github.com/crhultay/enigma-bbs into crhultay-master 2025-02-23 11:37:51 -07:00

ENiGMA½ BBS Software

ENiGMA½ BBS

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

Features

Below are just some of the features ENiGMA½ supports out of the box:

  • 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, and Exodus!
  • Structured 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.
  • Expandable achievement system — BBSing gamified!
  • A remote accessible Waiting For Caller (WFC)!

...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 art scene communities!

Star History Chart

License

Released under BSD 2-clause. See LICENSE.TXT