home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BM0406_A.ZIP / DOCS.ZIP / DGSALIAS.DOC < prev    next >
Text File  |  1992-07-19  |  3KB  |  66 lines

  1. Merge  : DGS-ALIAS
  2. Author : Gregg Snyder
  3. Purpose: Add Alias support to RBBS-PC on a Conference by Confernce basis.
  4. Updated: 07-10-92
  5. ==========================================================================
  6. Special Note:
  7.   The DGS-Alias code has been modified to work with 17.4 by Walter C. Ames
  8. an authorized modification and distribution point for ALL DGS Enhancements
  9. ==========================================================================
  10.  
  11.  
  12. What does DGS-Alias do?
  13.  
  14. This Mod adds the ability to Support Aliases in RBBS-PC 17.4 - 17.4A/0704
  15. Aliases Are turned on/off by having/not having a file with the extension,
  16. <ConfName>A.Def, using the Message Files Name as in ADULTA.DEF.   For the
  17. Adult Conference/SubBoard the FileNames would look like this:
  18.    Messages: ADULTM.DEF
  19.       Users: ADULTU.DEF
  20.       Alias: ADULTA.DEF
  21.  
  22. The Alias File (<ConfName>A.DEF) must reside in the same Drive /Path /Dir
  23. as the respective Conference/SubBoards User File.
  24.  
  25. Upon entry into the Conference/SubBoard (after alias support is installed)
  26. your users will be prompted if they would like to use an Alias.  If they
  27. answer NO then there Main BBS Name will be used.  If they answer YES then
  28. they will be prompted for the Alias of choice.  This Alias will stay with
  29. the user for the life of the user (unless edited by the SysOp).
  30.  
  31.  
  32. What does DGS-Alias Consist Of?
  33.  
  34. There are 3 modules added to the code.
  35.  
  36.   DGSALS   is used to Get or Create a Users Alias.
  37.   GOODALS  is used to make sure that the users requested Alias
  38.            does not exist and is not another users Real Name.
  39.          * Also Ensures 'SYSOP' and Sysops Name are not Attempted. *
  40.   ALIASCHK is used to support the RBBS Mail Notification feature.
  41.  
  42.  
  43.   Further Notes -
  44.             The Alias Mod looks for an appropriate DEF file for
  45.           the conference or subboard.  If found it looks for the users
  46.           record and associated alias.  If found it returns and sets up
  47.           the users name to be the alias. It will treat mail to original
  48.           name or alias as belonging to the user.
  49.              If an Alias is NOT found in the Alias file the user is
  50.           prompted as to whether they want to use one.  If no the alias
  51.           is set to their real name.  If the user answers yes, they will
  52.           be prompted for the alias to use.
  53.  
  54.   Alias Limits -
  55.           Max 31 Character Length, may NOT be Blank, can NOT be
  56.           'SYSOP', or the Sysop's Name.  Duplicate Aliases are
  57.           checked and stopped.  No real user name shown in the
  58.           Alias file can be used as another persons alias.  This
  59.           prevents someone Entering mail as someone else or being
  60.           able to read another users personal mail.
  61.  
  62.   Conference Mail Scan is Supported,
  63.          The Real User Name, at Logon will be notified if anyone has
  64.          left mail to either their real name or their Alias.
  65.  
  66.