relay, if you haven't found yourself reachable yet or if you've
decided not to advertise your dirport yet. Addresses bug 556.
+ o Minor features:
+ - Don't answer "/tor/networkstatus-bridges" directory requests if
+ the request isn't encrypted.
+
Changes in version 0.2.0.17-alpha - 2008-01-17
o Compile fixes:
smartlist_add(items, (char*)item);
} else if (!current && !strcmp(url, "consensus-signatures")) {
/* XXXX020 the spec says that we should implement
- * currrent/consensus-signatures too. Why? */
+ * current/consensus-signatures too. Why? -NM */
const char *item;
if ((item=dirvote_get_pending_detached_signatures()))
smartlist_add(items, (char*)item);
if (options->BridgeAuthoritativeDir &&
options->BridgePassword &&
+ connection_dir_is_encrypted(conn) &&
!strcmp(url,"/tor/networkstatus-bridges")) {
char *status;
char decoded[64];