summaryrefslogtreecommitdiff
path: root/src/mod_push_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
|
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-5/+5
|
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* mod_push_mnesia: Simplify record matchingHolger Weiss2018-06-181-8/+2
| | | | Omit record fields that aren't used for matching.
* mod_push_mnesia: Fix lookup of all host sessionsHolger Weiss2018-06-181-2/+2
|
* mod_push_mnesia: Apply cosmetic changesHolger Weiss2018-05-231-17/+15
| | | | Improve the readability of the 'max_user_sessions' check.
* Fix compilation ordering in mix by s/-behavior/-behaviour/Paweł Chmielowski2018-01-311-1/+1
|
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Don't store xdata() in Mnesia tableEvgeniy Khramtsov2017-10-271-18/+37
|
* Simplify backend interface for mod_pushEvgeniy Khramtsov2017-10-271-4/+6
|
* Make it possible to export push_session table to SQLEvgeniy Khramtsov2017-10-261-7/+1
|
* Add SQL support for mod_pushEvgeniy Khramtsov2017-10-261-5/+5
|
* mod_push_mnesia: Fix typo in error messageHolger Weiss2017-09-221-1/+1
|
* Support XEP-0357: Push NotificationsHolger Weiss2017-07-201-0/+204
Closes #1379.