index
:
github.com/processone/ejabberd.git
1.1.x
2.0.x
2.1.x
master
obsolete_3alpha
sql-auto-update
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ejabberd_xmlrpc.erl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use include_lib() to include headers from dependencies (#3369)
Stu Tomlinson
2020-09-03
1
-1
/
+1
*
Show deprecation warning if ejabberd_xmlrpc is configured as listen module (#...
Badlop
2020-05-06
1
-0
/
+7
*
Remove access_commands useless lines, api_permission replaced it years ago
Badlop
2020-05-06
1
-14
/
+8
*
Update copyright to 2020 (#3149)
Badlop
2020-01-28
1
-1
/
+1
*
Do not use ~ts format in string that are put in xmpp payload
Paweł Chmielowski
2020-01-22
1
-1
/
+1
*
Flatten strings in ejabberd_xmlrpc error results
Badlop
2019-10-18
1
-0
/
+4
*
Update ejabberd_xmlrpc to handle binaries in restuple result (#3048)
Badlop
2019-10-03
1
-1
/
+1
*
Correctly handle unicode in log messages
Evgeny Khramtsov
2019-09-23
1
-1
/
+1
*
Remove very old useless comments in ejabberd_xmlrpc.erl
Badlop
2019-07-16
1
-167
/
+9
*
Make logging messages more consistent
Evgeny Khramtsov
2019-06-24
1
-2
/
+2
*
Deprecated access_commands option
Evgeny Khramtsov
2019-06-24
1
-18
/
+2
*
Make ejabberd_xmlrpc working as a listening module again
Evgeny Khramtsov
2019-06-24
1
-4
/
+6
*
Add support for backwards compatibility in command argument names (#2908)
Badlop
2019-06-19
1
-6
/
+17
*
Fix support for nonexistent or empty access_commands in ejabberd_xmlrpc
Badlop
2019-06-19
1
-1
/
+1
*
Use new configuration validator
Evgeny Khramtsov
2019-06-14
1
-34
/
+9
*
Rename listening callback from start/2 to start/3
Evgeny Khramtsov
2019-04-01
1
-5
/
+5
*
Update copyright to 2019 (#2756)
Badlop
2019-01-08
1
-1
/
+1
*
Refactor ejabberd_listener
Evgeny Khramtsov
2018-09-18
1
-15
/
+5
*
Refactor ejabberd listener API
Evgeny Khramtsov
2018-09-17
1
-2
/
+7
*
Get rid of ejabberd.hrl header
Evgeniy Khramtsov
2018-06-14
1
-1
/
+0
*
Add validator for 'accept_interval' listening option
Evgeniy Khramtsov
2018-04-30
1
-1
/
+4
*
Validate additional listen opts
Stu Tomlinson
2018-02-28
1
-1
/
+5
*
Update copyright dates
Evgeniy Khramtsov
2018-01-05
1
-1
/
+1
*
Don't call gen_mod:get_opt() outside of modules
Evgeniy Khramtsov
2017-05-08
1
-1
/
+1
*
Don't validate an option in gen_mod:get*opt() functions
Evgeniy Khramtsov
2017-04-30
1
-31
/
+24
*
Fix handling of xmlrpc request without authentication structure
Paweł Chmielowski
2017-03-13
1
-4
/
+5
*
Fix some dialyzer warnings
Evgeniy Khramtsov
2017-02-18
1
-1
/
+1
*
Update copyright date automatically (#1442)
Badlop
2017-01-02
1
-1
/
+1
*
Get rid of compile warnings
Evgeniy Khramtsov
2016-11-25
1
-4
/
+4
*
Merge branch 'master' into xml-ng
Evgeniy Khramtsov
2016-11-12
1
-21
/
+59
|
\
|
*
Convert ejabberd_xmlrpc to new api_permissions
Paweł Chmielowski
2016-10-14
1
-21
/
+59
*
|
Rewrite several modules to use XML generator
Evgeniy Khramtsov
2016-07-29
1
-1
/
+1
|
/
*
When convertion of xmlrpc argument to type fails, report it as error
Paweł Chmielowski
2016-06-23
1
-1
/
+5
*
Recover ec6c58a which was reverted in 100827e (thanks to Alexey Shchepin)
Badlop
2016-06-10
1
-1
/
+1
*
Fix format_result also in xmlrpc, after aa5caa3 (#982)
Badlop
2016-03-07
1
-1
/
+1
*
Switch to Fast XML module
Mickael Remond
2016-02-03
1
-3
/
+3
*
Update copyright to 2016 (#901)
Badlop
2016-01-13
1
-1
/
+1
*
Remove access_commands 'unrestricted' option, use [] instead. Fix unauthenti...
Alexey Shchepin
2015-10-20
1
-6
/
+1
*
Improve access_commands option backward compatibility
Alexey Shchepin
2015-10-19
1
-1
/
+6
*
Add OAuth support (thanks to Aleksey)
Christophe Romain
2015-09-25
1
-42
/
+49
*
Update FSF address
Christophe Romain
2015-08-05
1
-4
/
+3
*
Remove unused validation code
Evgeniy Khramtsov
2015-06-03
1
-12
/
+1
*
Add config validation at startup
Evgeniy Khramtsov
2015-06-01
1
-1
/
+12
*
In xmlrpc use process_unicode_codepoints instead of list_to_binary
Badlop
2015-05-29
1
-4
/
+27
*
New command get_room_options (#567)
Badlop
2015-05-15
1
-0
/
+6
*
Replace undefined value with empty one (processone/ejabberd-contrib#92)
Badlop
2015-04-04
1
-0
/
+2
*
Fix access_commands option in ejabberd_xmlrpc, now it works
Badlop
2015-01-15
1
-8
/
+2
*
Fix for ejabbed bug #359 - now strings are formatted correctly.
Leif Bredgaard Honore
2014-11-20
1
-2
/
+2
*
Fix format of an XML-RPC response
Evgeniy Khramtsov
2014-10-04
1
-1
/
+1
*
Switch to P1 implementation of XML-RPC
Evgeniy Khramtsov
2014-10-04
1
-10
/
+18
[next]