home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol112 / rbbs31.dqc / RBBS31.DOC
Encoding:
Text File  |  1985-02-10  |  3.1 KB  |  83 lines

  1. Changes for RBBS 3.1:
  2.  
  3. 1.  User now receives the message ">>>ACCESS DENIED<<<" if he attempts
  4. to enter CP/M and there is an asterisk next to his entry in USERS.
  5.  
  6. 2.  The Kill Command reprompts for another message to kill in the same
  7. fashion as the Read command.
  8.  
  9. 3.  A ^K during a forward sequential Read just skips the rest of the
  10. current message being displayed and goes on to the next one.
  11. --------------------
  12.  
  13.                   RBBS 3.0 Preliminary Documentation
  14.  
  15. RBBS Version 3.0 is based on RBBS 2.4 and incorporates several mods
  16. from RBBS-RTN.001.  However, it goes far beyond those mods to fix many
  17. longstanding bugs as well as add many new features.
  18.  
  19. The major new feature is a working user password scheme which
  20. minimally impacts present systems running older versions of RBBS.
  21.  
  22. The first version of this program has been in use for about a month on
  23. three RCP/M systems in the El Paso, TX area and has received a
  24. thorough debugging which led directly to this first public release.
  25.  
  26. To run this version, you will also need MENURBBS and NEWCOM text
  27. files, as well as making up your own versions of PWDS, BULLETIN, INFO,
  28. and ENTERCPM text files.  Only MENURBBS and ENTERCPM are new, and
  29. ENTERCPM may be extracted from your existing RBBS source file to use.
  30.  
  31. Users running older versions of RBBS will have to edit their USERS
  32. file to replace the blanks between fields with semicolons and add a
  33. new field for the initial default password as follows:
  34.  
  35. JOE USER;ANYCITY, USA;DEFAULT
  36.  
  37. Be sure to us overwrite rather than insert mode to make these changes.
  38.  
  39. The only major drawback to bringing this program up in .COM file
  40. format is that you will not only need BASCOM and L80, but also a TPA
  41. of at least 54K to run L80.  Alternately, if you have access to
  42. PLINKII, you will not have a problem with linking this program.
  43.  
  44. You will also have to make some trivial mods to the source to
  45. customize it for you local implementation:
  46.  
  47. 1.  Change VERS1$ in line 190 to be your own system name.
  48.  
  49. 2.  Change SYS1$ and SYS2$ in line 200 to your (the SYSOP's) first and
  50. last name, respectively.
  51.  
  52. 3.  Change DSK$ in line 220 to the drive containing all the files read
  53. or used by RBBS.
  54.  
  55. 4.  Remove the REM in lines 890 and 7140 if you want RBBS to store the
  56. first four characters of the caller's last name beginning at 40H.
  57. This information may then be used by other programs, such as special
  58. versions of XMODEM, to log the caller's name in some file.
  59.  
  60. 5.  Change the value for the OUT statement in line 4290.  It is
  61. presently set up to output a zero in port 82H for a DCHayes modem
  62. addressed at 80H.
  63.  
  64. 6.  Change your PWDS file to add two new fields, ending up looking
  65. like the following format:
  66.  
  67. field1,field2,field3,field4
  68.  
  69. where:
  70.  
  71. field1 is the "first name" for direct entry to CP/M
  72.  
  73. field2 is the "last name" used for the SYSOP login
  74.  
  75. field3 is the "password" or answer to the prompt in field4 (or NOPASS,
  76. in which case no password is required of the user)
  77.  
  78. field4 is the prompt string that the user must answer to match field3.
  79.  
  80. Enjoy!
  81.  
  82. --Frank Wancho
  83.