Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

v0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@lukechampine lukechampine released this 26 May 07:29
· 7158 commits to master since this release

One more minor release before launch.

The biggest feature here is properly-buffered encryption. Previously we were storing the entire file in memory during encryption, which is simply not viable for files larger than a few GB. We now use a stream cipher to simultaneously encrypt+upload, and conversely download+decrypt, without ever keeping the entire file (or even more than a few KB) in memory at any one time.

Updates are now properly signed and verified with a developer keypair. Going forward, all updates (after this one) will be signed.

Finally, the peer networking algorithms have been tweaked a bit, to ensure that our bootstrap nodes are always connectible.

Full release notes can be found in the README included in the release.
Thanks again for being a beta-tester!