File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # 0.1.0 (Oct 7, 2020)
2
+
3
+ * Replace ` parking_lot ` mutex with ` futures ` mutex (#434 )
4
+ * Send userstatus from echo server (#431 )
5
+ * Drop MIT license (#428 )
6
+ * Use idiomatic sodiumoxide API for password KDF (#425 )
7
+ * Split toxcore into separate crates (#420 )
8
+ * Migrate to the new tokio (#419 )
9
+ * Move to nom5 (#418 )
10
+ * Replace intervals as bare ` u64 ` s with ` Duration ` s (#407 )
11
+ * Use AtomicU64 instead of locks (#406 )
12
+ * Handle TCP ` net_crypto ` packets (#392 )
13
+ * Use correct key for tcp connection (#391 )
14
+ * Add TCP support for onion client (#389 )
15
+ * Send net crypto packets via TCP (#386 )
16
+ * Handle friend requests inside onion client (#380 )
17
+ * Friends connection (#367 )
18
+
19
+
1
20
# 0.0.10 (May 27, 2019)
2
21
3
22
* Do not store peer_session_pk in net crypto status (#373 )
You can’t perform that action at this time.
0 commit comments