summaryrefslogtreecommitdiff
path: root/src/ejabberd_router_redis.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Fix most EDoc errors, even if that's not used nowadays apparentlyBadlop2020-05-111-1/+1
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-4/+5
|
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-1/+1
|
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
| | | | | | | | | The header consisted of too many unrelated stuff and macros misuse. Some stuff is moved into scram.hrl and type_compat.hrl. All macros have been replaced with the corresponding function calls. TODO: probably type_compat.hrl is not even needed anymore since we support only Erlang >= OTP 17.5
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Lower log level for some messagesEvgeniy Khramtsov2017-04-151-1/+1
|
* Fix ejabberd_router:is_my_route/1Evgeniy Khramtsov2017-04-141-3/+18
|
* Use cache in front of Redis/SQL RAM backendsEvgeniy Khramtsov2017-04-141-32/+61
|
* Improve logging of Redis errorsEvgeniy Khramtsov2017-04-071-16/+8
|
* Improve redis related codeEvgeniy Khramtsov2017-04-021-38/+37
|
* Add Redis as router RAM backendEvgeniy Khramtsov2017-03-281-0/+154