8000 Tags · slezakattack/ejabberd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: slezakattack/ejabberd

Tags

20.07

Toggle 20.07's commit message
Update mix dependencies

20.04

Toggle 20.04's commit message
Set ejabberd version to 20.04

20.03

Toggle 20.03's commit message
Increase version to 20.3.0

20.02

Toggle 20.02's commit message
Update mix deps

20.01

Toggle 20.01's commit message
Update changelog

19.09.1

Toggle 19.09.1's commit message
Bump version in mix.exs

19.09

Toggle 19.09's commit message
Re-tag xmpp dep

19.08

Toggle 19.08's commit message
Add 19.08 Changelog

19.05

Toggle 19.05's commit message
Change implementation of mod_offline use_mam_for_storage

Previous version was trying to determine range of messages that should
be fetched from mam by storing time when last user resource disconnected.

But that had couple edge cases that could cause problems, for example in
case of node crash we could not store information about user disconnect
and with that we didn't have data to initiate mam query.

New version don't track user disconnects, but simply ensure that we have
timestamp of first message that is gonna be put in storage, after some
measurements cost of that check with caching on top is not that costly,
and as much more robust i decided to introduce that change.

19.02

Toggle 19.02's commit message
Add MQTT listener and module in example config

0