aboutsummaryrefslogtreecommitdiff
path: root/src/mod_bosh_mnesia.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
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Replicate Mnesia 'bosh' table when nodes are joinedEvgeny Khramtsov2019-09-101-26/+119
|
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-6/+7
|
* Make logging messages more consistentEvgeny Khramtsov2019-06-241-1/+1
|
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-2/+2
| | | | | | | Since we now require R19, we shouldn't need that anymore. There are still couple places where p1_time_compat:unique_timestamp() is used as there is no direct equivalent.
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Speedup Mnesia tables initializationEvgeniy Khramtsov2017-04-211-2/+1
|
* Use cache in front of Redis/SQL RAM backendsEvgeniy Khramtsov2017-04-141-2/+6
|
* Put more stuff under supervisionEvgeniy Khramtsov2017-02-261-6/+11
|
* Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov2017-01-131-0/+163