summaryrefslogtreecommitdiff
path: root/src/mod_offline_sql.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-16/+23
|
* In offline export to SQL, first write all DELETE, later all INSERT (#1509)Badlop2017-06-281-2/+8
|
* Get rid of sql_queries.erlEvgeniy Khramtsov2017-05-231-18/+35
|
* Don't store messages via a single processEvgeniy Khramtsov2017-05-211-25/+16
|
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-10/+10
|
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-2/+0
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Cleanup file headersChristophe Romain2016-12-271-6/+22
|
* Improve ODBC importChristophe Romain2016-11-221-25/+3
|
* Make common tests working againEvgeniy Khramtsov2016-11-181-1/+2
|
* Deprecate most of the functions from jlib.erlEvgeniy Khramtsov2016-11-131-32/+38
|
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/adhoc.erl src/cyrsasl_oauth.erl src/ejabberd_c2s.erl src/ejabberd_config.erl src/ejabberd_service.erl src/gen_mod.erl src/mod_admin_extra.erl src/mod_announce.erl src/mod_carboncopy.erl src/mod_client_state.erl src/mod_configure.erl src/mod_echo.erl src/mod_mam.erl src/mod_muc.erl src/mod_muc_room.erl src/mod_offline.erl src/mod_pubsub.erl src/mod_stats.erl src/node_flat_sql.erl src/randoms.erl
| * Fix delete_old_messages command for SQL backendsJerome Sautret2016-10-171-1/+1
| |
* | Get rid of "jlib.hrl" dependency in some filesEvgeniy Khramtsov2016-07-261-1/+1
|/
* Fix pgsql compatibility on delete_old_messages (#1137)Christophe Romain2016-06-221-2/+2
|
* Stronger tests in the test suite, SQL updates and fixesAlexey Shchepin2016-06-021-26/+18
|
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-20/+20
|
* Clean mod_offline.erl from DB specific codeEvgeniy Khramtsov2016-04-151-0/+252