Version 0.0.7
Pre-release
Pre-release
- 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)