index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
mod_blocklist.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
mod_blocklist: Clear second level cache correctly on user deletion
Kim Alvefur
2016-01-11
1
-1
/
+1
|
*
mod_blocklist: Update Copyright header
Kim Alvefur
2015-12-06
1
-1
/
+1
|
*
mod_blocklist: Skip creating some tables and some processing if unblocking
Kim Alvefur
2015-12-06
1
-8
/
+9
|
*
mod_blocklist: When blocking someone who sent a subscription request, forget ↵
Kim Alvefur
2015-12-06
1
-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 Alvefur
2015-12-06
1
-3
/
+13
|
|
|
|
presence
*
mod_blocklist: session[username] can't possibly be unset if that user is ↵
Kim Alvefur
2015-12-06
1
-10
/
+9
|
|
|
|
sending queries
*
mod_blocklist: Add comments describing some variables
Kim Alvefur
2015-12-06
1
-2
/
+2
|
*
mod_blocklist: Expand comments on caching of blocklists
Kim Alvefur
2015-12-06
1
-3
/
+9
|
*
mod_blocklist: Add comment about compliance issue #575
Kim Alvefur
2015-12-06
1
-0
/
+3
|
*
mod_blocklist: Rename variable for clarity
Kim Alvefur
2015-12-06
1
-5
/
+5
|
*
mod_blocklist: Clear second level cache when user is deleted
Kim Alvefur
2015-12-05
1
-0
/
+1
|
*
mod_blocklist: Use util.cache to manage how many users blocklists are kept ↵
Kim Alvefur
2015-11-25
1
-7
/
+13
|
|
|
|
in memory
*
mod_blocklist: Explicitly halt event propagation after returning a reply ↵
Kim Alvefur
2015-09-16
1
-6
/
+12
|
|
|
|
(send returns nil sometimes)
*
mod_blocklist: Some cleanup [luacheck]
Kim Alvefur
2015-04-25
1
-9
/
+8
|
*
mod_blocklist: Fix import
Kim Alvefur
2014-12-09
1
-1
/
+1
|
*
mod_blocklist: Don't send unavailable presence from unavailable sessions ↵
Kim Alvefur
2014-10-26
1
-1
/
+3
|
|
|
|
when blocking a contact
*
mod_blocklist: Only log message about migrating from mod_privacy when there ↵
Kim Alvefur
2014-10-25
1
-1
/
+1
|
|
|
|
is data to migrate
*
mod_blocklist: Capitalize log message
Kim Alvefur
2014-10-05
1
-1
/
+1
|
*
mod_blocklist: Use full word as variable name, we can afford that
Kim Alvefur
2014-08-12
1
-4
/
+4
|
*
mod_blocklist: Correct comment
Kim Alvefur
2014-08-12
1
-1
/
+1
|
*
mod_blocklist: Fix any unblock emptying the blocklist
Kim Alvefur
2014-08-12
1
-1
/
+1
|
*
mod_blocklist: XEP-0191 implementation written for speed and independence ↵
Kim Alvefur
2014-08-10
1
-0
/
+273
from mod_privacy