home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / tdb005m.zip / status.doc < prev    next >
Text File  |  1995-07-10  |  4KB  |  89 lines

  1.  The current feature list of Telnet Door as of version 0.05m WIDE BETA is:
  2.  
  3. Now has options to run without any local display or by displaying all text
  4. except for BEL characters (^G) and nasty ANSI sequences.
  5.  
  6. Binary mode supported (send and receive).
  7.  
  8. Sysop can take over from the user.
  9.  
  10. Uses IBM's TCP/IP system.
  11.  
  12. Can be operated as a simple telnet program (if you don't like IBM's telnet).
  13.  
  14. Supports logging all output to a file.
  15.  
  16. Multi-threaded and uses no polling.
  17.  
  18. 32 bit.
  19.  
  20. Uses practically no CPU time, it should run 8 high speed lines on a 386 easily.
  21.  
  22. Supports running a debug file which can be used to give me information on
  23. errors that occur on your system and of features in TELNET daemons on remote
  24. systems which aren't yet supported by my program.
  25.  
  26. Can be run from a DOS BBS.  If you are running DOS BBS software under OS/2 it
  27. should now be possible to call an OS/2 batch file from the DOS session to run
  28. my Telnet Door and use it to connect to the Internet.  This is not a usage of
  29. my program that I can provide any great level of support for, but I have added
  30. some features to make it easier to do (some BBSs were already running in this
  31. way so I just made it easier for them).
  32.  
  33.  
  34.  
  35.   Current bug list is:
  36.  
  37.     Some of the enhanced VT100 terminal settings don't work in local mode, due
  38. to differences between OS/2's ANSI terminal and VT100.  Everything works fine
  39. for the remote end as long as they have a VT100 terminal.  Some of these
  40. sequences will be filtered out from display if you use the O=Q option.
  41.    This problem means that OS/2 Warp will interpret some of the commands send
  42. out by the latest Linux distribution to mean that the screen size is to be
  43. changed.  So it will put the window into 40x25 mode.  A simple work-around for
  44. BBS usage (assuming you don't want to just turn the console off) is to have
  45. the batch file/REXX program which calls TELDOR do a "mode CO80" after running
  46. TELDOR, this is for cases where the O=Q option doesn't work adequately.
  47.  
  48.    Telnet Door automatically sets the terminal type to VT-100 if the
  49. DORINFO1.DEF specifies ANSI graphics.  This is the only teminal type that is
  50. currently supported.  However it does use all binary transmission so after
  51. telnetting in to the remote system you will be able to change the terminal
  52. type appropriately (IE the initial login prompt may not be displayed properly,
  53. but after logging in you can use the TERM environment variable and "stty" to
  54. change things after that).  Most host systems seem to ignore the fact that
  55. Telnet Door tells them the terminal type anyway.
  56.  
  57.    My Linux system defaults to the "stty" setting "-opost" which means that it
  58. sends bare line-feeds without carriage return characters when I login to it.
  59. So after logging in it is necessary to run "stty opost" to correct this.  If
  60. you are the system administrator of the system you are using my program to
  61. login to then making "stty opost" the first line of your "/etc/profile" file
  62. should solve this (it worked for me).
  63.    A user of my program named Trevor Lampre devised a patch for the in.telnetd
  64. from Linux to make "opost" the default characteristic.  I will mail it to you
  65. on request.
  66.  
  67.  
  68.  
  69.       Planned features are:
  70.  
  71. Sysop chat mode.
  72.  
  73.   To write my own emulating library for VT100/VT200.
  74.   Directly support VT100/VT200 terminal emulations in all ways.
  75.   Supporting function keys via doorway mode.
  76.  
  77.    The above 3 features will all be implemented when I implement termcap
  78. settings for terminal types.
  79.  
  80. Using TELNET controls for environment settings and all terminal settings.
  81.  
  82.  
  83.  
  84.     Future plans that won't necessarily be part of the base package:
  85.  
  86.    I have written an OS/2 terminal server and it will be going in to beta in
  87. the near future.  Contact me now if you are interested in a Terminal Server for
  88. OS/2.
  89.