aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_commands.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Annotate modules, options and command major changes in 21.12Badlop2021-12-091-0/+1
* New command to produce markdown with tags and their associated commandsBadlop2021-08-231-0/+10
* Store who defines a command, specially when defined by ejabberd modulesBadlop2021-07-301-1/+5
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Remove ancient and rather useless incode ejabberd_commands documentationBadlop2020-05-071-201/+0
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Fix typos using codespellEvgeny Khramtsov2019-07-161-2/+2
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-5/+7
* Rename remaining command arguments from Server to Host (#2908)Badlop2019-06-191-1/+1
* Add support for backwards compatibility in command argument names (#2908)Badlop2019-06-191-4/+5
* Use new configuration validatorEvgeny Khramtsov2019-06-141-140/+7
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Add hook on api callChristophe Romain2018-12-111-0/+1
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-091-3/+1
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Find and fix typos using 'codespell'Evgeniy Khramtsov2018-01-271-4/+4
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Handle new possible result from ejabberd_config.add_optionPaweł Chmielowski2017-07-061-0/+2
* Remove old command calling interfacePaweł Chmielowski2017-07-061-273/+0
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+3
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-6/+6
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-11/+4
* Speedup Mnesia tables initializationEvgeniy Khramtsov2017-04-211-1/+0
* Put more stuff under supervisionEvgeniy Khramtsov2017-02-261-3/+31
* Don't pass empty resource to jid:make()Evgeniy Khramtsov2017-02-251-3/+3
* Use ejabberd_config:add_option/2 instead of ejabberd_config:add_local_option/2Peter Lemenkov2017-02-161-1/+1
* Accept "add_commands: admin" in commands section not only "add_commands: - ad...Paweł Chmielowski2017-02-061-0/+2
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Improve handling of mnesia schemaChristophe Romain2016-11-301-1/+1
* Transform ejabberd_commands on the startEvgeniy Khramtsov2016-11-191-0/+4
* Convert ejabberd_xmlrpc to new api_permissionsPaweł Chmielowski2016-10-141-1/+1
* New api permissions frameworkPaweł Chmielowski2016-10-051-10/+43
* Don't delete ejabberd_commands table, it's problematic in cluster (#1210)Badlop2016-08-141-1/+0
* Do not force command line to pass a credentialsMickael Remond2016-08-071-3/+3
* Improve error handlingMickael Remond2016-07-311-1/+1
* Add support for sending back missing scope error to API ReST command callsMickael Remond2016-07-301-1/+1
* Do not crash on check when we do not have JIDMickael Remond2016-07-291-0/+2
* Clarify command module APIMickael Remond2016-07-261-12/+34
* Fix list appending bugMickael Remond2016-07-261-1/+1
* Simplify code for command policy group expansionMickael Remond2016-07-251-13/+10
* Initial attempt on access on commandsMickael Remond2016-07-251-85/+98
* Add support for checking access rules conformance for commandsMickael Remond2016-07-231-22/+42
* Add 'ejabberd:user' and 'ejabberd:admin' oauth scopesPablo Polvorin2016-07-191-7/+13
* Use new access_rules_validator in couple placesPaweł Chmielowski2016-06-211-3/+2
* More strict check for commands with policy userPaweł Chmielowski2016-05-301-1/+6
* Allow passing username and ip to ejabberd_comamnds, and use it in mod_http_apiPaweł Chmielowski2016-05-261-23/+33
* 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