aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_admin.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-05Use the new 'note' field to annotate changes in 20.01..21.03Badlop1-0/+2
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-06-09Document that only ejabberdctl can join and leave a local node (#3049)Badlop1-2/+8
2020-04-08Fix set_loglevel example argument documentationBadlop1-1/+1
2020-02-14ejabberd_admin: Fix *_config command result formatHolger Weiss1-2/+2
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2020-01-22Do not use ~ts format in string that are put in xmpp payloadPaweł Chmielowski1-5/+5
2020-01-08Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov1-1/+5
2019-11-27Make convert_to_scram work with all backendsPaweł Chmielowski1-3/+2
2019-10-25Introduce 'gc' ejabberdctl commandEvgeny Khramtsov1-0/+8
2019-10-19Fix error reporting in configuration related admin commandsEvgeny Khramtsov1-3/+3
2019-10-18Replace lager with built-in new logging APIEvgeny Khramtsov1-16/+20
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-6/+6
2019-07-18Remove Riak supportEvgeny Khramtsov1-1/+1
2019-07-12Process unexpected messages uniformlyEvgeny Khramtsov1-5/+7
2019-07-08Check virtual host before running the commandEvgeny Khramtsov1-16/+37
2019-06-14Use new configuration validatorEvgeny Khramtsov1-17/+43
2019-05-28Don't check mod_register restrictions in 'register' commandEvgeny Khramtsov1-8/+1
2019-05-03Make some standard admin command to get Mnesia infoMickael Remond1-0/+18
2019-04-23Don't call to mod_register when it's not loadedEvgeny Khramtsov1-4/+11
2019-03-27Add 'config' tag to the reload_config commandBadlop1-1/+1
2019-03-22Fix Register command to respect mod_register's Access option (#2837)Badlop1-1/+2
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-08-07Add import_prosody explanation from docs git repoBadlop1-0/+2
2018-06-20Move mod_irc to ejabberd-contribEvgeniy Khramtsov1-1/+0
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-7/+6
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-11-17Move ejabberdctl ACME commands to other locationEvgeniy Khramtsov1-63/+0
2017-08-25Remove some unused variable warnings, replace lists:join with string joinKonstantinos Kallas1-1/+1
2017-08-22More whitespace changesKonstantinos Kallas1-37/+37
2017-08-22Whitespace changeKonstantinos Kallas1-25/+25
2017-08-12Add support to revoke a certificate by providing the pemKonstantinos Kallas1-4/+10
2017-08-12Move the ca_url to the config fileKonstantinos Kallas1-3/+3
2017-08-11Remove the new account option from get certificate. There is no reason for ha...Konstantinos Kallas1-14/+7
2017-08-10Support getting certificates for domains not specified in the configuration fileKonstantinos Kallas1-10/+16
2017-08-08Implement renew_certificate commandKonstantinos Kallas1-1/+9
2017-08-02Improve return format of get_certificates commandKonstantinos Kallas1-4/+5
2017-07-27Support certificate revocationKonstantinos Kallas1-0/+9
2017-07-18Pretty print list-certificatesKonstantinos Kallas1-4/+1
2017-07-17Add a stub for the list-certificates commandKonstantinos Kallas1-0/+20
2017-07-17Remove httpdir from some function arguments as we now use the built in ejabbe...Konstantinos Kallas1-6/+5
2017-07-03Add support for command get_certificates, very crudeKonstantinos Kallas1-50/+72
2017-06-09Add missing ,Paweł Chmielowski1-1/+1
2017-06-09Improve export2sql explanation; remove obsolete and duplicated commandBadlop1-0/+1
2017-05-19Fix values put in args_examplesPaweł Chmielowski1-1/+1
2017-05-11Use cache for authentication backendsEvgeniy Khramtsov1-3/+3
2017-04-27Store options using p1_options moduleEvgeniy Khramtsov1-1/+1
2017-04-22Add clear_cache admin commandEvgeniy Khramtsov1-1/+10
2017-02-27Invalidate access permissions on configuration reloadEvgeniy Khramtsov1-4/+1
2017-02-26Put more stuff under supervisionEvgeniy Khramtsov1-4/+29