aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_privacy.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_privacy: Silence long line warning [luacheck]Kim Alvefur2018-05-021-1/+1
|
* mod_privacy: Remove, leave a log message about being replaced by ↵Kim Alvefur2014-08-101-438/+3
| | | | mod_blocklist and load that instead
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-15/+15
|
* mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, ↵Kim Alvefur2013-04-191-4/+5
| | | | mod_register, mod_vcard, mod_muc: Use module:open_store()
* mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from ↵Tobias Markmann2013-03-281-0/+4
| | | | their chatrooms when blocking specific MUC occupants.
* mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, ↵Kim Alvefur2013-03-231-2/+1
| | | | mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
* 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
| | | | | | | | non-existent list is activated by the client (thanks teo)
* | Merge 0.7->trunkMatthew Wild2010-06-291-1/+1
|\|
| * mod_privacy: Treat stanzas with no 'to' address as going to the user's bare ↵Matthew Wild2010-06-291-1/+1
| | | | | | | | JID (thanks KSid)
* | 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 ↵Matthew Wild2010-05-211-9/+14
| | | | host JID, or the contact isn't in your roster and you have roster group/subscription rules in place
* mod_privacy: Remove validation that checks a roster group you block actually ↵Matthew Wild2010-05-211-20/+1
| | | | exists - it would be time-consuming on large rosters, and isn't important (or correct?) anyway.
* 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
| | | | | | | | 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