Skip to content

Commit

Permalink
Merge 9af7d08 into 82c6a12
Browse files Browse the repository at this point in the history
  • Loading branch information
kpp committed Oct 7, 2020
2 parents 82c6a12 + 9af7d08 commit a6d67ef
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.1.0 (Oct 7, 2020)

* Replace `parking_lot` mutex with `futures` mutex (#434)
* Send userstatus from echo server (#431)
* Drop MIT license (#428)
* Use idiomatic sodiumoxide API for password KDF (#425)
* Split toxcore into separate crates (#420)
* Migrate to the new tokio (#419)
* Move to nom5 (#418)
* Replace intervals as bare `u64`s with `Duration`s (#407)
* Use AtomicU64 instead of locks (#406)
* Handle TCP `net_crypto` packets (#392)
* Use correct key for tcp connection (#391)
* Add TCP support for onion client (#389)
* Send net crypto packets via TCP (#386)
* Handle friend requests inside onion client (#380)
* Friends connection (#367)


# 0.0.10 (May 27, 2019)

* Do not store peer_session_pk in net crypto status (#373)
Expand Down

0 comments on commit a6d67ef

Please sign in to comment.