aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_config.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't attempt to access(2) a certificate fileEvgeniy Khramtsov2017-08-171-2/+3
* Clean up database code related to mod_vcard_xupdateEvgeniy Khramtsov2017-05-171-1/+1
* Check presence of some files during option validationEvgeniy Khramtsov2017-05-121-1/+1
* Remove forgotten 'export_all'Evgeniy Khramtsov2017-05-081-2/+0
* Split some functions in smaller onesEvgeniy Khramtsov2017-05-081-7/+12
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+17
* Merge branch 'new-option-validation'Evgeniy Khramtsov2017-04-291-60/+66
|\
| * Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-58/+46
| * Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-4/+22
* | Fix elixir testsPaweł Chmielowski2017-04-281-0/+2
|/
* Store options using p1_options moduleEvgeniy Khramtsov2017-04-271-150/+89
* Improve Mnesia tables creation and transformationEvgeniy Khramtsov2017-04-231-90/+1
* Speedup Mnesia tables initializationEvgeniy Khramtsov2017-04-211-2/+1
* Improve logging messageEvgeniy Khramtsov2017-04-161-3/+3
* Move compile_exprs() to misc moduleEvgeniy Khramtsov2017-04-161-19/+4
* Speedup configuration options lookupEvgeniy Khramtsov2017-04-161-20/+100
* Log human readable description when configuration file is not foundEvgeniy Khramtsov2017-04-161-2/+0
* Report configuration file location on startupEvgeniy Khramtsov2017-04-161-1/+2
* Use cache in front of Redis/SQL RAM backendsEvgeniy Khramtsov2017-04-141-2/+35
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-1/+1
* Set 'read_concurrency' for some ETS tablesEvgeniy Khramtsov2017-04-051-1/+2
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-1/+1
* Merge branch 'new_queue'Evgeniy Khramtsov2017-03-241-3/+15
|\
| * Add support for file-based queuesEvgeniy Khramtsov2017-03-101-3/+15
* | Get rid of p1_sha callsAlexey Shchepin2017-03-141-2/+2
|/
* Return ok from start/2Paweł Chmielowski2017-02-271-1/+2
* Change loglevel on configuration reloadEvgeniy Khramtsov2017-02-271-11/+20
* Remove previous options when the config gets reloadedEvgeniy Khramtsov2017-02-241-15/+16
* Start/stop virtual hosts when reloading configuration fileEvgeniy Khramtsov2017-02-231-0/+10
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-2/+3
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-8/+5
* Mark local/global config functions as deprecatedPeter Lemenkov2017-02-171-3/+9
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-7/+45
|\
| * Implement database backend interface for ejabberd_routerEvgeniy Khramtsov2017-01-111-8/+29
| * Add xmpp_stream_out behaviour and rewrite s2s/SM codeEvgeniy Khramtsov2016-12-281-1/+18
* | Allow old-stype mod_vcard_ldap in the config (#1410)Evgeniy Khramtsov2017-01-101-0/+1
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* | Remove mod_http_bind and migration code to mod_boshPaweł Chmielowski2017-01-021-0/+1
|/
* Improve handling of mnesia schemaChristophe Romain2016-11-301-2/+2
* Merge mod_opt_type from db sub-modules to main module mod_opt_typePaweł Chmielowski2016-11-041-10/+23
* New api permissions frameworkPaweł Chmielowski2016-10-051-1/+2
* Start elixir config code only if elixir was enabled in configure scriptPaweł Chmielowski2016-09-081-10/+29
* Support for Elixir configuration file #1208gabrielgatu2016-09-081-1/+12
* Enforce pathtype use with config path (#1264)Christophe Romain2016-09-071-1/+3
* Get rid of warningsEvgeniy Khramtsov2016-07-071-3/+0
* Fix compilation issues on R19Paweł Chmielowski2016-07-011-1/+1
* 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