log mod_smacks/mod_smacks.lua @ 3795:f51308fcba83

age author description
2019-08-11 tmolitor mod_smacks: fix bug #1405 (prevent timer from running for already destroyed sessions)
2019-08-02 tmolitor mod_smacks: fix bug in bad client handling introduced by last commit
2019-07-30 tmolitor mod_smacks: fix bug for missbehaving clients sending multiple acks in a row
2019-06-16 tmolitor mod_smacks: fix prosody 0.9 compatibility
2019-06-14 tmolitor mod_smacks: piggyback ack request onto ack response if queue is not empty, use native stoppable timers if supported
2019-03-22 Matthew Wild mod_smacks: Raise error on out-of-range config options (thanks marc0s)
2019-03-06 Georg Lukas mod_smacks: apply resumed logger and type to new session, fix #1229
2019-03-06 Georg Lukas mod_smacks: improved debug logging
2019-03-06 Georg Lukas mod_smacks: no crash on <a> without @h, fix #1317
2019-01-20 Matthew Wild mod_smacks: Fire event on delivery failure/success for each stanza
2018-08-08 Matthew Wild mod_smacks: Improve logging on resume so session changes are more easily tracked
2018-06-26 Matthew Wild mod_smacks: Reduce unacked stanza log message from warn->debug
2018-06-08 Emmanuel Gil Peyrot mod_smacks: Convert max number into a string before inserting it into a stanza.
2018-06-08 tmolitor mod_smacks: defer timeouts for push enabled clients
2018-06-07 Jonas Wielicki mod_smacks: send maximum resumption timeout to client
2018-03-17 Matthew Wild mod_smacks: Ensure stanza count attributes are always strings (thanks Martin)
2017-08-27 tmolitor mod_smacks: Fix #921
2017-08-17 tmolitor mod_smacks: Trigger event smacks-hibernation-end after queue resend
2017-07-14 tmolitor mod_smacks: don't send out <r> when already hibernating
2017-05-08 tmolitor mod_smacks: Fix delayed_ack event
2017-04-24 tmolitor Fix #889
2017-04-06 tmolitor mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9
2017-03-15 tmolitor mod_smacks: Prevent ack loop on misbehaving clients
2017-03-15 tmolitor mod_smacks: Made module more error resistant