Fri, 15 Aug 2014 17:11:52 +0300 Fix extract_domain to work with unicode domains
Evgeni Kunev <evgeni.kunev@gmail.com> [Fri, 15 Aug 2014 17:11:52 +0300] rev 35
Fix extract_domain to work with unicode domains
Fri, 15 Aug 2014 13:31:24 +0300 Pass all domains through encode('idna') in NICClient
Evgeni Kunev <evgeni.kunev@gmail.com> [Fri, 15 Aug 2014 13:31:24 +0300] rev 34
Pass all domains through encode('idna') in NICClient This makes sure that non-ascii domains will be properly encoded in punnycode before sending the whois query to the server.
Fri, 15 Aug 2014 11:59:58 +0300 Allow explicit usage of NICClient even if whois binary is available
Evgeni Kunev <evgeni.kunev@gmail.com> [Fri, 15 Aug 2014 11:59:58 +0300] rev 33
Allow explicit usage of NICClient even if whois binary is available
Thu, 14 Aug 2014 18:25:14 +0300 Stylistic fixes on the NICClient class
Evgeni Kunev <evgeni.kunev@gmail.com> [Thu, 14 Aug 2014 18:25:14 +0300] rev 32
Stylistic fixes on the NICClient class
Tue, 12 Aug 2014 15:57:28 +0300 Move tlds.txt to a data/ folder and add it to the package
Evgeni Kunev <evgeni.kunev@gmail.com> [Tue, 12 Aug 2014 15:57:28 +0300] rev 31
Move tlds.txt to a data/ folder and add it to the package
Tue, 12 Aug 2014 12:54:22 +0300 Raise AttributeError instead of KeyError
Evgeni Kunev <evgeni.kunev@gmail.com> [Tue, 12 Aug 2014 12:54:22 +0300] rev 30
Raise AttributeError instead of KeyError This way it's possible to use `getattr`
Tue, 12 Aug 2014 12:51:51 +0300 Read in all TLDs from a file
Evgeni Kunev <evgeni.kunev@gmail.com> [Tue, 12 Aug 2014 12:51:51 +0300] rev 29
Read in all TLDs from a file File taken from https://data.iana.org/TLD/tlds-alpha-by-domain.txt
Tue, 12 Aug 2014 21:21:25 +0200 added dns check to WhoisEntry
Richard Penman [Tue, 12 Aug 2014 21:21:25 +0200] rev 28
added dns check to WhoisEntry
Mon, 11 Aug 2014 17:26:08 +0300 Add .bg expiry date format withou mseconds
Evgeni Kunev <evgeni.kunev@gmail.com> [Mon, 11 Aug 2014 17:26:08 +0300] rev 27
Add .bg expiry date format withou mseconds
Mon, 11 Aug 2014 15:23:49 +0300 Add expiry_date regex for .bg domains
Evgeni Kunev <evgeni.kunev@gmail.com> [Mon, 11 Aug 2014 15:23:49 +0300] rev 26
Add expiry_date regex for .bg domains
(0) -10 +10 +100 tip