aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_privacy.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ...Kim Alvefur2013-04-191-4/+5
* mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from thei...Tobias Markmann2013-03-281-0/+4
* mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mo...Kim Alvefur2013-03-231-2/+1
* mod_privacy: Remove several unused variable declarationsMatthew Wild2011-03-291-3/+1
* mod_privacy: Remove unused function, sendUnavailableMatthew Wild2011-03-291-22/+0
* mod_privacy: Fix typo causing <active/> to never be sendFlorian Zeitz2010-08-121-1/+1
* Merge 0.7->trunkWaqas Hussain2010-07-031-0/+2
|\
| * mod_privacy: Add service discovery feature.Waqas Hussain2010-07-031-0/+2
* | Merge 0.7->trunkMatthew Wild2010-07-021-1/+3
|\|
| * mod_privacy: Return the correct item-not-found instead of bad-request when a ...Matthew Wild2010-07-021-1/+3
* | Merge 0.7->trunkMatthew Wild2010-06-291-1/+1
|\|
| * mod_privacy: Treat stanzas with no 'to' address as going to the user's bare J...Matthew Wild2010-06-291-1/+1
* | mod_privacy: Workaround for a traceback.Waqas Hussain2010-06-101-1/+3
|/
* 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