Skip to content

Releases: huashengdun/webssh

v0.3.2

21 Aug 14:24

Choose a tag to compare

Added

  • Added more validations on both server side and client side.
  • Use localStorage for storing data to make it easier to input the form .
  • Added more functions to wssh to fool around with the console.

v0.3.0

18 Aug 13:09

Choose a tag to compare

Added

  • Added max_body_size 1M to Tornado's HTTPServer.
  • More tests added.
  • Added set_encoding and reset_encoding functions to the global JavaScript object wssh.
    Useful for handling non-utf8 encoding on client side.

v0.2.6

10 Aug 06:03

Choose a tag to compare

Improvements

  • Added an option for enabling tornado's websocket ping functionality in case some browsers do not send TCP keep-alive packets.
  • Tested with Python 3.7.

v0.2.5

30 May 14:27

Choose a tag to compare

Add

  • Auto detect system default encoding.
  • Support non-utf8 encoding.

Improvements

  • Made WsockHandler more robust.
  • Enlarged Terminal size.

v0.2.3

25 May 08:34

Choose a tag to compare

Improvements

  • Client websocket keeps connecting when dealing with non-utf8 encoded bytes.
  • Instantly update pseudo-terminal size when client terminal resized.