plugins/mod_blocklist.lua
Tue, 30 Jul 2019 02:29:36 +0200 Kim Alvefur plugins: Remove tostring call from logging
Thu, 20 Jun 2019 21:44:43 +0200 Kim Alvefur mod_blocklist: Add comment to clarify some logic
Thu, 20 Jun 2019 21:40:27 +0200 Kim Alvefur Merge 0.11->trunk
Thu, 20 Jun 2019 21:20:00 +0200 Kim Alvefur mod_blocklist: Trigger resend of presence when unblocking a contact (fixes #1380) 0.11
Fri, 03 May 2019 20:54:24 +0200 Kim Alvefur Fix various spelling mistakes [codespell]
Thu, 15 Feb 2018 03:00:32 +0100 Kim Alvefur mod_blocklist: Store timestamp of blocking to allow age to be determined
Fri, 06 Apr 2018 22:12:45 +0200 Kim Alvefur mod_blocklist: Allow mod_presence to handle subscription stanzas before bouncing outgoing presence (fixes #575)
Wed, 27 Sep 2017 15:27:29 +0200 Kim Alvefur mod_blocklist: Drop messages to existing full JIDs in order to prevent issues with MUC PMs, fixes #690
Sat, 01 Apr 2017 22:18:44 +0200 Kim Alvefur mod_blocklist: Use local variable [luacheck]
Thu, 09 Mar 2017 00:59:32 +0100 Kim Alvefur mod_blocklist: Split long line [luacheck]
Mon, 05 Dec 2016 17:35:38 +0100 Kim Alvefur mod_blocklist: Check first level cache before calling blocklist getter
Thu, 08 Dec 2016 18:06:18 +0100 Kim Alvefur mod_blocklist: Simplify loop with ipairs
Mon, 05 Dec 2016 17:25:02 +0100 Kim Alvefur mod_blocklist: Remove one indentation level
Mon, 05 Dec 2016 17:22:12 +0100 Kim Alvefur mod_blocklist: Return early from migration if no valid privacy list data is found
Thu, 08 Dec 2016 18:13:56 +0100 Kim Alvefur mod_blocklist: Make the 'false' metadata field a table so we can store timestamps and other useful data
Sat, 20 Aug 2016 17:30:16 +0200 Kim Alvefur mod_blocklist: Mention issue numbers
Sat, 20 Aug 2016 17:24:08 +0200 Kim Alvefur mod_blocklist: Decrease priority of iq hooks to ease handling by other modules
Mon, 11 Jan 2016 15:35:51 +0100 Kim Alvefur mod_blocklist: Clear second level cache correctly on user deletion
Sun, 06 Dec 2015 02:32:29 +0100 Kim Alvefur mod_blocklist: Update Copyright header
Sun, 06 Dec 2015 02:32:16 +0100 Kim Alvefur mod_blocklist: Skip creating some tables and some processing if unblocking
Sun, 06 Dec 2015 02:30:21 +0100 Kim Alvefur mod_blocklist: When blocking someone who sent a subscription request, forget that request since the user would be unable to deny it while blocked (Fixes #574)
Sun, 06 Dec 2015 02:22:49 +0100 Kim Alvefur mod_blocklist: Restructure how we keep track of where to send unavailable presence
Sun, 06 Dec 2015 02:19:04 +0100 Kim Alvefur mod_blocklist: session[username] can't possibly be unset if that user is sending queries
Sun, 06 Dec 2015 02:12:28 +0100 Kim Alvefur mod_blocklist: Add comments describing some variables
Sun, 06 Dec 2015 02:09:52 +0100 Kim Alvefur mod_blocklist: Expand comments on caching of blocklists
Sun, 06 Dec 2015 02:08:24 +0100 Kim Alvefur mod_blocklist: Add comment about compliance issue #575
Sun, 06 Dec 2015 02:07:15 +0100 Kim Alvefur mod_blocklist: Rename variable for clarity
Sat, 05 Dec 2015 22:46:50 +0100 Kim Alvefur mod_blocklist: Clear second level cache when user is deleted
Wed, 25 Nov 2015 21:06:01 +0100 Kim Alvefur mod_blocklist: Use util.cache to manage how many users blocklists are kept in memory
Wed, 16 Sep 2015 15:16:51 +0200 Kim Alvefur mod_blocklist: Explicitly halt event propagation after returning a reply (send returns nil sometimes)
Sat, 25 Apr 2015 14:57:52 +0200 Kim Alvefur mod_blocklist: Some cleanup [luacheck]
Tue, 09 Dec 2014 19:36:34 +0100 Kim Alvefur mod_blocklist: Fix import
Sun, 26 Oct 2014 16:29:50 +0100 Kim Alvefur mod_blocklist: Don't send unavailable presence from unavailable sessions when blocking a contact
Sat, 25 Oct 2014 14:45:11 +0200 Kim Alvefur mod_blocklist: Only log message about migrating from mod_privacy when there is data to migrate
Sun, 05 Oct 2014 15:36:19 +0200 Kim Alvefur mod_blocklist: Capitalize log message
Tue, 12 Aug 2014 15:42:20 +0200 Kim Alvefur mod_blocklist: Use full word as variable name, we can afford that
Tue, 12 Aug 2014 15:40:00 +0200 Kim Alvefur mod_blocklist: Correct comment
Tue, 12 Aug 2014 15:38:48 +0200 Kim Alvefur mod_blocklist: Fix any unblock emptying the blocklist
Sun, 10 Aug 2014 10:27:00 +0200 Kim Alvefur mod_blocklist: XEP-0191 implementation written for speed and independence from mod_privacy
less more (0) tip