home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / v / vd170r2.zip / RELEASE.DOC < prev    next >
Text File  |  1993-03-06  |  7KB  |  157 lines

  1. 1.70
  2. ----
  3.     *)  added code and descriptor to detect invalid telephone exchanges
  4.         like 911.  Descriptor is 'InValidExchange'.
  5.  
  6.             InvalidExchange 911
  7.             InvalidExchange 411
  8.  
  9.     *)  Fixed a bug which was writing an extra byte into EXITINFO.BBS in
  10.         the RA 2.00g1 versions.
  11.  
  12.     *)  First version with support for RA 2.00g1.
  13.  
  14.     *)  Changed the validation requirement from Password to Birthday
  15.         in order to remain somewhat compatible with other BBS packages.
  16.         The user's password is no longer stored anywhere in RA and this
  17.         is so drastically different from other BBS programs that the
  18.         birthday requirement will be used from now on.
  19.  
  20.     *)  Removed the VDVariable @PASSWORD due to RA 2.00 future
  21.         compatibility issues.
  22.  
  23.     *)  New Vd.Cfg descriptor "NoFirstDigit".  This allows you to tell
  24.         VD what digits are not allowed as first digits in the phone
  25.         number.  No defaults!!  Examples:
  26.  
  27.             NotFirstDigit 1
  28.             NotFirstDigit 2
  29.  
  30.     *)  Fixed a bug which caused double chars to appear on the BBS
  31.         screen during a CHAT.
  32.  
  33.     *)  Changed the Chat Prompt so that the SysopName is not hard-coded
  34.         into it.  You can put it there using the @sysop vdvariable in
  35.         the language file if you want to.
  36.  
  37.     *)  Added 3 entries to the language file that somehow got overlooked
  38.         for a total of 39 entries.  Use the new language files which
  39.         accompany this release.
  40.  
  41.     *)  Added 8 new VD_Variables mainly for use in the language file, so
  42.         that changing these defines in the vd.cfg file will result in
  43.         the new values automatically being plugged into the language
  44.         file at runtime.
  45.  
  46.             @Home               HomePhoneKey    definition
  47.             @Data               DataPhoneKey    definition
  48.             @Abort              AbortKey        definition
  49.             @Edit               EditKey         definition
  50.             @Yes                YesKey          definition
  51.             @No                 NoKey           definition
  52.             @LDCode             PreDialLDCode   definition
  53.             @Sysop              SysopName from vd.cfg
  54.  
  55.         NOTE: the included language files have been modified to take
  56.         advantage of these new vdvars.
  57.  
  58.     *)  Added Key definitions for the menu keys as well as the YesNo
  59.         response keys.  The keys are defined in VD.Cfg thusly:
  60.  
  61.             HomePhoneKey 1   - "Home" phone number
  62.             DataPhoneKey 2   - "Data" phone number
  63.             AbortKey A       - "Abort" ValidOOR Key
  64.             EditKey E        - "Edit" phone number key
  65.             YesKey Y         - "Yes" response key
  66.             NoKey Y          - "No" repsonse key
  67.  
  68.         the definitions above are the default values if the cfg file
  69.         descriptors are not used.
  70.  
  71.     *)  Added the LANGUAGE descriptor to allow you to name your langauge
  72.         file anything you like.  Full paths are acceptable and if no
  73.         path is present, the environment variable path will be used to
  74.         find the langauge file.  The .ANS or .ASC extension will be
  75.         assumed.  Default = VD-LANG
  76.  
  77.     *)  Changed the way the Environment variable is handled with regard
  78.         to ValidOOR finding it's files.  Now for ANY file except VD.CFG
  79.         ValidOOR.Key:
  80.  
  81.             if no path is specified in vd.cfg and no validoor env.
  82.             variable is used, VD looks in the current dir.
  83.  
  84.             if no path is specified and the validoor environment
  85.             variable is set, vd looks in the dir pointed to by the
  86.             environment variable.
  87.  
  88.             if a path of ANY type is specified (determined by the
  89.             presence of any backslash(\) or colon(:) in the descriptor
  90.             filename, it will override the environment variable in
  91.             every case.
  92.  
  93.         See vd.cfg for more info on each file.
  94.  
  95.     *)  Beginning with this release, VDUtil will now be included in
  96.         the ValidOOR ZIPchive.  See VDU.DOC for release history of this
  97.         utility.
  98.  
  99.     *)  Added PreDialLDCode descriptor.  This allows you to put your
  100.         own Long Distance access code into VD.  If left out, the default
  101.         value is "1".
  102.  
  103.             PreDialLDCode 1
  104.  
  105.     *)  ALL display files are now optional (as noted in vd.cfg) and have
  106.         equivalent lines in vd-lang.a?? to replace them if they are
  107.         commented out in vd.cfg.  This means that ValidOOR will now run
  108.         without those extra text files if you want to do it that way.
  109.  
  110.     *)  Done away with vd.cfg descriptors SYSNAME1 and SYSNAME2.  A
  111.         similar line is now located in the language file on line 34 or
  112.         the SYSID descriptor will display a file in its place.
  113.  
  114.     *)  All data sent through the modem is now found in a language
  115.         file.  This file supports ANSI and ASCII flavors.
  116.  
  117.     *)  Added ANS/ASC support to all displayed files such as the ones
  118.         pointed to by the ValidGoodbye descriptor.  If you do not put
  119.         an extension on these filenames in vd.cfg, either .ANS or .ASC
  120.         extensions will be added to the filenames based on the user
  121.         settings in EXITINFO.BBS.
  122.  
  123.     *)  Added four new display files to replaced some formerly hard
  124.         coded text in older versions of ValidOOR.  The descriptors are
  125.         SysID, UsedNumber, BadNumberDisplay, and ReadyForCall.  See
  126.         vd.cfg for examples.  These display files also support the
  127.         .ANS/.ASC processing.
  128.  
  129.     *)  Added Flag Toggle to the Flag setting routines.  The T in the
  130.         flag mask will cause that bit to be toggled.  See VD.CFG for
  131.         usage examples.
  132.  
  133.     *)  Major changes to PRINT routines.  All local screens are printed
  134.         through ANSI device driver.  ValidOOR will now require an ANSI
  135.         driver.
  136.  
  137.     *)  Eliminated the "Display" descriptor in VD.CFG
  138.  
  139.     *)  Removed F-10 advertisement and added minor advertisement during
  140.         program initialization.
  141.  
  142.     *)  Eliminated the YOURCITYST descriptor.  This should now be
  143.         put into the language file.
  144.  
  145.     *)  Changed default twitline to "System Error - Disconnecting..."
  146.  
  147.     *)  Changed QUICKPHONE descriptor to PHONE as it was causing some
  148.         confusion.  VD still supports QUICKPHONE although it is not
  149.         documented.
  150.  
  151.     *)  Fixed VD so that non-registered users could not run BETA copies.
  152.         Added Errorlevel 20 for this type of exit.
  153.  
  154.     *)  Changed Encryption routines so that keys no longer need to be
  155.         uppercase only.
  156.  
  157.