summaryrefslogtreecommitdiff
path: root/src/mod_offline.erl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-11-09Don't do double utf-8 conversion on translated strings in str:formatPaweł Chmielowski1-1/+1
2020-09-03Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson1-1/+1
2020-08-24Mark dangerous buttons with CSS (#3363)Badlop1-8/+11
2020-04-21Fix some English typosBadlop1-2/+2
2020-04-14Update links to the ejabberd Docs page in WebAdminBadlop1-1/+1
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2020-01-08Generate ejabberd.yml.5 man page from source code directlyEvgeny Khramtsov1-1/+117
2020-01-05Omit push notifications if offline storage failedHolger Weiss1-20/+14
2019-09-23Correctly handle unicode in log messagesEvgeny Khramtsov1-4/+4
2019-08-27Fix some links to Guide in WebAdmin and add new ones (#3003)Badlop1-3/+2
2019-07-03Avoid using ! in ejabberd_router and mod_offlineEvgeny Khramtsov1-1/+1
2019-07-01Invalidate proper cache when using mam for offline in pop_messagesPaweł Chmielowski1-9/+1
2019-07-01Make count_offline_messages cache work when offline uses mam for storagePaweł Chmielowski1-58/+106
2019-06-30Cache number of offline messagesEvgeny Khramtsov1-37/+118
2019-06-24Make logging messages more consistentEvgeny Khramtsov1-2/+2
2019-06-22Improve extraction of translated stringsEvgeny Khramtsov1-16/+18
2019-06-21Make option 'validate_stream' globalEvgeny Khramtsov1-2/+2
2019-06-15Get rid of "well-known" typeEvgeny Khramtsov1-7/+4
2019-06-14Use new configuration validatorEvgeny Khramtsov1-52/+45
2019-05-28Change implementation of mod_offline use_mam_for_storagePaweł Chmielowski1-48/+45
2019-05-07When applying limit of max msgs in spool check only spool sizePaweł Chmielowski1-3/+7
2019-05-06Do not store mucsub wrapped messages with no-store hint in offline storagePaweł Chmielowski1-24/+31
2019-05-02Set from/to in activity marker messagesPaweł Chmielowski1-1/+1
2019-05-02Always store ActivityMarker messagesPaweł Chmielowski1-3/+11
2019-05-02Don't issue count/message fetch queries for offline from mam when not neededPaweł Chmielowski1-7/+36
2019-04-29Fix offline from mam on mnesiaPaweł Chmielowski1-1/+3
2019-04-29Properly handle infinity as max number of message in mam offline storagePaweł Chmielowski1-2/+3
2019-04-29Sort messages by stanza_id when using mam storage in mod_offlinePaweł Chmielowski1-6/+21
2019-04-29Return correct value from count_offline_messages with mam storage optionPaweł Chmielowski1-2/+10
2019-04-29Make mod_offline put msg ignored by mam in spool when mam storage is onPaweł Chmielowski1-2/+3
2019-04-26Add mod_offline option for fetching data from mam instead of from spool tablePaweł Chmielowski1-66/+232
2019-03-14Flip default bounce_groupchat flag value, muc will drop bounces anywayPaweł Chmielowski1-1/+1
2019-03-14Add option to mod_offline to make it not bounce mucsub/groupchat messagesPaweł Chmielowski1-11/+37
2019-02-27Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski1-4/+4
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2019-01-08mod_offline: make some database callbacks optionalEvgeny Khramtsov1-2/+10
2018-12-20We are handling groupchat in other branch nowPaweł Chmielowski1-1/+0
2018-12-20Add option to mod_offline that would allow storing group chat messagesPaweł Chmielowski1-8/+20
2018-10-25Move some functions from xmpp back into ejabberdHolger Weiss1-3/+3
2018-06-20Guard against pres_last=undefined in mod_offlinePaweł Chmielowski1-2/+2
2018-06-14Get rid of ejabberd.hrl headerEvgeniy Khramtsov1-1/+0
2018-02-11Remove 'iqdisc' optionEvgeniy Khramtsov1-12/+2
2018-02-09Introduce option 'validate_stream'Evgeniy Khramtsov1-2/+4
2018-01-23Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov1-9/+12
2018-01-05Update copyright datesEvgeniy Khramtsov1-1/+1
2017-12-02mod_offline: Always ignore groupchat messagesHolger Weiss1-1/+2
2017-08-25Fix deletion of multiple offline messages using WebAdmin (#1962)Badlop1-12/+15
2017-06-30Fix invalid argument in get_messages_susbsetPaweł Chmielowski1-1/+1
2017-05-21Don't store messages via a single processEvgeniy Khramtsov1-130/+65