aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_privacy.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_privacy: Improved logging.Waqas Hussain2010-05-221-8/+8
* mod_privacy: Fix several possible tracebacks when either the contact is a hos...Matthew Wild2010-05-211-9/+14
* mod_privacy: Remove validation that checks a roster group you block actually ...Matthew Wild2010-05-211-20/+1
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
* | mod_privacy: Remove the non-working sendNeededUnavailablePresences() and the ...Matthew Wild2010-02-121-48/+0
* | mod_privacy: Fix to correctly iterate over lists stored in new formatMatthew Wild2010-02-121-2/+2
* | mod_privacy: Upgrade old privacy lists to new storage format, so they don't g...Matthew Wild2010-02-121-1/+10
* | mod_privacy: Remove use of to identify unspecified privacy listMatthew Wild2010-02-111-14/+10
* | mod_privacy: Fix potential traceback in stanza validation, and fix some zero-...Matthew Wild2010-02-111-5/+6
* | mod_privacy: Don't store the privacy lists as an array, but as a map... faste...Matthew Wild2010-02-111-35/+13
* | mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for cl...Matthew Wild2010-02-091-6/+6
* | mod_privacy: A handful of logging fixesMatthew Wild2010-01-291-6/+6
* | mod_privacy: Remove the giant if/end block that was really causing problems -...Matthew Wild2010-01-291-85/+88
* | Backed out changeset c4240df1b412 (or this)Matthew Wild2010-01-291-1/+1
* | mod_privacy: Mmph, no 'from' == from localMatthew Wild2010-01-291-1/+1
* | mod_privacy: Fix repeated presence-in (should be presence-out) - this stops t...Matthew Wild2010-01-291-1/+1
* | mod_privacy: Trailing whitespace (I can't sleep)Matthew Wild2010-01-291-7/+7
* | mod_privacy: Removed a useless 'require' within a function.Waqas Hussain2010-01-261-2/+0
* | mod_privacy: Cleaned up code.Waqas Hussain2010-01-261-41/+29
* | mod_privacy: Reduced a function.Waqas Hussain2010-01-261-8/+1
* | mod_privacy: Fixed global access.Waqas Hussain2010-01-261-7/+7
* | mod_privacy: Imported from prosody-modules.Waqas Hussain2010-01-261-10/+537
|/
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
* mod_privacy: Initial commitWaqas Hussain2009-06-031-0/+23