aboutsummaryrefslogtreecommitdiff
path: root/src/mod_offline.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flip default bounce_groupchat flag value, muc will drop bounces anywayPaweł Chmielowski2019-03-141-1/+1
* Add option to mod_offline to make it not bounce mucsub/groupchat messagesPaweł Chmielowski2019-03-141-11/+37
* Replace code using p1_time_compat wrapper with native functionsPaweł Chmielowski2019-02-271-4/+4
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* mod_offline: make some database callbacks optionalEvgeny Khramtsov2019-01-081-2/+10
* We are handling groupchat in other branch nowPaweł Chmielowski2018-12-201-1/+0
* Add option to mod_offline that would allow storing group chat messagesPaweł Chmielowski2018-12-201-8/+20
* Move some functions from xmpp back into ejabberdHolger Weiss2018-10-251-3/+3
* Guard against pres_last=undefined in mod_offlinePaweł Chmielowski2018-06-201-2/+2
* Get rid of ejabberd.hrl headerEvgeniy Khramtsov2018-06-141-1/+0
* Remove 'iqdisc' optionEvgeniy Khramtsov2018-02-111-12/+2
* Introduce option 'validate_stream'Evgeniy Khramtsov2018-02-091-2/+4
* Introduce new gen_mod callback: mod_options/1Evgeniy Khramtsov2018-01-231-9/+12
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* mod_offline: Always ignore groupchat messagesHolger Weiss2017-12-021-1/+2
* Fix deletion of multiple offline messages using WebAdmin (#1962)Badlop2017-08-251-12/+15
* Fix invalid argument in get_messages_susbset17.06Paweł Chmielowski2017-06-301-1/+1
* Don't store messages via a single processEvgeniy Khramtsov2017-05-211-130/+65
* Introduce 'iqdisc' global optionEvgeniy Khramtsov2017-05-041-2/+2
* Don't validate an option in gen_mod:get*opt() functionsEvgeniy Khramtsov2017-04-301-11/+2
* Include original 'id' and 'type' attributes in offline eventEvgeniy Khramtsov2017-04-251-2/+2
* Make sure only jabber:x:event tag is present in offline eventEvgeniy Khramtsov2017-04-251-2/+2
* Use new xdata compiler APIEvgeniy Khramtsov2017-03-201-1/+1
* Get rid of jid:to_string/1 and jid:from_string/1Evgeniy Khramtsov2017-02-261-6/+6
* Don't pass empty resource to jid:make()Evgeniy Khramtsov2017-02-251-2/+2
* Don't pass 'from' and 'to' along with stanza in hooks' argumentsEvgeniy Khramtsov2017-02-241-1/+1
* Include stanza ID with archived offline messagesHolger Weiss2017-02-231-4/+4
* Reload modules when reloading configuration fileEvgeniy Khramtsov2017-02-221-2/+34
* Fix some dialyzer warningsEvgeniy Khramtsov2017-02-181-29/+24
* Change routing APIEvgeniy Khramtsov2017-02-161-19/+18
* Only use GEN_SERVER macro where appropriateEvgeniy Khramtsov2017-02-141-5/+1
* Attach modules to gen_mod's supervisorEvgeniy Khramtsov2017-02-141-18/+6
* Improve modules start/stop proceduresEvgeniy Khramtsov2017-02-141-17/+1
* Avoid using maps:get/2 to keep compatibility with OTP 17.5Evgeniy Khramtsov2017-01-231-3/+2
* Make test suite working againEvgeniy Khramtsov2017-01-231-0/+2
* Make a message is not bounced if it's archivedEvgeniy Khramtsov2017-01-211-7/+7
* Merge branch 'new_stream'Evgeniy Khramtsov2017-01-201-68/+102
|\
| * 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-45/+89
| * Add xmpp_stream_out behaviour and rewrite s2s/SM codeEvgeniy Khramtsov2016-12-281-5/+5
| * Initial version of new XMPP stream behaviour (for review)Evgeniy Khramtsov2016-12-111-36/+32
* | Improve <delay/> tag insertionEvgeniy Khramtsov2017-01-181-4/+6
* | Avoid stopping mod_offline before supervisor termination (#1464)Evgeniy Khramtsov2017-01-171-1/+0
* | Decode message before checking for expiration (#1458)Evgeniy Khramtsov2017-01-131-18/+20
* | Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|/
* Use ejabberd_router:route_error/4 wherever possibleEvgeniy Khramtsov2016-11-251-3/+2
* Get rid of excessive (io)list_to_binary/1 callsEvgeniy Khramtsov2016-11-241-2/+2
* Don't use deprecated functions from jlib.erlEvgeniy Khramtsov2016-11-231-4/+4
* Improve ODBC importChristophe Romain2016-11-221-8/+31
* Make common tests working againEvgeniy Khramtsov2016-11-181-1/+2