wasStitchNET – Diff between revs 1 and 11

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 11
Line 24... Line 24...
24 new ProductInfoHeaderValue(Assembly.GetEntryAssembly().GetName().Name, STITCH_VERSION); 24 new ProductInfoHeaderValue(Assembly.GetEntryAssembly().GetName().Name, STITCH_VERSION);
Line 25... Line 25...
25   25  
26 public const string GEOIP_PATH = @"GeoIP-Databases"; 26 public const string GEOIP_PATH = @"GeoIP-Databases";
27 public const string GEOIP_CITY_DATABASE = @"GeoLite2-City.mmdb.gz"; 27 public const string GEOIP_CITY_DATABASE = @"GeoLite2-City.mmdb.gz";
-   28 public const string GEOIP_UNKNOWN_COUNTRY = @"a galaxy far, far away...";
-   29  
28 public const string GEOIP_UNKNOWN_COUNTRY = @"a galaxy far, far away..."; 30 public const string OFFICIAL_UPDATE_SERVER = @"http://corrade.grimore.org";
29 } 31 }