aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_commands.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-12-09Annotate modules, options and command major changes in 21.12Badlop1-0/+1
2021-08-23New command to produce markdown with tags and their associated commandsBadlop1-0/+10
2021-07-30Store who defines a command, specially when defined by ejabberd modulesBadlop1-1/+5
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-05-07Remove ancient and rather useless incode ejabberd_commands documentationBadlop1-201/+0
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-07-16Fix typos using codespellEvgeny Khramtsov1-2/+2
2019-07-12Process unexpected messages uniformlyEvgeny Khramtsov1-5/+7
2019-06-19Rename remaining command arguments from Server to Host (#2908)Badlop1-1/+1
2019-06-19Add support for backwards compatibility in command argument names (#2908)Badlop1-4/+5
2019-06-14Use new configuration validatorEvgeny Khramtsov1-140/+7
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-12-11Add hook on api callChristophe Romain1-0/+1
2018-09-09Fix some dialyzer warningsEvgeny Khramtsov1-3/+1
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-1/+0
2018-01-27Find and fix typos using 'codespell'Evgeniy Khramtsov1-4/+4
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-07-06Handle new possible result from ejabberd_config.add_optionPaweł Chmielowski1-0/+2
2017-07-06Remove old command calling interfacePaweł Chmielowski1-273/+0
2017-05-08Add type specs for Module:opt_type/1Evgeniy Khramtsov1-0/+3
2017-04-30Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov1-6/+6
2017-04-29Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov1-11/+4
2017-04-21Speedup Mnesia tables initializationEvgeniy Khramtsov1-1/+0
2017-02-26Put more stuff under supervisionEvgeniy Khramtsov1-3/+31
2017-02-25Don't pass empty resource to jid:make()Evgeniy Khramtsov1-3/+3
2017-02-16Use ejabberd_config:add_option/2 instead of ejabberd_config:add_local_option/2Peter Lemenkov1-1/+1
2017-02-06Accept "add_commands: admin" in commands section not only "add_commands: - ad...Paweł Chmielowski1-0/+2
2017-01-02Update copyright date automatically (#1442)Badlop1-1/+1
2016-11-30Improve handling of mnesia schemaChristophe Romain1-1/+1
2016-11-19Transform ejabberd_commands on the startEvgeniy Khramtsov1-0/+4
2016-10-14Convert ejabberd_xmlrpc to new api_permissionsPaweł Chmielowski1-1/+1
2016-10-05New api permissions frameworkPaweł Chmielowski1-10/+43
2016-08-14Don't delete ejabberd_commands table, it's problematic in cluster (#1210)Badlop1-1/+0
2016-08-07Do not force command line to pass a credentialsMickael Remond1-3/+3
2016-07-31Improve error handlingMickael Remond1-1/+1
2016-07-30Add support for sending back missing scope error to API ReST command callsMickael Remond1-1/+1
2016-07-29Do not crash on check when we do not have JIDMickael Remond1-0/+2
2016-07-26Clarify command module APIMickael Remond1-12/+34
2016-07-26Fix list appending bugMickael Remond1-1/+1
2016-07-25Simplify code for command policy group expansionMickael Remond1-13/+10
2016-07-25Initial attempt on access on commandsMickael Remond1-85/+98
2016-07-23Add support for checking access rules conformance for commandsMickael Remond1-22/+42
2016-07-19Add 'ejabberd:user' and 'ejabberd:admin' oauth scopesPablo Polvorin1-7/+13
2016-06-21Use new access_rules_validator in couple placesPaweł Chmielowski1-3/+2
2016-05-30More strict check for commands with policy userPaweł Chmielowski1-1/+6
2016-05-26Allow passing username and ip to ejabberd_comamnds, and use it in mod_http_apiPaweł Chmielowski1-23/+33
2016-04-21Accept commands: add_commands syntax (along commands: - add_commands)Paweł Chmielowski1-1/+2
2016-03-31Commands refactor, first pass.Alexey Shchepin1-93/+200
2016-03-30HTTP ReST API now supports 'open' ejabberd commandsMickael Remond1-0/+12