log mod_presence_cache/mod_presence_cache.lua @ 3760:830a01443a2f

age author description
Mon, 09 Dec 2019 16:51:36 +0100 Kim Alvefur mod_presence_cache: Fix traceback due to changes in trunk
Wed, 07 Nov 2018 22:20:56 +0100 Kim Alvefur mod_presence_cache: Set delay source to bare JID instead of host
Fri, 13 Jul 2018 00:47:29 +0200 Kim Alvefur mod_presence_cache: Forget cached presence on s2s close
Mon, 29 Aug 2016 01:06:42 +0200 Kim Alvefur mod_presence_cache: Ignore stanzas to self (fixes traceback on probe to self)
Wed, 11 May 2016 23:13:03 +0200 Kim Alvefur mod_presence_cache: Add copyright header
Wed, 11 May 2016 23:12:51 +0200 Kim Alvefur mod_presence_cache: Also cache the 'show' value
Sun, 03 Apr 2016 00:55:53 +0200 Kim Alvefur mod_presence_cache: Only check set set is empty if it exists
Sun, 03 Apr 2016 00:37:11 +0200 Kim Alvefur mod_presence_cache: Forget about cached presence when receiving unavailable
Fri, 01 Apr 2016 15:18:56 +0200 Kim Alvefur mod_presence_cache: Switch to using util.cache for limiting size of cache
Fri, 01 Apr 2016 15:15:56 +0200 Kim Alvefur mod_presence_cache: Remove caching of full presence
Fri, 01 Apr 2016 15:11:25 +0200 Kim Alvefur mod_presence_cache: Check stanzas only from s2sin (not needed, even with mod_bidi)
Fri, 18 Mar 2016 01:18:16 +0100 Kim Alvefur mod_presence_cache: Remove info-level debug message
Mon, 16 Nov 2015 18:19:25 +0100 Kim Alvefur mod_presence_cache: Cache incoming presence broadcasts in order to get clients up to speed with who is online faster