Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright dates | Evgeniy Khramtsov | 2018-01-05 | 1 | -1/+1 |
| | |||||
* | Increase 'max_fsm_queue' default | Holger Weiss | 2017-10-03 | 1 | -1/+1 |
| | | | | The old default was becoming too small for some workloads. | ||||
* | Don't validate an option in ejabberd_config:get_option() functions | Evgeniy Khramtsov | 2017-04-29 | 1 | -30/+8 |
| | | | | | | | | | | | | | 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. | ||||
* | Use round-robin algorithm when selecting worker from DB pool | Evgeniy Khramtsov | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Use cache in front of Redis/SQL RAM backends | Evgeniy Khramtsov | 2017-04-14 | 1 | -17/+100 |
| | |||||
* | Rename aux.erl as misc.erl | Christophe Romain | 2017-04-11 | 1 | -3/+3 |
| | | | | Thanks Microsoft Windows to not support some filenames | ||||
* | Improve logging of Redis errors | Evgeniy Khramtsov | 2017-04-07 | 1 | -5/+29 |
| | |||||
* | Improve type specs and return values | Evgeniy Khramtsov | 2017-04-06 | 1 | -13/+33 |
| | |||||
* | Add Redis pool support | Evgeniy Khramtsov | 2017-04-06 | 1 | -115/+153 |
| | | | | Fixes #1624 | ||||
* | Improve redis related code | Evgeniy Khramtsov | 2017-04-02 | 1 | -11/+122 |
| | |||||
* | Add Redis as mod_proxy65 RAM backend | Evgeniy Khramtsov | 2017-03-31 | 1 | -0/+123 |
| | |||||
* | Add Redis as router RAM backend | Evgeniy Khramtsov | 2017-03-28 | 1 | -2/+2 |
| | |||||
* | Improve startup procedure | Evgeniy Khramtsov | 2017-02-24 | 1 | -35/+42 |
| | |||||
* | Start/stop virtual hosts when reloading configuration file | Evgeniy Khramtsov | 2017-02-23 | 1 | -5/+20 |
| | |||||
* | Update copyright date automatically (#1442) | Badlop | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Cleanup file headers | Christophe Romain | 2016-12-27 | 1 | -6/+22 |
| | |||||
* | Handle Redis connection in a separate module | Evgeniy Khramtsov | 2016-05-09 | 1 | -0/+179 |