summaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/builder.rs
Commit message (Expand)AuthorAgeFilesLines
* chanmgr: Don't build relay channel if method is not DirectDavid Goulet2026-03-191-0/+6
* chanmgr: Clarify the use of no identity ChanTargetDavid Goulet2026-03-191-6/+10
* chanmgr: Don't get the peer cert as a responder channelDavid Goulet2026-03-191-9/+1
* safelog: Rename MaybeSensitive::hidden/visible()David Goulet2026-03-031-3/+4
* chanmgr: Safely log the peer in the channel builderDavid Goulet2026-03-031-15/+21
* proto: Make channel PeerAddr sensitiveDavid Goulet2026-03-031-1/+6
* chanmgr: Rename function parameterDavid Goulet2026-02-261-3/+3
* chanmgr: The validate_relay_target() had its logic inversedDavid Goulet2026-02-261-4/+6
* Merge branch 'chanbuilder-my-addrs' into 'main'David Goulet2026-02-241-6/+17
|\
| * chanmgr: Responder relay channel now use the builder my_addrsDavid Goulet2026-02-241-2/+1
| * chanmgr: Store our relay addresses in the builderDavid Goulet2026-02-241-4/+16
* | chanmgr: Don't allow to build relay channel to ourselfDavid Goulet2026-02-241-3/+33
|/
* chanmgr: Add a set_relay_identities() to update the RelayIdentitiesDavid Goulet2026-02-241-0/+11
* proto: Modify RelayIdentities to have encodable certDavid Goulet2026-02-231-1/+1
* proto: Pass PeerAddr at the channel handshake finish for initiatorsDavid Goulet2026-02-191-4/+2
* chanmgr: Add a TODO() for logging PeerAddr instaed of ChanTargetDavid Goulet2026-02-191-0/+4
* chanmgr: Fix channel builder commentDavid Goulet2026-02-191-6/+1
* proto: Use the PeerAddr accross channel handshakeDavid Goulet2026-02-191-23/+27
* Merge branch 'mr_3616_rebased' into 'main'Nick Mathewson2026-02-161-1/+1
|\
| * tor-chanmgr: integrate outbound proxy into DefaultTransportNihal2026-02-161-1/+1
* | relay: Pass our TLS cert to the responder verify processDavid Goulet2026-02-121-1/+6
|/
* chan: Use Canonicity when choosing a channelDavid Goulet2026-02-121-0/+6
* chanmgr: Use the actual channel target used on connect()David Goulet2026-02-121-16/+21
* proto: Channel finish() now handles canonicityDavid Goulet2026-02-121-0/+1
* proto: Relay responder channel allow to be non_exhaustiveDavid Goulet2026-02-091-1/+0
* chanmgr: Fix the outbound_chan_type() to not be based on relay featureDavid Goulet2026-02-091-10/+4
* chanmgr: Build channel/reactor on incoming connectionsDavid Goulet2026-02-091-6/+74
* relay: Add a TLS acceptor in the ChanBuilderDavid Goulet2026-02-091-12/+39
* chanmgr: Always use connect target for error reportingDavid Goulet2026-02-041-14/+6
* chanmgr: Use the new tor-proto relay channel APIDavid Goulet2026-02-041-43/+112
* rtcompat: Return certificates as Cow.Nick Mathewson2026-02-021-1/+5
* proto: Remove async for VerifiableChannel::check()David Goulet2026-01-221-16/+15
* proto: Send relay channel NETINFO in check()David Goulet2026-01-221-15/+19
* proto: Make VerifiableChannel::check() asyncDavid Goulet2026-01-221-1/+1
* relay: Pass advertised addresses to the channel handlerDavid Goulet2026-01-221-1/+2
* chanmgr: Get rid of the builder outbound_chan_typeDavid Goulet2026-01-131-8/+23
* chanmgr: Use the new tor-proto channel traits in builderDavid Goulet2026-01-131-170/+55
* proto: Add traits for public channel viewsDavid Goulet2026-01-131-1/+1
* chanmgr: Add a relay channel connect to ChanBuilderDavid Goulet2026-01-131-9/+156
* chanmgr: Rename the connect_no_timeout() to be client specificDavid Goulet2026-01-131-6/+8
* chanmgr: Add RelayIdentities to ChanBuilderDavid Goulet2026-01-131-4/+16
* chanmgr: Add ChannelType to channel manager configDavid Goulet2026-01-131-2/+7
* chanmgr: Remove KeyMgr from constructorDavid Goulet2026-01-131-7/+2
* Merge branch 'relay-bin-4' into 'main'opara2025-11-111-2/+4
|\
| * tor-chanmgr: wrap the peer address in `Sensitive`Steven Engler2025-11-051-2/+4
* | Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
|/
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-041-1/+1
* Use random_hostname() to pick an (E)SNINeel Chauhan2025-10-201-2/+4
* opentelemetry: Add some instrument macros.Wesley Aptekar-Cassels2025-09-241-0/+3
* chan: Rename channel launch to launch_clientDavid Goulet2025-08-201-1/+1