summaryrefslogtreecommitdiff
path: root/src/ejabberd_admin.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement renew_certificate commandKonstantinos Kallas2017-08-081-1/+9
* Improve return format of get_certificates commandKonstantinos Kallas2017-08-021-4/+5
* Support certificate revocationKonstantinos Kallas2017-07-271-0/+9
* Pretty print list-certificatesKonstantinos Kallas2017-07-181-4/+1
* Add a stub for the list-certificates commandKonstantinos Kallas2017-07-171-0/+20
* Remove httpdir from some function arguments as we now use the built in ejabbe...Konstantinos Kallas2017-07-171-6/+5
* Add support for command get_certificates, very crudeKonstantinos Kallas2017-07-031-50/+72
* Add missing ,Paweł Chmielowski2017-06-091-1/+1
* Improve export2sql explanation; remove obsolete and duplicated commandBadlop2017-06-091-0/+1
* Fix values put in args_examplesPaweł Chmielowski2017-05-191-1/+1
* Use cache for authentication backendsEvgeniy Khramtsov2017-05-111-3/+3
* Store options using p1_options moduleEvgeniy Khramtsov2017-04-271-1/+1
* Add clear_cache admin commandEvgeniy Khramtsov2017-04-221-1/+10
* Invalidate access permissions on configuration reloadEvgeniy Khramtsov2017-02-271-4/+1
* Put more stuff under supervisionEvgeniy Khramtsov2017-02-261-4/+29
* Improve reload_config admin commandEvgeniy Khramtsov2017-02-231-3/+3
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-1/+1
|\
| * Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov2017-01-131-1/+1
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* | Describe command arguments and results in ejabberd_adminBadlop2016-12-121-6/+77
|/
* Fix reload_configChristophe Romain2016-12-021-2/+2
* Merge branch 'master' of github.com:processone/ejabberdMickael Remond2016-12-011-4/+3
|\
| * Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-4/+3