			MBSE BBS V0.33.14 TODO list.
			----------------------------

	These are a list of things that must be implemented one way or
	another. Some things are urgent and necessary to operate the bbs
	without human intervention, others are just for comfort, or nice.
	I think this list will always contain items, I only hope the urgent
	matters will be removed.
	Note that most goodies are still in my mind instead of in this file.
	Classes: U = Urgent.
		 N = Normal, second priority.
                 L = Cosmetic or nice to have.


mbsebbs:
	U: Reading of function keys over modem lines, or worse PPP connections,
	   must be fixed. Timing problems together with modem buffering?
	   It works with direct serial connections. Note, this also happens
	   on busy LAN's between Linux boxes with normal xterm's.
	   Note: this problem almost dissapeared after kernel upgrade to
	   2.2.16.

	N: Must include SEEN-BY and other hidden lines into BlueWave  and QWK
	   mail, must be user selectable. see remarks of William McBrine.
	   The default is oke now.

	N: Rewrite chat to use "mbsed". Write chat functions into "mbmon"

	N: Implement session and time/day limits.

	N: Display textfiles and archives.

	N: Check for tagged files before logoff

	N: If a message doesn't end with a newline in the FS-editor, the last line
 	   will dissapear when reading the message.

	N: The second 'Enter your first and last name' prompt doesn't care if the
	   'one word names' option is set. (When the user writes a wrong name the
	   first time). Also, no 'stuck enter key' protection in that prompt.

	N: Can't post messages to users handle.

	L: Implement telnet door.

mbfido:
	N: Remove memory leak during toss. (It's ok for less 5000 messages for 
	   each run).

	N: Handle D'Bridge [1a] version 1.58 netmails correctly. The .pkt 
	   file isn't terminated with a 0 word, the netmail isn't terminated
	   with character '\0'. Import seems ok, but the .pkt ends up in .bad
	   The real problem is in D'Bridge.

	N: Add external routing table for non-standard routing. Maybe interface
	   with an existing netmail tracker.

	N: Make a workaround for the fileecho name in the filesdatabase.

	N: Implement long filename support from .tic files.

	N: When writing an imail via UUCP replace RFC headers with FTN headers.

mbcico:
	N: Create a ZMH table with hours for each zone.

	N: Implement nodelist Txx flags.

	N: During FTS-0001 sessions the filedates transmitted in the TeLink
	   header are not in DOS format as specified. Received files are
	   stored with the wrong date on disk.

	L: Implement modem connect response translation for ISDN lines, i.e.
	   make the CAUSE responses human readable. see McMail for this 
	   option.

mbfile:
	N: Add a check to see if the magic filenames are valid.

	N: Adopt files with check for FILE_ID.DIZ

	N: Export to files.bbs
	
	N: Add <area> <file> <uploader> <description>

	N: Update <filespec> <area> <-touch>

	N: Rearc <area>

mbaff:
	L: Add setup parameters for minimum length of keywords.

mbindex:
	N: Add usernames index.

mbmon:
	L: Logfile tail functions.

	L: Chat with bbs users.

mbsed:
	L: Add chat protocol.

mbsetup:
	L: Generate crossreference document:
	   File Areas      <=> BBS groups
	   File Areas      <=> Newfiles groups
	   Filefind flags  <=> TIC Areas
	   Echomail        <=> Mail groups
	   Echomail        <=> Nodes
	   Fileechos       <=> Groups
	   Fileechos       <=> Nodes
	   Fileechos       <=> BBS Areas
	   Fileechos       <=> Magic processing
	   Fileechos       <=> Hatch
	   Newfiles        <=> BBS Areas
	   Newfiles        <=> File groups
	   Echomail groups <=> Nodes
	   Echomail groups <=> Areas
	   Fileecho groups <=> Nodes
	   Fileecho groups <=> File echos
	   Fileecho groups <=> Newfile reports
	   Fileecho groups <=> BBS Areas

