aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_blocklist.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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