]> git.ipfire.org Git - thirdparty/tor.git/commit
Add country-code support to configured node lists to implement the ever-popular ...
authorNick Mathewson <nickm@torproject.org>
Thu, 25 Sep 2008 20:21:35 +0000 (20:21 +0000)
committerNick Mathewson <nickm@torproject.org>
Thu, 25 Sep 2008 20:21:35 +0000 (20:21 +0000)
commit8bbbbaf87b5ab3c0a5918d2bc8d1d7f22cf54f53
tree9c9019d25cbba426218b1fd95560226e4e127cf1
parentb2c7090da6e0d01322d6f1590c46ca03e47f6e26
Add country-code support to configured node lists to implement the ever-popular "no exits in Monaco" feature (ExcludeExitNodes {MC}).  Also allow country codes and IP ranges in ExitNodes.  (EntryNodes needs more work.) Based on code by Robert Hogan.  Needs more testing.

svn:r16966
ChangeLog
contrib/checkSpace.pl
doc/tor.1.in
src/or/circuitbuild.c
src/or/config.c
src/or/geoip.c
src/or/or.h
src/or/router.c
src/or/routerlist.c
src/or/routerparse.c