aboutsummaryrefslogtreecommitdiff
path: root/src/mod_mam_sql.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add commands for cleaning up mam archivePaweł Chmielowski2018-04-201-1/+15
|
* Add 'new_sql_schema' config option, --enable-new-sql-schema now sets its ↵Alexey Shchepin2018-03-151-8/+2
| | | | default value to true (#2239)
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* mod_mam: Don't store from 'sm_receive_packet' hookHolger Weiss2017-11-141-6/+4
| | | | | | | Let mod_mam use the 'sm_receive_packet' hook to generate stanza IDs for incoming messages, but not to actually store them. The latter would require additional changes to make sure modules such as mod_privacy and mod_block_strangers continue to affect MAM.
* Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-34/+85
|
* Fix username in mam export (#1510)(thanks to themaverik)Badlop2017-06-261-4/+3
|
* ?SQL_UPSERT returns 'ok' on successEvgeniy Khramtsov2017-05-181-1/+1
|
* Use misc:atom_to_binary/1 instead of the deprecated jlib.erl (#1510)Badlop2017-05-101-1/+1
|
* Use jid:encode/1 instead of the deprecated jid:to_string/1 (#1510)Badlop2017-05-101-3/+3
|
* Fix: update sql statement, added missing delimeter for sql queriesLamtei W2017-05-101-2/+2
|
* Added export function for mam moduleLamtei W2017-05-101-1/+42
|
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-3/+1
| | | | | | | | | | | | | The commit introduces the following changes: * Now there is no need to pass validating function in ejabberd_config:get_option() functions, because the configuration keeps already validated values. * New function ejabberd_config:get_option/1 is introduced * Function ejabberd_config:get_option/3 is deprecated. If the function is still called, the second argument (validating function) is simply ignored. * The second argument for ejabberd_config:get_option/2 is now a default value, not a validating function.
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-5/+5
| | | | Thanks Microsoft Windows to not support some filenames
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-5/+5
| | | | | Since the main goal of jlib.erl is lost, all auxiliary functions are now moved to aux.erl, and the whole jlib.erl is now deprecated.
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-14/+14
|
* Add stanza-id to every archived message (#1477)Evgeniy Khramtsov2017-01-201-22/+54
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Cleanup file headersChristophe Romain2016-12-271-6/+22
|
* Make common tests working againEvgeniy Khramtsov2016-11-181-8/+10
|
* Deprecate jlib:integer_to_binary/1 and jlib:binary_to_integer/1Evgeniy Khramtsov2016-09-241-9/+9
|
* Fix dialyzer warnings for mod_mamEvgeniy Khramtsov2016-09-131-6/+3
|
* Rewrite mod_mam and mod_muc to use XML generatorEvgeniy Khramtsov2016-07-251-31/+40
|
* Get rid of warningsEvgeniy Khramtsov2016-07-071-22/+0
|
* Stronger tests in the test suite, SQL updates and fixesAlexey Shchepin2016-06-021-15/+22
|
* Update more SQL queriesAlexey Shchepin2016-05-051-15/+18
|
* Rename odbc to sql everywhereEvgeniy Khramtsov2016-04-201-28/+28
|
* Clean mod_mam.erl from DB specific codeEvgeniy Khramtsov2016-04-151-0/+309