Log

plugins/mod_privacy.lua @ 8674:55807a2f5d23

description author age
Merge 0.9->0.10 Kim Alvefur Fri, 24 Jun 2016 15:11:06 +0200
mod_privacy: Fix selecting the top resource (fixes #694) Kim Alvefur Wed, 22 Jun 2016 22:22:29 +0200
Merge 0.9->0.10 Matthew Wild Thu, 28 Aug 2014 09:23:24 +0100
mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow) Matthew Wild Thu, 28 Aug 2014 09:17:07 +0100
mod_privacy: Remove, leave a log message about being replaced by mod_blocklist and load that instead Kim Alvefur Sun, 10 Aug 2014 10:29:38 +0200
Remove all trailing whitespace Florian Zeitz Fri, 09 Aug 2013 17:48:21 +0200
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store() Kim Alvefur Fri, 19 Apr 2013 16:14:06 +0200
mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from their chatrooms when blocking specific MUC occupants. Tobias Markmann Thu, 28 Mar 2013 12:49:19 +0100
mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals Kim Alvefur Sat, 23 Mar 2013 01:27:16 +0100
mod_privacy: Remove several unused variable declarations Matthew Wild Tue, 29 Mar 2011 15:07:14 +0100
mod_privacy: Remove unused function, sendUnavailable Matthew Wild Tue, 29 Mar 2011 14:57:50 +0100
mod_privacy: Fix typo causing <active/> to never be send Florian Zeitz Thu, 12 Aug 2010 20:44:01 +0200
Merge 0.7->trunk Waqas Hussain Sat, 03 Jul 2010 18:13:54 +0500
mod_privacy: Add service discovery feature. Waqas Hussain Sat, 03 Jul 2010 11:03:06 +0500
Merge 0.7->trunk Matthew Wild Fri, 02 Jul 2010 19:55:37 +0100
mod_privacy: Return the correct item-not-found instead of bad-request when a non-existent list is activated by the client (thanks teo) Matthew Wild Fri, 02 Jul 2010 19:55:08 +0100
Merge 0.7->trunk Matthew Wild Tue, 29 Jun 2010 20:17:21 +0100
mod_privacy: Treat stanzas with no 'to' address as going to the user's bare JID (thanks KSid) Matthew Wild Tue, 29 Jun 2010 20:04:45 +0100
mod_privacy: Workaround for a traceback. Waqas Hussain Thu, 10 Jun 2010 03:26:01 +0500
mod_privacy: Improved logging. Waqas Hussain Sat, 22 May 2010 03:54:50 +0500
mod_privacy: Fix several possible tracebacks when either the contact is a host JID, or the contact isn't in your roster and you have roster group/subscription rules in place Matthew Wild Fri, 21 May 2010 19:20:21 +0100
mod_privacy: Remove validation that checks a roster group you block actually exists - it would be time-consuming on large rosters, and isn't important (or correct?) anyway. Matthew Wild Fri, 21 May 2010 19:19:29 +0100
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
mod_privacy: Remove the non-working sendNeededUnavailablePresences() and the related commented code Matthew Wild Fri, 12 Feb 2010 12:29:53 +0000
mod_privacy: Fix to correctly iterate over lists stored in new format Matthew Wild Fri, 12 Feb 2010 12:28:45 +0000
mod_privacy: Upgrade old privacy lists to new storage format, so they don't get lost Matthew Wild Fri, 12 Feb 2010 12:07:46 +0000
mod_privacy: Remove use of to identify unspecified privacy list Matthew Wild Thu, 11 Feb 2010 18:49:17 +0000
mod_privacy: Fix potential traceback in stanza validation, and fix some zero-based indexing :) Matthew Wild Thu, 11 Feb 2010 18:44:42 +0000
mod_privacy: Don't store the privacy lists as an array, but as a map... faster and less code Matthew Wild Thu, 11 Feb 2010 12:10:06 +0000