aboutsummaryrefslogtreecommitdiff
path: root/src/mod_push_sql.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+4
|
* Use new configuration validatorEvgeny Khramtsov2019-06-141-1/+0
|
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* mod_push_sql: Check 'max_user_sessions' limitHolger Weiss2018-05-231-0/+20
| | | | | Remove the oldest push session(s) of a user if the number of enabled sessions exceeds the 'max_user_sessions' limit.
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Avoid excessive logging of SQL failuresEvgeniy Khramtsov2017-12-171-16/+8
|
* Cleanup some headersChristophe Romain2017-11-101-1/+8
|
* Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-11/+23
|
* Don't store xdata() in Mnesia tableEvgeniy Khramtsov2017-10-271-1/+1
|
* Simplify backend interface for mod_pushEvgeniy Khramtsov2017-10-271-2/+2
|
* Make it possible to export push_session table to SQLEvgeniy Khramtsov2017-10-261-5/+30
|
* Add SQL support for mod_pushEvgeniy Khramtsov2017-10-261-0/+196