home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / comm1 / mh091590.lzh / BULLETIN.T04 < prev    next >
Text File  |  1990-09-15  |  4KB  |  108 lines

  1. 09/15/90
  2. --------
  3. Redesigned text file display routine to allow for bulletins without CR/LF's
  4.  
  5. 09/03/90
  6. --------
  7. Exiting a TrapDoor menu item now returns you to the TrapDoor menu again
  8.  instead of all the way back to the main menu.
  9.  
  10. 08/27/90
  11. --------
  12. Found (finally!) and fixed bug that occurs when Viewing bulletins.
  13.  
  14. 08/22/90
  15. --------
  16. Added automatic logoff option to download menu.
  17. Fixed bug in Induction module causing garbaged display.
  18.  
  19. 08/20/90
  20. --------
  21. Fixed bug where editing message in message system would not allow
  22.  a string replaced with one of the same length.
  23. A message from the CoSysop to the SysOp now sets the blue border.
  24.  
  25. 08/17/90
  26. --------
  27. Fixed bug where delete function of message system would replicate
  28.  the second to the last line of message while losing last line. 
  29.  
  30. 08/15/90
  31. --------
  32. Added routine to suspend time accounting during uploads.
  33. Fixed event toggle on configuration screen so it would work more
  34.  efficiently.
  35.  
  36. 07/04/90
  37. --------
  38. Add HOME to ANSI-BBS Clear Screen routine.
  39. Removed 'REPEAT UNTIL Good_Return_Code' on modem initialization.
  40. Added COSYSOP=USER NAME to .CNF file to give co-sysop sysop privileges.
  41. Added LOCKBAUD=Y to enable baud rate locking for high speed modems.
  42.  
  43. 06/29/90
  44. --------
  45. Changed EXECSWAP routines to allow for TSR's within shell.
  46. Fixed bug with block size under internal Xmodem/Ymodem transfers.
  47.  
  48. 06/15/90
  49. --------
  50. Fix bug where modem could be initialized at wrong baud rate causing MH
  51.   to hang.
  52. Removed Message File System checking when using Message Data System allowing
  53.   multiple callers access that share the first eight characters of their name.
  54. Fixed bug where Message Received Date would be updated each time message was
  55.   read instead of just the first time.
  56.  
  57. 05/31/90
  58. --------
  59. Fixed bug where BBS could hang up if caller hung up at certain point
  60.   during connect process.  The waiting for call border would flash forever!   
  61. Added better error checking to prevent SysOps from entering strings too    
  62.   long in the MAXHOST.CNF file.
  63.  
  64. 05/05/90
  65. --------
  66. Added '(I)ndividual Read' to Message Data System.
  67. Prevent caller from entering Message Data System if callers security
  68.   level < MENU=READMSG.
  69. Changed menu to display BBSname instead of Maxihost release info, and moved
  70.   Maxihost release info to log screens.
  71.  
  72. 04/20/90
  73. --------
  74. (C)omment to Sysop works in either MFS or MDS.
  75. 'Waiting for Call' border turns blue after a caller has left a new message.
  76.   Border becomes red again after SysOp has entered (M)ail System.
  77.  
  78. 04/01/90
  79. --------
  80. Changed DOORSYS= to be defined below. 
  81. Fixed bug that prevented 'S' to Stop (F)ile Directories.  (for you, Earl)
  82. Changed way private uploads are described to the SysOp.  Now, they are not
  83.   entered into the .LOG file, but added to the regular .BBS file.  The
  84.   filename will be followed by an asterisk.  After the file has been
  85.   evaluated, simply remove the asterisk from the filename, and others will
  86.   be able to see it.
  87.  
  88. 03/31/90
  89. --------
  90. Added BBSNAME= followed by your BBS's name.  25 characters.
  91.  
  92. 03/15/90
  93. --------
  94. Added NEWPVTMSG=[Y|N] which if set to yes, allows new users to leave
  95.   private messages to the sysop.
  96. Tweeked (again) message delete function.
  97. Fixed bug where caller could enter only first name.
  98. Fixed bug where Event toggle from config screen did not work correctly.
  99. Changed way MaxiHost does printer checking.  (Today, printing supports
  100.   LPT1 only)
  101. Added ANSIDELAY=[Y|N] into .CNF where delay when displaying ANSI graphics
  102.   could be turned off.
  103. Added DOORSYS=[0|1|2] where 0 disables, 1 creates small version DOOR.SYS,
  104.   as defined in DOORSYS.DOC bundled in the Doorway package.  A 2 creates
  105.   DORINFO1.DEF as defined in QuickBBS documentation.  These files will be
  106.   created in the directory as defined by DATAPATH=.  MaxiHost documentation
  107.   will follow.
  108.