Mercurial > prosody-modules
log mod_smacks/mod_smacks.lua @ 1706:e4867211cddb
age | author | description |
---|---|---|
Wed, 06 May 2015 01:02:00 +0200 | Kim Alvefur | mod_smacks: Set session upvalue of filter() to correct session |
Wed, 06 May 2015 01:01:18 +0200 | Kim Alvefur | mod_smacks: Move set of filters from new session to session being resumed |
Wed, 06 May 2015 01:00:50 +0200 | Kim Alvefur | mod_smacks: Don't touch upvalues of session.send and session.data, they should already point to the correct values |
Wed, 06 May 2015 00:58:55 +0200 | Kim Alvefur | mod_smacks: Add stanza counting filter when resuming session |
Thu, 09 Apr 2015 14:23:48 +0200 | Kim Alvefur | mod_smacks: Add license header |
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 |