<?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 xmlrpc.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>5c3fa1237fed70959d8f7612243d02b0d8dd40d8 - do not return zero error code for API exceptions. fixes #4413</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#5c3fa1237fed70959d8f7612243d02b0d8dd40d8</link>
        <description>do not return zero error code for API exceptions. fixes #4413

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Wed, 12 Mar 2025 08:16:32 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d4f83172d9533c4d84f450fe22ef630816b21d75 - code style: line breaks</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#d4f83172d9533c4d84f450fe22ef630816b21d75</link>
        <description>code style: line breaks

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Thu, 31 Aug 2023 20:44:40 +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/lib/exe/xmlrpc.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/lib/exe/xmlrpc.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>1cdd0090d7e8ffd0f99da73d0911bcd46d97a9ee - moved XMLRPC server class from lib/exe to inc/Remote</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#1cdd0090d7e8ffd0f99da73d0911bcd46d97a9ee</link>
        <description>moved XMLRPC server class from lib/exe to inc/Remote

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Mon, 07 May 2018 21:13:22 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>dd87735d917b53fa3e3ac66675834419ed24f832 - PSR-2 compatibility for the remote API libs</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#dd87735d917b53fa3e3ac66675834419ed24f832</link>
        <description>PSR-2 compatibility for the remote API libs

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Mon, 07 May 2018 20:21:39 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2a9d6d65139f8125b4866603bdbb15caa98a5b5e - Return valid xml when XML-RPC interface not enabled, #1704</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#2a9d6d65139f8125b4866603bdbb15caa98a5b5e</link>
        <description>Return valid xml when XML-RPC interface not enabled, #1704

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Sat, 01 Oct 2016 12:02:11 +0000</pubDate>
        <dc:creator>Florian Rathgeber &lt;florian.rathgeber@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42a6fba0b4064ca2035a8b7bc068b45f7cc47f24 - rename constructor, visibility functions of dokuwiki_xmlrpc_server</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#42a6fba0b4064ca2035a8b7bc068b45f7cc47f24</link>
        <description>rename constructor, visibility functions of dokuwiki_xmlrpc_server

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Wed, 27 Apr 2016 21:59:00 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0c43e7198c135083b88bdad3dd7876a8ff8a2870 - Replace old constructor call by __construct() in dokuwiki_xmlrpc_server</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#0c43e7198c135083b88bdad3dd7876a8ff8a2870</link>
        <description>Replace old constructor call by __construct() in dokuwiki_xmlrpc_server

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Mon, 15 Jun 2015 19:13:39 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7e8500eea1e53b1de0e0f70400664afa442cd08d - PHPDocs and some improvements</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#7e8500eea1e53b1de0e0f70400664afa442cd08d</link>
        <description>PHPDocs and some improvements

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Thu, 02 Oct 2014 12:55:24 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42ea7f447f39fbc2f79eaaec31f8c10ede59c5d0 - Many PHPDocs, some unused and dyn declared vars</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#42ea7f447f39fbc2f79eaaec31f8c10ede59c5d0</link>
        <description>Many PHPDocs, some unused and dyn declared varsmany PHPDocssome unused variablessome dynamically declared variables declared

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Wed, 01 Oct 2014 09:30:27 +0000</pubDate>
        <dc:creator>Gerrit Uitslag &lt;klapinklapin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9d2e1be699d573eebda922cf67f030d3d2aa462d - introduced http_status() for sending HTTP status code FS#1698</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#9d2e1be699d573eebda922cf67f030d3d2aa462d</link>
        <description>introduced http_status() for sending HTTP status code FS#1698It seems, some servers require a special Status: header for sending theHTTP status code from PHP (F)CGI to the server. This patch introduces anew function (adopted from CodeIgniter) for simplifying the statushandling.

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Sat, 16 Feb 2013 17:29:20 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>b2a3342a5ee467dde700d5c67249400d5eb01f86 - Added more detail error code for unauthorized calls in xmlrpc interface.</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#b2a3342a5ee467dde700d5c67249400d5eb01f86</link>
        <description>Added more detail error code for unauthorized calls in xmlrpc interface.

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Wed, 18 Apr 2012 12:58:27 +0000</pubDate>
        <dc:creator>Tim Roes &lt;mail@timroes.de&gt;</dc:creator>
    </item>
<item>
        <title>b967e5fc8fd93226eba7926c13b73b93878f182b - removed requires, changed conf check in xmlrpc.php</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#b967e5fc8fd93226eba7926c13b73b93878f182b</link>
        <description>removed requires, changed conf check in xmlrpc.php

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Thu, 22 Mar 2012 11:11:31 +0000</pubDate>
        <dc:creator>Dominik Eckelmann &lt;deckelmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>96946cc94d3ecb3832e2a1ce35c49743e25329e1 - replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#96946cc94d3ecb3832e2a1ce35c49743e25329e1</link>
        <description>replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data function

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Wed, 21 Mar 2012 10:25:00 +0000</pubDate>
        <dc:creator>Dominik Eckelmann &lt;deckelmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3a6d76070be7220b8e5f7c04443aa923bc8cddf2 - Merge branch &apos;master&apos; of https://github.com/splitbrain/dokuwiki</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#3a6d76070be7220b8e5f7c04443aa923bc8cddf2</link>
        <description>Merge branch &apos;master&apos; of https://github.com/splitbrain/dokuwikiConflicts:	lib/exe/xmlrpc.php

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Wed, 14 Mar 2012 11:52:36 +0000</pubDate>
        <dc:creator>Dominik Eckelmann &lt;deckelmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>750a55de568a82aaa40ca384a17a64804e94f2b9 - corrected comment</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#750a55de568a82aaa40ca384a17a64804e94f2b9</link>
        <description>corrected comment

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Sun, 05 Feb 2012 11:33:35 +0000</pubDate>
        <dc:creator>Dominik Eckelmann &lt;deckelmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2203da5b13d5062626a6ecd6b599fb42dc415a06 - increased XMLRPC API version for 1d667b4</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#2203da5b13d5062626a6ecd6b599fb42dc415a06</link>
        <description>increased XMLRPC API version for 1d667b4

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Wed, 01 Feb 2012 19:35:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e61127e4af913a252fbe5c8f427501268501895c - refactored RemoteAccessDenied to RemoteAccessDeniedException</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#e61127e4af913a252fbe5c8f427501268501895c</link>
        <description>refactored RemoteAccessDenied to RemoteAccessDeniedException

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Sun, 08 Jan 2012 18:31:10 +0000</pubDate>
        <dc:creator>Dominik Eckelmann &lt;deckelmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f95017850a515969190f54df3d57a00449245bb9 - delegate file and date transformation to remote library</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#f95017850a515969190f54df3d57a00449245bb9</link>
        <description>delegate file and date transformation to remote library

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Sun, 08 Jan 2012 17:37:59 +0000</pubDate>
        <dc:creator>Dominik Eckelmann &lt;deckelmann@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3a13cfe7e12afabb47139702b7f118d63ccf42c2 - set login as public method</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/lib/exe/xmlrpc.php#3a13cfe7e12afabb47139702b7f118d63ccf42c2</link>
        <description>set login as public method

            List of files:
            /dokuwiki/lib/exe/xmlrpc.php</description>
        <pubDate>Sun, 08 Jan 2012 17:10:38 +0000</pubDate>
        <dc:creator>Dominik Eckelmann &lt;deckelmann@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
