aboutsummaryrefslogtreecommitdiff
path: root/changes/bug3216
Commit message (Collapse)AuthorAge
* Remove changes files already merged in 0.2.2.30-rcNick Mathewson2011-07-18
|
* Don't build descriptors if ORPort auto is set and we have no OR listenerNick Mathewson2011-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.