Skip to content

Releases: cflems/pk

v2.2

20 Dec 08:59
7bfd9e9
Compare
Choose a tag to compare

A couple of minor feature-lets in the client:

  • Can supply the host key database URL as a parameter (it's just a JSON file you could literally use a pastebin.)
  • The process will fork before beginning key generation so you can close shell quickly without killing it.

v2.1

17 Dec 23:41
08d8b74
Compare
Choose a tag to compare

Fully migrate to selector-based architecture with predictable access pattern. Fix various freezing, crashing, and robustness bugs.

v2.0

13 Jan 13:07
v2.0
f846119
Compare
Choose a tag to compare

Complete support for terminal emulation; still suffering from artifacts of blocking-socket IO operations. In the future will move to use single-threading and selectors instead.

v1.0

13 Jan 13:06
v1.0
a262dd5
Compare
Choose a tag to compare

Robust functionality and control platform for multiple clients and controllers; terminal emulation not yet implemented.