aboutsummaryrefslogtreecommitdiff
path: root/changes/bug2279
Commit message (Collapse)AuthorAge
* Add an option to disable the block-private-addresses featureNick Mathewson2011-01-26
| | | | Suggested by rransom. Probably necessary for testing network mode.
* Add client code to detect attempts to connect to 127.0.0.1 etcNick Mathewson2011-01-25
| | | | | | | | | | | | | | We detect and reject said attempts if there is no chosen exit node or circuit: connecting to a private addr via a randomly chosen exit node will usually fail (if all exits reject private addresses), is always ill-defined (you're not asking for any particular host or service), and usually an error (you've configured all requests to go over Tor when you really wanted to configure all _remote_ requests to go over Tor). This can also help detect forwarding loop requests. Found as part of bug2279.
* Fix double-mark bug when failing to init transparent connectionNick Mathewson2011-01-25
Fixes part of bug 2279. Bugfix on 0.1.2.1-alpha.