home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / RATS121.ZIP / BETA.DOC < prev    next >
Encoding:
Text File  |  1991-12-09  |  10.5 KB  |  259 lines

  1.                          Motor City Software
  2.  
  3.                   RATS - Remote Access TimeBank V1.20
  4.  
  5.  ==============================================================================
  6.  
  7.                           Beta 1 - July 27/91
  8.                           -------------------
  9.  
  10.  * VERY IMPORTANT!!!  Before you run RATS V1.20 you MUST run the update
  11.    program.  If you are running a version of RATS prior to 1.00 then you
  12.    will be required to delete your RATSxx.CFG files. Reconfigure using
  13.    RATSCFG and then run 100to120 to update the RATS.DAT file.
  14.  
  15.    If you were running V1.0x then you may simply run 100to120.exe which
  16.    will convert all necessary files to the new format.
  17.  
  18.    PLEASE back up your RATS.DAT and *.CFG files just to be on the safe side!
  19.  
  20.  * All usernames are now stored in Upper/Lowercase.
  21.  
  22.  * RATS will now support up to 99 nodes.
  23.  
  24.  * Previous versions used FILE locking. This meant that the entire RATS.DAT
  25.    file was locked whenever it was written to. This would cause other nodes
  26.    to wait until it was unlocked before they could access it.
  27.    FILE locking has been removed, and RECORD locking is used instead. This is
  28.    much more reliable, and may (fingers crossed) fix the invalid data field
  29.    problems.
  30.  
  31.  
  32.  ------------------------------------------------------------------------------
  33.  
  34.                            Beta 2 - Aug 2/91
  35.                            -----------------
  36.  
  37.  * IMPORTANT!  Please Read this before installing the new beta, as you MUST
  38.    run the new RatsCfg.Exe to update new fields!
  39.  
  40.  * Fixed User Search. Was not matching partial names. This was a new bug in
  41.    beta 1
  42.  
  43.  * Fixed User Delete in Sysop Menu.
  44.  
  45.  * FINALLY!!!  The bug causing ERROR to show up in the data file 'should be'
  46.    fixed...  We finally got some good input as to what was causing this.
  47.  
  48.  * External Banking Support was writing users names in uppercase and creating
  49.    duplicate accounts. This is fixed.
  50.  
  51.  * Added Support for Maximum Time and Byte Balance. Make sure you run
  52.    RatsCfg.Exe to update these fields, or your users will LOSE their
  53.    deposits!
  54.  
  55.  * Completely rewrote RATSCFG.EXE  Basically it is pretty straightforward,
  56.    but when you are working with a configuration file, MAKE SURE you select
  57.    the configuration file before you start editing it. There are no command
  58.    line parameters for ratscfg any more.
  59.  
  60.  * RATSCFG now allows you to list, edit, delete, undelete, and purge the
  61.    user records. NOTE : You can only undelete BEFORE you purge. Once you
  62.    Purge, then all deleted users are gone for ever...
  63.  
  64. <*>PLEASE MAKE SURE YOU BACKUP YOUR RATS.DAT before testing these. I have
  65.    strived to release this version without bugs, but we all know, that doesnt
  66.    mean much!
  67.  
  68.  
  69. ------------------------------------------------------------------------------
  70.  
  71.                           Beta 3 - Aug 7/91
  72.                           -----------------
  73.  
  74.  * Fixed a bug when RATS would import an external bank file from another
  75.    door such as BlackJack for time etc, it would create a new user using
  76.    all uppercase letters even if the user was in the RATS.DAT file.
  77.  
  78.  * CTS handshaking was not being utilized... Fixed.
  79.  
  80.  * If Maximum Time and K-Byte Balance are set at 0, this is the same as
  81.    having NO Maximum Limits.  The way it was, if you forget to set a
  82.    Maximum, and left it to 0, it would ZERO out every user as they entered
  83.    the door.
  84.  
  85.  
  86. ------------------------------------------------------------------------------
  87.  
  88.                           Beta 4 - Aug 14/91
  89.                           ------------------
  90.  
  91.  * Beta 4 was never released except to my own BBS. Testing BankBook feature.
  92.  
  93.  
  94. ------------------------------------------------------------------------------
  95.  
  96.                           Beta 5 - Aug 27/91
  97.                           ------------------
  98.  
  99.  * Added Bank Book Feature. Every transaction is recorded in the bankbook
  100.    and the user may view his bankbook records for the last week.  RMU will
  101.    remove any entries more than 7 days old. Make sure you run RMU or the
  102.    BANKBOOK.DAT file will grow very large!
  103.  
  104.  * No other bugs have been reported so far. There is a little more to do in
  105.    RATSCFG, then it will be ready for release. Would appreciate any and all
  106.    comments you may have so far.
  107.  
  108.  
  109. ------------------------------------------------------------------------------
  110.  
  111.                           Beta 6 - Aug 30/91
  112.                           ------------------
  113.  
  114.  * RATSCFG now allows you to create 2 ascii text files. These are in the
  115.    reports section. These only work if RATS is registered.
  116.  
  117.    BankBook Records will create a file called BANKBOOK.RPT which will be
  118.    a complete list of all transactions that have occured in the last seven
  119.    days.
  120.  
  121.    User Balances will create a file called USERS.RPT which will list all
  122.    users and their current bank balances as well as the last date and time
  123.    they used the timebank.
  124.  
  125.  * The BankBook feature is now a feature for REGISTERED users only.
  126.  
  127.  * The Maximum Time and KByte Balance will not be configurable unless RATS
  128.    is registered. In an unregistered system, no limits may be set. It will
  129.    allow ANY amount of time or bytes to be banked. Note that the daily limits
  130.    are still imposed though.
  131.  
  132.  * In order to help track down problems with Exitinfo.bbs conversions from
  133.    QBBS and other Drop File problems, you may now set an environment
  134.    variable, SET JP_DEBUG=ON in your batch file. This will create a
  135.    log file called JP_DEBUG.LOG which will allow us to track down problems
  136.    much easier.  If RATS crashes when first loading, set this, and send us
  137.    the log file created, along with a brief description of your system, and
  138.    copies of your .cfg files and .dat files.
  139.  
  140. ------------------------------------------------------------------------------
  141.  
  142.                           Beta 7 - Sept 2/91
  143.                           ------------------
  144.  
  145.  * Sysop Menu would not match names for a Change operation. This has been
  146.    fixed.
  147.  
  148.  * Sysop Menu will now allow you to view Any or All users bankbook records.
  149.  
  150.  
  151. ------------------------------------------------------------------------------
  152.  
  153.                           Beta 8 - Sept 14/91
  154.                           -------------------
  155.  
  156.  This is the first release of RATS to the new beta group.  Please read
  157.  this entire document BEFORE you set up this version.
  158.  
  159.  * Cosmetic fixes...
  160.     - Withdraw, Deposit, and Purchase K-Bytes was causing the screen to
  161.       scroll up one. This has been fixed.
  162.     - Command Prompt at bottom of screen was showing options 1..8, now
  163.       shows options 1..9
  164.  
  165.  * Fixed problem where depositing time, or withdrawing time was throwing
  166.    the user back to the bbs.  This was because on a multi-node system, RATS
  167.    was looking for a dorinfo2.def etc rather than Dorinfo1.Def.
  168.  
  169.  * On a multi-node system, RATSCFG would say 'Saving RATS02.CFG' but was
  170.    actually saving RATS2.CFG  This has been fixed. Please load and save all
  171.    your RATS??.CFG files to make sure they are correct. You can then delete
  172.    the old one character node copy.  Example, if you have a RATS2.CFG and you
  173.    load it, and save it, then RATSCFG will save it as RATS02.CFG and you can
  174.    delete the RATS2.CFG file. RATS now expects it to be a 2 character node #.
  175.  
  176.    If you are NOT passing a node number on the command line to Rats, then you
  177.    will only need to have a RATS.CFG file, and it will not be saved with a
  178.    node number in it.
  179.  
  180.  * Due to a transposition in code, RMU would not remove bankbook records that
  181.    were 7 days old, but would wait 7 years!  Fixed...  <oops!>
  182.  
  183.  * Added the following Sysop-Keys valid while RATS is waiting for a command
  184.    to be entered :
  185.  
  186.      ALT-T   Send User Back To BBS.
  187.      ALT-C   Chat with user.  Escape to return to RATS.
  188.      ALT-H   Hang Up on Remote User.
  189.      ALT-J   Jump To DOS on local Console.
  190.  
  191.  
  192. ------------------------------------------------------------------------------
  193.  
  194.                           Beta 9 - Sept 24/91
  195.                           -------------------
  196.  
  197.  * Fixed a bug when you try to list bankbook records from sysop menu, and
  198.    you are not registered, it was not redrawing the transaction screen.
  199.  
  200.  * Turned OFF CTS checking on High Speed Modems to see if it stops RATS
  201.    from locking up. Please report any problems with lockups, or with users
  202.    getting garbage.  It would help if you can tell us the baud rate the user
  203.    is calling at, and what type of modem you have.
  204.  
  205.  * In RATScfg the minimum security level field was only allowing two
  206.    characters of input, but should allow you to input a number up to
  207.    64000  This is fixed.
  208.  
  209.  
  210. ------------------------------------------------------------------------------
  211.  
  212.                            Beta A - Oct 2/91
  213.                            -----------------
  214.  
  215.  * Added the ability to transfer K-Bytes to another user.
  216.  
  217.  * Changed the prompts to use Letters rather than numbers. This will make
  218.    it much easier for the users.
  219.  
  220.  * Removed 'Registered Only' feature requirements.  We have decided that
  221.    crippling the software will not help registrations. Therefore effective
  222.    with this version, all features are available whether you have registered
  223.    or not.
  224.  
  225. ------------------------------------------------------------------------------
  226.  
  227.                            Beta B - Oct 16/91
  228.                            ------------------
  229.  
  230.   * Sysop Menu - Delete Users, now allows you to quit.
  231.  
  232.   * More reported via the Status Line. F1 through F3 give stats, F9 shows
  233.     you keys for Chat, Drop To Dos etc, and F10 turns OFF the Status Line.
  234.     Any other F key will resume displaying the status line.
  235.  
  236.   * Should FINALLY have the lockup bug fixed. PLEASE report any lockups
  237.     immediately. Also state which fossil driver you use, and version.
  238.  
  239.   * This 'should' be the LAST beta...  Give it a good going over...  Report
  240.     ANY problems, even if you already reported it. I 'think' I have all
  241.     the bugs fixed.
  242.  
  243.  
  244. ------------------------------------------------------------------------------
  245.  
  246.                            Beta C - Nov 4/91
  247.                            -----------------
  248.  
  249.   NOTE:  Beta versions are NOT to be distributed!  Someone has made
  250.          Beta B available to others. This will only cause problems. If
  251.          we thought they were safe for general distribution, then we
  252.          would release them to everyone!
  253.  
  254.   * The error log was reporting the wrong errors.  This has been fixed.
  255.  
  256.   * View BankBook was causing the More prompt to show up in the wrong places.
  257.     Fixed.
  258.  
  259.