|
| 1 | +# 0.0.5 (June 27, 2018) |
| 2 | + |
| 3 | +* DHT refactoring, move periodic tasks from example into lib code (#161) |
| 4 | +* Update the deps of the project (#159) |
| 5 | +* Refactor old state_format, save/load DHT state from raw bytes (#158) |
| 6 | +* Setup code coverage for gitlab CI (#157) |
| 7 | +* Do not fall on invalid DHT packets (#156) |
| 8 | +* Update minimal rustc version to 1.25 (#155) |
| 9 | +* Migrate to cloc from tokio_timer (#154) |
| 10 | +* Add Ping iterator (#151) |
| 11 | +* Implement CryptoData handling (#150) |
| 12 | +* Separate ClientData from DhtNode (#147) |
| 13 | +* Implement CI on Travis for OsX (#145) |
| 14 | +* Add Good and Bad status of a dht node (#144) |
| 15 | +* Use correct IPv6 broadcast address (#143) |
| 16 | +* Unify send functions, do not layer errors, set tcp onion sink in separate method (#143) |
| 17 | +* Implement Net crypto handshake (#142) |
| 18 | +* Update the status of the project (#140, #148) |
| 19 | +* Fix the mechanism of verification commit messages in gitlab (#139) |
| 20 | +* Add BootstrapInfo handler (#138) |
| 21 | +* Fix type of DHT handle_packet function (#136) |
| 22 | +* Prettify code a little bit in DHT module (#133) |
| 23 | +* Implement Hole Punching and NatPing (#132) |
| 24 | +* Add parsing for net crypto packets: CookieResponse, CryptoHandshake and CryptoData (#131) |
| 25 | +* Add sha512 to cryptocore, refactor crypto core a little bit (#130) |
| 26 | +* Implemented CI for gitlab for Linux and Windows (#129) |
| 27 | +* Use constant keypair in example dht node (#128) |
| 28 | +* Fix length of payloads in docs (#126, #127) |
| 29 | +* Fix serialization of NodesResponsePayload (#126) |
| 30 | +* Add DhtPkAnnounce payload to DhtRequest packet (#125) |
| 31 | +* Add "onion" prefix to announce request/response (#123) |
| 32 | +* Use crate `hex` instead of deprecated `rustc-serialize` (#122) |
| 33 | +* Add IpPort::protocol to onion::IpPort (#119) |
| 34 | +* Update minimal version of Rust to 1.24.0 (#118) |
| 35 | +* Add full NodesRequest example (#117) |
| 36 | +* Handle DHT onion packets that should be redirected to TCP (#116) |
| 37 | +* Fix OnionRequest and OnionResponse packets in TCP module (#115) |
| 38 | +* Update the version of `cookie-factory` (#114) |
| 39 | +* Add sender's address to onion sink (#113) |
| 40 | +* Move to our IoFuture since it is going to be deprecated in tokio (#112) |
| 41 | + |
1 | 42 | # 0.0.4 (April 27, 2018)
|
2 | 43 |
|
3 | 44 | * Implement OnionAnnounce struct (#77)
|
|
0 commit comments