trim down a lot.
o Deprecations:
o Remove v0 control protocol.
-P - Packaging:
+ - can we deprecate 'getinfo network-status'?
+P - Packaging:
P - Can we switch to polipo? (Jun 1)
P - If we haven't replaced privoxy, lock down its configuration in all
packages, as documented in tor-doc-unix.html
#include <openssl/asn1.h>
#include <openssl/bio.h>
-#define CRYPTO_PRIVATE
+#define CRYPTO_PRIVATE /* to import prototypes from crypto.h */
#include "./crypto.h"
#include "./tortls.h"
* (if we've passed our internal checks). */
if (time_to_fetch_directory < now) {
/* Only caches actually need to fetch directories now. */
- if (options->DirPort && !options->V1AuthoritativeDir) {
+ if (options->DirPort && !authdir_mode_v1(options)) {
/* XXX actually, we should only do this if we want to advertise
* our dirport. not simply if we configured one. -RD */
if (any_trusted_dir_is_v1_authority())
/* ==== Rendezvous service descriptor cache. */
-/** How old do we let hidden service descriptors get discarding them as too
- * old? */
+/** How old do we let hidden service descriptors get before discarding
+ * them as too old? */
#define REND_CACHE_MAX_AGE (2*24*60*60)
/** How wrong do we assume our clock may be when checking whether hidden
* services are too old or too new? */