bug22060 1.8 KB

12345678910111213141516171819202122232425262728
  1. o Removed features (configuration options, all in ticket 22060):
  2. - AllowInvalidNodes was deprecated in 0.2.9.2-alpha and now has been
  3. removed. It is not possible anymore to use Invalid nodes.
  4. - AllowSingleHopCircuits was deprecated in 0.2.9.2-alpha and now has been
  5. removed. It's not possible anymore to attach streams to single hop exit
  6. circuit.
  7. - AllowSingleHopExits was deprecated in 0.2.9.2-alpha and now has been
  8. removed. Relays no longer advertise that they can be used for single hop
  9. exit proxy.
  10. - ExcludeSingleHopRelays was deprecated in 0.2.9.2-alpha and now has been
  11. removed. Client will always exclude relays that supports single hop
  12. exits meaning relays that still advertise AllowSingleHopExits.
  13. - FastFirstHopPK was deprecated in 0.2.9.2-alpha and now has been removed.
  14. Decision for this feature will always be decided by the consensus.
  15. - CloseHSClientCircuitsImmediatelyOnTimeout was deprecated in
  16. 0.2.9.2-alpha and now has been removed. HS circuits never close on
  17. circuit build timeout, they have a longer timeout period.
  18. - CloseHSServiceRendCircuitsImmediatelyOnTimeout was deprecated in
  19. 0.2.9.2-alpha and now has been removed. HS circuits never close on
  20. circuit build timeout, they have a long timeout period.
  21. - WarnUnsafeSocks was deprecated in 0.2.9.2-alpha and now has been
  22. removed. Tor will now always warn the user if only an IP address is
  23. given instead of an hostname on a SOCKS connection if SafeSocks is 1.
  24. - TLSECGroup was deprecated in 0.2.9.2-alpha and now has been removed.
  25. P256 EC group is always used.
  26. - {Control,DNS,Dir,Socks,Trans,NATD,OR}ListenAddress was deprecated in
  27. 0.2.9.2-alpha and now has been removed. Use the ORPort (and others).