log mod_presence_cache/mod_presence_cache.lua @ 5919:99ecfe44910b

age author description
2019-12-09 Kim Alvefur mod_presence_cache: Fix traceback due to changes in trunk
2018-11-07 Kim Alvefur mod_presence_cache: Set delay source to bare JID instead of host
2018-07-12 Kim Alvefur mod_presence_cache: Forget cached presence on s2s close
2016-08-28 Kim Alvefur mod_presence_cache: Ignore stanzas to self (fixes traceback on probe to self)
2016-05-11 Kim Alvefur mod_presence_cache: Add copyright header
2016-05-11 Kim Alvefur mod_presence_cache: Also cache the 'show' value
2016-04-02 Kim Alvefur mod_presence_cache: Only check set set is empty if it exists
2016-04-02 Kim Alvefur mod_presence_cache: Forget about cached presence when receiving unavailable
2016-04-01 Kim Alvefur mod_presence_cache: Switch to using util.cache for limiting size of cache
2016-04-01 Kim Alvefur mod_presence_cache: Remove caching of full presence
2016-04-01 Kim Alvefur mod_presence_cache: Check stanzas only from s2sin (not needed, even with mod_bidi)
2016-03-18 Kim Alvefur mod_presence_cache: Remove info-level debug message
2015-11-16 Kim Alvefur mod_presence_cache: Cache incoming presence broadcasts in order to get clients up to speed with who is online faster