aboutsummaryrefslogtreecommitdiff
path: root/src/config/geoip
AgeCommit message (Collapse)Author
2016-11-07Update geoip and geoip6 to the November 3 2016 database.Karsten Loesing
2016-10-05Update geoip and geoip6 to the October 6 2016 database.Karsten Loesing
2016-09-07Update geoip and geoip6 to the September 6 2016 database.Karsten Loesing
2016-08-12Update geoip and geoip6 to the August 2 2016 database.Karsten Loesing
2016-07-18Update geoip and geoip6 to the July 6 2016 database.Karsten Loesing
2016-06-12Update geoip and geoip6 to the June 7 2016 database.Karsten Loesing
2016-05-09Update geoip and geoip6 to the May 4 2016 database.Karsten Loesing
2016-04-07Update geoip and geoip6 to the April 5 2016 database.Karsten Loesing
2016-03-04Update geoip and geoip6 to the March 3 2016 database.Karsten Loesing
2016-02-04Update geoip and geoip6 to the February 2 2016 database.Karsten Loesing
2016-01-07Update geoip and geoip6 to the January 5 2016 database.Karsten Loesing
2015-12-05Update geoip and geoip6 to the December 1 2015 database.Karsten Loesing
2015-10-09Update geoip and geoip6 to the October 9 2015 database.Karsten Loesing
2015-09-24Update geoip and geoip6 to the September 3 2015 database.Karsten Loesing
2015-07-29Update geoip and geoip6 to the July 8 2015 database.Karsten Loesing
2015-06-09Update geoip to the June 3 2015 database.maint-0.2.3Karsten Loesing
2015-04-24Update geoip to the April 8 2015 database.Karsten Loesing
2015-03-09Update geoip to the March 3 2015 database.Karsten Loesing
2015-01-22Update geoip to the January 7 2015 database.Karsten Loesing
2014-11-24Update geoip to the November 15 2014 database.Karsten Loesing
2014-08-13Update geoip to the August 7 2014 database.Karsten Loesing
2014-07-18Update geoip to the July 10 2014 database.Karsten Loesing
2014-06-10Update geoip to the June 4 2014 database.Karsten Loesing
2014-02-25Fix geoip by falling back to registered countries.Karsten Loesing
See 1d2179bc900f1646a5491b65294e78b175e70056 in master for details. """ Fall back to registered country if necessary. When extracting geoip and geoip6 files from MaxMind's GeoLite2 Country database, we only look at country->iso_code which is the two-character ISO 3166-1 country code of the country where MaxMind believes the end user is located. But if MaxMind thinks a range belongs to anonymous proxies, they don't put anything there. Hence, we omit those ranges and resolve them all to '??'. That's not what we want. What we should do is first try country->iso_code, and if there's no such key, try registered_country->iso_code which is the country in which the ISP has registered the IP address. In short: let's fill all A1 entries with what ARIN et. al think. """
2014-02-08Update to the February 2014 GeoIP database.Karsten Loesing
2013-10-11Update to the October 2013 GeoIP database.maint-0.2.2Karsten Loesing
2013-09-10Update to the September 2013 GeoIP database.Karsten Loesing
2013-08-12Update to the August 2013 GeoIP database.Karsten Loesing
2013-07-08Update to the July 2013 GeoIP database.Karsten Loesing
2013-06-05Update to the June 2013 GeoIP database.Karsten Loesing
2013-05-13Update to the May 2013 GeoIP database.Karsten Loesing
2013-04-08Update to the April 2013 GeoIP database.Karsten Loesing
2013-03-07Update to the March 2013 GeoIP database.Karsten Loesing
2013-02-08Update to the February 2013 GeoIP database.Karsten Loesing
2013-01-05Update to the January 2013 GeoIP database.Karsten Loesing
2012-12-13Add link explaining how the geoip file was created.Karsten Loesing
2012-12-13Update to the December 2012 GeoIP database.Karsten Loesing
2012-12-13Update to the November 2012 GeoIP database.Karsten Loesing
2012-07-06Revert to the May 2012 geoip dbRoger Dingledine
The June 2012 db marks too many relays as country "A1". Addresses bug 6334.
2012-06-13Update to the June 2012 GeoIP database.Karsten Loesing
Manually removed range 0.116.0.0 to 0.119.255.255 which Maxmind says is assigned to AT. This is very likely a bug in their database, because 0.0.0.0/8 is a reserved range.
2012-05-07Update to the May 2012 GeoIP database.Karsten Loesing
2012-04-11Update to the April 2012 GeoIP database.Karsten Loesing
2012-03-08Update to the March 2012 GeoIP database.Karsten Loesing
2012-02-09Update to the February 2012 GeoIP database.maint-0.2.1Karsten Loesing
2012-01-05Update to the January 2012 GeoIP database.Karsten Loesing
2011-12-08Update to the December 2011 GeoIP database.Karsten Loesing
2011-11-07Update to the November 2011 GeoIP database.Karsten Loesing
2011-10-13Update to the October 2011 GeoIP database.Karsten Loesing
2011-09-15Update to the September 2011 GeoIP database.Karsten Loesing
2011-08-08Update to the August 2011 GeoIP database.Karsten Loesing