summaryrefslogtreecommitdiff
path: root/changes/bug13718-add-internal-bootstrap-statuses
blob: add2e8ef07ff259efd89457b11de2a9d077a9fe4 (plain)
1
2
3
4
5
6
7
8
9
  o Minor bugfixes (Testing networks):
    - Add "internal" to some bootstrap statuses when no exits are available.
      If the consensus does not contain Exits, Tor will only build internal
      circuits. In this case, relevant statuses will contain the word
      "internal" as indicated in the Tor control-spec.txt. When bootstrap
      completes, Tor will be ready to handle an application requesting an
      internal circuit to hidden services at ".onion" addresses.
      If a future consensus contains Exits, exit circuits may become available.
      Fixes part of bug 13718; bugfix on 0.2.4.10-alpha. Patch by "teor".