enigma-bbs/README.md

84 lines
4.6 KiB
Markdown
Raw Normal View History

2015-10-27 04:19:04 +00:00
# ENiGMA½ BBS Software
2015-10-28 21:16:21 +00:00
![alt text](http://i325.photobucket.com/albums/k361/request4spam/enigma.ans_zps05w2ey4s.png "ENiGMA½ BBS")
2015-10-27 04:19:04 +00:00
ENiGMA½ is a modern BBS software with a nostalgic flair!
## Feature Available Now
* Multi platform: Anywhere Node.js runs likely works (tested under Linux and OS X)
2015-10-28 04:13:39 +00:00
* Multi node support
* **Highly** customizable via [HJSON](http://hjson.org/) based configuration, menus, and themes in addition to JS based mods
2015-10-28 22:28:56 +00:00
* MCI support for lightbars, toggles, input areas, and so on plus many other other bells and whistles
* Telnet & SSH access built in. Additional servers are easy to implement & plug in
2015-10-27 04:19:04 +00:00
* [CP437](http://www.ascii-codes.com/) and UTF-8 output
2015-10-28 17:31:20 +00:00
* [SyncTerm](http://syncterm.bbsdev.net/) style font and baud emulation support. Display PC/DOS and Amiga style artwork as it's intended! In general, ANSI-BBS / [cterm.txt](http://cvs.synchro.net/cgi-bin/viewcvs.cgi/*checkout*/src/conio/cterm.txt?content-type=text%2Fplain&revision=HEAD) / [bansi.txt](http://www.bbsdocumentary.com/library/PROGRAMS/GRAPHICS/ANSI/bansi.txt) are followed for expected BBS behavior.
2015-10-27 04:19:04 +00:00
* [SAUCE](http://www.acid.org/info/sauce/sauce.htm) support
* Renegade style pipe codes
* [SQLite](http://sqlite.org/) storage of users and message areas
* Strong [PBKDF2](https://en.wikipedia.org/wiki/PBKDF2) backed password storage
* Door support including common dropfile formats and [DOSEMU](http://www.dosemu.org/)
2015-10-27 22:20:44 +00:00
* [Bunyan](https://github.com/trentm/node-bunyan) logging
2015-10-27 04:19:04 +00:00
## In the Works
2015-10-27 22:20:44 +00:00
* Lots of code cleanup, ES6+ usage, and **documentation**!
2015-10-27 04:19:04 +00:00
* FTN import & export
* File areas
2015-10-27 22:20:44 +00:00
* Full access checking framework
* SysOp console
2015-10-27 04:19:04 +00:00
* Missing functionality such as searching, pipe code support in message areas, etc.
2015-10-28 17:31:20 +00:00
* String localization
2015-10-28 22:31:17 +00:00
* A lot more! Feel free to request features via [the issue tracker](https://github.com/NuSkooler/enigma-bbs/issues)
2015-10-27 04:19:04 +00:00
2015-10-27 22:20:44 +00:00
## Known Issues
As of now this is considered **alpha** code! Please **expect bugs** :bug: -- 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.
2015-10-27 04:19:04 +00:00
2015-10-28 22:31:17 +00:00
See [the issue tracker](https://github.com/NuSkooler/enigma-bbs/issues) for more information.
2015-10-28 17:31:20 +00:00
## Terminal Clients
ENiGMA has been tested with many terminals. However, the following are suggested for BBSing:
* [SyncTERM](http://syncterm.bbsdev.net/)
* [EtherTerm](https://github.com/M-griffin/EtherTerm)
* [NetRunner](http://mysticbbs.com/downloads.html)
2015-10-27 04:19:04 +00:00
## Boards
* WQH: :skull: Xibalba :skull:
2015-10-28 16:51:33 +00:00
* Support board: BLACK ƒlag (**telnet://blackflag.acid.org:2425**)
2015-10-27 04:19:04 +00:00
## Installation
2015-11-20 18:57:56 +00:00
Please see the [Quickstart](docs/index.md#quickstart)
2015-10-27 04:19:04 +00:00
## Special Thanks
2015-10-27 22:20:44 +00:00
* [M. Brutman](http://www.brutman.com/), author of [mTCP](http://www.brutman.com/mTCP/mTCP.html) (Interwebs for DOS!)
2015-10-28 17:31:20 +00:00
* [M. Griffin](https://github.com/M-griffin), author of [Enthral BBS](https://github.com/M-griffin/Enthral), [Oblivion/2 XRM](https://github.com/M-griffin/Oblivion2-XRM) and [EtherTerm](https://github.com/M-griffin/EtherTerm)!
2015-10-27 22:20:44 +00:00
* [Caphood](http://www.reddit.com/user/Caphood), supreme SysOp of [BLACK ƒlag](http://www.bbsnexus.com/directory/listing/blackflag.html) BBS
* Luciano Ayres of [Blocktronics](http://blocktronics.org/), creator of the "Mystery Skulls" default ENiGMA½ theme!
2015-10-27 04:19:04 +00:00
## License
Released under the [BSD 2-clause](https://opensource.org/licenses/BSD-2-Clause) license:
2015-10-27 22:20:44 +00:00
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.