Skip to content

KadNode 0.7 released

Choose a tag to compare

@mwarning mwarning released this 04 Mar 00:16
· 1198 commits to master since this release

Note: There is a bug in this release that causes KadNode to crash. Please wait for the next release or compile from sources. :-(

This release adds domain support. Combine a domain (*.myname.p2p)
and a cryptographic key to authenticate.
You can also now share your public keys and domain with friends.
The lookup behavior for very small networks was also improved.

ChangeLog:

  • add support for domain specific secret/public keys using
    --auth-add-skey / --auth-add-pkey options and wild card matching
  • limit list command to local console for security reasons
  • do not ignore every top level domain when computing an
    identifier, only .p2p
  • collect addresses when a search has finished,
    do not wait for another nodes reply
  • also search locally stored own and foreign announcements,
    useful for very small networks and faster lookup
  • quiet startup in daemon mode

Attached are packages for Debian (.deb), OpenWrt (.ipk) and ArchLinux (.tar.xz).
A libsodium Debian package is attached for convenience.