| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-hsservice: Use Pin<Box<dyn Stream>>> instead of mpsc::Receiver. | Wesley Aptekar-Cassels | 2025-05-27 | 1 | -5/+3 |
| | | | | | | This will allow us to more easily switch out the implementation of this queue as is needed for PoW. | ||||
| * | tor-hsservice: Initial parts of PowManager. | Wesley Aptekar-Cassels | 2025-05-27 | 1 | -0/+43 |
| This adds PowManager, as described in doc/dev/notes/service-side-pow.md, hooks it into IptManager and Publisher, and adds code to publish and rotate seeds, and to keep a updated list of Verifier instances for currently active seeds. | |||||
