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

Create a version 1.0, to manage Pdns 4.0.0 and greater #94

Merged
merged 59 commits into from
Aug 5, 2016
Merged

Conversation

tuxis-ie
Copy link
Owner

@tuxis-ie tuxis-ie commented Aug 5, 2016

Lots of new features and fixes. Greatest change is that we now support the official PDNS Api, for PDNS > 4.0.0!

Other stuff to note:

  • Searching is now done by Pdns via the (undocumented) search-data-call. It searches zonenames, records and comments.
  • A lot of new stuff has been written to make objects of a zone and its component. Main reason for that is that PDNS decided not to do 'records' anymore, but 'rrsets', which hold records. You might notice that you are unable to set a different TTL for two records in the same rrset. This is illegal because TTL is part of an rrset, not a record.
  • You may want to look at includes/class/ if you are looking for ways to communicate with PDNS via PHP. It might make your life easier.
  • NSEdit is no longer using submodules which made installation a bit difficult. We're now using subtrees which also include the files of the subtrees in the nsedit repo. This makes downloading NSEdit easier (as a ZIP/tar.gz file).
  • v0.9 has been released for those of you that are still running PDNS < 4 (like me ;))

* addrecord() should just add the record, even if the rrset does not yet exist
* Make addrecord() return the created record
* Implement getrecord()
git-subtree-dir: js/addclear
git-subtree-split: 25686e8ec19b1fee953c72971ffdb9a1abec166d
git-subtree-dir: jtable
git-subtree-split: 25686e8ec19b1fee953c72971ffdb9a1abec166d
git-subtree-dir: jquery-ui
git-subtree-split: 3dd8a09b441d65445f2b6a7c73e72af65445d5da
git-subtree-dir: jtable
git-subtree-split: 1a6e6ab44e57f1cea35a1b7168a8c8ef319d5a81
git-subtree-dir: jquery-ui
git-subtree-split: 77ff328cbe8a662f52178020d202dc1bfb560fd8
@tuxis-ie tuxis-ie merged commit 854c067 into master Aug 5, 2016
@tuxis-ie tuxis-ie deleted the pdns-40 branch August 22, 2018 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant