Michael Braunöder
Michael Braunöder
labels like '-----------' raised the error "record name expected"
## Documentation fix for rcodezero driver ### Description This PR fixes the link to the rcodezero API documentation and removes the unimplemented methodes from the generated documentation ### Status done...
This PR adds support for all status fields (name, language and message) from RFC5731 : ``` ``` To set a status with a message, create a `eppStatus` object: ` $domain->addStatus(new...
- [X ] This is not a support question, I have read [about opensource](https://www.powerdns.com/opensource.html) and will send support questions to the IRC channel, [GitHub Discussions](https://github.com/PowerDNS/pdns/discussions/) or the mailing list. -...
RcodeZero Driver: fix issue when adding a record where a record with a different type already exists
## RcodeZero: Bugfix when adding a record where a record with a different type already exists ### Description The RcodeZero driver generated broken API-Requests when adding records with different type...
## Summary The RcodeZero driver generated broken API-Requests when adding records with different type (eg. adding an AAAA record to an existing A record). ## Detailed Information Adding a records...
## Summary the generated rcodezero-driver documenation includes unimplemented methods ## Detailed Information The autogenerated rcodezero-driver documentation includes unimplemented methods. The PR #2032 fixes this