log plugins/mod_privacy.lua @ 8774:cac4bd0d3335

age author description
Wed, 02 May 2018 12:39:42 +0200 Kim Alvefur mod_privacy: Silence long line warning [luacheck]
Fri, 24 Jun 2016 15:11:06 +0200 Kim Alvefur Merge 0.9->0.10
Wed, 22 Jun 2016 22:22:29 +0200 Kim Alvefur mod_privacy: Fix selecting the top resource (fixes #694)
Thu, 28 Aug 2014 09:23:24 +0100 Matthew Wild Merge 0.9->0.10
Thu, 28 Aug 2014 09:17:07 +0100 Matthew Wild mod_privacy: Fix to correctly sort privacy list rules by order (thanks Flow)
Sun, 10 Aug 2014 10:29:38 +0200 Kim Alvefur mod_privacy: Remove, leave a log message about being replaced by mod_blocklist and load that instead
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 19 Apr 2013 16:14:06 +0200 Kim Alvefur mod_auth_internal_hashed, mod_auth_internal_plain, mod_privacy, mod_private, mod_register, mod_vcard, mod_muc: Use module:open_store()
Thu, 28 Mar 2013 12:49:19 +0100 Tobias Markmann mod_privacy: Drop stanzas of type groupchat, so users aren't kicked from their chatrooms when blocking specific MUC occupants.
Sat, 23 Mar 2013 01:27:16 +0100 Kim Alvefur mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
Tue, 29 Mar 2011 15:07:14 +0100 Matthew Wild mod_privacy: Remove several unused variable declarations
Tue, 29 Mar 2011 14:57:50 +0100 Matthew Wild mod_privacy: Remove unused function, sendUnavailable
Thu, 12 Aug 2010 20:44:01 +0200 Florian Zeitz mod_privacy: Fix typo causing <active/> to never be send
Sat, 03 Jul 2010 18:13:54 +0500 Waqas Hussain Merge 0.7->trunk