plugins/mod_privacy.lua
Fri, 19 Apr 2013 16:14:06 +0200 Kim Alvefur mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
Thu, 28 Mar 2013 12:49:19 +0100 Tobias Markmann mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from their chatrooms when blocking specific MUC occupants.
Sat, 23 Mar 2013 01:27:16 +0100 Kim Alvefur 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
Tue, 29 Mar 2011 15:07:14 +0100 Matthew Wild mod_privacy: Remove several unused variable declarations
Tue, 29 Mar 2011 14:57:50 +0100 Matthew Wild mod_privacy: Remove unused function, sendUnavailable
Thu, 12 Aug 2010 20:44:01 +0200 Florian Zeitz mod_privacy: Fix typo causing <active/> to never be send
Sat, 03 Jul 2010 18:13:54 +0500 Waqas Hussain Merge 0.7->trunk
Sat, 03 Jul 2010 11:03:06 +0500 Waqas Hussain mod_privacy: Add service discovery feature.
Fri, 02 Jul 2010 19:55:37 +0100 Matthew Wild Merge 0.7->trunk
Fri, 02 Jul 2010 19:55:08 +0100 Matthew Wild mod_privacy: Return the correct item-not-found instead of bad-request when a non-existent list is activated by the client (thanks teo)
Tue, 29 Jun 2010 20:17:21 +0100 Matthew Wild Merge 0.7->trunk
Tue, 29 Jun 2010 20:04:45 +0100 Matthew Wild mod_privacy: Treat stanzas with no 'to' address as going to the user's bare JID (thanks KSid)
Thu, 10 Jun 2010 03:26:01 +0500 Waqas Hussain mod_privacy: Workaround for a traceback.
Sat, 22 May 2010 03:54:50 +0500 Waqas Hussain mod_privacy: Improved logging.
Fri, 21 May 2010 19:20:21 +0100 Matthew Wild 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
Fri, 21 May 2010 19:19:29 +0100 Matthew Wild 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.
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Fri, 12 Feb 2010 12:29:53 +0000 Matthew Wild mod_privacy: Remove the non-working sendNeededUnavailablePresences() and the related commented code
Fri, 12 Feb 2010 12:28:45 +0000 Matthew Wild mod_privacy: Fix to correctly iterate over lists stored in new format
Fri, 12 Feb 2010 12:07:46 +0000 Matthew Wild mod_privacy: Upgrade old privacy lists to new storage format, so they don't get lost
Thu, 11 Feb 2010 18:49:17 +0000 Matthew Wild mod_privacy: Remove use of to identify unspecified privacy list
Thu, 11 Feb 2010 18:44:42 +0000 Matthew Wild mod_privacy: Fix potential traceback in stanza validation, and fix some zero-based indexing :)
Thu, 11 Feb 2010 12:10:06 +0000 Matthew Wild mod_privacy: Don't store the privacy lists as an array, but as a map... faster and less code
Tue, 09 Feb 2010 06:49:03 +0000 Matthew Wild mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for clarity
Fri, 29 Jan 2010 13:02:06 +0000 Matthew Wild mod_privacy: A handful of logging fixes
Fri, 29 Jan 2010 03:21:18 +0000 Matthew Wild mod_privacy: Remove the giant if/end block that was really causing problems - skipping stanzas with no to/from (like presence broadcast). Also optimised the code a *lot*, these changes untested at the moment though.
Fri, 29 Jan 2010 03:07:30 +0000 Matthew Wild Merge backed out changeset
Fri, 29 Jan 2010 03:07:08 +0000 Matthew Wild Backed out changeset c4240df1b412 (or this)
Fri, 29 Jan 2010 03:06:37 +0000 Matthew Wild Backed out changeset a4f9ed3f912e (you didn't see this)
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
less more (0) tip