aboutsummaryrefslogtreecommitdiff
path: root/src/mod_mam.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* mod_mam: Simplify check for anon MUC JID filteringHolger Weiss2017-09-241-16/+5
* mod_mam: Refuse filtering anon MUC queries by JIDHolger Weiss2017-09-241-2/+25
* Merge pull request #1881 from weiss/pushChristophe Romain2017-08-041-14/+5
|\
| * Support XEP-0357: Push NotificationsHolger Weiss2017-07-201-14/+5
* | Describe commands arguments and results in ejabberd_sm, ext_mod, mod_mamBadlop2017-07-211-0/+3
|/
* Implement cache for rosterEvgeniy Khramtsov2017-05-171-32/+20
* Added export function for mam moduleLamtei W2017-05-101-1/+5
* Introduce 'iqdisc' global optionEvgeniy Khramtsov2017-05-041-2/+2
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-33/+13
* Correct option validationEvgeniy Khramtsov2017-04-201-6/+8
* Use new cache API in mod_mamEvgeniy Khramtsov2017-04-201-32/+47
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-1/+1
* Add description to feature-not-implemented errorEvgeniy Khramtsov2017-04-051-1/+2
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-1/+1
* Add support for file-based queuesEvgeniy Khramtsov2017-03-101-2/+3
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-1/+1
* Don't pass 'from' and 'to' along with stanza in hooks' argumentsEvgeniy Khramtsov2017-02-241-4/+5
* Get rid of unused variable warningEvgeniy Khramtsov2017-02-241-1/+1
* Include stanza ID with archived offline messagesHolger Weiss2017-02-231-7/+7
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-20/+72
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-1/+1
* Change routing APIEvgeniy Khramtsov2017-02-161-8/+11
* Make a message is not bounced if it's archivedEvgeniy Khramtsov2017-01-211-6/+10
* Archive message before delivering it to offline storage (#1348)Evgeniy Khramtsov2017-01-211-6/+44
* Add stanza-id to every archived message (#1477)Evgeniy Khramtsov2017-01-201-26/+29
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-31/+31
|\
| * Implement database backend interface for MUC, BOSH and auth_anonyousEvgeniy Khramtsov2017-01-131-4/+0
| * Adopt remaining code to support new hooksEvgeniy Khramtsov2017-01-091-42/+46
* | Make sure 'jabber:client' namespace is added to forwarded messages (#1474)Evgeniy Khramtsov2017-01-191-1/+9
* | Cleanup file headersChristophe Romain2017-01-031-4/+3
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Don't forget to erase cache on user removalEvgeniy Khramtsov2016-11-241-0/+1
* Let ejabberd_sm mark copied messagesHolger Weiss2016-11-221-35/+4
* Make common tests working againEvgeniy Khramtsov2016-11-181-106/+91
* Don't auto-decode forwarded payloadEvgeniy Khramtsov2016-11-131-1/+1
* Deprecate most of the functions from jlib.erlEvgeniy Khramtsov2016-11-131-5/+5
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-62/+47
|\
| * Don't let MAM messages go into offline storageHolger Weiss2016-10-121-2/+3
| * mod_mam: Add 'store_mam_message' hookHolger Weiss2016-08-151-5/+17
| * Honor <store/> hint for any non-"error" messageHolger Weiss2016-08-121-22/+20
| * mod_mam: Don't store messages of type "headline"Holger Weiss2016-08-121-0/+2
| * mod_mam: Simplify "assume_mam_usage" optionHolger Weiss2016-08-051-45/+17
| * mod_mam: Fix handling of result set page limitHolger Weiss2016-07-191-1/+3
| * mod_mam: Always limit result set page sizeHolger Weiss2016-07-191-3/+3
* | mod_mam: Use user JID for stanza ID 'by' attributeHolger Weiss2016-11-011-8/+8
* | Add more MUC testsEvgeniy Khramtsov2016-10-171-21/+13
* | Add xdata generator and make some code using itEvgeniy Khramtsov2016-10-071-31/+9
* | Improve namespace handlingEvgeniy Khramtsov2016-09-241-24/+27
* | Fix dialyzer warnings for mod_mamEvgeniy Khramtsov2016-09-131-1/+1
* | Make common tests working againEvgeniy Khramtsov2016-09-131-1/+8