remove small names and organize alphabetticaly by group

This commit is contained in:
Ricardo Guilherme Schmidt 2018-10-12 18:00:13 -03:00 committed by Barry G
parent 8501add1ee
commit ae5bbcae9d
1 changed files with 105 additions and 136 deletions

View File

@ -1,102 +1,90 @@
exports.ReservedUsernames = [
//Ethereum reserved words
'eth',
'ethalert',
'ether',
'etheralert',
'ethereum',
'ethereumalert',
'ethereuminfo',
'ethereumnode',
'ethereumnotice',
'ethereumpromo',
'etherinfo',
'etherium',
'ethernode',
'ethernotice',
'etherpromo',
'ethinfo',
'ethnode',
'ethnotice',
'ethpromo',
'smartcontract',
'smartcontracts',
'validator',
'ethalert',
'ethinfo',
'ethpromo',
'ethnode',
'ethnotice',
'etheralert',
'etherinfo',
'etherpromo',
'ethernode',
'ethernotice',
'ethereumalert',
'ethereuminfo',
'ethereumpromo',
'ethereumnode',
'ethereumnotice',
//Ethereum ecossystem
'mew',
'myetherwallet',
'etherscan',
//Status reserved words
'snt',
'status',
'stateofus',
'statusnetwork',
'statusnetworktoken',
'openbounty',
'embark',
'tellernetwork',
'pushnotification',
'notification',
'notifications',
'usernames',
'names',
'statusteller',
'teller',
'tellernetwork',
'statustellernetwork',
'registry',
'ens',
'group',
'groups',
'governance',
'democracy',
'delegate',
'tribute',
'tributetotalk',
'tribute2talk',
'curation',
'curator',
'curators',
'sticker',
'stickers',
'stickermarket',
'stickersmarket',
'delegate',
'democracy',
'embark',
'event',
'events',
'governance',
'group',
'groups',
'names',
'notification',
'notifications',
'openbounty',
'pushnotification',
'registry',
'stateofus',
'status',
'statusnetwork',
'statusnetworktoken',
'statusteller',
'statustellernetwork',
'sticker',
'stickermarket',
'stickers',
'stickersmarket',
'teller',
'tellernetwork',
'tribute',
'tribute2talk',
'tributetotalk',
'usernames',
// Crypto community reserved words
'dex',
'exchange',
'token',
'airdrop',
'ico',
'plasma',
'network',
'market',
'reputation',
'wallet',
'node',
'miner',
'blockchain',
'crypto',
'exchange',
'explorer',
'giveaway',
'crypto',
'market',
'miner',
'network',
'node',
'plasma',
'reputation',
'satoshi',
'token',
'wallet',
// Generic reserved words
'about',
'about',
'account',
'activate',
'add',
'admin',
'administrator',
'api',
'app',
'apps',
'archive',
'archives',
@ -116,7 +104,7 @@ exports.ReservedUsernames = [
'contact',
'create',
'delete',
'direct_messages',
'directmessages',
'documentation',
'download',
'downloads',
@ -124,7 +112,6 @@ exports.ReservedUsernames = [
'email',
'employment',
'enterprise',
'faq',
'favorites',
'feed',
'feedback',
@ -149,9 +136,6 @@ exports.ReservedUsernames = [
'info',
'invitations',
'invite',
'is',
'it',
'job',
'jobs',
'json',
'language',
@ -161,13 +145,11 @@ exports.ReservedUsernames = [
'logout',
'logs',
'mail',
'map',
'maps',
'mine',
'mis',
'news',
'oauth',
'oauth_clients',
'oauthclients',
'offers',
'openid',
'order',
@ -180,13 +162,11 @@ exports.ReservedUsernames = [
'postmaster',
'privacy',
'projects',
'put',
'recruitment',
'register',
'remove',
'replies',
'root',
'rss',
'sales',
'save',
'search',
@ -196,7 +176,6 @@ exports.ReservedUsernames = [
'shop',
'signup',
'sitemap',
'ssl',
'ssladmin',
'ssladministrator',
'sslwebmaster',
@ -215,72 +194,62 @@ exports.ReservedUsernames = [
'unfollow',
'unsubscribe',
'update',
'url',
'user',
'weather',
'webmaster',
'widget',
'widgets',
'wiki',
'ww',
'www',
'wwww',
'xfn',
'xml',
'xmpp',
'yaml',
'yml',
// Top 50 languages by speaking population
'chinese',
'mandarin',
'spanish',
'english',
'bengali',
'hindi',
'portuguese',
'russian',
'japanese',
'german',
'wu',
'javanese',
'korean',
'french',
'vietnamese',
'telugu',
'chinese',
'marathi',
'tamil',
'turkish',
'urdu',
'min-nan',
'jinyu',
'gujarati',
'polish',
'arabic',
'ukrainian',
'italian',
'xiang',
'malayalam',
'hakka',
'kannada',
'oriya',
'panjabi',
'sunda',
'panjabi',
'romanian',
'bhojpuri',
'azerbaijani',
'farsi',
'maithili',
'hausa',
'arabic',
'burmese',
'serbocroatian',
'gan',
'awadhi',
'thai',
'dutch',
'yoruba',
'sindhi',
// Top languages by speaking population
'arabic',
'awadhi',
'azerbaijani',
'bengali',
'bhojpuri',
'burmese',
'chinese',
'dutch',
'english',
'farsi',
'french',
'german',
'gujarati',
'hakka',
'hausa',
'hindi',
'italian',
'japanese',
'javanese',
'jinyu',
'kannada',
'korean',
'maithili',
'malayalam',
'mandarin',
'marathi',
'minnan',
'oriya',
'panjabi',
'polish',
'portuguese',
'romanian',
'russian',
'serbocroatian',
'sindhi',
'spanish',
'sunda',
'tamil',
'telugu',
'thai',
'turkish',
'ukrainian',
'urdu',
'vietnamese',
'xiang',
'yoruba'
]