<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in IpTest.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>85cddb538a58d7b2cfc0a3b41359a9310d6a6843 - Merge branch &apos;client_ip_header&apos;</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#85cddb538a58d7b2cfc0a3b41359a9310d6a6843</link>
        <description>Merge branch &apos;client_ip_header&apos;* client_ip_header:  Clean up stale realip references after client_ip_header rename  remove realip option, add default in conf/dokuwiki.php  convert tests to data provider  add comment to the real-ip test  add custom client_ip_header

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Sat, 18 Apr 2026 19:29:36 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>90c2f6e39ea5f0855d81ad8451f2288d642a1ed0 - Clean up stale realip references after client_ip_header rename</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#90c2f6e39ea5f0855d81ad8451f2288d642a1ed0</link>
        <description>Clean up stale realip references after client_ip_header renameUpdate docblocks in Ip.php and common.php, fix old tests to usethe new config key, remove outdated translations, fix method casingin test, and add example to English config description.

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Sat, 18 Apr 2026 19:28:49 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>fe6048cc082a03daebd73c3dc15a83d942259ce1 - remove realip option, add default in conf/dokuwiki.php</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#fe6048cc082a03daebd73c3dc15a83d942259ce1</link>
        <description>remove realip option, add default in conf/dokuwiki.php

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Tue, 14 Apr 2026 22:39:23 +0000</pubDate>
        <dc:creator>Alexander Lehmann &lt;alexlehm@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8f178b7087a95eb7e0c652c303d592dae3e7e3ea - convert tests to data provider</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#8f178b7087a95eb7e0c652c303d592dae3e7e3ea</link>
        <description>convert tests to data provider

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Mon, 19 Jan 2026 19:54:17 +0000</pubDate>
        <dc:creator>Alexander Lehmann &lt;alexlehm@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f0cf24e1de252f9dc2badd955a45bec82f5e60e - add comment to the real-ip test</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#6f0cf24e1de252f9dc2badd955a45bec82f5e60e</link>
        <description>add comment to the real-ip test

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Sat, 17 Jan 2026 10:03:54 +0000</pubDate>
        <dc:creator>Alexander Lehmann &lt;alexlehm@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2b760c9fcca4fe881d642e76c6be9eb7abdaf282 - add custom client_ip_header</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#2b760c9fcca4fe881d642e76c6be9eb7abdaf282</link>
        <description>add custom client_ip_header

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Thu, 15 Jan 2026 21:08:47 +0000</pubDate>
        <dc:creator>Alexander Lehmann &lt;alexlehm@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2f70db90a6d48ecf1f6af51603dba5a630662d2a - fix: 32bit IP tests w/string of decimal representation, overflows</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#2f70db90a6d48ecf1f6af51603dba5a630662d2a</link>
        <description>fix: 32bit IP tests w/string of decimal representation, overflowsMath in PHP is hard! sprintf(&quot;%.0f&quot;,0x7FFFFFFFFFFFFFFF) == sprintf(&quot;%.0f&quot;,0x7FFFFFFFFFFFFF00)Changes  * 32bit gets own version of tests where expected values are strings  * decimalToBinary32 to replace `sprintf(&quot;%032b%032b&quot;...)`, avoids overflow  * overflow check in ipv4 too  * refactor    * partsTo64 for 32bit parts into dec value as str (bcmath)    * Ip32::$b32 as class constant    * condition always PHP_INT_SIZE == 4 for 32bit (instead of == 8 for 64)

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Thu, 04 Dec 2025 17:10:41 +0000</pubDate>
        <dc:creator>WillForan &lt;willforan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a060f5a0bcf2bd42191c466160b31778110b4a6f - refactor(ip): PSR-12 functions</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#a060f5a0bcf2bd42191c466160b31778110b4a6f</link>
        <description>refactor(ip): PSR-12 functions  bitmask64_32        -&gt; bitmask64On32  make_bitmask_32     -&gt; makeBitmaskOn32  ipv6_upper_lower_32 -&gt; ipv6UpperLowerOn32also * uncomment working 7FFF ipv6 test and * fix README suggested podman to use `docker://wpstaging`

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Thu, 04 Dec 2025 16:10:13 +0000</pubDate>
        <dc:creator>WillForan &lt;willforan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e7cd6878575ddbb7f1fe122e1ffb19bc9dbf740a - Merge remote-tracking branch &apos;upstream/master&apos; into 32bitpack</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#e7cd6878575ddbb7f1fe122e1ffb19bc9dbf740a</link>
        <description>Merge remote-tracking branch &apos;upstream/master&apos; into 32bitpack

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Sat, 20 Sep 2025 19:01:29 +0000</pubDate>
        <dc:creator>WillForan &lt;willforan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7caad012096d50d402153b447067b9edf4edeb88 - extend tests, fix issues with new Ip methods</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/_test/tests/inc/IpTest.php#7caad012096d50d402153b447067b9edf4edeb88</link>
        <description>extend tests, fix issues with new Ip methods

            List of files:
            /dokuwiki/_test/tests/inc/IpTest.php</description>
        <pubDate>Wed, 04 Jun 2025 09:39:47 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
</channel>
</rss>
