log mod_smacks/mod_smacks.lua @ 3321:628659e2e6b0

age author description
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
2017-03-11 tmolitor mod_smacks: Add resumed session to event "smacks-hibernation-end"
2017-03-05 tmolitor Implement XEP-0198 revision 1.5.2 and limit number of hibernated sessions per user
2017-02-12 tmolitor mod_smacks: Fix some bugs with smacks-ack-delayed event triggering.
2017-02-12 tmolitor mod_smacks: Send out more ack requests where needed
2016-12-15 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)
2016-11-23 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)
2016-07-26 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
2016-04-02 Kim Alvefur mod_smacks: Fix sending <r> after stanzas while not creating multiple timers (thanks Thilo)
2016-03-27 tmolitor mod_smacks: added new events for hibernation start/end
2016-03-21 Kim Alvefur mod_smacks: Prevent queuing multiple <r>
2016-03-17 Kim Alvefur mod_smacks: Adjust filter priorities to avoid conflict with mod_websocket
2016-03-16 Kim Alvefur mod_smacks: Log when sending <r> from read timeout event (0.10+)
2016-03-16 Kim Alvefur mod_smacks: Keep timer object around and stop it when needed (trunk only)
2016-03-16 Kim Alvefur mod_smacks: Increase delay for starting s2s smacks to a non-zero value
2016-03-16 Kim Alvefur mod_smacks: Go back to sending ack requests from a timer a moment after a stanza was sent
2016-03-16 Kim Alvefur mod_smacks: Drop stanzas instead of turning them into the empty string
2015-09-29 Kim Alvefur mod_smacks: Add experimental resending of unacked messages in s2s queues (disabled by default)
2015-05-11 Kim Alvefur mod_smacks: Handle the read timeout event (0.10+ only) and send an ack request, close the connection the second time if unanswerd
2015-05-11 Kim Alvefur mod_smacks: Handle unacked messages in s2s queues
2015-05-05 Kim Alvefur mod_smacks: Set session upvalue of filter() to correct session
2015-05-05 Kim Alvefur mod_smacks: Move set of filters from new session to session being resumed
2015-05-05 Kim Alvefur mod_smacks: Don't touch upvalues of session.send and session.data, they should already point to the correct values
2015-05-05 Kim Alvefur mod_smacks: Add stanza counting filter when resuming session
2015-04-09 Kim Alvefur mod_smacks: Add license header
2015-03-21 Matthew Wild mod_smacks: Don't restore filters from original session after resumption, use new filters
2015-01-26 Kim Alvefur mod_smacks: Don't attach timestamps to 'iq' stanzas
2015-01-26 Kim Alvefur mod_smacks: Remove negation of condition, most likely a leftover from debugging
2015-01-26 Kim Alvefur mod_smacks: Stanzas don't have a ':' in their name
2014-10-28 Kim Alvefur mod_smacks: Send ack requests by serializing and concatenating them to outgoing stanzas, using a timer might cause high CPU usage
2014-10-20 Kim Alvefur mod_smacks: Delay initiation of outgoing smacks on s2s until after queued stanzas are sent
2014-10-20 Kim Alvefur mod_smacks: Initiate outgoing smacks on s2s when sending request and incoming when the remote says enabled
2014-10-20 Kim Alvefur mod_smacks: Move wrap_session() contents into separate direction-specific routines
2014-10-20 Kim Alvefur mod_smacks: Remove variable not used after 2881d532f385
2014-10-20 Kim Alvefur mod_smacks: Send failure correctly on s2s
2014-10-20 Kim Alvefur mod_smacks: Fix sending ack requests on s2s
2014-10-13 Kim Alvefur mod_smacks: Trick session.send() into not returning nil or mod_message will act as if messages were not delivered
2014-10-12 Kim Alvefur mod_smacks: Use filters for queuing outgoing stanzas instead of wrapping session.send()
2014-10-08 Kim Alvefur mod_smacks: Correctly check if what is being sent is a stanza
2014-09-29 Florian Zeitz mod_smacks: Examine the state of the stanza *before* it was send
2014-06-17 Kim Alvefur mod_smacks: Backout ed2a9c00b5c4, need a better solution
2014-05-22 Kim Alvefur mod_smacks: Fix logging (Thanks Ge0rG)
2014-05-07 Kim Alvefur mod_smacks: Impose a limit on number of unacked stanzas (Thanks Holger)
2014-05-07 Kim Alvefur mod_smacks: Assert that the 'h' attribute is present and a number
2014-05-07 Kim Alvefur mod_smacks: Add more debug logging
2014-05-07 Kim Alvefur mod_smacks: Log things attached to sessions instead of the module
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace