This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2016-03-25 20:29:24 +10:00
ansis_default Updated Main Menu for BBS Lists 2016-03-25 20:29:24 +10:00
config_default Make mailareas network ready. 2016-03-24 17:23:42 +10:00
inih Initial Commit 2016-03-22 11:48:59 +10:00
jamlib Some fixes for jamlib 2016-03-25 15:58:08 +10:00
.gitignore Switching to crashmail Jamlib 2016-03-25 10:58:57 +10:00
bbs_list.c Added BBS Listings fixed some bugs 2016-03-25 20:21:28 +10:00
bbs.c Added BBS Listings fixed some bugs 2016-03-25 20:21:28 +10:00
bbs.h Added BBS Listings fixed some bugs 2016-03-25 20:21:28 +10:00
doors.c Added goodbye ansi, port now specified on cmd line 2016-03-23 14:21:08 +10:00
mail_menu.c More fixes for new jamlib 2016-03-25 18:28:09 +10:00
main_menu.c Added BBS Listings fixed some bugs 2016-03-25 20:21:28 +10:00
main.c Moved default ansis, moved default config. 2016-03-23 18:23:24 +10:00
Makefile Added BBS Listings fixed some bugs 2016-03-25 20:21:28 +10:00
README.md Switching to crashmail Jamlib 2016-03-25 10:58:57 +10:00
users.c Added BBS Listings fixed some bugs 2016-03-25 20:21:28 +10:00

MagickaBBS

Linux/FreeBSD bulletin board system

As I lost the code to my initail BBS flea, I've decided to start over from scratch and this time I'm using git hub so I dont lose it again!

Magicka is meant to be a modern (haha) BBS system, using modern technologies, like Sqlite, XMPP, long filenames (gasp!) etc while still retaining the classic BBS feel. ANSI & Telnet, and good old ZModem.

I plan to work on things in this order:

  • Mail System (using JAM LIB for compatability) (Mostly Done)
  • External Door Support (Mostly Done)
  • File Systems
  • Everything else..

Magicka BBS is not yet complete!!

If you want to install Magicka BBS, follow these steps.

  1. Ensure you have git, c compiler, sqlite-dev and gnu make
  2. Clone the repo git clone https://github.com/apamment/MagickaBBS
  3. Build JamLib

cd MagickaBBS/jamlib

make -f Makefile.linux

  1. Build the BBS (You may have to adjust the Makefile for your system)

gmake (FreeBSD) make (Linux)

  1. Copy the config-default directory to a config directory.

cp -r config-default config

  1. Edit the config files and update essential information, like system paths and BBS name etc
  2. Copy the ansi-default directory to the one specified in your system path

eg.

cp -r ansi-default ansi

  1. Run Magicka BBS on a port over 1024 (Below require root, and we're not ready for that).

./magicka config/bbs.ini 2300

  1. Your BBS is now running on port 2300, log in and create yourself an account! (By default there is only one security level, you can add more, but you will need to use an SQLite Manager to modify users.sq3 and set security levels, as there is no user editor yet.