log plugins/mod_privacy.lua @ 3068:fc7c693e094a

age author description
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 :)