|
| 1 | +# 0.0.10 (May 27, 2019) |
| 2 | + |
| 3 | +* Do not store peer_session_pk in net crypto status (#373) |
| 4 | +* Re-grouping file transfer packets from messenger (#371) |
| 5 | +* Add ser/de for Conference packets (#356, #358) |
| 6 | +* Properly increase unsuccessful attempts counter in tcp client (#369) |
| 7 | +* Add .editorconfig (#366) |
| 8 | +* Implement onion client (#312) |
| 9 | +* Refactor send timeouts (#365) |
| 10 | +* Fix overflow in the netcrypto stats calculation (#364) |
| 11 | +* Add macros for errors (#357) |
| 12 | +* Add "new" method to DhtPkAnnouncePayload (#351) |
| 13 | +* Add function to kill a crypto connection (#350) |
| 14 | +* Add method to get random nodes from fake friends (#349) |
| 15 | +* Store both IPv4 and IPv6 addresses in the crypto connection (#347) |
| 16 | +* Add function to set friend's IP address (#346) |
| 17 | +* Handle incoming crypto handshake (#345) |
| 18 | +* Add function to add a new net crypto connection (#344) |
| 19 | +* Add function to get random relays we are connected to (#343) |
| 20 | +* Add method for sending lossless packet (#340) |
| 21 | +* Handle CryptoData packet (#342) |
| 22 | +* Add encrypt/decrypt functions to InnerOnionDataRequest (#341) |
| 23 | +* Adjust RequestQueue so that it can be used for onion client (#338) |
| 24 | +* Add ser/de for Messenger::FileSendRequest (#331) |
| 25 | +* More generic KbucketNode (#339) |
| 26 | +* Reduce the number of tokio deps (#337) |
| 27 | +* Do not replace a friend with empty struct after readding (#332) |
| 28 | +* Add ser/de for MSI packet (#313) |
| 29 | +* Fix wrong keys being used for net crypto handshake (#329) |
| 30 | +* Add ser/de for Onion::FriendReq (#324) |
| 31 | +* Do not send the same packet to the same node twice (#323) |
| 32 | +* Add ser/de for Messenger::StatusMessage (#316) |
| 33 | +* Add ser/de for Messenger::Typing packet (#318) |
| 34 | +* Add packet for DHT PK announcing (#321) |
| 35 | +* Add ser/de for Messenger::UserStatus packet (#317) |
| 36 | +* Unify IpPort structs (#322) |
| 37 | +* Add ser/de for Messenger::Message packet (#319) |
| 38 | +* Add ser/de for Messenger::Action packet (#320) |
| 39 | +* Add ser/de for Messenger::FileControl packet (#315) |
| 40 | +* Add ser/de for Messenger::FileData packet (#314) |
| 41 | +* Add function for unbiased random numbers (#309) |
| 42 | +* Unify kbucket with nodes queue (#310) |
| 43 | + |
| 44 | + |
1 | 45 | # 0.0.9 (January 27, 2019) |
2 | 46 |
|
3 | 47 | * Add dht::MAIN_LOOP_INTERVAL const (#304) |
|
0 commit comments