Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove changes files that are already merged in release-0.2.4 | Roger Dingledine | 2013-10-01 |
| | |||
* | Make bridges send AUTH_CHALLENGE cells | Nick Mathewson | 2013-08-21 |
| | | | | | | | | The spec requires them to do so, and not doing so creates a situation where they can't send-test because relays won't extend to them because of the other part of bug 9546. Fixes bug 9546; bugfix on 0.2.3.6-alpha. | ||
* | Send NETINFO on receiving a NETINFO if we have not yet sent one. | Nick Mathewson | 2013-08-20 |
Relays previously, when initiating a connection, would only send a NETINFO after sending an AUTHENTICATE. But bridges, when receiving a connection, would never send AUTH_CHALLENGE. So relays wouldn't AUTHENTICATE, and wouldn't NETINFO, and then bridges would be surprised to be receiving CREATE cells on a non-open circuit. Fixes bug 9546. |