log mod_privacy/mod_privacy.lua @ 575:565d5409c6ca

age author description
2009-10-20 Thilo Cestonaro mod_privacy: save the part already coded for presence-out/-in getting active stuff but disabled it.
2009-10-16 Thilo Cestonaro mod_privacy: nicer debug logging ...
2009-10-16 Thilo Cestonaro mod_privacy: it says "from" not "form" (thx flo for reporting!)
2009-10-15 Thilo Cestonaro mod_privacy: decrease the log messages count.
2009-10-15 Thilo Cestonaro mod_privacy: fix bug where priority was nil and compared to a number (Thx flo for reporting!)
2009-10-13 Thilo Cestonaro mod_privacy: never block communications from one of a user's resources to another.
2009-10-09 Thilo Cestonaro mod_privacy: make the block function work; retrieve the roster groups correctly
2009-09-30 Thilo Cestonaro mod_privacy: overworked error returns while creating, editing, deleting or de/activating lists.
2009-09-29 Thilo Cestonaro mod_privacy: removed trunk dependency; make it work when no lists already are exiting
2009-09-28 Thilo Cestonaro mod_privacy: make finding the right session working
2009-09-28 Thilo Cestonaro mod_privacy: prepare everything for the "is used" checking stuff...
2009-09-28 Thilo Cestonaro mod_privacy: order must be non-negativ integer and unique, group must be existing in the roster, subscription can only be to,from,both or none, action must be either deny or allow.
2009-09-26 Thilo Cestonaro merge with repos
2009-09-25 Matthew Wild mod_privacy: Make tmp variable a local
2009-09-26 Thilo Cestonaro do the first real blocking actions