telnetd Changeshttp://telnetd.sourceforge.netchanges.htmltelnetd Changesen-us addhttp://telnetd.sourceforge.netchanges.html add by wimpi : Added support for forceBold() and terminal side linewrapping negotiation. addhttp://telnetd.sourceforge.netchanges.html add by wimpi : Added complete support for telnet environment option. addhttp://telnetd.sourceforge.netchanges.html add by wimpi : Switched to Forrest (0.6) for project documentation generation. updatehttp://telnetd.sourceforge.netchanges.html update by wimpi : Code is now using the Collections API, Vectors and Hashtables have been replaced with List and Map implementations (ArrayList and HashMap). All use of Enumeration instances has been transformed into using Iterator instances. updatehttp://telnetd.sourceforge.netchanges.html update by wimpi : Thread handling has been updated to conform with post Java 2 specifications. There are no yield() calls any longer and no calls to the deprecated stop() (which was declared to be inherently unsafe). This implied that there is no broken connection handling any longer. All I/O Exceptions are bubbled up to the application level shell and I/O implementations, and have to be handled properly (instead of the CONNECTION_BROKEN event). updatehttp://telnetd.sourceforge.netchanges.html update by wimpi : Start and stop methods have been adjusted, the proxy now only accepts the unified properties file at startup and the daemon plus all configured listeners need to be started using: m_Daemon = TelnetD.createTelnetD(m_Properties); m_Daemon.start(); updatehttp://telnetd.sourceforge.netchanges.html update by wimpi : Complete logging has been switched to the commons-logging wrapper and is using log4j at the moment (that's default anyway). Applications should use the initialization mechanism of log4j on startup or initialize log4j accordingly (on startup is done by passing a system property through the jvm e.g. -Dlog4j.configuration=file://<path>/log4j.properties). updatehttp://telnetd.sourceforge.netchanges.html update by wimpi : ConnectionQueue has been completely removed from the codebase. updatehttp://telnetd.sourceforge.netchanges.html update by wimpi : Documentation has been updated to reflect all telnetd2 changes.