aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_admin.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Annotate options and commands recently addedBadlop2022-05-041-0/+3
* Implement batch operations in mnesia backendPaweł Chmielowski2022-05-021-7/+20
* Fix syntax of some commands' result_exampleBadlop2022-04-131-2/+2
* Add rate limited delete_old_messagesPaweł Chmielowski2022-04-081-2/+77
* Terminate ejabberd_sm before everything else to ensure sessions closing (#3641)Badlop2022-03-251-3/+14
* Update copyright year to 2022Badlop2022-02-111-1/+1
* New "make relive" similar to "ejabberdctl live" without installingBadlop2022-02-031-1/+10
* Document that 'unregister' command deletes data associated with the accountBadlop2022-01-131-0/+2
* Improve documentation of some commandsBadlop2021-11-051-7/+27
* ejabberd_admin: Fix ejabberd_piefxis commandsHolger Weiss2021-09-081-3/+3
* Change set_master command tag from mnesia to clusterBadlop2021-08-231-1/+1
* Use the most specific tag for ejabberd commands with several onesBadlop2021-07-301-6/+6
* Update documentation references for import_prosody and export2sqlBadlop2021-05-141-3/+5
* Apply improvement from 29462f005 to delete/2, and fix delete/3 (#3564)Badlop2021-05-141-1/+2
* Use the new 'note' field to annotate changes in 20.01..21.03Badlop2021-05-051-0/+2
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Document that only ejabberdctl can join and leave a local node (#3049)Badlop2020-06-091-2/+8
* Fix set_loglevel example argument documentationBadlop2020-04-081-1/+1
* ejabberd_admin: Fix *_config command result formatHolger Weiss2020-02-141-2/+2
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Do not use ~ts format in string that are put in xmpp payloadPaweł Chmielowski2020-01-221-5/+5
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-1/+5
* Make convert_to_scram work with all backendsPaweł Chmielowski2019-11-271-3/+2
* Introduce 'gc' ejabberdctl commandEvgeny Khramtsov2019-10-251-0/+8
* Fix error reporting in configuration related admin commandsEvgeny Khramtsov2019-10-191-3/+3
* Replace lager with built-in new logging APIEvgeny Khramtsov2019-10-181-16/+20
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-6/+6
* Remove Riak supportEvgeny Khramtsov2019-07-181-1/+1
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-5/+7
* Check virtual host before running the commandEvgeny Khramtsov2019-07-081-16/+37
* Use new configuration validatorEvgeny Khramtsov2019-06-141-17/+43
* Don't check mod_register restrictions in 'register' commandEvgeny Khramtsov2019-05-281-8/+1
* Make some standard admin command to get Mnesia infoMickael Remond2019-05-031-0/+18
* Don't call to mod_register when it's not loadedEvgeny Khramtsov2019-04-231-4/+11
* Add 'config' tag to the reload_config commandBadlop2019-03-271-1/+1
* Fix Register command to respect mod_register's Access option (#2837)Badlop2019-03-221-1/+2
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Add import_prosody explanation from docs git repoBadlop2018-08-071-0/+2
* Move mod_irc to ejabberd-contribEvgeniy Khramtsov2018-06-201-1/+0
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-7/+6
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Move ejabberdctl ACME commands to other locationEvgeniy Khramtsov2017-11-171-63/+0
* Remove some unused variable warnings, replace lists:join with string joinKonstantinos Kallas2017-08-251-1/+1
* More whitespace changesKonstantinos Kallas2017-08-221-37/+37
* Whitespace changeKonstantinos Kallas2017-08-221-25/+25
* Merge remove_account_option branchKonstantinos Kallas2017-08-191-14/+7
|\
| * Remove the new account option from get certificate. There is no reason for ha...Konstantinos Kallas2017-08-111-14/+7
* | Add support to revoke a certificate by providing the pemKonstantinos Kallas2017-08-121-4/+10
* | Move the ca_url to the config fileKonstantinos Kallas2017-08-121-3/+3
|/
* Support getting certificates for domains not specified in the configuration fileKonstantinos Kallas2017-08-101-10/+16