summaryrefslogtreecommitdiff
path: root/src/ejabberd_xmlrpc.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Don't call gen_mod:get_opt() outside of modulesEvgeniy Khramtsov2017-05-081-1/+1
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-31/+24
* Fix handling of xmlrpc request without authentication structurePaweł Chmielowski2017-03-131-4/+5
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-1/+1
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Get rid of compile warningsEvgeniy Khramtsov2016-11-251-4/+4
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-21/+59
|\
| * Convert ejabberd_xmlrpc to new api_permissionsPaweł Chmielowski2016-10-141-21/+59
* | Rewrite several modules to use XML generatorEvgeniy Khramtsov2016-07-291-1/+1
|/
* When convertion of xmlrpc argument to type fails, report it as errorPaweł Chmielowski2016-06-231-1/+5
* Recover ec6c58a which was reverted in 100827e (thanks to Alexey Shchepin)Badlop2016-06-101-1/+1
* Fix format_result also in xmlrpc, after aa5caa3 (#982)Badlop2016-03-071-1/+1
* Switch to Fast XML moduleMickael Remond2016-02-031-3/+3
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Remove access_commands 'unrestricted' option, use [] instead. Fix unauthenti...Alexey Shchepin2015-10-201-6/+1
* Improve access_commands option backward compatibilityAlexey Shchepin2015-10-191-1/+6
* Add OAuth support (thanks to Aleksey)Christophe Romain2015-09-251-42/+49
* Update FSF addressChristophe Romain2015-08-051-4/+3
* Remove unused validation codeEvgeniy Khramtsov2015-06-031-12/+1
* Add config validation at startupEvgeniy Khramtsov2015-06-011-1/+12
* In xmlrpc use process_unicode_codepoints instead of list_to_binaryBadlop2015-05-291-4/+27
* New command get_room_options (#567)Badlop2015-05-151-0/+6
* Replace undefined value with empty one (processone/ejabberd-contrib#92)Badlop2015-04-041-0/+2
* Fix access_commands option in ejabberd_xmlrpc, now it worksBadlop2015-01-151-8/+2
* Fix for ejabbed bug #359 - now strings are formatted correctly.Leif Bredgaard Honore2014-11-201-2/+2
* Fix format of an XML-RPC responseEvgeniy Khramtsov2014-10-041-1/+1
* Switch to P1 implementation of XML-RPCEvgeniy Khramtsov2014-10-041-10/+18
* Process XML-RPC requests via p1_xml and ejabberd_httpEvgeniy Khramtsov2014-10-041-20/+32
* add missing format handlerChristophe Romain2014-06-051-0/+4
* Fix error reporting in previous commitBadlop2014-04-301-2/+2
* Fix formatting string argument (thanks to Locojay)(github #129)Badlop2014-04-301-1/+5
* Fix user_resources command, and ejabberd_xmlrpc parsing auth details in callBadlop2014-03-311-2/+6
* Fix auth verification in ejabberd_xmlrpc (thanks to Vicis)Badlop2014-01-021-1/+3
* Add ejabberd_xmlrpcEvgeniy Khramtsov2013-12-101-0/+484