Sat, 21 Mar 2015 10:12:23 +0000 |
Matthew Wild |
mod_smacks: Don't restore filters from original session after resumption, use new filters
|
Mon, 26 Jan 2015 15:54:18 +0100 |
Kim Alvefur |
mod_smacks: Don't attach timestamps to 'iq' stanzas
|
Mon, 26 Jan 2015 15:44:36 +0100 |
Kim Alvefur |
mod_smacks: Remove negation of condition, most likely a leftover from debugging
|
Mon, 26 Jan 2015 15:32:19 +0100 |
Kim Alvefur |
mod_smacks: Stanzas don't have a ':' in their name
|
Tue, 28 Oct 2014 22:26:41 +0100 |
Kim Alvefur |
mod_smacks: Send ack requests by serializing and concatenating them to outgoing stanzas, using a timer might cause high CPU usage
|
Mon, 20 Oct 2014 13:15:55 +0200 |
Kim Alvefur |
mod_smacks: Delay initiation of outgoing smacks on s2s until after queued stanzas are sent
|
Mon, 20 Oct 2014 13:15:14 +0200 |
Kim Alvefur |
mod_smacks: Initiate outgoing smacks on s2s when sending request and incoming when the remote says enabled
|
Mon, 20 Oct 2014 13:13:48 +0200 |
Kim Alvefur |
mod_smacks: Move wrap_session() contents into separate direction-specific routines
|
Mon, 20 Oct 2014 13:11:28 +0200 |
Kim Alvefur |
mod_smacks: Remove variable not used after 2881d532f385
|
Mon, 20 Oct 2014 11:55:08 +0200 |
Kim Alvefur |
mod_smacks: Send failure correctly on s2s
|
Mon, 20 Oct 2014 11:51:07 +0200 |
Kim Alvefur |
mod_smacks: Fix sending ack requests on s2s
|
Mon, 13 Oct 2014 14:19:49 +0200 |
Kim Alvefur |
mod_smacks: Trick session.send() into not returning nil or mod_message will act as if messages were not delivered
|
Sun, 12 Oct 2014 13:24:50 +0200 |
Kim Alvefur |
mod_smacks: Use filters for queuing outgoing stanzas instead of wrapping session.send()
|
Wed, 08 Oct 2014 12:56:21 +0200 |
Kim Alvefur |
mod_smacks: Correctly check if what is being sent is a stanza
|