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

Fix txt prefix bug, should be lowercased because when writing to dns … #1013

Merged
merged 8 commits into from
Sep 10, 2019

Commits on May 3, 2019

  1. Fix txt prefix bug, should be lowercased because when writing to dns …

    …it is lowercased
    Pavol Ipoth authored and Pavol Ipoth committed May 3, 2019
    Configuration menu
    Copy the full SHA
    956be2e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Replace debug+sprintf with debugf

    Pavol Ipoth authored and Pavol Ipoth committed May 9, 2019
    Configuration menu
    Copy the full SHA
    d7516a2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. chore: add tests for case-insensitive TXT prefix

    Martin Linkhorst committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1cdb941 View commit details
    Browse the repository at this point in the history
  2. chore: remove additional debug output from txt registry

    Martin Linkhorst committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    d4d8b96 View commit details
    Browse the repository at this point in the history
  3. fix: add test case for in-use upper-case txt prefixes

    Martin Linkhorst committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    40edf9c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Merge branch 'master' into fix-prefix-to-lower

    Nick Jüttner authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    b2c5ad0 View commit details
    Browse the repository at this point in the history
  2. Update txt_test.go

    njuettner authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    816929a View commit details
    Browse the repository at this point in the history
  3. Update txt_test.go

    njuettner authored Sep 10, 2019
    Configuration menu
    Copy the full SHA
    b685c73 View commit details
    Browse the repository at this point in the history