log plugins/mod_privacy.lua @ 2519:a4f9ed3f912e

age author description
Fri, 29 Jan 2010 02:49:34 +0000 Matthew Wild mod_privacy: ...and no 'to' for presence implies an outgoing broadcast
Fri, 29 Jan 2010 02:41:36 +0000 Matthew Wild mod_privacy: Mmph, no 'from' == from local
Fri, 29 Jan 2010 02:24:36 +0000 Matthew Wild mod_privacy: Fix repeated presence-in (should be presence-out) - this stops the blocking of legitimate inbound presence, and inbound/outbound iqs and messages in Gajim's invisible mode (maybe I can sleep now)
Fri, 29 Jan 2010 02:16:43 +0000 Matthew Wild mod_privacy: Trailing whitespace (I can't sleep)
Tue, 26 Jan 2010 02:11:50 +0500 Waqas Hussain mod_privacy: Removed a useless 'require' within a function.
Tue, 26 Jan 2010 02:07:13 +0500 Waqas Hussain mod_privacy: Cleaned up code.
Tue, 26 Jan 2010 01:49:45 +0500 Waqas Hussain mod_privacy: Reduced a function.
Tue, 26 Jan 2010 01:47:21 +0500 Waqas Hussain mod_privacy: Fixed global access.
Tue, 26 Jan 2010 01:32:39 +0500 Waqas Hussain mod_privacy: Imported from prosody-modules.
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Wed, 03 Jun 2009 08:02:24 +0500 Waqas Hussain mod_privacy: Initial commit