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

Rewrite as a recursive descent parser #193

Merged
merged 3 commits into from
Oct 21, 2018
Merged

Rewrite as a recursive descent parser #193

merged 3 commits into from
Oct 21, 2018

Commits on Oct 21, 2018

  1. Rewrite as a recursive descent parser

    This simplifies some of our validation, and opens the door to let users of the module run their own DNS check through a general-purpose API.
    skeggse committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    249d5b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    376864a View commit details
    Browse the repository at this point in the history
  3. Forbid unicode in domain literals

    Per RFC 6531, the addition of unicode doesn't extend to domain literals.
    skeggse committed Oct 21, 2018
    Configuration menu
    Copy the full SHA
    a622c30 View commit details
    Browse the repository at this point in the history