summaryrefslogtreecommitdiff
path: root/src/ejabberd_riak_sup.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Get rid of detection of modules' db_type detectionEvgeniy Khramtsov2017-05-211-6/+1
| | | | | | The detection sometimes leads to errorneous warnings. We need to improve it later. For now I just remove the detection as it doesn't fully work anyway.
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+8
|
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-46/+20
| | | | | | | | | | | | | The commit introduces the following changes: * Now there is no need to pass validating function in ejabberd_config:get_option() functions, because the configuration keeps already validated values. * New function ejabberd_config:get_option/1 is introduced * Function ejabberd_config:get_option/3 is deprecated. If the function is still called, the second argument (validating function) is simply ignored. * The second argument for ejabberd_config:get_option/2 is now a default value, not a validating function.
* Don't re-define validation functions in multiple placesEvgeniy Khramtsov2017-04-281-2/+1
|
* Use round-robin algorithm when selecting worker from DB poolEvgeniy Khramtsov2017-04-231-5/+2
|
* Add Riak as session manager RAM backendEvgeniy Khramtsov2017-04-151-7/+17
|
* Don't misuse monotonic_time/0Evgeniy Khramtsov2017-04-051-1/+1
|
* Improve startup procedureEvgeniy Khramtsov2017-02-241-50/+45
|
* Start/stop virtual hosts when reloading configuration fileEvgeniy Khramtsov2017-02-231-5/+22
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Improve detection of databases supported by modules (#1092)Evgeniy Khramtsov2016-04-271-2/+2
|
* Keep alive Riak connections by defaultEvgeniy Khramtsov2016-03-221-0/+1
|
* support riak authenticationHAMANO Tsukasa2016-03-191-2/+40
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* More now() replacementsPaweł Chmielowski2015-12-071-1/+1
|
* Remove unused validation codeEvgeniy Khramtsov2015-06-031-4/+1
|
* Add config validation at startupEvgeniy Khramtsov2015-06-011-9/+19
|
* Add new 'default_db' optionEvgeniy Khramtsov2015-03-301-1/+1
|
* Update FSF addressBadlop2015-02-251-4/+3
|
* Fix missing copyright dates to 2015 (EJAB-1733)Christophe Romain2015-01-211-1/+1
|
* Better Riak usage detectionEvgeniy Khramtsov2014-07-151-1/+5
|
* Improve Riak pool managementEvgeniy Khramtsov2014-07-101-62/+76
|
* Improve Riak supportEvgeniy Khramtsov2014-07-101-2/+3
|
* Updated riak supportAlexey Shchepin2014-07-101-25/+25
|
* Preliminary Riak supportAlexey Shchepin2014-07-101-0/+142