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

Tags: messagenius-admin/ejabberd

Tags

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

18.12.1

Toggle 18.12.1's commit message
Fix PIEFXIS export of user when password is scrammed (processone#2721)

18.12

Toggle 18.12's commit message
Update mix packaging

18.09

Toggle 18.09's commit message
Update mix.lock

18.06

Toggle 18.06's commit message
Update mix.lock

18.04

Toggle 18.04's commit message
Update mix.exs version

18.03

Toggle 18.03's commit message
Get rid of 'fs' package dependency in mix

18.1.0

Toggle 18.1.0's commit message
Fix packaging of 18.01 for hex.pm

18.01

Toggle 18.01's commit message
Include newly releases fast_tls/esip/stun in mix.lock

0