summaryrefslogtreecommitdiff
path: root/src/mod_push_sql.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-09-19Fix SQL_UPSERT in mod_push_sql:store_sessionAlexey Shchepin1-1/+1
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-4/+4
2019-06-14Use new configuration validatorEvgeny Khramtsov1-1/+0
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-05-23mod_push_sql: Check 'max_user_sessions' limitHolger Weiss1-0/+20
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-12-17Avoid excessive logging of SQL failuresEvgeniy Khramtsov1-16/+8
2017-11-10Cleanup some headersChristophe Romain1-1/+8
2017-11-02Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin1-11/+23
2017-10-27Don't store xdata() in Mnesia tableEvgeniy Khramtsov1-1/+1
2017-10-27Simplify backend interface for mod_pushEvgeniy Khramtsov1-2/+2
2017-10-26Make it possible to export push_session table to SQLEvgeniy Khramtsov1-5/+30
2017-10-26Add SQL support for mod_pushEvgeniy Khramtsov1-0/+196