Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move all merged-in-0.2.4.18-rc items into 0.2.5.2-alpha changelog section. | Nick Mathewson | 2014-01-20 |
| | |||
* | Fix an assert when disabling ORPort with accounting disabled. | Nick Mathewson | 2013-09-18 |
The problem was that the server_identity_key_is_set() function could return true under conditions where we don't really have an identity key -- specifically, where we used to have one, but we stopped being a server. This is a fix for 6979; bugfix on 0.2.2.18-alpha where we added that assertion to get_server_identity_key(). |