home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / ADOPT33.ZIP / ADOPT.HIS < prev    next >
Text File  |  1995-01-20  |  6KB  |  163 lines

  1. 01/20/94
  2.         [v3.3]  Eliminated the 'ANSI not detected....' message since there are
  3.                 a few communications packages out there that give off their
  4.                 own type of ANSI.
  5.  
  6.                 If using the TRIBBS.SYS system file, the door always presented
  7.                 the opening screen in black and white. Will now be presented
  8.                 in color.
  9.  
  10.                 The Door knows that the caller is the Sysop, if the caller is
  11.                 record #1 in the BBS' user database. The BBS software passes
  12.                 that record number to the door via the system file. Some BBS
  13.                 software does not pass the actual record number but passes a
  14.                 relative number (ie: record #1 is passed as record #0). If the
  15.                 number being passsed is 0, the Door will not know it is the
  16.                 Sysop calling. We will now recognize the caller as the Sysop
  17.                 if their record number is 0 or 1.
  18.  
  19.  
  20. 08/24/94
  21.          [3.2] Bad compile caused v3.1 to hang....
  22.  
  23. 08/05/94
  24.          [3.1] Made some changes to colors and displays.
  25.  
  26. 06/19/93
  27.          [3.0] Now Supports the PCBoard /M version
  28.  
  29. 01/02/93
  30.          [2.9]  Not recognizing security levels, entered in the CFG file,
  31.                 that should not be shown the Adopt-A-Door screen.
  32.  
  33.                 If you entered 'none' in the CFG file in lowercase the
  34.                 program would generate a file not found.
  35.  
  36. 12/15/92
  37.          [2.8]  Added support for Multi-port cards using a Fossil driver
  38.  
  39.                 BRUN45.EXE is no longer required
  40.  
  41.                 Removed the restriction whereby the Sysop would not see the
  42.                 Display ad... there was no way to 'locally' test the adopt
  43.                 screen layout.
  44.  
  45. 10/10/92
  46.          [v2.7] Added support for TRIBBS software. We now access the
  47.                 TRIBBS.SYS system file directly!
  48.  
  49. 05/28/92
  50.          [v2.6] You can now use an environmental variable for Non-Standard
  51.                 IRQs. This will eliminate the need to have multiple batch
  52.                 files to execute the door. See DOCs under NON-STANDARD COM
  53.                 SUPPORT for details.
  54.  
  55.                 You can now use environmental variables, on the first line
  56.                 of the configuration file. This will eliminate the requirement
  57.                 that you create an individual configuration file for each node
  58.                 in a multinode environment (ONE config file for ALL nodes!!).
  59.                 See DOCs under MULTI-NODE SETUP for details.
  60.  
  61.                 Made some changes to fix the TIMEOUT errors encountered
  62.                 when usinga 486 with/without DesqView. Need feedback !!
  63.  
  64.                 Made some changes to correct the Error #6 (Overflow Error)
  65.                 when using SpitFire version 3.2/SFDOORS.DAT. I need some
  66.                 feedback on this one as well!
  67.  
  68.                 Added support for GT Power's GTUSER.BBS file. To use this
  69.                 you will be required to add to lines to your configuration
  70.                 files. Please see Docs for changes. Need some feedback on
  71.                 this as well!
  72.  
  73.                 If ADOPT detects that the Sysop is using the ADOPT door
  74.                 and that ADOPT is registered, it will exit ADOPT-A-Door.
  75.  
  76.                 You can now define up to 10 security levels that will be
  77.                 checked against the callers security level. If a match is
  78.                 made, then the Adopt-A-Door will be bypassed.
  79.                    ( REQUIRES a CFG file CHANGE!! )
  80.  
  81. 11/13/91
  82.          [v2.5] The number of seconds to keep the message on the screen,
  83.                 in the registered version, was being reset to 5 seconds
  84.                 as a minimum. So if you set the configuration file
  85.                 variable to 1 second, the program would set it to 5 sec.
  86.  
  87. 10/17/91
  88.          [v2.4] Changes to internal routines.
  89.  
  90. 07/18/91
  91.          [v2.3] If ANSI not detected, caller has option to contimue or
  92.                 return to BBS. No longer denies access to game, outright!
  93.  
  94.                 Added support for Wildcat! v3.0 (See Docs.. Config file!)
  95.  
  96.                 Added support for WWIV BBS' (See Docs.. Config file [untested])
  97.  
  98. 05/31/91
  99.          [v2.2] Added support for non-standard IRQ numbers (other than
  100.                 IRQ3/IRQ4). See docs for implementation.
  101.  
  102. 03/24/91
  103.          [v2.1] When using DORINFOx.DEF, the door would stop at the start
  104.                 of the game and require a key press to continue.
  105.  
  106.                 When using DORINFOx.DEF, the BBS NAME was not being picked
  107.                 up from the configuration file and was not picking up the
  108.                 correct NODE number from the configuration file.
  109.  
  110. 03/10/91
  111.          [v2.0] Several problems related to the use of DORINFOx.DEF
  112.                 have been corrected.
  113.  
  114. 02/16/91
  115.          [v1.9] "Option" value will be forced to a "1", in the
  116.                 unregistered versions, regardless of what value is entered.
  117.  
  118. 02/08/91
  119.          [v1.8] Internal routine changes.
  120.  
  121.  
  122. 01/13/91
  123.          [v1.7] Added error trapping routine.
  124.  
  125.  
  126. 01/01/91
  127.          [v1.6] Several internal programming changes.
  128.  
  129.  
  130. 12/29/90
  131.          [v1.5] Various changes and restrictions both internal and external.
  132.  
  133.  
  134. 12/01/90
  135.          [v1.4] Was not recognizing DORINFOx.DEF file -Fixed
  136.  
  137.                 Not handling midnight time change properly - Fixed
  138.  
  139.                 Several cosmetic changes
  140.  
  141. 11/27/90 [v1.3]
  142.                 Now supports DOOR.SYS, CALLINFO.BBS, DORINFOx,DEF and
  143.                 CALLINFO.BBS in addition to PCBOARD.SYS
  144.  
  145.                 Config file change... see Docs!
  146.  
  147. 10/30/90
  148.          [v1.2] Program re-written with a new set of routines to eliminate
  149.                 the occasional system "hangs" being reported.
  150.  
  151.                 Added the ability to configure the delay time used when
  152.                 displaying the message box.
  153.  
  154.                 NOTE: Config file format has changed....please READ DOCs!!
  155.  
  156.  
  157. 10/27/90
  158.          [v1.1] Added option to change the ASCII border character, in CNF file
  159.  
  160. 10/26/90
  161.          [v1.0] Initial release
  162.  
  163.