wasStitchNET – Diff between revs 14 and 17

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 14 Rev 17
Line 25... Line 25...
25 new ProductInfoHeaderValue(Assembly.GetEntryAssembly().GetName().Name, STITCH_VERSION); 25 new ProductInfoHeaderValue(Assembly.GetEntryAssembly().GetName().Name, STITCH_VERSION);
Line 26... Line 26...
26   26  
27 public const string GEOIP_CITY_DATABASE = @"GeoLite2-City.mmdb.gz"; 27 public const string GEOIP_CITY_DATABASE = @"GeoLite2-City.mmdb.gz";
Line 28... Line 28...
28 public const string GEOIP_UNKNOWN_COUNTRY = @"a galaxy far, far away..."; 28 public const string GEOIP_UNKNOWN_COUNTRY = @"a galaxy far, far away...";
Line 29... Line 29...
29   29  
30 public const string OFFICIAL_UPDATE_SERVER = @"http://corrade.grimore.org"; 30 public const string OFFICIAL_UPDATE_SERVER = @"https://corrade.grimore.org";
31   31  
32 public const string SERVICE_NAME = @"Stitch"; 32 public const string SERVICE_NAME = @"Stitch";