home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / bbs / gotcha14 / updates.txt < prev   
Text File  |  1994-04-05  |  6KB  |  155 lines

  1. Updates Since V1.00         GOTCHA.PRG
  2. ===================
  3.  
  4. V1.00  - Bug with rebuilding table after userbase change. Wouldnt
  5.         delete users after a userbase pack.
  6.  
  7.        - Didnt update the users security properly (added more points!!)
  8.  
  9.        - GOTCHA.TAB didn't write out properly.
  10.  
  11. V1.01a - Fixed GOTCHA.TAB bug. Wrote new routines for table
  12.          rebuilding. Now works fine.
  13.  
  14.        - Sorting of table and details speeded up by reading the whole
  15.          of the table and userbase into memory and sorting in ram.
  16.          Speed increase of about 55%!!
  17.  
  18.        - Added logging arrangements.
  19.  
  20.  
  21. V1.01b - Fixed security update bug. Ironed out some bugs in the
  22.          logging. Now logs any system errors into the logfile.
  23.  
  24.          Bug in finding GOTCHA.TAB. Defaults to normal working
  25.          directory!
  26.  
  27. v1.02 - First Beta Version sent to Mark Williams at Nickleodeon.
  28.  
  29. v1.11 - 1st Beta Bug Fix and Additions.
  30.  
  31. Mark Williams.
  32. ==============
  33.         Bug in output of message file printed a '1' character at end.Fixed.
  34.  
  35.         Added dropped carrier count in message printing.
  36.  
  37.         Added option to switch off any action in CFG file (by setting delay
  38.         to zero.)
  39.  
  40. v1.12 - Log file bug (Reported wrong security drop.) Fixed. (Mark Williams)
  41.  
  42.       - Taken out carrier count because it bombed!!!
  43.  
  44.       - Fixed another logfile bug (Time of rebuild didnt show correctly)
  45.  
  46.       - Added facility to bypass GOTCHA using a program DONTDOIT.PRG (
  47.         for some games like ST-Ing which hang users up, or for use in
  48.         a DOR file for new user (ie if a new user is online, writes out
  49.         a protection file so that they dont get continues messages..)
  50.  
  51. v1.13b- Fixed problem with LASTUSER.LOG. If there is no LASTUSER.LOG, Gotcha
  52.         assumes that the user either dropped carrier before logon, or an
  53.         error has occurred and quits cleanly..
  54.  
  55.       - Added different message for each action. Config lines for actions
  56.         now consist of the following :
  57.  
  58.         REDUCE_SECURITY,10,3,H:\GOTCHA\SECURITY.TXT
  59.  
  60.         SET_FLAG,A1,5,D:\GOTCHA\SET_TEXT.TXT
  61.  
  62.         DEL_FLAG,A3,6,H:\GOTCHA\DEL_TXT.TXT
  63.  
  64.         WRITE_NOTE,1,H:\GOTCHA\MESSAGE.TXT
  65.  
  66.         .... where the new entry is a text file to be printed when action
  67.         is taken...
  68.         YOU MUST SPECIFY A FILE NAME FOR EACH ACTION. It is compulsary.
  69.         however, you can specify the same file for more than one action.
  70.  
  71.  
  72.      - Cleaned up logfile. Now reports any system errors.
  73.  
  74.      - Reduced screen information to minimum. Now displays essentials and
  75.        errors only. Logfile carries full report now, and has been cleaned
  76.        up considerably!
  77.  
  78.      - Extra error trapping for non-existant and corrupted files. Gotcha
  79.        now reports errors in GOTCHA.TAB (rebuilds index) GOTCHA.CFG (clean
  80.        exit). If a file doesnt exist this is reported.
  81.  
  82.  
  83. v1.13- First Release Version
  84.  
  85. v1.14- Fixed LASTUSER.LOG deleting bug by removing the routine <grin>.
  86.        It's easier if the renaming or deleting of the LASTUSER.LOG
  87.        after a user has logged off in the Batch File.
  88.  
  89.                             GOTCHA EDITOR
  90.                             =============
  91.  
  92. V1.00 - Wont write out ASCII table for sysop. - Sorted now...
  93.  
  94. V1.01 - If sysop resets users total to 0, editor now asks if the message
  95.         should be deleted.
  96.  
  97. V1.02 - Bug From Mark Williams - Won't print out full list of people who
  98.         dropped carrier.. TOS version incompat.. Added new routine to check
  99.  
  100.       - Added HotKey on Main Menu.
  101.  
  102.                              DONTDOIT.PRG
  103.                              ============
  104.  
  105. v1.00   - Written first for Gotcha v1.12beta. Writes out a file in QBBS
  106.           directory for checking...
  107.  
  108.  
  109.                              KILL_MSG.PRG
  110.                              ============
  111.  
  112. v1.00   - Run this in your welcome door if you need to. It basically reads
  113.           the DORINFO1.DEF File (which has the user number in it) and
  114.           deletes the USER???.ASC message written. Requested by Mark
  115.           Williams to allow sysops who dont check the BBS regular to
  116.           automatically delete the message after the user has read it..
  117.  
  118.  
  119.                       REBUILD.PRG
  120.                       ===========
  121.  
  122. Just another little speed up utility. It was suggested that if no-one
  123. drops carrier for a while, and yet new users were logging on in the
  124. drones, that the rebuild that occurs inside Gotcha, would delay the
  125. time between the logoff and the front end being ready for the next
  126. call. Therefore, the rebuild is now available in a seperate program
  127. which should be run from the same folder as GOTCHA.PRG/CFG. This keeps
  128. the table up-to date, even though smaller rebuilds will still take
  129. place in GOTCHA itself.. Just run REBUILD.PRG in an event from your
  130. mailer or something.
  131.  
  132.  
  133.  
  134. FUTURE UPDATES...
  135. -=-=-=-=-=-=-=-=-
  136.  
  137. When the new structure dox come, -
  138.  
  139.         - Writes out message depending on graphic mode.
  140.         - Extra Action for ACCOUNT.
  141.         - Faster config files and table.
  142.         - ASCII file read routine to quit GOTCHA without action for
  143.           certain users (such as new users or people having trouble with
  144.           modems that cause a lot of DC's..)
  145.  
  146. For Registered released..
  147. -=-=-=-=-=-=-=-=-=-=-=-=-
  148.  
  149.         - Full GEM editor and Config Program.
  150.         - Write messages in NetMail for Sysop to read offline.
  151.         - Date/Time stamp in table to reset table after a certain amount
  152.           of days.
  153.         - User Charts and Stats creation for users to read online.
  154.  
  155.