log mod_privacy/mod_privacy.lua @ 54:f15108153710

age author description
Fri, 16 Oct 2009 21:30:59 +0200 Thilo Cestonaro mod_privacy: nicer debug logging ...
Fri, 16 Oct 2009 20:51:14 +0200 Thilo Cestonaro mod_privacy: it says "from" not "form" (thx flo for reporting!)
Thu, 15 Oct 2009 11:38:57 +0200 Thilo Cestonaro mod_privacy: decrease the log messages count.
Thu, 15 Oct 2009 09:41:13 +0200 Thilo Cestonaro mod_privacy: fix bug where priority was nil and compared to a number (Thx flo for reporting!)
Tue, 13 Oct 2009 23:03:58 +0200 Thilo Cestonaro mod_privacy: never block communications from one of a user's resources to another.
Fri, 09 Oct 2009 23:23:12 +0200 Thilo Cestonaro mod_privacy: make the block function work; retrieve the roster groups correctly
Wed, 30 Sep 2009 21:35:29 +0200 Thilo Cestonaro mod_privacy: overworked error returns while creating, editing, deleting or de/activating lists.
Tue, 29 Sep 2009 12:59:42 +0200 Thilo Cestonaro mod_privacy: removed trunk dependency; make it work when no lists already are exiting
Mon, 28 Sep 2009 22:36:01 +0200 Thilo Cestonaro mod_privacy: make finding the right session working
Mon, 28 Sep 2009 22:22:22 +0200 Thilo Cestonaro mod_privacy: prepare everything for the "is used" checking stuff...
Mon, 28 Sep 2009 18:17:20 +0200 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.
Sat, 26 Sep 2009 22:30:33 +0200 Thilo Cestonaro merge with repos
Fri, 25 Sep 2009 22:46:13 +0100 Matthew Wild mod_privacy: Make tmp variable a local
Sat, 26 Sep 2009 22:22:51 +0200 Thilo Cestonaro do the first real blocking actions
Fri, 25 Sep 2009 21:50:01 +0200 Thilo Cestonaro some error reporting during list editing
Fri, 25 Sep 2009 16:56:50 +0200 Thilo Cestonaro adds mod_privacy; lists creating, editing and deletion working.