Skip to content

Releases: jquast/telnetlib3

IPv6 client bugfix, new Future waiters in Client API.

17 Oct 02:54
Compare
Choose a tag to compare
  • bugfix: cannot connect to IPv6 address as client.
  • change: TelnetClient.CONNECT_DEFERED class attribute renamed DEFERRED.
    Default value changed to 50ms from 100ms.
  • change: TelnetClient.waiter renamed to TelnetClient.waiter_closed.
  • enhancement: TelnetClient.waiter_connected future added.
  • add: functional tests using curl
  • add: functional tests piping client and server together

IPv6 server bugfix, new Future waiters in Server API.

17 Oct 00:18
Compare
Choose a tag to compare
  • bugfix: cannot bind to IPv6 address, closes issue #5
  • enhancement: Futures waiter_connected, and waiter_closed added to
  • server.
  • change: TelSh.feed_slc merged into TelSh.feed_byte as slc_function
  • keyword.
  • change: TelnetServer.CONNECT_DEFERED class attribute renamed DEFERRED.
  • Default value changed to 50ms from 100ms.
  • enhancement: Default TelnetServer.PROMPT_IMMEDIATELY = False ensures
  • prompt is not displayed until negotiation is considered final. It is
  • no longer "aggressive".
  • enhancement: TelnetServer.pause_writing and resume_writing callback
  • wired.
  • enhancement: TelSh.pause_writing and resume_writing methods added.

pip installation bugfix

13 Oct 01:04
Compare
Choose a tag to compare

minor bugfix that prevented installation for pip