log plugins/mod_blocklist.lua @ 7131:ea3eea291321

age author description
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