Zebra/zebra-network/src/peer
teor f08cc2dc50
security(net): Stop sending peer addresses from handshakes directly to the address book (#7977)
* Update Connection debug impl missed in previous PRs

* Add an initial_cached_addrs argument to Connection::new()

* Stop sending version and remote IP peers directly to the address book

* Update zebra-network/src/peer/connection.rs

Co-authored-by: teor <teor@riseup.net>

---------

Co-authored-by: Marek <mail@marek.onl>
2023-11-24 01:21:56 +00:00
..
client fix(rust): Make Zebra build with the latest nightly Rust (#5738) 2022-11-30 07:03:24 +00:00
connection security(net): Stop sending peer addresses from handshakes directly to the address book (#7977) 2023-11-24 01:21:56 +00:00
handshake fix(net): Limit the number of leftover nonces in the self-connection nonce set (#6534) 2023-04-18 08:13:19 +00:00
minimum_peer_version 4. Avoid repeated requests to peers after partial responses or errors (#3505) 2022-02-15 01:44:33 +00:00
client.rs fix(net): Fix potential network hangs, and reduce code complexity (#7859) 2023-11-16 19:53:24 +00:00
connection.rs security(net): Stop sending peer addresses from handshakes directly to the address book (#7977) 2023-11-24 01:21:56 +00:00
connector.rs fix(panic): Stop panicking when handling inbound connection handshakes (#6984) 2023-06-19 03:39:59 +00:00
error.rs fix(net): Fix potential network hangs, and reduce code complexity (#7859) 2023-11-16 19:53:24 +00:00
handshake.rs security(net): Stop sending peer addresses from handshakes directly to the address book (#7977) 2023-11-24 01:21:56 +00:00
load_tracked_client.rs fix(net): Fix potential network hangs, and reduce code complexity (#7859) 2023-11-16 19:53:24 +00:00
minimum_peer_version.rs feat(net): return peer metadata from `connect_isolated` functions (#4870) 2022-09-14 15:00:25 +00:00
priority.rs fix(log): Stop logging peer IP addresses, to protect user privacy (#6662) 2023-05-14 15:06:07 +00:00