summaryrefslogtreecommitdiff
path: root/src/ejabberd_config.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Allow {mod_}opt_type to transform values passed to it, and for better error r...Paweł Chmielowski2016-06-211-18/+35
* Do not call transform_terms multiple times on configs when merging themPaweł Chmielowski2016-05-261-2/+2
* Handle Redis connection in a separate moduleEvgeniy Khramtsov2016-05-091-1/+5
* Don't halt program when include_config_file is missing/can't be readPaweł Chmielowski2016-05-021-2/+27
* Better formatting of configuration problem log messageEvgeniy Khramtsov2016-04-281-7/+5
* Improve detection of databases supported by modules (#1092)Evgeniy Khramtsov2016-04-271-4/+61
* Get rid of "internal" DB type. This also fixes #1092Evgeniy Khramtsov2016-04-271-6/+26
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-17/+30
* We need to set hosts in options to be able to retrieve 'MYHOSTS'Mickael Remond2016-04-061-1/+1
* Allow running test groups independentlyMickael Remond2016-03-241-20/+51
* Minimal auth_method ordering fixElias Rohrer2016-03-101-1/+1
* Fixed type specifications for 'rebar doc'Elias Rohrer2016-03-071-1/+1
* Convert code to use Fast YAMLMickael Remond2016-02-031-3/+3
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Fix handling of some options in old style configsPaweł Chmielowski2016-01-041-3/+2
* More now() removalPaweł Chmielowski2015-12-061-2/+1
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-1/+1
* Be able to merge old style configs with {listen,...}Paweł Chmielowski2015-10-081-11/+21
* Handler module shouldn't be used for differentiating listeners when merging c...Paweł Chmielowski2015-10-071-9/+7
* cosmetic cleanupChristophe Romain2015-10-071-1/+1
* Switch macros resolving in config files to be global instead of per filePaweł Chmielowski2015-10-011-10/+20
* Improve external module configuration management (EJAB-1746)Christophe Romain2015-09-221-2/+5
* Properly handle define_macros in merged config filesPaweł Chmielowski2015-09-161-8/+8
* Include ext_mod modules when checking accepted options (ejabberd-contrib#116)Badlop2015-09-101-1/+2
* Add verification of hide_sensitive_log_data global optionBadlop2015-09-021-1/+3
* Fix problem with merging same port, different ip listeners in config filesPaweł Chmielowski2015-09-011-4/+2
* Don't overwrite listeners for different transports in config mergingPaweł Chmielowski2015-08-191-1/+4
* Handle merging of append_host_config as is done for host_configPaweł Chmielowski2015-08-061-3/+3
* Add ability to override main config file options with data from included filesPaweł Chmielowski2015-08-061-19/+41
* Fix problem with merging values from multiple config filesPaweł Chmielowski2015-07-241-5/+6
* Allow contribution to include .yml or .yaml config fileChristophe Romain2015-07-241-1/+1
* Fix dialyzer warningMickael Remond2015-07-051-1/+2
* Do not rely on behaviour info when doing config validationEvgeniy Khramtsov2015-06-291-6/+3
* New hide_sensitive_log_data option to hide client IP in log (#452 #471)Badlop2015-06-171-1/+16
* Do not ignore unknown options so farEvgeniy Khramtsov2015-06-031-2/+3
* Add config validation at startupEvgeniy Khramtsov2015-06-011-2/+57
* Fix merging of not yaml config filesPaweł Chmielowski2015-05-251-1/+3
* Fix indentationHolger Weiss2015-05-151-8/+18
* Load config snippets for modules installed with ext_mod (EJAB-1741)Paweł Chmielowski2015-05-151-6/+30
* Make sure Mnesia dir environment and log file are list, not binaryMickael Remond2015-04-061-1/+18
* ejabberd can be embedded in an Elixir applicationMickael Remond2015-04-041-2/+17
* Accept configuration file with .yaml extension (#290)Badlop2015-03-041-1/+1
* Add Elixir support to ejabberdMickaël Rémond2015-02-101-22/+41
* Don't convert configuration values to stringsHolger Weiss2015-02-091-4/+2
* Support for "> ." in YAML configuration filesBadlop2015-01-281-1/+14
* New command to reload config (EJAB-1140)Badlop2015-01-211-1/+7
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* Used current working home as base directory to config relative path.Gu Feng2014-11-161-3/+2
* Fix the deprecation warning to reflect YAML formatEvgeniy Khramtsov2014-08-121-1/+1
* Mention configuration file path in error messagesHolger Weiss2014-06-111-1/+3