Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove changes files already merged in 0.2.2.30-rc | Nick Mathewson | 2011-07-18 |
| | |||
* | Don't build descriptors if ORPort auto is set and we have no OR listener | Nick Mathewson | 2011-05-24 |
This situation can happen easily if you set 'ORPort auto' and 'AccountingMax'. Doing so means that when you have no ORPort, you won't be able to set an ORPort in a descriptor, so instead you would just generate lots of invalid descriptors, freaking out all the time. Possible fix for 3216; fix on 0.2.2.26-beta. |