Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | p2p: Major refactoring of the handshake protocol | hozan23 | 2024-07-15 | 1 |
| | | | | | | | Introduce a new protocol InitProtocol which can be used as the core protocol for initializing a connection with a peer. Move the handshake logic from the PeerPool module to the protocols directory and build a handshake protocol that implements InitProtocol trait. | |||
* | add support for tokio & improve net crate api | hozan23 | 2024-05-19 | 1 |
| | ||||
* | core: Move `key_pair` to the `crypto` module and make it a Cargo feature. | hozan23 | 2023-11-29 | 1 |
| | ||||
* | implement TLS for inbound and outbound connections | hozan23 | 2023-11-28 | 1 |
| | ||||
* | clean up error module and use `transparent` attribute | hozan23 | 2023-11-18 | 1 |
| | ||||
* | rename crates | hozan23 | 2023-11-09 | 1 |