mod_privacy: Upgrade old privacy lists to new storage format, so they don't get lost
[prosody.git] / plugins / mod_privacy.lua
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