Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reimplement DNSCheckValidation #250

Merged
merged 9 commits into from
Aug 8, 2020
Merged

Commits on Jul 20, 2020

  1. Reimplement DNSCheckValidation to utilise get_dns_record and extend s…

    …upport for detection of Null MX records (RFC7505) and reserved, mDNS and private namespaces (RFC2606 & RFC6762)
    BenHarris committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    3c0d187 View commit details
    Browse the repository at this point in the history
  2. Change valid email tests to use github.com instead of example.com as …

    …example.com now (correctly) fails the tests due to the Null MX case
    BenHarris committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    1e67a37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02e3071 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    0eb972f View commit details
    Browse the repository at this point in the history
  2. Set PHPDoc return type

    BenHarris committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    6b9e30e View commit details
    Browse the repository at this point in the history
  3. Set PHPDoc return type

    BenHarris committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    a70fc5f View commit details
    Browse the repository at this point in the history
  4. Fix Docblock

    BenHarris committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    ee3b9b3 View commit details
    Browse the repository at this point in the history
  5. Fix Docblock

    BenHarris committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    3fbc3a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Use strict comparisons

    BenHarris committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    cddaaf3 View commit details
    Browse the repository at this point in the history