aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_ctl.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix errors and warnings for "rebar3 edoc"Badlop2022-05-171-7/+11
* Don't define restart and stop in ejabberd_ctl, use the corresponding commandsBadlop2022-03-251-9/+0
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Accept more types of ejabberdctl commands arguments as JSON-encodedAlexey Shchepin2021-12-201-1/+5
* Mention "help" as an available ejabberdctl commandBadlop2021-11-051-0/+1
* Show definer module in "ejabberdctl help" when it's a gen_modBadlop2021-07-301-1/+11
* Use G macro name for tag, as T overlapped T from translationBadlop2021-05-171-8/+8
* Display extender error message in ejabberdctlPaweł Chmielowski2021-04-221-2/+2
* Major changes in ejabberdctl help output (#3569)Badlop2021-04-151-68/+153
* Get the arguments definition from the record (#3569)Badlop2021-04-151-2/+1
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Fix most EDoc errors, even if that's not used nowadays apparentlyBadlop2020-05-111-5/+5
* Clean some unused functions in ejabberd_ctl, this makes "make hooks" happyBadlop2020-04-241-60/+2
* When rescode is some unexpected, probably error message, print itBadlop2020-04-171-1/+3
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Avoid calling to logger module on OTP<22Evgeny Khramtsov2019-10-251-1/+9
* Replace lager with built-in new logging APIEvgeny Khramtsov2019-10-181-0/+1
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-11/+11
* Use ejabberd_cluster:call() instead of rpc:call()Evgeny Khramtsov2019-07-121-1/+1
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-5/+7
* Check virtual host before running the commandEvgeny Khramtsov2019-07-081-2/+4
* Add support for backwards compatibility in command argument names (#2908)Badlop2019-06-191-3/+3
* Use new configuration validatorEvgeny Khramtsov2019-06-141-54/+35
* Make some standard admin command to get Mnesia infoMickael Remond2019-05-031-0/+3
* Provide a suggestion when unknown command is detectedEvgeny Khramtsov2019-04-301-3/+8
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Add code for handling deprecations of get_stacktrace()Paweł Chmielowski2018-12-131-3/+4
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-091-2/+1
* Avoid "ejabberdctl status" crashHolger Weiss2018-07-141-2/+2
* Use ejabberd_config:get_version in ejabberdctl statusPaweł Chmielowski2018-07-091-2/+2
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Find and fix typos using 'codespell'Evgeniy Khramtsov2018-01-271-2/+2
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+2
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-2/+1
* Put more stuff under supervisionEvgeniy Khramtsov2017-02-261-3/+27
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Get rid of compile warningsEvgeniy Khramtsov2016-11-251-1/+1
* New api permissions frameworkPaweł Chmielowski2016-10-051-4/+9
* Ensure ejabberdctl status result is in valid shell supported rangeMickael Remond2016-07-301-1/+2
* Add support for rich error reporting for APIMickael Remond2016-07-301-2/+9
* Pass noauth when auth isn't providedChristophe Romain2016-05-021-1/+1
* Remove --auth in ejabberd_ctl.erl as it's useless, still useful for mod_restBadlop2016-04-151-2/+1
* process2/2 is needed by mod_rest to provide its own AccessCommandsBadlop2016-04-111-1/+5
* Commands refactor, first pass.Alexey Shchepin2016-03-311-57/+84
* Pass noauth when auth isn't provided, reverts a1129dc (processone/ejabberd-co...Badlop2016-03-291-1/+1
* Fix format_result so get_room_options command works again after aa5caa3Badlop2016-02-171-1/+1
* Allow to pass \n in argument to ejabberdctlPaweł Chmielowski2016-02-121-1/+1
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Don't keep 10 sec timeout that i used for testing...Paweł Chmielowski2015-12-081-1/+1