telnetlistener.rb

Path: lib/mues/listeners/telnetlistener.rb  (CVS)
Last Update: Sat Aug 18 22:54:10 -0700 2007

This file contains the MUES::TelnetListener class: A MUES::SocketListener derivative that listens on a TCP/IP socket for telnet connections.

See MUES::SocketListener#initialize for valid configuration values.

Synopsis

  require 'mues/listener'
  telnetListener = MUES::Listener::create( 'Telnet',
                                           'bind-port' => 23,
                                           'bind-addr' => '0.0.0.0' )

Subversion ID

$Id: telnetlistener.rb 1213 2004-05-09 22:47:31Z deveiant $

Authors

  • Michael Granger <ged@FaerieMUD.org>

Copyright

Copyright (c) 2000-2003 The FaerieMUD Consortium. All rights reserved.

This module is free software. You may use, modify, and/or redistribute this software under the terms of the Perl Artistic License. (See language.perl.com/misc/Artistic.html)

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.

Required files

mues/exceptions   mues/listeners/socketlistener   mues/filters/telnetoutputfilter  

[Validate]