Feature list:

  o Works on Linux and Windows.
  o Triggers - both for users and programmers.  Regexp, and simple types.
  o MUD sound protocol support.
  o Multiple connections.
  o Connection wizard.
  o MUD Connector mudlist support.  Mudlist obtained with permission from The Mud Connector (http://www.mudconnect.com/)
  o Auto login and auto-reconnection.
  o Command history for each connection with tab completion.
  o Configurable colour support.
  o MCCP (compression) V1 and V2 support.
  o Client upgrade without losing connections (similar to MUD copyover).
  o Client crash (very rare) without losing connections.
  o Alias system - including Python scripting with the optional Python plugin.
  o Plugin system - C++ plugins are very easy to write.  See the modules
    subdirectory for example code.
  o Semicolon separator allows multiple commands on one line.  You can
    disable this easily if you wish.
  o Turf protocol support.  This is the 'c15' command.
  o GrepFilter plugin for use with 'c15' compatible MUDs.  Allows you to issue
    a command and only display the results of that command that contain a word
    or phrase.  For example you could do "areas | grep Trillion" to only see
    lines with areas written by Trillion.
  o Socks 4 and 5 proxy support.
  o Turf HTTPD support (allows connection to a MUD with turf_httpd via webproxy)
  o Basic telnet option negotiation support.
  o Can telnet to UNIX host and then telnet elsewhere from there.
  o Reasonably configurable:
     + Choose input, output and prompt area fonts.
     + Suppress or allow beeps.
     + Enable or disable local echo.
     + Choice of two prompt locations.
     + Scroll on new input, or have text area remain still on new input.
     + Scrollback size limitable.  Defaults to 'infinite' - the upper max will depend on your system's memory.
     + Enable and disable MCCP (compression) support.
     + Enable embedded mudFTP (via gmudFTP written by me).
  o Can swallow existing Windows into the tabbed notebook.
  o Can execute an application, putting its main window into the tabbed 
    notebook automatically.
  o Line mode and character mode support - automatically negotiated.
  o IPv6.

