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_pubsub
/
pubsub.lib.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
mod_pubsub: Allow itemstore to override item ids
Kim Alvefur
2017-11-09
1
-0
/
+3
|
*
mod_pubsub/archive_itemstore: Support resize operation
Kim Alvefur
2017-11-09
1
-0
/
+5
|
*
mod_pubsub: Add a tail method (like util.cache) to archive_itemstore
Kim Alvefur
2017-11-07
1
-0
/
+7
|
*
mod_pubsub: Update node config names (should have been in 2abbb01cd756) ↵
Kim Alvefur
2017-11-06
1
-1
/
+1
|
|
|
|
(thanks lovetox)
*
mod_pubsub: Move service feature dection to pubsub.lib to allow reuse
Kim Alvefur
2017-10-18
1
-0
/
+49
|
*
mod_pubsub: Use correct variable name [luacheck]
Kim Alvefur
2017-10-18
1
-1
/
+1
|
*
mod_pubsub: Add support for Create and Configure
Kim Alvefur
2017-10-18
1
-2
/
+20
|
*
mod_pubsub: Fix namespace conflict with the pubsub#owner namespace
Kim Alvefur
2017-10-18
1
-6
/
+10
|
*
mod_pubsub: Move dispatch function into pubsub.lib
Kim Alvefur
2017-10-18
1
-0
/
+14
|
*
pubsub: Distinguish internal representation of node config from XEP-0060 ↵
Kim Alvefur
2017-10-17
1
-4
/
+17
|
|
|
|
form (util.pubsub should be protocol-agnostic)
*
mod_pubsub: Remove expose_publisher argument since it is handled in broadcaster
Kim Alvefur
2017-10-17
1
-7
/
+4
|
*
mod_pubsub: Fix typo in import
Kim Alvefur
2017-10-15
1
-1
/
+1
|
*
mod_pubsub: Limit number of items to fetch from archive storage to ↵
Kim Alvefur
2017-10-15
1
-3
/
+7
|
|
|
|
pubsub#max_items to prevent unbounded query (thanks Martin and lovetox)
*
mod_pubsub: Don't log private data
Kim Alvefur
2017-10-15
1
-1
/
+0
|
*
mod_pep_plus: Make node persistence configurable via pubsub#persist_items
Kim Alvefur
2017-10-12
1
-0
/
+5
|
*
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based ↵
Kim Alvefur
2017-10-12
1
-2
/
+2
|
|
|
|
on archive storage
*
mod_pubsub: Make sure that a dataform is given to configure
Kim Alvefur
2017-10-11
1
-1
/
+6
|
*
mod_pubsub: Remove use of non-existent fields
Kim Alvefur
2017-10-09
1
-9
/
+6
|
*
mod_pubsub: Workaround some storage modules without archive key deduplication
Kim Alvefur
2017-10-08
1
-0
/
+3
|
*
mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck]
Kim Alvefur
2017-10-08
1
-1
/
+1
|
*
mod_pep_plus, mod_pubsub: Store node content in separate archive stores
Kim Alvefur
2017-10-08
1
-8
/
+4
|
*
mod_pubsub: Add method to clear data from a simple_itemstore
Kim Alvefur
2017-10-08
1
-0
/
+3
|
*
mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d)
Kim Alvefur
2017-10-08
1
-5
/
+1
|
*
mod_pubsub: Correct traceback in loop invocation (data is the iterator, does ↵
Kim Alvefur
2017-10-08
1
-1
/
+1
|
|
|
|
not return one)
*
mod_pubsub: Store data in users store, node in 'with' metadata field
Kim Alvefur
2017-04-26
1
-4
/
+6
|
*
mod_pubsub: Pass 'user' to simple_itemstore
Kim Alvefur
2017-04-26
1
-1
/
+1
|
*
util.pubsub: Catch overriden id from storage
Kim Alvefur
2017-04-26
1
-1
/
+1
|
*
mod_pubsub: Pass xmlns correctly
Kim Alvefur
2017-04-26
1
-1
/
+1
|
*
mod_pubsub: Add item persistence using mod_storage_*’s archive store.
Emmanuel Gil Peyrot
2017-04-15
1
-0
/
+73
|
*
mod_pubsub: Fix a few warnings [luacheck]
Emmanuel Gil Peyrot
2017-04-14
1
-4
/
+6
|
*
mod_pubsub: Don’t require util.dataforms twice
Emmanuel Gil Peyrot
2016-04-16
1
-1
/
+1
|
*
plugins: Explicitly return to halt event propagation (session.send sometimes ↵
Kim Alvefur
2015-09-21
1
-27
/
+54
|
|
|
|
does not return true)
*
Merge 0.9->0.10
Matthew Wild
2014-10-14
1
-1
/
+1
|
*
pubsub.lib: Fix variable renaming issue
Kim Alvefur
2014-09-28
1
-1
/
+1
|
*
mod_pubsub: Fix retreival of node config defaults
Kim Alvefur
2014-09-28
1
-2
/
+2
|
*
mod_pubsub: Move node config form into pubsub.lib (Thanks Florob)
Kim Alvefur
2014-09-28
1
-10
/
+18
|
*
pubsub.lib: Fix actor in configure
Kim Alvefur
2014-09-28
1
-1
/
+1
|
*
mod_pubsub: Add support for requesting default node configuration
Kim Alvefur
2014-09-28
1
-0
/
+8
|
*
mod_pubsub: Add support for node configuration
Kim Alvefur
2014-09-28
1
-0
/
+49
|
*
mod_pubsub: Transplant pieces of cdcfd93e2f43 from trunk
Kim Alvefur
2014-09-27
1
-2
/
+2
|
*
mod_pubsub: Split out handlers into a module library
Florian Zeitz
2013-05-17
1
-0
/
+225