mod_privacy: Fix selecting the top resource (fixes #694)
[prosody.git] / plugins / mod_privacy.lua
2016-06-22 Kim Alvefurmod_privacy: Fix selecting the top resource (fixes...
2014-08-28 Matthew Wildmod_privacy: Fix to correctly sort privacy list rules...
2013-05-01 Matthew WildMerge with Florob
2013-04-23 Matthew WildMerge
2013-04-19 Kim Alvefurmod_auth_internal_hashed, mod_auth_internal_plain,...
2013-03-28 Tobias Markmannmod_privacy: Drop stanzas of type groupchat, so users...
2013-03-23 Kim Alvefurmod_announce, mod_auth_anonymous, mod_c2s, mod_c2s...
2011-06-02 Matthew WildMerge 0.7->0.8
2011-06-02 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-06-01 Matthew WildMerge 0.7->0.8
2011-06-01 Matthew WildMerge 0.6->0.7
2011-04-05 Matthew WildMerge 0.8->trunk
2011-03-29 Matthew Wildmod_privacy: Remove several unused variable declarations
2011-03-29 Matthew Wildmod_privacy: Remove unused function, sendUnavailable
2010-08-12 Florian Zeitzmod_privacy: Fix typo causing <active/> to never be...
2010-07-03 Waqas HussainMerge 0.7->trunk
2010-07-03 Waqas Hussainmod_privacy: Add service discovery feature.
2010-07-02 Matthew WildMerge 0.7->trunk
2010-07-02 Matthew Wildmod_privacy: Return the correct item-not-found instead...
2010-07-02 Matthew WildMerge 0.7->trunk
2010-06-29 Matthew WildMerge 0.7->trunk
2010-06-29 Matthew WildMerge backout
2010-06-29 Matthew WildMerge 0.7->trunk
2010-06-29 Matthew Wildmod_privacy: Treat stanzas with no 'to' address as...
2010-06-09 Waqas Hussainmod_privacy: Workaround for a traceback.
2010-05-23 Matthew WildMerge 0.7->trunk
2010-05-21 Waqas Hussainmod_privacy: Improved logging.
2010-05-21 Matthew WildMerge with backout
2010-05-21 Matthew WildMerge 0.7->trunk
2010-05-21 Matthew Wildmod_privacy: Fix several possible tracebacks when eithe...
2010-05-21 Matthew Wildmod_privacy: Remove validation that checks a roster...
2010-05-05 Matthew WildMerge Tobias's fancy SASL branch->trunk
2010-03-24 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildMerge 0.7->trunk
2010-03-22 Matthew WildMerge 0.6->0.7
2010-03-22 Matthew WildUpdate copyright headers for 2010
2010-03-03 Matthew WildMerge 0.6.2/waqas with 0.6.2/MattJ
2010-02-25 Matthew WildMerge with 0.6
2010-02-12 Matthew Wildmod_privacy: Remove the non-working sendNeededUnavailab...
2010-02-12 Matthew Wildmod_privacy: Fix to correctly iterate over lists stored...
2010-02-12 Matthew Wildmod_privacy: Upgrade old privacy lists to new storage...
2010-02-11 Matthew Wildmod_privacy: Remove use of to identify unspecified...
2010-02-11 Matthew Wildmod_privacy: Fix potential traceback in stanza validati...
2010-02-11 Matthew Wildmod_privacy: Don't store the privacy lists as an array...
2010-02-09 Matthew Wildmod_privacy: Rename from_user/to_user flags to is_from_...
2010-02-05 Matthew WildMerge with backout
2010-01-29 Matthew Wildmod_privacy: A handful of logging fixes
2010-01-29 Matthew Wildmod_privacy: Remove the giant if/end block that was...
2010-01-29 Matthew WildMerge backed out changeset
2010-01-29 Matthew WildBacked out changeset c4240df1b412 (or this)
2010-01-29 Matthew WildBacked out changeset a4f9ed3f912e (you didn't see this)
2010-01-29 Matthew Wildmod_privacy: ...and no 'to' for presence implies an...
2010-01-29 Matthew Wildmod_privacy: Mmph, no 'from' == from local
2010-01-29 Matthew Wildmod_privacy: Fix repeated presence-in (should be presen...
2010-01-29 Matthew Wildmod_privacy: Trailing whitespace (I can't sleep)
2010-01-25 Waqas Hussainmod_privacy: Removed a useless 'require' within a function.
2010-01-25 Waqas HussainMerge with trunk.
2010-01-25 Waqas Hussainmod_privacy: Cleaned up code.
2010-01-25 Waqas Hussainmod_privacy: Reduced a function.
2010-01-25 Waqas Hussainmod_privacy: Fixed global access.
2010-01-25 Waqas Hussainmod_privacy: Imported from prosody-modules.
2009-07-10 Matthew WildAdd copyright header to those files missing one
2009-06-04 Waqas HussainMy merge!!!!
2009-06-03 Waqas Hussainmod_privacy: Initial commit