You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bugfix MCCP2 decompression, very large NEW_ENVIRON, and --tls-auto (jquast#138)
* bugfix: MCCP2 decompression failed on MUD servers using raw deflate or gzip-wrapped compression,
producing garbled banners. The client now auto-detects zlib/gzip format and falls back to raw
deflate when needed.
* bugfix: ``NEW_ENVIRON SEND`` requests that exceed the 256-byte subnegotiation buffer of some
telnet clients (e.g. GNU inetutils) are now automatically split into multiple SB frames.
* bugfix: ``telnetlib3-server`` argument ``--tls-auto`` deadlocked with plain telnet clients.
Detection now uses a non-blocking with a configurable timeout.
* enhancement: ``telnetlib3-fingerprint-server`` integrates with the optional ``tv-detect``
package for terminal vulnerability probing.
0 commit comments