Log

mod_smacks/mod_smacks.lua @ 5039:c0d243b27e64

description author age
mod_smacks: Send <r> immediately from csi-flushing event Kim Alvefur 2021-11-16
mod_smacks: Don't forgive client counting errors tmolitor 2021-11-07
mod_smacks: Include username in offline event, mirroring Prosody 0.10+ Kim Alvefur 2021-09-12
mod_smacks: Use 'smacks_max_inactive_unacked_stanzas' when inactive and no timer Kim Alvefur 2021-07-28
mod_smacks: Fix typo in comment (thanks codespell) Kim Alvefur 2021-07-26
mod_smacks: Fix traceback on missing stanza counter Kim Alvefur 2021-07-22
mod_smacks: Include timestamp in hibernation log message Kim Alvefur 2021-06-07
mod_smacks: Fix calculation of smacks timeout values tmolitor 2021-04-12
mod_smacks: Fix traceback due to session being destroyed in send() Kim Alvefur 2021-04-01
mod_smacks: Enable on s2s by default to see what breaks Kim Alvefur 2021-03-31
mod_smacks: Correct field name for session Kim Alvefur 2021-02-23
mod_smacks: Only act on CSI state changes if smacks is enabled Kim Alvefur 2021-02-22
mod_smacks: Request ack on signal of ongoing CSI flush Kim Alvefur 2021-02-16
mod_smacks: Explicitly request ack when leaving CSI-inactive mode Kim Alvefur 2021-02-16
mod_smacks: Do ask for acks while in CSI inactive mode, but less frequent Kim Alvefur 2021-02-16
mod_smacks: Don't ask for acks while in (csi) inactive mode Kim Alvefur 2021-02-16
mod_smacks: allow O(1) processing of delayed ack events tmolitor 2021-01-30
mod_smacks: don't store mam results in offline store tmolitor 2020-10-12
mod_smacks: don't send error replys for error stanzas on session timeout tmolitor 2020-05-01
mod_smacks: remove now unused code tmolitor 2020-04-21
mod_smacks: fix typo in last commit tmolitor 2020-04-20
mod_smacks: better logging for georg tmolitor 2020-04-20
mod_smacks: Fix mam handling tmolitor 2020-04-20
Merge commit tmolitor 2020-04-05
mod_smacks: Update documentation and slightly adjust default values tmolitor 2020-04-05
mod_stanzas: tighten up stanza check and add explanatory text JC Brand 2020-03-27
mod_smacks: also count outgoing MAM messages JC Brand 2020-03-26
mod_smacks: fix logging issue in mam eventhandler tmolitor 2020-03-10
mod_smacks: handle mam-enabled session internally tmolitor 2020-03-08
Fix bug readding stanzas to outgoing_queue on resume tmolitor 2020-01-09
mod_smacks: fix bug #1405 (prevent timer from running for already destroyed sessions) tmolitor 2019-08-11
mod_smacks: fix bug in bad client handling introduced by last commit tmolitor 2019-08-02
mod_smacks: fix bug for missbehaving clients sending multiple acks in a row tmolitor 2019-07-30
mod_smacks: fix prosody 0.9 compatibility tmolitor 2019-06-16
mod_smacks: piggyback ack request onto ack response if queue is not empty, use native stoppable timers if supported tmolitor 2019-06-14
mod_smacks: Raise error on out-of-range config options (thanks marc0s) Matthew Wild 2019-03-22
mod_smacks: apply resumed logger and type to new session, fix #1229 Georg Lukas 2019-03-06
mod_smacks: improved debug logging Georg Lukas 2019-03-06
mod_smacks: no crash on <a> without @h, fix #1317 Georg Lukas 2019-03-06
mod_smacks: Fire event on delivery failure/success for each stanza Matthew Wild 2019-01-20
mod_smacks: Improve logging on resume so session changes are more easily tracked Matthew Wild 2018-08-08
mod_smacks: Reduce unacked stanza log message from warn->debug Matthew Wild 2018-06-26
mod_smacks: Convert max number into a string before inserting it into a stanza. Emmanuel Gil Peyrot 2018-06-08
mod_smacks: defer timeouts for push enabled clients tmolitor 2018-06-08
mod_smacks: send maximum resumption timeout to client Jonas Wielicki 2018-06-07
mod_smacks: Ensure stanza count attributes are always strings (thanks Martin) Matthew Wild 2018-03-17
mod_smacks: Fix #921 tmolitor 2017-08-27
mod_smacks: Trigger event smacks-hibernation-end after queue resend tmolitor 2017-08-17
mod_smacks: don't send out <r> when already hibernating tmolitor 2017-07-14
mod_smacks: Fix delayed_ack event tmolitor 2017-05-08
Fix #889 tmolitor 2017-04-24
mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9 tmolitor 2017-04-06
mod_smacks: Prevent ack loop on misbehaving clients tmolitor 2017-03-15
mod_smacks: Made module more error resistant tmolitor 2017-03-15
mod_smacks: Add resumed session to event "smacks-hibernation-end" tmolitor 2017-03-11
Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user tmolitor 2017-03-05
mod_smacks: Fix some bugs with smacks-ack-delayed event triggering. tmolitor 2017-02-12
mod_smacks: Send out more ack requests where needed tmolitor 2017-02-12
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 2016-12-15
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 2016-11-23