log mod_smacks/mod_smacks.lua @ 2542:cca9de97526b

age author description
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