Log

mod_smacks/mod_smacks.lua @ 4536:8bdb9805bb73

description author age
mod_smacks: Enable on s2s by default to see what breaks Kim Alvefur Wed, 31 Mar 2021 22:06:23 +0200
mod_smacks: Correct field name for session Kim Alvefur Tue, 23 Feb 2021 03:22:33 +0100
mod_smacks: Only act on CSI state changes if smacks is enabled Kim Alvefur Mon, 22 Feb 2021 16:44:40 +0100
mod_smacks: Request ack on signal of ongoing CSI flush Kim Alvefur Tue, 16 Feb 2021 23:16:05 +0100
mod_smacks: Explicitly request ack when leaving CSI-inactive mode Kim Alvefur Tue, 16 Feb 2021 22:49:44 +0100
mod_smacks: Do ask for acks while in CSI inactive mode, but less frequent Kim Alvefur Tue, 16 Feb 2021 21:33:39 +0100
mod_smacks: Don't ask for acks while in (csi) inactive mode Kim Alvefur Tue, 16 Feb 2021 19:16:21 +0100
mod_smacks: allow O(1) processing of delayed ack events tmolitor Sat, 30 Jan 2021 07:19:35 +0100
mod_smacks: don't store mam results in offline store tmolitor Mon, 12 Oct 2020 17:56:10 +0200
mod_smacks: don't send error replys for error stanzas on session timeout tmolitor Fri, 01 May 2020 22:24:10 +0200
mod_smacks: remove now unused code tmolitor Tue, 21 Apr 2020 11:26:43 +0200
mod_smacks: fix typo in last commit tmolitor Mon, 20 Apr 2020 15:30:56 +0200
mod_smacks: better logging for georg tmolitor Mon, 20 Apr 2020 14:49:17 +0200
mod_smacks: Fix mam handling tmolitor Mon, 20 Apr 2020 14:40:09 +0200
Merge commit tmolitor Sun, 05 Apr 2020 23:39:08 +0200
mod_smacks: Update documentation and slightly adjust default values tmolitor Sun, 05 Apr 2020 23:37:17 +0200
mod_stanzas: tighten up stanza check and add explanatory text JC Brand Fri, 27 Mar 2020 11:56:14 +0100
mod_smacks: also count outgoing MAM messages JC Brand Thu, 26 Mar 2020 11:57:02 +0100
mod_smacks: fix logging issue in mam eventhandler tmolitor Tue, 10 Mar 2020 23:59:19 +0100
mod_smacks: handle mam-enabled session internally tmolitor Sun, 08 Mar 2020 19:49:47 +0100
Fix bug readding stanzas to outgoing_queue on resume tmolitor Thu, 09 Jan 2020 21:21:09 +0100
mod_smacks: fix bug #1405 (prevent timer from running for already destroyed sessions) tmolitor Sun, 11 Aug 2019 02:58:56 +0200
mod_smacks: fix bug in bad client handling introduced by last commit tmolitor Fri, 02 Aug 2019 18:26:06 +0200
mod_smacks: fix bug for missbehaving clients sending multiple acks in a row tmolitor Tue, 30 Jul 2019 02:07:13 +0200
mod_smacks: fix prosody 0.9 compatibility tmolitor Sun, 16 Jun 2019 02:00:12 +0200
mod_smacks: piggyback ack request onto ack response if queue is not empty, use native stoppable timers if supported tmolitor Sat, 15 Jun 2019 01:34:52 +0200
mod_smacks: Raise error on out-of-range config options (thanks marc0s) Matthew Wild Fri, 22 Mar 2019 22:06:40 +0000
mod_smacks: apply resumed logger and type to new session, fix #1229 Georg Lukas Wed, 06 Mar 2019 21:51:45 +0100
mod_smacks: improved debug logging Georg Lukas Wed, 06 Mar 2019 21:44:07 +0100
mod_smacks: no crash on <a> without @h, fix #1317 Georg Lukas Wed, 06 Mar 2019 21:25:47 +0100
mod_smacks: Fire event on delivery failure/success for each stanza Matthew Wild Sun, 20 Jan 2019 00:02:08 +0000
mod_smacks: Improve logging on resume so session changes are more easily tracked Matthew Wild Wed, 08 Aug 2018 12:49:02 +0100
mod_smacks: Reduce unacked stanza log message from warn->debug Matthew Wild Tue, 26 Jun 2018 15:30:03 +0100
mod_smacks: Convert max number into a string before inserting it into a stanza. Emmanuel Gil Peyrot Fri, 08 Jun 2018 17:56:54 +0200
mod_smacks: defer timeouts for push enabled clients tmolitor Fri, 08 Jun 2018 17:38:24 +0200
mod_smacks: send maximum resumption timeout to client Jonas Wielicki Thu, 07 Jun 2018 13:27:32 +0200
mod_smacks: Ensure stanza count attributes are always strings (thanks Martin) Matthew Wild Sat, 17 Mar 2018 12:58:37 +0000
mod_smacks: Fix #921 tmolitor Sun, 27 Aug 2017 21:34:48 +0200
mod_smacks: Trigger event smacks-hibernation-end after queue resend tmolitor Fri, 18 Aug 2017 00:56:38 +0200
mod_smacks: don't send out <r> when already hibernating tmolitor Fri, 14 Jul 2017 18:06:17 +0200
mod_smacks: Fix delayed_ack event tmolitor Mon, 08 May 2017 19:36:37 +0200
Fix #889 tmolitor Mon, 24 Apr 2017 20:56:56 +0200
mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9 tmolitor Thu, 06 Apr 2017 02:12:14 +0200
mod_smacks: Prevent ack loop on misbehaving clients tmolitor Wed, 15 Mar 2017 16:24:03 +0100
mod_smacks: Made module more error resistant tmolitor Wed, 15 Mar 2017 16:21:55 +0100
mod_smacks: Add resumed session to event "smacks-hibernation-end" tmolitor Sat, 11 Mar 2017 01:37:28 +0100
Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user tmolitor Sun, 05 Mar 2017 20:23:53 +0100
mod_smacks: Fix some bugs with smacks-ack-delayed event triggering. tmolitor Sun, 12 Feb 2017 21:23:22 +0100
mod_smacks: Send out more ack requests where needed tmolitor Sun, 12 Feb 2017 19:27:50 +0100
mod_smacks: Check if a session is an authenticated c2s session by looking for a username (fix for change in 0.10 9f70d35a1602) Kim Alvefur Thu, 15 Dec 2016 02:57:03 +0100
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) tmolitor Thu, 24 Nov 2016 00:47:32 +0100
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 Kim Alvefur Tue, 26 Jul 2016 12:37:04 +0200
mod_smacks: Fix sending <r> after stanzas while not creating multiple timers (thanks Thilo) Kim Alvefur Sat, 02 Apr 2016 20:03:30 +0200
mod_smacks: added new events for hibernation start/end tmolitor Sun, 27 Mar 2016 16:13:20 +0200
mod_smacks: Prevent queuing multiple <r> Kim Alvefur Mon, 21 Mar 2016 14:08:03 +0100
mod_smacks: Adjust filter priorities to avoid conflict with mod_websocket Kim Alvefur Thu, 17 Mar 2016 22:42:11 +0100
mod_smacks: Log when sending <r> from read timeout event (0.10+) Kim Alvefur Wed, 16 Mar 2016 13:30:03 +0100
mod_smacks: Keep timer object around and stop it when needed (trunk only) Kim Alvefur Wed, 16 Mar 2016 13:29:28 +0100
mod_smacks: Increase delay for starting s2s smacks to a non-zero value Kim Alvefur Wed, 16 Mar 2016 13:27:40 +0100
mod_smacks: Go back to sending ack requests from a timer a moment after a stanza was sent Kim Alvefur Wed, 16 Mar 2016 13:26:21 +0100