<?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 XmlRpcServer.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>093fe67e98c0cdb4b73fd46938e49b64971483c2 - updated rector and applied it</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#093fe67e98c0cdb4b73fd46938e49b64971483c2</link>
        <description>updated rector and applied it

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Sat, 07 Mar 2026 20:26:13 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>ba15f985c4b85f33c267c8f76eefdc0d8bd97e11 - API: ignore charset when checking content types</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#ba15f985c4b85f33c267c8f76eefdc0d8bd97e11</link>
        <description>API: ignore charset when checking content typesWe still expect all communication to be in UTF-8, but we really don&apos;tneed a charset attribute for that.fixes #4218, replaces #4219

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Thu, 22 Feb 2024 17:22:47 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4385690f2a92b6ccf5d1a28cfe27e575c49d574d - fix error handling in XMLRPC</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#4385690f2a92b6ccf5d1a28cfe27e575c49d574d</link>
        <description>fix error handling in XMLRPCresponse errors in call() need to be returned as Error not as thrownException.

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Thu, 11 Jan 2024 09:01:43 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b433b69e7dcd75265f237b6637ab5f34a7c40a74 - API: remove file and date transformations</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#b433b69e7dcd75265f237b6637ab5f34a7c40a74</link>
        <description>API: remove file and date transformationsWe always deal with timestamps or base64 now. Removing some of the magicmakes everything less complex.Only affected plugin is confmanager, which needs an update.

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Fri, 05 Jan 2024 16:15:35 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d868eb89f182718a31113373a6272670bd7f8012 - codestyle adjustments: function declaration braces/spaces</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#d868eb89f182718a31113373a6272670bd7f8012</link>
        <description>codestyle adjustments: function declaration braces/spaces

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Wed, 30 Aug 2023 15:09:14 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>104a3b7cee0d6263c9886c95da6cd5d929f79a06 - Apply rector fixes to inc/Remote</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#104a3b7cee0d6263c9886c95da6cd5d929f79a06</link>
        <description>Apply rector fixes to inc/Remote

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Tue, 29 Aug 2023 13:03:30 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2026497377c4b59349bdabbf9412d8a00baff03f - check XMLRPC mime type case-insensitive</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#2026497377c4b59349bdabbf9412d8a00baff03f</link>
        <description>check XMLRPC mime type case-insensitive

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Mon, 21 Aug 2023 15:01:48 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>cc7691adb9a9fb131cdc07a53e826dbcd58bf0ad - enforce content type on XML-RPC. addresses #3991</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#cc7691adb9a9fb131cdc07a53e826dbcd58bf0ad</link>
        <description>enforce content type on XML-RPC. addresses #3991This ensures only text/xml or application/xml content types are acceptedwhen communicating with the XML-RPC API

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Fri, 09 Jun 2023 18:50:42 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>3df364a338f91f787f996b83392bc95fe38abc2c - CORS on XMLRMPC API</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#3df364a338f91f787f996b83392bc95fe38abc2c</link>
        <description>CORS on XMLRMPC APIThis allows setting a CORS header to make the xmlrpc API accessible fromJavaScript clients directly in the browser.

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Mon, 25 Apr 2022 07:55:08 +0000</pubDate>
        <dc:creator>Timo Richter &lt;timo.richter@richter-leiterplatten.de&gt;</dc:creator>
    </item>
<item>
        <title>1498ac42d54ece2fdac23a00662a18ec8019fcf1 - abort XMLRPC later in serve()</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#1498ac42d54ece2fdac23a00662a18ec8019fcf1</link>
        <description>abort XMLRPC later in serve()

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Fri, 04 Feb 2022 23:09:29 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>4b867325b0bce2a430cace11805d1b09c43f1ee1 - Fix #3619 and correctly handle exceptions in XMLRPC</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#4b867325b0bce2a430cace11805d1b09c43f1ee1</link>
        <description>Fix #3619 and correctly handle exceptions in XMLRPCThis ensures that any exception happening during XMLRPC processing issignalled correctly to the client as XML encoded error message.

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Fri, 04 Feb 2022 18:46:41 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>7f8f24562b596c56d79e46eba9f82780df5725cb - move IXR XML RPC to composer dependency #1970</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#7f8f24562b596c56d79e46eba9f82780df5725cb</link>
        <description>move IXR XML RPC to composer dependency #1970This is a monky patched version of kissyfrot/php-ixr until my PR hasbeen accepted upstream.Plugins using the XML RPC client may need adjustments.

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Thu, 16 Sep 2021 13:22:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>fe52a7ca924f3c057386946c40f1aa08f7644efe - Add failing unit test for #2883</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#fe52a7ca924f3c057386946c40f1aa08f7644efe</link>
        <description>Add failing unit test for #2883

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Thu, 17 Oct 2019 04:25:22 +0000</pubDate>
        <dc:creator>Mark Janssen &lt;mpc.janssen@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1cdd0090d7e8ffd0f99da73d0911bcd46d97a9ee - moved XMLRPC server class from lib/exe to inc/Remote</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/inc/Remote/XmlRpcServer.php#1cdd0090d7e8ffd0f99da73d0911bcd46d97a9ee</link>
        <description>moved XMLRPC server class from lib/exe to inc/Remote

            List of files:
            /dokuwiki/inc/Remote/XmlRpcServer.php</description>
        <pubDate>Mon, 07 May 2018 21:13:22 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
