aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_blocklist.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_blocklist: Clear second level cache correctly on user deletionKim Alvefur2016-01-111-1/+1
|
* mod_blocklist: Update Copyright headerKim Alvefur2015-12-061-1/+1
|
* mod_blocklist: Skip creating some tables and some processing if unblockingKim Alvefur2015-12-061-8/+9
|
* mod_blocklist: When blocking someone who sent a subscription request, forget ↵Kim Alvefur2015-12-061-1/+20
| | | | that request since the user would be unable to deny it while blocked (Fixes #574)
* mod_blocklist: Restructure how we keep track of where to send unavailable ↵Kim Alvefur2015-12-061-3/+13
| | | | presence
* mod_blocklist: session[username] can't possibly be unset if that user is ↵Kim Alvefur2015-12-061-10/+9
| | | | sending queries
* mod_blocklist: Add comments describing some variablesKim Alvefur2015-12-061-2/+2
|
* mod_blocklist: Expand comments on caching of blocklistsKim Alvefur2015-12-061-3/+9
|
* mod_blocklist: Add comment about compliance issue #575Kim Alvefur2015-12-061-0/+3
|
* mod_blocklist: Rename variable for clarityKim Alvefur2015-12-061-5/+5
|
* mod_blocklist: Clear second level cache when user is deletedKim Alvefur2015-12-051-0/+1
|
* mod_blocklist: Use util.cache to manage how many users blocklists are kept ↵Kim Alvefur2015-11-251-7/+13
| | | | in memory
* mod_blocklist: Explicitly halt event propagation after returning a reply ↵Kim Alvefur2015-09-161-6/+12
| | | | (send returns nil sometimes)
* mod_blocklist: Some cleanup [luacheck]Kim Alvefur2015-04-251-9/+8
|
* mod_blocklist: Fix importKim Alvefur2014-12-091-1/+1
|
* mod_blocklist: Don't send unavailable presence from unavailable sessions ↵Kim Alvefur2014-10-261-1/+3
| | | | when blocking a contact
* mod_blocklist: Only log message about migrating from mod_privacy when there ↵Kim Alvefur2014-10-251-1/+1
| | | | is data to migrate
* mod_blocklist: Capitalize log messageKim Alvefur2014-10-051-1/+1
|
* mod_blocklist: Use full word as variable name, we can afford thatKim Alvefur2014-08-121-4/+4
|
* mod_blocklist: Correct commentKim Alvefur2014-08-121-1/+1
|
* mod_blocklist: Fix any unblock emptying the blocklistKim Alvefur2014-08-121-1/+1
|
* mod_blocklist: XEP-0191 implementation written for speed and independence ↵Kim Alvefur2014-08-101-0/+273
from mod_privacy