home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / ftp.vapor.com / amtelnet / README < prev    next >
Encoding:
Text File  |  2014-05-19  |  1.3 KB  |  34 lines

  1. AmTelnet II is a client for the Internet "Telnet" and "SSH"
  2. protocols for remotely logging into computers, playing
  3. text-oriented multi-user games ("MUD"s or "MUSH"s) or
  4. manually simulating internet protocols.
  5.  
  6. =====================================================================
  7.  
  8. Changes since last public release (2.3):
  9.  
  10. 2.3.1
  11. -----
  12. - GUI: fixed fonts in about window buttons (Olli)
  13.  
  14. 2.3.2
  15. -----
  16. - Net: Added "Client break" functionality. If executed, AmTelnet
  17.   will sent a CTRL^C to the remote end and then eat up all following
  18.   output until there is 1/2 second of network silence, then it will
  19.   output the last line (or parts of that). This is extremly useful
  20.   if you started a massive output-generating command (like, ls -lR /)
  21.   and due to network latency and/or output slowness, are not likely
  22.   to see a simple CTRL^C being executed in this century (Olli)
  23.  
  24. 2.4 [release]
  25. -------------
  26. - added optimized outputting heuristics: when more than 256 bytes
  27.   of data come in a time, AmTelnet sets Term.mcc into quiet mode
  28.   and does a full screen refresh after the output. Heavily speeds
  29.   up outputting of large amounts of text due to removed scrolling
  30.   requirements (Olli)
  31. - added new Term.mcc, Textinput* and Popplace holder revisions
  32. - added Catalogs by ATO
  33. - recompiled with full optimization
  34.