summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/err.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-hsservice: About half of an IPT ManagerIan Jackson2023-08-231-1/+20
| | | | There are many TODOs and no tests, but it does compile.
* tor-hsservice errors: Distinguish operational errors by contextIan Jackson2023-08-171-2/+46
| | | | | | | | | | At the very least, I need FatalError to be distinct: IptEstablisher::new ought not to fail unless everything is terrible. Add a the Spawn variant to FatalError (that we'll need soon) and the Bug variant (which it seems likely we might need). This also gets rid of the crate-level Result alias.
* Sketch an API for onion services.Nick Mathewson2023-01-241-0/+8