Updates/Txt 07/21/85
--------------------


           ***********************************
           *           MINIBBS/BAS           *
           *           Version 3.1           *
           *      (c)1985 Mike Bernstein     *
           *         The Kandy Shack         *
           *          714 354-8004           *
           * This is a PUBLIC DOMAIN program *
           *    DO NOT REMOVE THIS NOTICE    *
           ***********************************

                 v2.02 Updates 12/21/84
                 ----------------------
 (1) Corrected BUG that caused a REBOOT when entering BASIC
     from DOS.
 (2) Disabled video to RS-232 until carrier is detected.
 (3) PASSWORDS are not restricted to 20 characters.  They
     can be any length now.

                 v2.03 Updates 12/22/84
                 ----------------------
 (1) Put certain areas of the code in a more logical order
 (2) Added my VOICE number in the opening header
 (3) Added more comments

                 v2.04 Updates 12/30/84
                 ----------------------
 (1) Check at address F54Fh to make sure the MINIHOST
     program is in memory.


                 v2.05 Updates 02/17/85
                 ----------------------
 (1) Passwords printed or sent to the disk file will show
     for what the password was enter for.
 (2) Check address 14440 for an ASCII value of 128 (the
     <Spacebar> to log in locally.
 (3) Check address 14440 for an ASCII value of 128 (the
     <Spacebar> to answer <C>hat.
 (4) Check address 14440 for an ASCII value of 1 while
     in the waiting for call mode which will reprint the
     screen.

                 v2.06 Updates 03/09/85
                 ----------------------
 (1) Added a line of code for LDOS.  Remove the REM if you
     are running the Mini-BBS under Model 3 LDOS 5.1.x
 (2) Deleted the check for MINIHOST to be in memory because it
     conflicted with LDOS.
 (3) Changed the routine to exit CHAT to the <Esc> key -
     Shift + Up Arrow.

                 v2.1 Updates 04/06/85
                 ---------------------
 (1) Added a routine to list the BBS/DAT file while waiting
     for a call.
 (2) Changed WAITING FOR CALL screen.  Menu prompts now
     appear.  They are all self explanitory.
 (3) Corrected an error in the CHAT routine. Error was in
     screen formatting when chat was invoked by the Sysop.
 (4) Changed menu prompts in the BBS from < > to ( ).
 (5) Added Copyright notice in the program.  The program
     still remains in the PUBLIC DOMAIN and is intended for
     your personal use only.


                 v3.0 Updates 07/14/85
                 ---------------------
 (1) Added a (B)ulletin section to the Mini-BBS.  The
     bulletin should be named: BULLETIN/TXT and should
     be an ASCII textfile created from your word
     processor or NOBUG.
 (2) Added routines in the MINIHOST/CMD program to echo
     '*' if BL=2.  This is very useful for PASSWORDS.
 (3) The HI BIT is stripped by the MINIHOST program which
     enables both 8/n/1 & 7/e/1 to work in the BBS.
 (4) N O T E ---> MINIBBS/BAS v3.0 is the same as v2.1 or
     modifications to your own custom version of MINIBBS
     and do not want to rewrite them, then you can update
     your custom version by yourself very easy.  Follow
     these simple instructions:

       (a) Check for all occurences of: OUT 234,165
           Change them to: OUT 234,109
       (b) Change the following POKEs:

           Change POKE &HF7EB to POKE &HF7EE
           Change POKE &HF7E4 to POKE &HF7E7
           Change POKE &HF7E5 to POKE &HF7E8

       (c) If you want '*' to be echoed back, change
           BL=1 to BL=2.  BL=1 will still blind video.

 Note: Version 3.0 has the above modifications
 
07/17/85
-------
A BUG was find in MINIHOST v3.0.  Version 3.1 will correct
this BUG.  The BUG was a problem where the <Break> key was
not being filtered.  I also added some code to trap the
<Shift @>.  There are no changes required to MINIBBS/BAS
program.
 
                v3.1 Updates 07/21/85
                ---------------------
(1)  Added NULLS option
(2)  Added (X)pert Toggle
                                                                                                    