Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Krzysztofz01/Noise

v0.3.0-alpha

13 Jun 08:18
604a63e

Choose a tag to compare

v0.3.0-alpha Pre-release
Pre-release

Changes:

  • Migration to .NET6
  • TCP Client dependency scope optimization
  • Warning system for dangerous preferences
  • Socket NAT-Traversal for Windows platforms
  • Force-peer-update preference implementation
  • Peer file importer optimization
  • Program host-modes code refactor
  • Relay mode implementation
  • Interval discovery emitter implementation
  • Bleach command preference
  • List peer signature details feature
  • List endpoint status details feature
  • Fetch mode implementation
  • Discovery broadcast unknown endpoint bug fix
  • TCP client dispose potential memory leak bug fix
  • TCP client offline endpoint exception bug fix
  • No spaces in messages bug fix
  • Identity prove signature unexpected mismatch bug fix
  • List endpoint hidding offline endpoints bug fix

What's Changed

Full Changelog: v0.2.0-alpha...v0.3.0-alpha

v0.2.0-alpha

13 May 12:06
0e00c17

Choose a tag to compare

v0.2.0-alpha Pre-release
Pre-release

Next minor release which introduced the base functionality of the Noise protocol, which is the discovery system, sharing information about endpoints accros the p2p network. Also a compatibility control system was added and various bug were patched. Changes:

  • Peer and host version control system implementation
  • Discovery system implementation
  • Default protocol port number changed to ephemeral range
  • Version updated notification bug fix
  • Startup status notification order bug fix
  • Unused server preferences removed

What's Changed

Full Changelog: v0.1.3-alpha...v0.2.0-alpha

v0.1.3-alpha

06 May 15:51
711bc56

Choose a tag to compare

v0.1.3-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.2-alpha...v0.1.3-alpha

v0.1.2-alpha

30 Apr 19:41
2a03af0

Choose a tag to compare

v0.1.2-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.1-alpha...v0.1.2-alpha

v0.1.1-alpha

06 Apr 23:07
c3089cc

Choose a tag to compare

v0.1.1-alpha Pre-release
Pre-release

What's Changed

Version v0.1.0-alpha release has been removed due to incompatible licenses.
Version v0.1.0-alpha notices:
Testing edition with a fully operating protocol for local networks. The protocol was improved in terms of security for identity proving and the asynchronic server was improved in terms of memory and CPU consumption.