Software /
code /
prosody
Log
plugins/mod_privacy.lua @ 2590:2d7e2a28d1d5
description | author | age |
---|---|---|
mod_privacy: Remove use of to identify unspecified privacy list | Matthew Wild | Thu, 11 Feb 2010 18:49:17 +0000 |
mod_privacy: Fix potential traceback in stanza validation, and fix some zero-based indexing :) | Matthew Wild | Thu, 11 Feb 2010 18:44:42 +0000 |
mod_privacy: Don't store the privacy lists as an array, but as a map... faster and less code | Matthew Wild | Thu, 11 Feb 2010 12:10:06 +0000 |
mod_privacy: Rename from_user/to_user flags to is_from_user/is_to_user for clarity | Matthew Wild | Tue, 09 Feb 2010 06:49:03 +0000 |
mod_privacy: A handful of logging fixes | Matthew Wild | Fri, 29 Jan 2010 13:02:06 +0000 |
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 | Fri, 29 Jan 2010 03:21:18 +0000 |