aboutsummaryrefslogtreecommitdiff
path: root/src/mod_mam_sql.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* The archive_msg export fun requires MUC Service for room archivesBadlop2022-09-161-2/+2
* Add rate limited delete_old_mam_messages commandPaweł Chmielowski2022-04-081-1/+52
* Update copyright year to 2022Badlop2022-02-111-1/+1
* mod_mam_sql: Remove duplicated functionsHolger Weiss2021-08-071-15/+5
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Make sure that jid used as base in mam xml_compress is barePaweł Chmielowski2020-11-041-1/+1
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-1/+1
* Show nick also in oneself list of subscriptions (#3206)Badlop2020-08-261-1/+1
* sql_type should be taken for LServer, not LHost (#3202)Boris Chernov2020-03-301-1/+1
* Merge pull request #3127 from area-42/allow_emojis_with_mssqlMickaël Rémond2020-02-201-29/+64
|\
| * allow storage of emojis in archive on mssqlChristoph Scholz2019-12-271-29/+64
* | Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|/
* Improve compatibility with CockroachDB (#3074)Alexey Shchepin2019-12-111-22/+15
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-5/+5
* Use new configuration validatorEvgeny Khramtsov2019-06-141-4/+3
* Don't issue count/message fetch queries for offline from mam when not neededPaweł Chmielowski2019-05-021-10/+18
* Sqlite doesn't recognize concat() so use || on it insteadPaweł Chmielowski2019-04-301-2/+8
* Fix escaping for sql part of mamsub from muc mamPaweł Chmielowski2019-04-301-2/+2
* Handle correctly case where ExtraUsername is emptyPaweł Chmielowski2019-04-111-2/+2
* Change mucsub API for database backendsEvgeny Khramtsov2019-04-031-2/+5
* Fix issue with creating HostMatch in mod_mam_sqlPaweł Chmielowski2019-04-011-1/+1
* Don't use deprecated gen_mod:db_typePaweł Chmielowski2019-03-291-2/+2
* Fix issue with mam testsPaweł Chmielowski2019-03-291-1/+1
* Implement mod_muc_sql:select_with_mucsubPaweł Chmielowski2019-03-291-48/+94
* mod_mam_sql: Improve check for empty archiveHolger Weiss2019-02-211-9/+7
* Merge branch 'mix'Evgeny Khramtsov2019-02-211-1/+1
|\
| * Update MIX code to reflect newest specificationEvgeny Khramtsov2018-12-051-1/+1
* | allow check if archive is empty for or user or roomChristoph Scholz2019-02-181-1/+19
* | Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|/
* Add xml compression to sql backend of mamPaweł Chmielowski2018-11-281-6/+15
* 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 defa...Alexey Shchepin2018-03-151-8/+2
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* mod_mam: Don't store from 'sm_receive_packet' hookHolger Weiss2017-11-141-6/+4
* 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
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-5/+5
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-5/+5
* 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