aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_privacy.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_privacy: Remove the non-working sendNeededUnavailablePresences() and the ↵Matthew Wild2010-02-121-48/+0
| | | | related commented code
* 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 ↵Matthew Wild2010-02-121-1/+10
| | | | get lost
* 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 ↵Matthew Wild2010-02-111-5/+6
| | | | zero-based indexing :)
* mod_privacy: Don't store the privacy lists as an array, but as a map... ↵Matthew Wild2010-02-111-35/+13
| | | | faster and less code
* mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for ↵Matthew Wild2010-02-091-6/+6
| | | | clarity
* 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
| | | | - skipping stanzas with no to/from (like presence broadcast). Also optimised the code a *lot*, these changes untested at the moment though.
* 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 ↵Matthew Wild2010-01-291-1/+1
| | | | the blocking of legitimate inbound presence, and inbound/outbound iqs and messages in Gajim's invisible mode (maybe I can sleep now)
* 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