home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_door / dbill50.arj / HISTORY.TXT < prev    next >
Text File  |  1992-04-20  |  21KB  |  436 lines

  1.  
  2.                       VERSION/UPDATE HISTORY FOR DOORBILL
  3.                       ===================================
  4.  
  5. Version 5.0
  6. -----------
  7. (04-20-92)
  8.   Finally figured out how to make DoorBill switch back to it's home directory
  9.  after a drop to DOS (F5 key)!  Previously, if you dropped to DOS and then
  10.  switched directories or drives, then EXITed back to DoorBill, you would get
  11.  a blank menu when you hit ENTER since it was trying to re-read the data files
  12.  which weren't in the current directory anymore.
  13.  
  14. (04-12-92)
  15.   Major upgrade time! Expanded the Command Lines in the Door screens from
  16.  50 characters to 70 characters each. And you now have 15 lines to work with
  17.  rather than 10.
  18.  
  19.   You may now configure what the menus will look like.  You have a choice of
  20.  20 border styles displayed in any color you wish. The Category Menu and the
  21.  Doors Menu are separately configurable.
  22.  
  23.   Another new addition is the ability to lock any door or DoorBill itself by
  24.  time of day.  You may specify up to 2 different periods during the day.
  25.  
  26.   You may now specify whether a Door is multi-node compatible or not.  If
  27.  you flag a Door with an N in this field, DoorBill will lock that Door
  28.  while a caller is accessing it.  Other callers trying to open the Door
  29.  will be notified that the Door is currently in use and to try again later.
  30.  
  31.   For non-PCBoard systems, when you choose P in the Conversion field, 
  32.  DoorBill now creates PCBOARD.SYS, USERS, and PCBOARD.DAT instead of just
  33.  PCBOARD.SYS.  This parameter is ignored on PCBoard systems (you already
  34.  have the files, why create them again?!).  Consequently, DUMMYPCB.ZIP
  35.  (which contained USERS and PCBOARD.DAT) has been removed from the .ZIP file.
  36.  
  37.   Added a Time Limit field for each Door. If this field is non-zero, DoorBill
  38.  will limit the callers time to the number of minutes in the Time Limit field
  39.  or to the number of minutes left on the BBS, whichever is less.
  40.  
  41.   Added the Prolog and Epilog fields. The Prolog field is for sending an
  42.  ANSI or ASCII screen before the Door runs. The Epilog field is the same
  43.  except it sends the screen file after the Door finishes. The filename of
  44.  the screen file must not contain an extension! If you have both ANSI
  45.  and ASCII screens, enter the ASCII screen filename which must be no more
  46.  than 7 letters as DoorBill will tack a G on the end for the ANSI file.
  47.  For example, your ASCII screen is SCREEN1 so DoorBill will look for
  48.  SCREEN1G as the ANSI filename. DoorBill would ignore a filename of
  49.  SCREEN1.ANS, etc. Which screen gets sent is determined by the callers
  50.  ANSI.SYS compatibility.
  51.  
  52.   Finally removed the COMLOCK parameter from the Categories Screen and the
  53.  program has been deleted from the .ZIP file.  The program was a poor attempt
  54.  at best.  If you need a port (un)locker, I recommend FORCE381.EXE.  You can
  55.  download it from MicroNet as FORCE38.ZIP.
  56.  
  57. Version 4.3
  58. -----------
  59. (03-21-92)
  60.   DoorBill can now use of the IRQ environment variable. For example, instead
  61.  of DOORBILL DOORBILL.CFG /5 you can use DOORBILL DOORBILL.CFG /%IRQ%
  62.  (provided you have used SET IRQ=x to set the environment variable).
  63.  
  64.   Have no idea how this one slipped by for so long but there was a slight
  65.  problem reading the location of DORINFOx.DEF. Fixed and working.
  66.  
  67. (03-19-92)
  68.   DoorBill will now recognize the PCBoard %PCBDRIVE% and %PCBDIR%
  69.  environment variables. For example, if your path to PCBOARD.SYS is
  70.  C:\PCB\PCBOARD.SYS, you can use %PCBDRIVE%%PCBDIR%\PCBOARD.SYS instead
  71.  and DoorBill will substitute the drive and directory. This allows multi-
  72.  node systems to use just one DOORBILL.CFG even if the paths are different
  73.  for each node!
  74.  
  75. (03-18-92)
  76.   Guess again! I used a routine from the PBClone library to test if the
  77.  printer was online and ready. Seems it doesn't work to well since it
  78.  always returned a zero indicating the printer is offline. So it's back to
  79.  the drawing board with a routine of my own. This one seems to work as
  80.  it should (where have I heard that before!).
  81.  
  82. (03-05-92)
  83.   Looks like an error in the printer routine finally surfaced! Hard to
  84.  believe no one has stumbled on this one since it has been in place since
  85.  the early days of DoorBill. If you run PCBoard and have the printer toggled
  86.  on with no printer attached, you got a Device Fault error and the error
  87.  routine didn't trap it. Anyway, all fixed and ready to go now.
  88.  
  89. Version 4.2
  90. -----------
  91. (02-27-92)
  92.   For those of you running more than 1 node you may now run multiple .DAT
  93.  and .CNF files from the same directory. Just pass the filename when
  94.  calling DoorBill. For example, on a 2 node system you might call
  95.  the files DBILL1.CNF, DBILL2.CNF, DBILL1.DAT, and DBILL2.DAT.
  96.  For Node 1 your command line would be:
  97.  
  98.    DOORBILL DOORBILL.CFG CNF:DBILL1.CNF DAT:DBILL1.DAT
  99.  
  100.  and for Node 2:
  101.  
  102.    DOORBILL DOORBILL.CFG CNF:DBILL2.CNF DAT:DBILL2.DAT
  103.  
  104.  If you do not specify the CNF: or DAT: parameters, they will default
  105.  to DOORBILL.CNF and DOORBILL.DAT. 
  106.  
  107. Version 4.1
  108. -----------
  109. (02-24-92)
  110.   Fixed a bug in the Categories screen. When creating a the screen from
  111.  scratch it would go haywire on the Text and Border fields. I'm suprised
  112.  no one has reported that since it has been like that for 6 months!
  113.  
  114. (02-09-92)
  115.   Fixed a potential problem with the backspace locking the system in local
  116.  mode. That and the new BBS number and address for MicroNet are the only
  117.  changes so far for this version number.
  118.  
  119. Version 4.0
  120. -----------
  121. (10-19-91)
  122.   Fixed a couple of problems in writing CALLINFO.BBS having to do with the
  123.  time left and the total download bytes available.
  124.  
  125. (09-19-91)
  126.   Added Node number parameter for GT BBS systems. If you are running under
  127.  a network, such as Lantastic, put the node number on line 6 of the .CFG
  128.  file (which means your registration number goes on line 7!).
  129.  NOTE: This is for GT systems ONLY!
  130.  
  131. (09-02-91)
  132.   Since I have had a few requests to make the menu colors configurable, I
  133.  have added that feature. There are 2 new fields in DBUTIL. One for the
  134.  border color of the menus and one for the text. The colors range from 1
  135.  to 15 (see DOORBILL.DOC).
  136.  
  137. (08-25-91)
  138.   As per recommendations from Mustang Software, DoorBill no longer writes
  139.  USERINFO.DAT. It still updates the DOOR.SYS file, however.
  140.  
  141. (08-15-91)
  142.   Seems when I made the changes for 3.6 and 3.7 (which necessitated some
  143.  field changes), I neglected to also change the conversion routine for
  144.  versions 2.6 and below. Shouldn't affect too many of you but if it did
  145.  you would end up with a trashed .CNF file! Ouch!
  146.  
  147.  
  148. Version 3.9 (07-15-91)
  149. ----------------------
  150.   The folks at Mustang finally discovered the 52-line DOOR.SYS and have gone
  151.  to that format. Disregard the instructions for v3.8! Just put the path to
  152.  USERINFO.DAT on line 1 of the .CFG (forget about line 5 mentioned below).
  153.   Fixed an obscure bug that would, in certain instances, not display the
  154.  Categories above #9. And while I was at it, I installed a paging feature.
  155.  If you have more than 14 Categories or Doors listed, DoorBill will display
  156.  them in 2 pages. There will be an additional 'P] Page x' option on the menu.
  157.   And just for fun I optimized the code a little more and shaved about 2.5K
  158.  of the .EXE file!
  159.  
  160. Version 3.8 (06-17-91)
  161. ----------------------
  162.   Added support for Wildcat! v3.0! This version of Wildcat! started using the
  163.  DOOR.SYS format, however, it is the old 31 line version (as opposed to the
  164.  PCBoard/GAP 52 line version). DoorBill will know the difference (I hope!).
  165.  WildCat v3.0+ users must put the full pathname to the USERINFO.DAT on line
  166.  5 of the .CFG file. If you have registered DoorBill, your registration number
  167.  now goes on line 6.
  168.  
  169. Version 3.7 (05-20-91)
  170. ----------------------
  171.   Added an option to write a log file (DOORBILL.LOG). This option is available
  172.  to all systems. If you are running PCBoard, DoorBill will write to both the
  173.  CALLER log (automatic) and to DOORBILL.LOG (optional). This option defaults
  174.  to Y so if you do not wish to create a log file, you must place an N in the
  175.  second field in DBUTIL.
  176.   Expanded the G] Goodbye command to include all systems (not just PCBoard).
  177.   Fixed a problem with time remaining on GT systems. Also changed the Level
  178.  calculations for GT so they should hopefully be straightened out now.
  179.  
  180. Version 3.6 (04-12-91)
  181. ----------------------
  182.   Made the G]oodbye command for PCBoard systems configurable. This field
  183.  replaces the BBS directory field in DBUTIL. The default is "Y" so if you
  184.  wish to disable it, you must insert an "N" in this field. Otherwise, no
  185.  action is required on your part.
  186.   Fixed an overflow problem in one of the date routines.
  187.   Completely reworked the offending date routine so we should be back on
  188.  track now. I apologize for any problems the overflow error may have caused.
  189.  
  190. Version 3.5 (03-25-91)
  191. ----------------------
  192.   Added PCBOARD.SYS conversion for non-PCBoard systems. This will create the
  193.  PCBOARD.SYS file only. Dummy PCBOARD.DAT and USERS are included in the file
  194.  DUMMYPCB.ZIP if your Door requires these files.
  195.   Added support for non-standard COM port IRQ's (other than IRQ3 and IRQ4).
  196.  See the docs on how to activate and use a non-standard IRQ.
  197.  
  198. Version 3.4 (02-25-91)
  199. ----------------------
  200.   Added the conversion for DOOR.SYS doors so you can now run GAP doors
  201.  without the need for an external converter. This means we have a new DBUTIL.
  202.  The version number is 3.4 to match this version of DoorBill.
  203.   Added the conversion for SFDOORS.DAT which gives you the ability to run
  204.  Spitfire doors without a converter.
  205.   Added support for WWIV so hopefully DoorBill will now run on those systems.
  206.  Also added the WWIV Doors conversion so non-WWIV systems can run WWIV doors.
  207.  This is untested - any of you WWIV Sysops care to report back to me on how it
  208.  performs?
  209.   Added support for GT Power systems. DoorBill will read GTUSER.BBS and that's
  210.  it. It does not update any files on a GT system. This is untested so there
  211.  may be some bugs in the routine.
  212.   Fixed a problem in the DORINFO routine. It was writing COM1 for a Local
  213.  logon instead of COM0.
  214.  
  215. Version 3.3 (02-11-91)
  216. ----------------------
  217.   Added support for SFDOORS.DAT so Spitfire BBS systems can now run DoorBill.
  218.   Changed the color switch to default to the BBS setting. Also added a
  219.  generic menu border made up of keyboard characters rather than the IBM
  220.  extended ASCII characters for those unfortunate souls who haven't discovered
  221.  ANSI.SYS yet. What this means is you MUST have the Detect ANSI switch set
  222.  in DBUTIL to "Y" to display color menus. If it is set to "N" then all you
  223.  get is the generic menus. When set to "Y" you get the extended characters
  224.  and the color defaults to the BBS setting.
  225.   You can now run multiple nodes from the same DoorBill directory. Just make
  226.  sure that the paths you enter in DBUTIL are exactly the same for each node
  227.  that is to share the files. This will also apply to the Door's .CFG file.
  228.  You will need to change the DOORBILL batch file (see the sample DOORBILL
  229.  file for differences). For example, the BILLRUN.BAT file is now called
  230.  DBRUNx.BAT where x is the Node number.
  231.   Fixed an error in the CALLINFO.BBS routine where it would not write the
  232.  file in some cases. Also updated it to write the 36 line CALLINFO instead
  233.  of the old 30 line.
  234.   Had a report that the DBRUNx.BAT and DBILLx.TIM files on single node
  235.  systems were being written with 0 as the node number instead of node 1
  236.  as they should be. Fixed!
  237.   Tweaked the printer routine some more. Took the CR/LF out so that should
  238.  eliminate the blank lines. I neglected to send the entry to the printer
  239.  when the caller logged off from DoorBill so that has been added also.
  240.  
  241. Version 3.2 (12-13-90)
  242. ----------------------
  243.   Added support for PCBoard 14.5's USERS.SYS file! The main advantage is
  244.  that any changes in Time or Level are now passed back to PCBoard. Also,
  245.  the Call Waiting screen is updated when the caller logs off from DoorBill.
  246.  
  247. Version 3.1 (12-07-90)
  248. ----------------------
  249.   Hooray! Finally fixed that pesky midnight time problem where the caller
  250.  would get a time expired message if he logged on the BBS before midnight 
  251.  and entered DoorBill after midnight.
  252.   Added the Help command. It's not much but will let callers know that
  253.  command stacking is available.
  254.   The Goodbye command didn't work anywhere but at the Category menu. Fixed.
  255.  
  256. Version 3.0 (11-26-90)
  257. ----------------------
  258.   Fixed a problem with the display routines where no line feeds would be
  259.  sent if the local display was toggled off.
  260.   Added CALLINFO.BBS support so DoorBill can now run on Wildcat! systems!
  261.   Added the Goodbye command so users can now log off from DoorBill however,
  262.  this option is only available when running under PCBOARD.
  263.   Fixed a problem when running under PCBoard where DoorBill was writing the
  264.  callers elapsed time to the USER log. Thats' fine but it was inaccurate! It
  265.  now only updates USERS if the caller logs off from DoorBill.
  266.  
  267. Version 2.9 (10-26-90)
  268. -----------------------
  269.   Since a couple of Sysops expressed concern about the automatic ANSI
  270.  detection, I have made this configurable in DBUTIL. The default is 
  271.  ON (Y). If you want to turn it off just put an N in the Auto-ANSI field.
  272.   Added the ability to stack commands from the PCBoard prompt! (Here ya
  273.  are Chuck!) The format is:
  274.  
  275.  .... Command? OPEN 1 1;3 2;5 5;1 B Q
  276.  
  277.  This would OPEN Door #1 (DoorBill), select Category 1 - Door 3 and run the
  278.  door. When that door is finished DoorBill reloads (so it can check carrier
  279.  etc.) then selects Category 2 - Door 5, and so on. After all the doors have
  280.  ran, DoorBill reloads and displays the Bulletin Menu then exits to PCBoard.
  281.  If the caller enters either an invalid Category number or Door number, an
  282.  error message is displayed and DoorBill goes on to the next parameter. 
  283.  NOTE: This option only works with PCBoard!
  284.  
  285. Version 2.8 (10-22-90)
  286. ----------------------
  287.   DoorBill now provides a conversion for DORINFO1.DEF and CALLINFO.BBS!
  288.  There is a new field at the bottom of the Door entry screens in DBUTIL.
  289.  Just place a D for DORINFO1.DEF conversion or a C for CALLINFO.BBS in that
  290.  field and DoorBill will write the appropriate conversion file in the door's
  291.  directory.
  292.   Fixed a problem with the chat routine and the backspace introduced in
  293.  the conversion to BIOS screen writes.
  294.  
  295. Version 2.7 (10-20-90)
  296. ----------------------
  297.   Added auto-ANSI detection! If the caller has ANSI capability, DoorBill
  298.  will switch to Graphics mode regardless of his setting on the BBS. This
  299.  does not change the BBS setting. Right now auto-ANSI detection is not
  300.  configurable. Please let me know if you would like it to be.
  301.   Added Up:Dn to the Status line which indicates uploads and downloads.
  302.   Fiddled with the Sort routine in DBUTIL since it wasn't quite right.
  303.  Hopefully it will sort ALL the doors now!
  304.   Changed the local screen printing from Direct Screen Writes to BIOS
  305.  screen writes which should solve the problems with bleed thru for those
  306.  of you using DesqView (I hope!).
  307.   Added 2 shortcuts to the menus:
  308.    1. If you hit any key while any of the menus are printing, it will stop
  309.       and prompt you with 'Yes? '. This way you do not have to sit thru
  310.       the whole menu if you know which number you want.
  311.    2. You are now able to bypass the second menu altogether! For instance
  312.       if you want to enter Category 3 and Door 5 of that category, you
  313.       can now type 3;5. The delimiter must be a semi-colon (;).
  314.  
  315. Version 2.6 (10-04-90)
  316. ----------------------
  317.   DoorBill is now DOOR.SYS compatible! This entailed some changes in
  318.  DBUTIL as well as DoorBill. The DOORBILL.CNF file has changed with this
  319.  version and must be converted. Never fear, the conversion is automatic.
  320.  Both DoorBill and DBUTIL will detect the older format and do it's thing.
  321.  You won't even know it is happening!
  322.   You no longer need to enter the path to PCBOARD.DAT in DBUTIL.
  323.   The fields for the Doors BLT Menu and BLT.LST are now 25 characters
  324.  instead of 20 and the BBS DIR field has shrunk from 30 characters to 25.
  325.   The DOOR.SYS version is pretty much like the PCBoard one except you do
  326.  not have the ALT-N (Sysop next on) and ALT-X (exit to DOS) options while
  327.  in DoorBill.
  328.   The Bulletin of your Categories and Doors that DBUTIL creates has been
  329.  changed to make ASCII and ANSI files instead of the PCBoard @X files.
  330.  
  331. Version 2.5 (09-30-90)
  332. ----------------------
  333.   Added Sort option to DBUTIL. This option will sort all Doors in all
  334.  Categories and put them in alphabetical order. (Pretty quick too!)  
  335.  
  336. Version 2.5 (09-21-90)
  337. ----------------------
  338.   Fixed the CHAT MODE routines so the user gets credit for any time
  339.  spent in CHAT with the Sysop.
  340.   Changed the Status Line Help Menu key from ALT-H to HOME for reasons
  341.  to complicated to go into here.
  342.   The Bulletin option now displays both ASCII and ANSI bulletins.
  343.  
  344. Version 2.4 (09-14-90)
  345. ----------------------
  346.   Fixed a bug in the time routines. If a caller logged on just before 
  347.  midnight and entered DoorBill after midnight, it wasn't calculating
  348.  his time correctly and would kick him out with a 'time expired'.
  349.   Added option for the Sysop to Shell to DBUTIL.
  350.   Added Doors Bulletin viewing ability! If you enable this, the user
  351.  can now list your Doors Bulletins from within DoorBill.
  352.   Added the user's time left to the menu prompts.
  353.  
  354. Version 2.3 (09-02-90)
  355. ----------------------
  356.   Think I finally solved the lock-up problems some Sysops were having. The
  357.  problem stemmed from a sub-routine that checked for the existance of a
  358.  file. Took that out and put another routine in it's place which should
  359.  solve the problem. (later note: Nope, that didn't fix it!)
  360.  
  361. Version 2.2 (08-24-90)
  362. ----------------------
  363.   Added the MOVE command to DBUTIL. Changed the DoorBill version number so
  364.  we can keep the version numbers in sync.
  365.  
  366. Version 2.1g (08-22-90)
  367. -----------------------
  368.   Made some adjustments to the COM routines in COMLOCK and DoorBill. COMLOCK
  369.  wasn't picking up the HST 38400 parameter correctly.
  370.   Fixed a bug in the CHAT mode. If you stayed in CHAT longer than 5 minutes,
  371.  when you came out DoorBill would kick the caller back to the BBS with a
  372.  'Keyboard timeout' error.
  373.  
  374. Version 2.1f (08-20-90)
  375. -----------------------
  376.   Had some reports of 'Out of String Space' errors so I cleared out a bit
  377.  more for this update.
  378.  
  379. Version 2.1e (08-16-90)
  380. -----------------------
  381.   Ok, I got it this time (I really do!). These time calculations are giving me
  382.  a fit! Finally solved it by ignoring PCBOARD.SYS altogether and writing a
  383.  file just for time keeping. 
  384.  
  385. Version 2.1d (08-16-90)
  386. -----------------------
  387.   Thought I had the timing routines fixed but did not. Time calculations kept
  388.  getting screwed up due to the fact that some doors update PCBOARD.SYS with
  389.  the time remaining and some do not. I THINK it is fixed now.
  390.   Fixed a bug in the CHAT routine. It would give a Keyboard Timeout error 
  391.  after 5 minutes even though keyboard input was going on the whole time.
  392.  
  393. Version 2.1c (08-14-90)
  394. -----------------------
  395.   Fixed a bug in the security routines where DoorBill would allow a caller
  396.  with a level less than that specified would be allowed to see and enter
  397.  categories he shouldn't have.
  398.  
  399. Version 2.1b (08-10-90)
  400. -----------------------
  401.  Added logic so DoorBill would know a little earlier when a caller had logged 
  402.  off while inside a door. 
  403.  
  404. Version 2.1a (08-08-90)
  405. -----------------------
  406.   Fixed a bug in the timing routines. If a caller logged on close to the event 
  407.  and he had already been on previously that day, DoorBill would sometimes 
  408.  figure his time wrong and kick him out with a 'Time Expired' message even 
  409.  though he had plenty of time left.
  410.   Added Bulletin creator to DBUTIL.
  411.  
  412. Version 2.1  (08-06-90)
  413. -----------------------
  414.  Quite a few improvements over v1.1! 
  415.  Added full screen editor in DBUTIL.
  416.  Added security levels for the categories.
  417.  Added locks based on callers baud rate.
  418.  Expanded COMLOCK to include 9600, 19200 and 38400 baud.
  419.  Added insert and delete options to category and door screens.
  420.  
  421. Version 2.0
  422. -----------
  423.  Development and Alpha test version. Not released.
  424.  
  425. Version 1.1
  426. -----------
  427.  First public release.
  428.  
  429. Version 1.0
  430. -----------
  431.  Development and Alpha test version. Not released.
  432.  
  433.  
  434.  
  435.  
  436.