8000 Tags · TwiN/whois · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: TwiN/whois

Tags

v1.1.11

Toggle v1.1.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Use domain extension as key instead of domain (#27)

v1.1.10

Toggle v1.1.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add support for .cz and .me domain expiration (#24)

* Added support for .CZ and .ME domain expiration parsing

* Added support for .CZ and .ME domain expiration parsing with strings.ToUpper(value) for consistent date formatting

* Fix main code and add tests for TLD handling (.cz, .me)

* Fix: Add handling for missing domain statuses and name servers for .cz and other TLDs

* Fix: Add handling for missing domain statuses and name servers for .cz and other TLDs

* Apply suggestions from code review

* Exclude .cz domain from status check in tests

* Update whois_test.go

* Update whois_test.go

* Fix: Added support for .cz TLD, updated expiration date handling, and removed .me from tldWithoutExpirationDate

---------

Co-authored-by: TwiN <twin@linux.com>

v1.1.9

Toggle v1.1.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Use a more reliable WHOIS server for .mx (#21)

v1.1.8

Toggle v1.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Support for .mx ccTLD (#20)

Fix support for .mx ccTLD

Co-authored-by: TwiN <twin@linux.com>

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement tracking expiration date for ru/su domains (#17)

* Implement tracking expiration date for ru/su domains

* Update whois.go

---------

Co-authored-by: TwiN <twin@linux.com>

v1.1.6

Toggle v1.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Make sure domains with .im TLD work as intended (#15)

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Expiration Date time parsing format for .uk and .scot domains (#14)

* fix: Expiration Date time parsing format for .co.uk/.uk

* fix: Expiration Date time parsing format for .scot

* fix: add whois.nic.uk to referral cache

v1.1.4

Toggle v1.1.4's commit message
fix: Expiration Date time parsing format for .cn (#13)

* fix: Expiration Date time parsing format for .cn

* chore: use string date time foramt for CN

v1.1.3

Toggle v1.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: .br and .ua domain expiry date (#8)

v1.1.2

Toggle v1.1.2's commit message
test: Re-enable referral cache by default

0