home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / vrac / mhst230.zip / BULLETIN.T02 < prev    next >
Text File  |  1994-01-01  |  4KB  |  115 lines

  1. 01/06/92
  2. --------
  3. Fixed (again!) allowed time on system per day.
  4. Added Time On System to menu.
  5. Suspended time limits on Chat.
  6. Added message to caller when F1 pressed.
  7.  
  8. 01/03/92
  9. --------
  10. If DOORSYS > 0 then MEGAHST1.DEF file is created adding support for
  11.  programmers.
  12. Baud rates of 38400 and 57600 are supported.
  13.  
  14. 01/01/92
  15. --------
  16. Fixed (beta testers?) bug in daily time limit.
  17.  
  18. 12/29/91
  19. --------
  20. Added MENU=ECHODOOR to .CNF file that adds (E)cho Mail to main menu allowing
  21.   for direct call to echo mail doors.
  22. Added MENU=ZIPPDIRSCAN to .CNF file that adds (Z)ippy DIR Scan to main menu
  23.   allowing scanning .BBS files for text.
  24.  
  25. 12/17/91
  26. --------
  27. Changes MegaHost to behave as follows:  SysOps and CoSysOps have access to
  28.  everything regardless of their security level.  To disable a menu item from
  29.  even the Sysop, set that menu items security to a negative number.
  30.  
  31. 12/11/91
  32. --------
  33. Added MEGA_API support to enable the flagged deletion of callers whom
  34.   haven't called for 'n' months for a list of security levels.
  35.  
  36. 12/01/91
  37. --------
  38. Added MEGA_API support for the following:
  39.   Compress Caller database removing deleted entries
  40.   Flag for deletion up to 10 Caller security levels
  41.   Print Caller database to CALLERS.LST
  42.   Append current Callers user record to CALLERS.PRN
  43.  
  44. 11/28/91
  45. --------
  46. Added capability where MegaHost can now be evoked from a front end mailer
  47.   via a DOS batch file.   You need to call MegaHost with the following info:
  48.   'FILENAME' 'SPEED' 'ONLINE | LOCAL'
  49.   MEGAHOST 9600 LOCAL
  50.   (or)
  51.   MEGAHOST 2400 ONLINE
  52.  
  53. 11/15/91
  54. --------
  55. Fixed MEGAHOST bug that allocated 500 bytes of heap memory each time
  56.   DOS was spawned, but never freed the memory.  Available memory would soon
  57.   be gone and datbase routines would start failing.
  58. If MATCHLEVEL=Y, MegaHost was updated to allow for a list of security levels
  59.   allowed for UPLOADINPLACE and NOTIMERS.  See fix on 10/15/91 for details.
  60.  
  61. 11/08/91
  62. --------
  63. Modified (finally) MEGAHOST so that it opens up caller and message databases
  64.   only once, then closes upon exit.  Earlier releases were coded to allow
  65.   optional uses of the databases, and opened and closed the databases many
  66.   times, slowing down performance.  
  67.  
  68. 11/08/91
  69. --------
  70. Changed NEWUSER= to NEWUSERSECURITY= and added NEWUSERTIMELIMIT to the
  71.   .CNF file.
  72.  
  73. 11/02/91
  74. --------
  75. Added ASKFILECHECK=Y|N to .CNF file.  Allows SysOp to decide whether or not
  76.   to force NEW File Checking on the caller.
  77.  
  78. 11/01/91
  79. --------
  80. Added ASKMAILCHECK=Y|N to .CNF file.  Allows SysOp to decide whether or not
  81.   to force Message Checking on the caller.
  82.  
  83. 10/18/91
  84. --------
  85. Fixed Message Received Date
  86.  
  87. 10/15/91
  88. --------
  89. If MATCHLEVEL=Y, MegaHost was updated to allow for a list of security levels
  90.   allowed for each menu item off the main menu (MENU=). The list also applies
  91.   to CONFERENCE=, DIRECTORY=, PROTECT=, and TRAPDOOR=.  For instance, 
  92.   "CONFERENCE=2;BETA TEST;8,20,100;Whats Working, Whats Not" would only allow
  93.   callers with security levels of 8, 20 or 100 to gain access to the Beta Test
  94.   Conference.  Notice that the security list is seperated with commas.
  95.  
  96. 08/26/91
  97. --------
  98. Changed name of MAXIHOST to MEGAHOST due to numerous functional differences.
  99. Added (K)nown Callers user log to the main menu.  
  100.  
  101. 08/01/91
  102. --------
  103. Implemented all new database code that provides platform for multiuser use.
  104. Fixed potential bug in message compress function.
  105.  
  106. 07/30/91
  107. --------
  108. MegaHost now determines Time Allowed on system for each caller.
  109. TIMELIMIT= goes away. MENU=INDUCTION and MENU=YOURMAIL also go away.
  110.  
  111. 07/27/91
  112. --------
  113. Added filter to message edit routine to strip message of garbage.
  114. Changed message and user databases to allow for expansion.
  115.