home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / WUI_31A.ZIP / HISTORY.DOC < prev    next >
Encoding:
Text File  |  1993-05-28  |  6.6 KB  |  142 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.  
  5. 05-28-93 ■ Release of Version 3.10a
  6.  
  7.          . Password change was not being saved to users record.  Fixed.
  8.  
  9.            (Sorry, about taking a couple days on this bug, but my SCSI card
  10.            went down.)
  11.  
  12.  
  13. 05-26-93 ■ Release of Version 3.00a
  14.  
  15.          . Moved History information from WUI.DOC to this file (HISTORY.DOC).
  16.  
  17.          . After adding the "PSA: PCBALIAS" I didn't realize that PCBoard
  18.            doesn't allow you to change the alias back and forth.  The name
  19.            will remain "in use" until the next time you pack the users file
  20.            (or at least, reindex it).  Because of this I had to try and come
  21.            up with a work around for this small problem.  After a couple of
  22.            hours I think I have it.  I have added a few more in's and out's
  23.            to the ALIAS input code, to make sure the alias is being changed.
  24.  
  25.            I have included a BATCH file in this new version,  this is for the
  26.            change alias command.  If a user changes or deletes his alias WUI
  27.            will check for the file "INDEX.BAT".  If found it will reindex the
  28.            users information.  I have been told (David Terry) that there is
  29.            NO danger at all doing this while still online.  It was brought to
  30.            my attention that this my be a bit slow.  Well, I'm running a disk
  31.            cache that allows DELAYED TRACK WRITES, so this process only takes
  32.            about .01 sec. to complete.  Turning off the delayed track writes
  33.            it took 2 seconds.  Be sure to edit this file to fit your needs.
  34.  
  35.            (The disk cache program I use is FLASH 10.0, it you want the best
  36.            give this cache a try.  I use QEMM 6.04 and Lantastic 5.0 and my
  37.            six node system sure does fly.)
  38.  
  39.          . Added the "PSA: PCBVERIFY" to the WUI menu.  This was a tough one.
  40.            You must realize PCBoard added this as an extra security for the
  41.            users.  Once they enter this information, allowing them to change
  42.            it at will, kinda defeats the purpose of using it.  So, I seen that
  43.            the PCBTEXT has a prompt (707) just for this reason.  If a user has
  44.            already entered the information for this field he will be ask to
  45.            re-enter it before he can change it.
  46.  
  47.          . The (V) command has been totally changed.  This was another tough
  48.            one.  I had to take into account, if a user uses this command he
  49.            will be able to see the "PSA: PCBVERIFY" field listed.  If this
  50.            field has any information in it, all characters will be replaced
  51.            by an "*".  This way, he can at least know that this field does
  52.            have information in it.
  53.  
  54.            WUI can also be used in place of your PCBoard (V)iew Stats command.
  55.            I edited my CMD.LST file so each time a user uses the PCBoard (V)
  56.            command, it loads WUI with a command line of "W V".
  57.  
  58.          . Added "PSA: PCBSTATS" to the WUI code.  This will allow the caller
  59.            the ability to track several pieces of information, along with a
  60.            record of security violation.
  61.  
  62.          . Changed the WUI command prompt to account for the PSA's that have
  63.            been added.
  64.  
  65.          . After running PCBoard without the WUI command I noticed that PCB
  66.            writes to the current node caller log.  I have added all those to
  67.            WUI and then some.
  68.  
  69.          . Created and added another SysOp definable (VERIFY) file.  This is
  70.            used when a user uses the WUI "Y" command.
  71.  
  72.          . The Phone number fields were not allowing a caller to input any
  73.            space characters.  Fixed.
  74.  
  75.          . Changed the look of the WUI main menu.  The menu now shows the
  76.            callers "FULL NAME" and "SECURITY LEVEL".
  77.  
  78.          . If a user entered the password field on the command line it was
  79.            returning to the WUI menu and not ending the PPE.  Fixed.
  80.  
  81.            If the a user entered two passwords that did not match WUI would
  82.            not allow him to try again.  Fixed.
  83.  
  84.          . The "A" command (Change your Password) was not taking into account
  85.            the PCBSetup field of "Minimum Password Length".  This requires
  86.            that the "PSA: PCBPASSWORD" be installed.
  87.  
  88.            Also, if the "PSA: PCBPASSWORD" is installed WUI will not allow a
  89.            caller to change his password if it's a subset of his user name.
  90.  
  91.          . I have had a few requests to take the menu out of the code and put
  92.            it in a file that the SysOp can alter to fit his needs.  Well, with
  93.            all the testing that would have to take place (PSA) I'm not sure if
  94.            this can be done, while keeping the menu the way it is.  I will be
  95.            looking into this in the future.
  96.  
  97.  
  98. 05-14-93 ■ Release of Version 2.50a
  99.  
  100.          . WUI was NOT checking to see if in PCBSETUP the option "Allow Alias
  101.            Change after Chosen" was set to "N", so if a user tried to change
  102.            his alias, WUI would let him to this.  Now WUI will check to make
  103.            sure that this field is set to "Y", if it is and the user already
  104.            has chosen an alias it will NOT allow him to change his alias name.
  105.  
  106.          . WUI was also allowing a user to enter an alias that was already in
  107.            use by another user.  Now, once a user enters an alias name WUI will
  108.            see if that alias name is already in use, if it is the PCBTEXT record
  109.            256 will be displayed.
  110.  
  111.          . Correct a spelling mistake in the "V" command.
  112.  
  113.  
  114. 05-11-93 ■ Release of Version 2.10a
  115.  
  116.          . Added a check when the command line is used to make sure that the
  117.            PSA has been enabled before the prompt is displayed.
  118.  
  119.  
  120. 05-11-93 ■ Release of Version 2.00a
  121.  
  122.          . Fixed a misspelled word in the main menu.
  123.  
  124.          . You may now pass a command line argument.  What this means is, if
  125.            a user wanted to just update his ALIAS name all he would have to
  126.            do is type 'W X' and the prompt "Alias Name (enter=no change)?"
  127.            would be on the screen so he could updated just that information.
  128.  
  129.          . ALL the display files have been updated, so use the new ones and
  130.            not the old ones.
  131.  
  132.  
  133. 05-07-93 ■ Release of Version 1.01a
  134.  
  135.          . Added a (V)iew command to the prompt.  This allows a user to view
  136.            his stats while using this PPE program.
  137.  
  138.          . Added a few cosmetic changes to the menu and prompts.
  139.  
  140.  
  141. 05-06-93 ■ Initial Release of Version 1.00a
  142.