home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / qbbsetc / vd125r.lzh / RELEASE.DOC < prev    next >
Text File  |  1991-05-01  |  5KB  |  144 lines

  1. 1.25
  2. ----
  3.   1) Cleaned up dupe phone number problems.
  4.  
  5. 1.18b
  6. -----
  7.   1) More Log cleanup.
  8.  
  9.   2) Added TWIT mode and TwitLine descriptor to vd.cfg.
  10.  
  11.  
  12. 1.17b
  13. -----
  14.   1) Fixed oversight in OFFHOOK and ONHOOK descriptors.  Both now
  15.      support the '|' for an optional Carriage Return after the
  16.      strings.  Before the CR was HardCoded!
  17.  
  18.   2) Made using a log optional by leaving out 'LogPath' descriptor
  19.      in Vd.Cfg.
  20.  
  21.   3) Added the 'LogStyle' descriptor to Vd.Cfg to allow use of the
  22.      Binkley/Opus or FrontDoor style logs.
  23.  
  24.  
  25. 1.16b
  26. -----
  27.  
  28.   1) Fixed Dupe checking problem via Cvt_PH program.  This bug has been
  29.      around since adding support for free-style phone formats in RA
  30.      and QuickBBS.  I never knew about it until 11/90.
  31.  
  32.  
  33. 1.15
  34. ----
  35.  
  36.   1) Fixed bug which would allow a long distance edited phone number
  37.      to be dialed regardless of LDSTART/LDSTOP settings.
  38.  
  39.   2) Added new vd.cfg descriptor: YOURCODELD
  40.      This one will allow you to tell VD not to strip your area code from
  41.      LD numbers in your area code - I call this Ed Marquis mode <grin>.
  42.  
  43.         syntax
  44.  
  45.         YourCodeLD NoStrip
  46.  
  47.      If you don't use this VD defaults to stripping them anyway.
  48.  
  49.   3) Added code to trap the use of the number 1 as a first digit of a
  50.      user's phone number.  This problem allowed LD users to tell VD they
  51.      were local thus forcing VD to call LD.  This problem first cropped
  52.      up when I changed VD to support the RA freeform style phone number.
  53.      I cannot imagine why no one ever noticed it until I stumbled upon
  54.      it tonight, a good three months after adding the freeform code.
  55.  
  56.  
  57. ValidOOR v1.10 Release Notes
  58. ----------------------------
  59.  
  60.   1) Minor change to log format.
  61.  
  62.   2) Chat Mode added via F1 key.
  63.  
  64.   3) Cleaned up some of the phone # processing code.
  65.  
  66.   4) Added JUMP TO DOS via the <F2> function key. Uses COMSPEC.
  67.  
  68.   5) Local keyboard now works when a user is online.
  69.  
  70.   6) Update Option Flags are displayed on the Status line like this:
  71.  
  72.                       Upd: S T F P L
  73.  
  74.       Upd:   flag under this means EXITINFO.BBS will be written to.
  75.       S  :     "    "    "     "   security level will be updated.
  76.       T  :     "    "    "     "   TimeLimit will be updated.
  77.       F  :     "    "    "     "   User Flags will be updated.
  78.       P  :   Number under this indicates PhoneEdit status.
  79.                   0 = disabled
  80.                   1 = enabled without EXITINFO update.
  81.                   2 = enabled with EXITINFO update.
  82.       L  :   flag under this means LongDistance calling enabled.
  83.       L  :   's'    "    "     "        "       slot      "    .
  84.  
  85.  
  86.   7) Cleaned up BIOS display routines (I hope) and tested with DV 2.25.
  87.  
  88.   8) Another new vd.cfg descriptor, EditPhone, allows sysop to permit
  89.      users to change their phone number.  See VD.Cfg in this package
  90.      for usage.
  91.  
  92.   9) Display modes have been tweaked a bit to work better.
  93.  
  94.  10) Status bar in DIRECT mode is two lines now.
  95.  
  96.  11) Version number changes: 1.05R for RA
  97.                              1.05Q for QBBS
  98.  
  99.  12) ValidOOR now requires you to put the Carriage return in your modem-init
  100.      string unlike previous versions.  Use the | character as a Carriage
  101.      Return at the end of your init string.
  102.  
  103.  13) There is a new optional descriptor in vd.cfg - ExitInfoPath - which allows
  104.      you to specify a path for your EXITINFO.BBS file.  Add this to your cfg
  105.      file using the correct path for your system:
  106.  
  107.      ExitInfoPath d:\qbbs\exitinfo.bbs
  108.  
  109.      If you leave out this vd.cfg descriptor, VD will look for EXITINFO.BBS
  110.      in the current directory.
  111.  
  112.  
  113.  
  114.  
  115.  14) Changed the way VD handles the flags.  You can now use a "N" in
  116.      any flag which will tell VD to leave that flag the way it
  117.      is already set. Example:
  118.  
  119.         AFlag XXX---nn
  120.  
  121.      would tell vd to set flags a1 a2 and a3 on, a4 a5 a6 off, and
  122.      leave a7 and a8 the way they were already set for that user.
  123.      The old way this worked was not a bug but rather lazy
  124.      programming on my part.
  125.  
  126.  
  127.  15) Added ability to use the free-style phone number format of
  128.      QuickBBS and/or Remote Access.
  129.  
  130.  
  131.  16) The modem reset string is no longer a hard-coded ATZ<CR> so you
  132.      MUST change your ModemReset descriptor to reflect the actual reset
  133.      string you wish to use like this:
  134.  
  135.         ModemReset ATZ|
  136.  
  137.      Use the | character as a <CR>.
  138.  
  139.      Of course you can still disable the modem reset like this:
  140.  
  141.         ModemReset NoATZ
  142.  
  143.  
  144.