]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: case-insensitive
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 18:46:28 +0000 (14:46 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 21 Oct 2024 19:05:00 +0000 (15:05 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
docs/appendices/backend-writers-guide.rst
docs/changelog/4.0.rst
docs/changelog/pre-4.0.rst
pdns/dnsdistdist/docs/reference/selectors.rst
pdns/dnsdistdist/docs/rules-actions.rst
pdns/recursordist/docs/appendices/internals.rst
regression-tests/tests/nsecx-upcase/description

index bd1aa293f5150eee13f44d1696b3ff804bfe05de..963dd0e4324c3c32f62206df9189b8774ba39a58 100644 (file)
@@ -366,7 +366,7 @@ Methods
     on who is asking.
 
   Note that **qdomain** can be of any case and that your backend should
-  make sure it is in effect case insensitive. Furthermore, the case of the
+  make sure it is in effect case-insensitive. Furthermore, the case of the
   original question should be retained in answers returned by ``get()``!
 
   Finally, the domain_id might also be passed indicating that only
index 330f3fb139a0a310d876e3a4423deb82c85d290d..84e3c94f45d821b8d51675d7a3e58b37f6affeec 100644 (file)
@@ -136,7 +136,7 @@ Bug fixes
    `#5091 <https://github.com/PowerDNS/pdns/issues/5091>`__
    (shantikulkarni)
 -  `#5289 <https://github.com/PowerDNS/pdns/pull/5289>`__: Sort NSEC
-   record case insensitive (Kees Monshouwer)
+   record case-insensitive (Kees Monshouwer)
 -  `#5378 <https://github.com/PowerDNS/pdns/pull/5378>`__: Make sure
    NSEC ordernames are always lower case
 -  `#4781 <https://github.com/PowerDNS/pdns/pull/4781>`__: API:
index 6c24e472f5dcfead56f4905c69d16133d3a6f199..92a07e6d4283a8b86982f4f5334c59fc715dbeb3 100644 (file)
@@ -303,7 +303,7 @@ Improvements:
 Bug fixes:
 
 -  `commit 88c52fe <https://github.com/PowerDNS/pdns/commit/88c52fe>`__:
-   make makeRelative() case insensitive (Kees Monshouwer)
+   make makeRelative() case-insensitive (Kees Monshouwer)
 
 DNSSEC improvements:
 
@@ -528,7 +528,7 @@ Improvements:
 -  `commit 73004f1 <https://github.com/PowerDNS/pdns/commit/73004f1>`__:
    implement CORS for the HTTP API
 -  `commit 4d9c289 <https://github.com/PowerDNS/pdns/commit/4d9c289>`__:
-   qtype is now case insensitive in API and database
+   qtype is now case-insensitive in API and database
 -  `commit 13af5d8 <https://github.com/PowerDNS/pdns/commit/13af5d8>`__,
    `commit 223373a <https://github.com/PowerDNS/pdns/commit/223373a>`__,
    `commit 1d5a68d <https://github.com/PowerDNS/pdns/commit/1d5a68d>`__,
@@ -955,7 +955,7 @@ Other changes
 -  `commit 3613a51 <https://github.com/PowerDNS/pdns/commit/3613a51>`__:
    Show built-in features in ^^version output
 -  `commit 4bd7d35 <https://github.com/PowerDNS/pdns/commit/4bd7d35>`__:
-   make domainmetadata queries case insensitive
+   make domainmetadata queries case-insensitive
 -  `commit 088c334 <https://github.com/PowerDNS/pdns/commit/088c334>`__:
    output warning message when no to be notified NS's are found
 -  `commit 5631b44 <https://github.com/PowerDNS/pdns/commit/5631b44>`__:
@@ -1072,7 +1072,7 @@ Changes since 3.3
 -  `commit 213ec4a <https://github.com/PowerDNS/pdns/commit/213ec4a>`__:
    add constraints for name to pg schema
 -  `commit f104427 <https://github.com/PowerDNS/pdns/commit/f104427>`__:
-   make domainmetadata queries case insensitive
+   make domainmetadata queries case-insensitive
 -  `commit 78fc378 <https://github.com/PowerDNS/pdns/commit/78fc378>`__:
    no label compression for name in TSIG records
 -  `commit 15d6ffb <https://github.com/PowerDNS/pdns/commit/15d6ffb>`__:
@@ -5491,7 +5491,7 @@ New features
 Enhancements
 ^^^^^^^^^^^^
 
--  Packet Cache is now case insensitive, leading to a higher hitrate
+-  Packet Cache is now case-insensitive, leading to a higher hitrate
    because identical queries only differing in case now both match. Care
    is taken to restore the proper case in the answer sent out.
 -  Packet Cache stores packets more efficiently now, savings are
index b2098b896959dacf66da193b02efad8d4c0571bf..e0eeaa37a168431e09164d24fc81be79f907f1a5 100644 (file)
@@ -303,7 +303,7 @@ Selectors can be combined via :func:`AndRule`, :func:`OrRule` and :func:`NotRule
   The second rule drops anything with more than 4 consecutive digits within a .EXAMPLE domain.
 
   Note that the query name is presented without a trailing dot to the regex.
-  The regex is applied case insensitively.
+  The regex is applied case-insensitively.
 
   :param string regex: A regular expression to match the traffic on
 
index aa6129bc72bb09bc395a18a243bea0c408d3ece1..8918ccc74e08cb9c9905ba415d6cd2a1b61b7bf9 100644 (file)
@@ -73,7 +73,7 @@ This delays any query for a domain name with 5 or more consecutive digits in it.
 The second rule drops anything with more than 4 consecutive digits within a .example domain.
 
 Note that the query name is presented without a trailing dot to the regex.
-The regex is applied case insensitively.
+The regex is applied case-insensitively.
 
 Alternatively, if compiled in, :func:`RE2Rule` provides similar functionality, but against libre2.
 
index 371ac1970fbcdebe54ac2ab4ce700b090ea486bf..74be0e31a681999a603c84850db3473a85c869d6 100644 (file)
@@ -199,7 +199,7 @@ with a compound key on the name and type of a record. Furthermore, the
 cache is sequenced, each time a record is accessed it is moved to the
 end of the list. When cleanup is performed, we start at the beginning.
 New records also get inserted at the end. For DNS correctness, the sort
-order of the cache is case insensitive.
+order of the cache is case-insensitive.
 
 The multi index container appears in other parts of PowerDNS, and
 MTasker as well.
index 436cb7fc84dbf86266d28b587e6e00cef62abd62..69402ebde7278934ef34e344bb9e7be9b1018a32 100644 (file)
@@ -1 +1 @@
-Make sure NSEC(3) generation is case insensitive.
+Make sure NSEC(3) generation is case-insensitive.