summaryrefslogtreecommitdiff
path: root/src/ejabberd_commands.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Accept commands: add_commands syntax (along commands: - add_commands)Paweł Chmielowski2016-04-211-1/+2
* Merge lastest commits from masterMickael Remond2016-03-311-0/+12
|\
| * HTTP ReST API now supports 'open' ejabberd commandsMickael Remond2016-03-301-0/+12
* | Commands refactor, first pass.Alexey Shchepin2016-03-311-93/+200
|/
* Fix commands api optionMickael Remond2016-03-291-2/+2
* Fix commands access check.Mickael Remond2016-03-291-3/+3
* Merge commit 'refs/pull/524/head' of github.com:processone/ejabberd into sasl...Evgeniy Khramtsov2016-03-251-1/+1
|\
| * Use SASL PLAIN authzid as client identity if auth module permits itBen Langfeld2015-05-061-1/+1
* | Add a way to get all ejabberd_commands, not only those that was registeredPaweł Chmielowski2016-01-261-6/+9
* | Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* | Add commands for generating html or markdown documentation for commandsPaweł Chmielowski2015-12-281-1/+30
* | Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-2/+2
* | Remove access_commands 'unrestricted' option, use [] instead. Fix unauthenti...Alexey Shchepin2015-10-201-4/+8
* | Improve access_commands option backward compatibilityAlexey Shchepin2015-10-191-3/+8
* | Fix access_commands option handlingAlexey Shchepin2015-10-191-1/+2
* | cosmetic cleanupChristophe Romain2015-10-071-6/+6
* | Add OAuth support (thanks to Aleksey)Christophe Romain2015-09-251-18/+167
* | Try to support access_commands in YAML (ejabberd-contrib#45)Badlop2015-05-071-0/+9
|/
* If command crashes, return restuple with error and explanation (ejabberd-cont...Badlop2015-03-251-1/+7
* Fix access_commands option in ejabberd_xmlrpc, now it worksBadlop2015-01-151-1/+8
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+1
* Accumulated patch to binarize and indent codeBadlop2013-03-141-6/+16
* Fix issue with ejabberd_xmlrpc user auth and SCRAMSteven Lehrburger2013-02-041-4/+2
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* Add SCRAM and remove MD5 support to ejabberd commands auth verificationBadlop2012-08-271-10/+5
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* update copyright up to 2011Christophe Romain2011-02-141-1/+1
* Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)Badlop2010-01-121-1/+1
* An AccessCommand with Access 'all', don't require auth to execute it.Badlop2010-01-091-5/+7
* Add debug message on command executionMickaël Rémond2009-10-081-0/+1
* Fix EDoc errors.Badlop2009-08-171-7/+8
* If a command is already defined: log as Debug, not as Warning.Badlop2009-07-161-1/+1
* Fix Access check: the rule can be defined in a vhost or global.Badlop2009-06-011-1/+1
* * src/ejabberd_commands.erl: API to restrict who can execute whatBadlop2009-04-171-11/+108
* * doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)Badlop2009-01-121-1/+1
* Replace mentions of mod_xmlrpc to ejabberd_xmlrpcBadlop2008-10-131-2/+2
* * src/ejabberd_commands.erl: New 'ejabberd commands': separateBadlop2008-10-121-0/+328