Skip to content

Commit

Permalink
Merge pull request #254 from tox-rs/release
Browse files Browse the repository at this point in the history
Release 0.0.7
  • Loading branch information
kpp authored Oct 27, 2018
2 parents 2ac99c6 + 0ab4550 commit a2dbabb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
# 0.0.7 (October 27, 2018)

* Fix connection_id verification in tcp_server (#253)
* Silence wrong ping_id error in NodesResponse (#252)
* Silence onion_return decrypt errors (#251)
* Add DHT packet handler to be handled in client only (#250)
* Ignore client shutdown errors in tcp_server (#248)
* Move connection_id validation to parsers in tcp_server (#247)
* Temporary disabling hanging tcp test (#246)
* Add parser for Hardening DhtRequest (#245)
* Verify length of incoming BootstrapInfo packet (#243)
* Add unparsed buffer to codecs' errors (#242)
* Use crate failure for toxencryptsave (#241)
* Fix broken tcp test due to tokio update (#240)
* Use crate failure for Codec and ServerExt (#239)
* Use callback to get the message of the day (#238)
* Remove linkage from client when closing a client (#237)
* Remove redundant tcp Server::Client::send_impl (#235)
* Merge ServerProcessor with ServerExt (#234)
* Do not return an error if tcp connection by id was not found (#233)
* Reenable clippy and unused_parens warnings (#232)
* Add dummy implementation of TcpConnection (#231)
* Get rid of crate quickcheck (#230)
* Don't validate PublicKey in parsers due to bug in c-toxcore (#228)
* Use tokio::spawn to run TCP connections (#227)
* Remove dht_old/ (#226)
* Add test for status of established connection in net_crypto (#225)
* Ipv6Addr/Ipv4Addr parsing optimization (#224)
* Fix clippy warnings (#223)
* Add parser for Nickname packet for Messenger (#222)
* Give appropriate names to the bucket and kbucket (#221)
* Validate PublicKey when parsing (#220)
* Add tests for Packet for FriendConnection (#219)
* Add parser of Offline packet for Messenger (#218)
* Refactor onion to use Server::get_closest (#217)
* Simplify dht node, fix IPv6 issues (#216)
* NodesQueue stores PackedNodes(#215)
* parser for Online packet for Messenger (#214)

# 0.0.6 (September 7, 2018)

* Fill node_to_bootstrap of friend with close nodes (#212)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tox"
version = "0.0.6"
version = "0.0.7"
authors = [
"Zetok Zalbavar <[email protected]>",
"Roman Proskuryakov <[email protected]>",
Expand Down

0 comments on commit a2dbabb

Please sign in to comment.