From: Ricardo Mones Date: Sat, 14 Nov 2015 01:49:27 +0000 (+0100) Subject: Update array of recognised TLDs X-Git-Tag: 3.13.1~44^2~6 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=bffd6c59e8ae058f54e7e461c5e81a337ac1048f Update array of recognised TLDs --- diff --git a/src/common/tlds.h b/src/common/tlds.h index c37f1b94b..6d2e94908 100644 --- a/src/common/tlds.h +++ b/src/common/tlds.h @@ -6,7 +6,7 @@ #define __TLDS_H__ static const gchar *toplvl_domains [] = { - /* Version 2015111201, Last Updated Thu Nov 12 07:07:01 2015 UTC */ + /* Version 2015111300, Last Updated Fri Nov 13 07:07:01 2015 UTC */ "aaa", "aarp", "abb", "abbott", "abogado", "ac", "academy", "accenture", "accountant", "accountants", "aco", "active", "actor", "ad", "ads", @@ -206,7 +206,20 @@ static const gchar *toplvl_domains [] = { "xyz", "yachts", "yamaxun", "yandex", "ye", "yodobashi", "yoga", "yokohama", "youtube", "yt", "za", "zara", "zip", "zm", "zone", - "zuerich", "zw" + "zuerich", "zw", /* NameCoin */ + "bit", /* EmerCoin */ + "bazar", "coin", + "emc", "lib", /* Name.Space */ + "art", "books", "inc", + "music", "radio", "shop", "talk", "union", + /* OpenNIC */ + "bbs", "dyn", "free", "fur", "geek", + "gopher", "indy", "micro", "neo", "null", + "oss", "oz", "parody", "pirate", /* Tor Project */ + "onion", + /* GNU Name System */ + "gnu", /* Invisible Internet Project */ + "i2p" }; #endif