mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow)
|
Matthew Wild |
2014-08-28 |
mod_privacy: Remove, leave a log message about being replaced by mod_blocklist and load that instead
|
Kim Alvefur |
2014-08-10 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
|
Kim Alvefur |
2013-04-19 |
mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from their chatrooms when blocking specific MUC occupants.
|
Tobias Markmann |
2013-03-28 |
mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
|
Kim Alvefur |
2013-03-23 |
mod_privacy: Remove several unused variable declarations
|
Matthew Wild |
2011-03-29 |
mod_privacy: Remove unused function, sendUnavailable
|
Matthew Wild |
2011-03-29 |
mod_privacy: Fix typo causing <active/> to never be send
|
Florian Zeitz |
2010-08-12 |
Merge 0.7->trunk
|
Waqas Hussain |
2010-07-03 |
mod_privacy: Add service discovery feature.
|
Waqas Hussain |
2010-07-03 |
Merge 0.7->trunk
|
Matthew Wild |
2010-07-02 |
mod_privacy: Return the correct item-not-found instead of bad-request when a non-existent list is activated by the client (thanks teo)
|
Matthew Wild |
2010-07-02 |
Merge 0.7->trunk
|
Matthew Wild |
2010-06-29 |
mod_privacy: Treat stanzas with no 'to' address as going to the user's bare JID (thanks KSid)
|
Matthew Wild |
2010-06-29 |
mod_privacy: Workaround for a traceback.
|
Waqas Hussain |
2010-06-09 |
mod_privacy: Improved logging.
|
Waqas Hussain |
2010-05-21 |
mod_privacy: Fix several possible tracebacks when either the contact is a host JID, or the contact isn't in your roster and you have roster group/subscription rules in place
|
Matthew Wild |
2010-05-21 |
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.
|
Matthew Wild |
2010-05-21 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
mod_privacy: Remove the non-working sendNeededUnavailablePresences() and the related commented code
|
Matthew Wild |
2010-02-12 |
mod_privacy: Fix to correctly iterate over lists stored in new format
|
Matthew Wild |
2010-02-12 |
mod_privacy: Upgrade old privacy lists to new storage format, so they don't get lost
|
Matthew Wild |
2010-02-12 |
mod_privacy: Remove use of to identify unspecified privacy list
|
Matthew Wild |
2010-02-11 |
mod_privacy: Fix potential traceback in stanza validation, and fix some zero-based indexing :)
|
Matthew Wild |
2010-02-11 |
mod_privacy: Don't store the privacy lists as an array, but as a map... faster and less code
|
Matthew Wild |
2010-02-11 |
mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for clarity
|
Matthew Wild |
2010-02-09 |
mod_privacy: A handful of logging fixes
|
Matthew Wild |
2010-01-29 |
mod_privacy: Remove the giant if/end block that was really causing problems - skipping stanzas with no to/from (like presence broadcast). Also optimised the code a *lot*, these changes untested at the moment though.
|
Matthew Wild |
2010-01-29 |