mysticbbs/mystic
mysticbbs 4ba62f0a5e Alpha 19 sync 2012-09-20 13:52:58 -04:00
..
109to110.pas
COPYING
HISTORY.txt Alpha 19 sync 2012-09-20 13:52:58 -04:00
README.txt
ansi_install.ans
aview.pas
aviewarj.pas
aviewlzh.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
aviewrar.pas
aviewzip.pas
bbs_ansi_help.pas
bbs_ansi_menubox.pas
bbs_ansi_menuform.pas
bbs_ansi_menuinput.pas
bbs_cfg_archive.pas
bbs_cfg_common.pas
bbs_cfg_events.pas
bbs_cfg_filebase.pas
bbs_cfg_groups.pas
bbs_cfg_main.pas
bbs_cfg_menuedit.pas
bbs_cfg_msgbase.pas
bbs_cfg_protocol.pas
bbs_cfg_seclevel.pas
bbs_cfg_syscfg.pas
bbs_cfg_theme.pas
bbs_cfg_useredit.pas
bbs_cfg_vote.pas
bbs_common.pas
bbs_core.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
bbs_doors.pas
bbs_edit_ansi.pas
bbs_edit_full.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
bbs_edit_line.pas
bbs_filebase.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
bbs_general.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
bbs_io.pas
bbs_menudata.pas
bbs_menus.pas
bbs_msgbase.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
bbs_msgbase_abs.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
bbs_msgbase_ansi.pas
bbs_msgbase_jam.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
bbs_msgbase_squish.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
bbs_nodechat.pas
bbs_nodeinfo.pas
bbs_sysopchat.pas
bbs_user.pas
bbs_userchat.pas
default.txt
install.pas
install_ansi.pas
install_arc.pas
install_make.pas
maketheme.pas
mbbsutil.pas
mide.pas
mis.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
mis_ansiwfc.pas
mis_client_ftp.pas
mis_client_http.pas
mis_client_nntp.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
mis_client_pop3.pas
mis_client_smtp.pas
mis_client_telnet.pas
mis_common.pas
mis_nodedata.pas
mis_server.pas
mkcrap.pas
mpl_common.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
mpl_compile.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
mpl_execute.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
mpl_fileio.pas
mpl_types.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
mplc.pas
mutil.cfg Alpha 19 sync 2012-09-20 13:52:58 -04:00
mutil.pas
mutil.toplist.template.txt
mutil_allfiles.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
mutil_ansi.ans
mutil_ansi.pas
mutil_common.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
mutil_filebone.pas
mutil_filesbbs.pas
mutil_importna.pas
mutil_msgpack.pas
mutil_msgpurge.pas
mutil_status.pas
mutil_toplists.pas
mutil_upload.pas
mystic.pas
mystpack.pas
nodespy.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
nodespy_ansi.pas
records.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00
todo.pas Alpha 19 sync 2012-09-20 13:52:58 -04:00

README.txt

This archive contains the source code for Mystic BBS software.

Mystic BBS is Copyright 1997-Current year by James Coyle.

Mystic BBS is currently compiled exclusively using Free Pascal
compiler (www.freepascal.org) the current release being 2.6.0.

Mystic BBS is released under GPL Version 3 licensing which is
included in the archive.  An information header is prefixed on
each source file that compiles to an executable.

Current build options used with Free Pascal are as follows:

fpc -CX -XX -Xs -O3 -B -OpPENTIUM3 -OoREGVAR -OoSTACKFRAME -OoPEEPHOLE -OoASMCSE -WN <source file>

(-WN is specific to Windows so it should be omitted on other platforms)

Mystic BBS is compiled to require a Pentium 3 or better processor (SSE instruction set) which
means that it should run on any computer built in the late 90s up to current day.

Mystic BBS project can be found at mysticbbs.sourceforge.net

Additional support can possibly be found at mysticbbs.com and wiki.mysticbbs.com.

The author can be contacted at this time through e-mail at mysticbbs@gmail.com.  It is
encouraged that fixes and additions be coordinated with the current authors.

!!! WARNING!!!

The current code here reflects the latest 1.10 alphas and is not yet compatible with 1.09.

With the 1.10 final/stable release we will be officially annoucing Mystic as a GPL program and
at that time we will branch off to a current stable and development code base as well as release
an upgrade package to get everyone on the same page with both binary and source distributions.

If you are not running at least 1.10 Alpha 15 than this code will not run for you.