aboutsummaryrefslogtreecommitdiff
path: root/src/mod_mam.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add details about XEP implementations to some protocol attributesBadlop2022-11-071-1/+1
* Define batch delete function types in coresponding behavioursPaweł Chmielowski2022-06-171-1/+12
* Fix mam delete_old_messages_batch for sql backendPaweł Chmielowski2022-06-171-3/+3
* Annotate options and commands recently addedBadlop2022-05-041-0/+3
* Implement batch operations in mnesia backendPaweł Chmielowski2022-05-021-7/+21
* Fix syntax of some commands' result_exampleBadlop2022-04-131-2/+2
* Add rate limited delete_old_mam_messages commandPaweł Chmielowski2022-04-081-1/+85
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Store all mucsub notifications not only message notificationsPaweł Chmielowski2022-02-011-1/+1
* mod_mam: Declare XEP-0441 supportHolger Weiss2021-10-061-0/+1
* Use specific syntax so modules and top-level will be linksBadlop2021-08-231-7/+7
* Store who defines a command, specially when defined by ejabberd modulesBadlop2021-07-301-1/+1
* Fix remove_mam_for_user_with_peer when removing room archive (#3536)Badlop2021-03-081-1/+7
* mod_mam: Add missing semicolonHolger Weiss2021-01-291-1/+1
* Remove queryid from MAM fin elementPaul Fariello2021-01-291-1/+3
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Support for MAM Flipped Pages (#3398)Badlop2020-10-151-4/+8
* 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
* add missing mod_mam optionsBadlop2020-04-021-2/+15
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov2020-01-081-1/+75
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-2/+2
* Improve extraction of translated stringsEvgeny Khramtsov2019-06-221-7/+8
* Make option 'validate_stream' globalEvgeny Khramtsov2019-06-211-2/+1
* Rename remaining command arguments from Server to Host (#2908)Badlop2019-06-191-2/+4
* Get rid of "well-known" typeEvgeny Khramtsov2019-06-151-9/+6
* Use new configuration validatorEvgeny Khramtsov2019-06-141-55/+54
* Remove compiler warningsPaweł Chmielowski2019-05-061-1/+1
* Do not declare mod_muc as dependency of mod_mam to prevent loop in depsPaweł Chmielowski2019-05-061-4/+1
* Don't issue count/message fetch queries for offline from mam when not neededPaweł Chmielowski2019-05-021-16/+31
* Add mod_offline option for fetching data from mam instead of from spool tablePaweł Chmielowski2019-04-261-3/+3
* When making mucsub message from mam archive check for subjectPaweł Chmielowski2019-04-091-2/+8
* Update mod_mam dependenciesEvgeny Khramtsov2019-04-031-2/+5
* Decrease ugliness of the ugly codeEvgeny Khramtsov2019-04-031-48/+53
* Change mucsub API for database backendsEvgeny Khramtsov2019-04-031-2/+5
* Implement mod_muc_sql:select_with_mucsubPaweł Chmielowski2019-03-291-1/+1
* Add option user_mucsub_from_muc_archive to mod_mucPaweł Chmielowski2019-03-281-7/+126
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-1/+1
* acl for mam_preferencesChristoph Scholz2019-02-251-10/+20
* Merge branch 'mix'Evgeny Khramtsov2019-02-211-29/+37
|\
| * Update MIX code to reflect newest specificationEvgeny Khramtsov2018-12-051-25/+35
* | disallow room creation if archive not empty andChristoph Scholz2019-02-181-3/+9
* | allow check if archive is empty for or user or roomChristoph Scholz2019-02-181-1/+18
* | option to prevent archive removal on room destroyChristoph Scholz2019-02-181-4/+20
* | Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* | mod_mam: more checks for database failureEvgeny Khramtsov2019-01-021-45/+64
* | mod_mam: Additional checks for database failuresEvgeny Khramtsov2018-12-211-48/+59
|/
* Add xml compression to sql backend of mamPaweł Chmielowski2018-11-281-1/+2
* Move unwrap_mucsub_message/1 into miscHolger Weiss2018-10-251-1/+1