log mod_smacks/mod_smacks.lua @ 2727:91cbeb6ad987

age author description
Fri, 14 Jul 2017 18:06:17 +0200 tmolitor mod_smacks: don't send out <r> when already hibernating
Mon, 08 May 2017 19:36:37 +0200 tmolitor mod_smacks: Fix delayed_ack event
Mon, 24 Apr 2017 20:56:56 +0200 tmolitor Fix #889
Thu, 06 Apr 2017 02:12:14 +0200 tmolitor mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9
Wed, 15 Mar 2017 16:24:03 +0100 tmolitor mod_smacks: Prevent ack loop on misbehaving clients
Wed, 15 Mar 2017 16:21:55 +0100 tmolitor mod_smacks: Made module more error resistant
Sat, 11 Mar 2017 01:37:28 +0100 tmolitor mod_smacks: Add resumed session to event "smacks-hibernation-end"
Sun, 05 Mar 2017 20:23:53 +0100 tmolitor Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user
Sun, 12 Feb 2017 21:23:22 +0100 tmolitor mod_smacks: Fix some bugs with smacks-ack-delayed event triggering.
Sun, 12 Feb 2017 19:27:50 +0100 tmolitor mod_smacks: Send out more ack requests where needed
Thu, 15 Dec 2016 02:57:03 +0100 Kim Alvefur mod_smacks: Check if a session is an authenticated c2s session by looking for a username (fix for change in 0.10 9f70d35a1602)
Thu, 24 Nov 2016 00:47:32 +0100 tmolitor mod_smacks: added new event "smacks-ack-delayed" used by mod_cloud_notify and extended the readme file accordingly (also mention mod_smacks_offline and mod_smacks_noerror in readme file)
Tue, 26 Jul 2016 12:37:04 +0200 Kim Alvefur mod_smacks: Signal that we're about to send an ack request from read timeout event to prevent a duplicate request from outgoing stanza filter
Sat, 02 Apr 2016 20:03:30 +0200 Kim Alvefur mod_smacks: Fix sending <r> after stanzas while not creating multiple timers (thanks Thilo)
Sun, 27 Mar 2016 16:13:20 +0200 tmolitor mod_smacks: added new events for hibernation start/end