home *** CD-ROM | disk | FTP | other *** search
/ The Equalizer BBS / equalizer-bbs-collection_2004.zip / equalizer-bbs-collection / BBS-PCBOARD-STUFF / WUI_41A.ZIP / HISTORY.DOC < prev    next >
Text File  |  1993-08-14  |  10KB  |  218 lines

  1. W R I T E   U S E R   I N F O R M A T I O N   H I S T O R Y
  2. -----------------------------------------------------------
  3.  
  4. 08-14-93 ■ Release of Version 4.10a
  5.  
  6.          . Released by Nicolas Nowinski of The Palace BBS @ 703-435-0114
  7.            Added a feature to prevent scripts from messing up.  When using
  8.            RoboComm or any Script that uses the "V" it would hang, until a
  9.            timeout, because of an unrecognized Prompt.  v4.10a will now
  10.            simply quite the PPE prompt after 20 seconds.
  11.  
  12.  
  13. 08-02-93 ■ Release of Version 4.00a
  14.  
  15.          . The password expiration date was not being changed when a user
  16.            changed his password.  Fixed.
  17.  
  18.  
  19. 06-16-93 ■ Release of Version 3.90a
  20.  
  21.          . Changed all then valid character masks for input statements to
  22.            match that of PCBoard.  This should fix the reports of users
  23.            entering characters in fields that should not be allowed.
  24.  
  25.  
  26. 06-15-93 ■ Release of Version 3.80a
  27.  
  28.          . The code that reads the PCBoard "PWRD" file was not working that
  29.            well, so I rewrote the code to use an array to hold all the PWRD
  30.            information.  This change has now fixed all the problems with the
  31.            change alias command. (hopefully!)
  32.  
  33.  
  34. 06-10-93 ■ Release of Version 3.70a
  35.  
  36.          . WUI was not checking the PCBoard "PWRD" file to see if the "Allow
  37.            Alias" field was flagged, to stop the user from choosing an alias
  38.            name.  Fixed.
  39.  
  40.  
  41. 06-10-93 ■ Release of Version 3.60a
  42.  
  43.          . If the "Password-Changing Support" has been installed, PCBoard
  44.            keeps track of when your callers change their password (the last
  45.            date changed), the number of times they have changed it, and the
  46.            last three passwords used.  It will prevent them from selecting
  47.            any of the previously used passwords.  WUI was allowing them to
  48.            change it to one of the previously used passwords.   Fixed.
  49.  
  50.  
  51. 06-09-93 ■ Release of Version 3.50a
  52.  
  53.          . TCAN checking was no working correctly.  Fixed.
  54.  
  55.          . Removed some code in the last version that I didn't think was
  56.            needed anymore, I was wrong.  Fixed.
  57.  
  58.  
  59. 06-08-93 ■ Release of Version 3.40a
  60.  
  61.          . Added TCAN checking into the Alias Selection process.
  62.  
  63.  
  64. 06-04-93 ■ Release of Version 3.30a
  65.  
  66.          . Added the ability to read the "PWRD" file and check to see if the
  67.            field for "DEMO ACCOUNT" has been enabled.  If this field has a
  68.            "Y" in it, WUI will display a (SysOp definable) file, explaining
  69.            that the user is unable to use the (W)rite user info command.
  70.  
  71.          . Added another display file (DEMO), this file will be displayed if
  72.            a user in NOT allowed to use the (W)rite user info command.
  73.  
  74.  
  75. 06-03-93 ■ Release of Version 3.20a
  76.  
  77.          . The Password field was not properly updating the "PSA: PASSWORD"
  78.            stats.  Fixed.
  79.  
  80.  
  81. 05-28-93 ■ Release of Version 3.10a
  82.  
  83.          . Password change was not being saved to users record.  Fixed.
  84.  
  85.            (Sorry, about taking a couple days on this bug, but my SCSI card
  86.            went down.)
  87.  
  88.  
  89. 05-26-93 ■ Release of Version 3.00a
  90.  
  91.          . Moved History information from WUI.DOC to this file (HISTORY.DOC).
  92.  
  93.          . After adding the "PSA: PCBALIAS" I didn't realize that PCBoard
  94.            doesn't allow you to change the alias back and forth.  The name
  95.            will remain "in use" until the next time you pack the users file
  96.            (or at least, reindex it).  Because of this I had to try and come
  97.            up with a work around for this small problem.  After a couple of
  98.            hours I think I have it.  I have added a few more in's and out's
  99.            to the ALIAS input code, to make sure the alias is being changed.
  100.  
  101.            I have included a BATCH file in this new version,  this is for the
  102.            change alias command.  If a user changes or deletes his alias WUI
  103.            will check for the file "INDEX.BAT".  If found it will reindex the
  104.            users information.  I have been told (David Terry) that there is
  105.            NO danger at all doing this while still online.  It was brought to
  106.            my attention that this my be a bit slow.  Well, I'm running a disk
  107.            cache that allows DELAYED TRACK WRITES, so this process only takes
  108.            about .01 sec. to complete.  Turning off the delayed track writes
  109.            it took 2 seconds.  Be sure to edit this file to fit your needs.
  110.  
  111.            (The disk cache program I use is FLASH 10.0, it you want the best
  112.            give this cache a try.  I use QEMM 6.04 and Lantastic 5.0 and my
  113.            six node system sure does fly.)
  114.  
  115.          . Added the "PSA: PCBVERIFY" to the WUI menu.  This was a tough one.
  116.            You must realize PCBoard added this as an extra security for the
  117.            users.  Once they enter this information, allowing them to change
  118.            it at will, kinda defeats the purpose of using it.  So, I seen that
  119.            the PCBTEXT has a prompt (707) just for this reason.  If a user has
  120.            already entered the information for this field he will be ask to
  121.            re-enter it before he can change it.
  122.  
  123.          . The (V) command has been totally changed.  This was another tough
  124.            one.  I had to take into account, if a user uses this command he
  125.            will be able to see the "PSA: PCBVERIFY" field listed.  If this
  126.            field has any information in it, all characters will be replaced
  127.            by an "*".  This way, he can at least know that this field does
  128.            have information in it.
  129.  
  130.            WUI can also be used in place of your PCBoard (V)iew Stats command.
  131.            I edited my CMD.LST file so each time a user uses the PCBoard (V)
  132.            command, it loads WUI with a command line of "W V".
  133.  
  134.          . Added "PSA: PCBSTATS" to the WUI code.  This will allow the caller
  135.            the ability to track several pieces of information, along with a
  136.            record of security violation.
  137.  
  138.          . Changed the WUI command prompt to account for the PSA's that have
  139.            been added.
  140.  
  141.          . After running PCBoard without the WUI command I noticed that PCB
  142.            writes to the current node caller log.  I have added all those to
  143.            WUI and then some.
  144.  
  145.          . Created and added another SysOp definable (VERIFY) file.  This is
  146.            used when a user uses the WUI "Y" command.
  147.  
  148.          . The Phone number fields were not allowing a caller to input any
  149.            space characters.  Fixed.
  150.  
  151.          . Changed the look of the WUI main menu.  The menu now shows the
  152.            callers "FULL NAME" and "SECURITY LEVEL".
  153.  
  154.          . If a user entered the password field on the command line it was
  155.            returning to the WUI menu and not ending the PPE.  Fixed.
  156.  
  157.            If the a user entered two passwords that did not match WUI would
  158.            not allow him to try again.  Fixed.
  159.  
  160.          . The "A" command (Change your Password) was not taking into account
  161.            the PCBSetup field of "Minimum Password Length".  This requires
  162.            that the "PSA: PCBPASSWORD" be installed.
  163.  
  164.            Also, if the "PSA: PCBPASSWORD" is installed WUI will not allow a
  165.            caller to change his password if it's a subset of his user name.
  166.  
  167.          . I have had a few requests to take the menu out of the code and put
  168.            it in a file that the SysOp can alter to fit his needs.  Well, with
  169.            all the testing that would have to take place (PSA) I'm not sure if
  170.            this can be done, while keeping the menu the way it is.  I will be
  171.            looking into this in the future.
  172.  
  173.  
  174. 05-14-93 ■ Release of Version 2.50a
  175.  
  176.          . WUI was NOT checking to see if in PCBSETUP the option "Allow Alias
  177.            Change after Chosen" was set to "N", so if a user tried to change
  178.            his alias, WUI would let him to this.  Now WUI will check to make
  179.            sure that this field is set to "Y", if it is and the user already
  180.            has chosen an alias it will NOT allow him to change his alias name.
  181.  
  182.          . WUI was also allowing a user to enter an alias that was already in
  183.            use by another user.  Now, once a user enters an alias name WUI will
  184.            see if that alias name is already in use, if it is the PCBTEXT record
  185.            256 will be displayed.
  186.  
  187.          . Correct a spelling mistake in the "V" command.
  188.  
  189.  
  190. 05-11-93 ■ Release of Version 2.10a
  191.  
  192.          . Added a check when the command line is used to make sure that the
  193.            PSA has been enabled before the prompt is displayed.
  194.  
  195.  
  196. 05-11-93 ■ Release of Version 2.00a
  197.  
  198.          . Fixed a misspelled word in the main menu.
  199.  
  200.          . You may now pass a command line argument.  What this means is, if
  201.            a user wanted to just update his ALIAS name all he would have to
  202.            do is type 'W X' and the prompt "Alias Name (enter=no change)?"
  203.            would be on the screen so he could updated just that information.
  204.  
  205.          . ALL the display files have been updated, so use the new ones and
  206.            not the old ones.
  207.  
  208.  
  209. 05-07-93 ■ Release of Version 1.01a
  210.  
  211.          . Added a (V)iew command to the prompt.  This allows a user to view
  212.            his stats while using this PPE program.
  213.  
  214.          . Added a few cosmetic changes to the menu and prompts.
  215.  
  216.  
  217. 05-06-93 ■ Initial Release of Version 1.00a
  218.