summaryrefslogtreecommitdiff
path: root/crates/arti/src/onion_proxy.rs
Commit message (Collapse)AuthorAgeFilesLines
* HSS: Add many must_use annotationsIan Jackson2023-10-191-0/+2
|
* arti: Lower some over-broad #allows in onion_proxy.rsNick Mathewson2023-10-051-4/+2
|
* arti: functions to configure and launch actual onion service proxies.Nick Mathewson2023-10-051-3/+82
|
* Add/clarify comments about name duplication.Nick Mathewson2023-10-031-1/+1
|
* arti: make sure nicknames in builders match (or are absent)Nick Mathewson2023-10-031-7/+16
|
* arti: in onion service builder, rename "transports" to "services"Nick Mathewson2023-10-031-4/+3
| | | | The old name was a copy-paste error.
* arti: Make onion_services serialize as a map.Nick Mathewson2023-10-031-0/+40
| | | | This lets us write `[onion_services.allium_cepa]`.
* arti: Add a list of [[onion_service]]s to the config.Nick Mathewson2023-10-031-1/+15
| | | | There are no tests for parsing it yet.
* arti: add a set of OnionServiceProxyConfig types.Nick Mathewson2023-10-031-0/+56
These don't yet attach to the rest of the ArtiConfig, or actually launch any onion services, but they're a start.