| Commit message (Expand) | Author | Age | Files | Lines |
* | 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) (than... | Kim Alvefur | 2017-11-06 | 1 | -1/+1 |
* | mod_pubsub: Move service feature dection to pubsub.lib to allow reuse | Kim Alvefur | 2017-10-18 | 2 | -26/+51 |
* | mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [lua... | Kim Alvefur | 2017-10-18 | 1 | -1/+0 |
* | 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 | 2 | -3/+21 |
* | 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 | 2 | -12/+15 |
* | pubsub: Distinguish internal representation of node config from XEP-0060 form... | Kim Alvefur | 2017-10-17 | 1 | -4/+17 |
* | mod_pubsub: Fix feature advertising of config-node and retrieve-default | Kim Alvefur | 2017-10-17 | 1 | -2/+2 |
* | mod_pubsub: Remove expose_publisher argument since it is handled in broadcaster | Kim Alvefur | 2017-10-17 | 2 | -8/+5 |
* | 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 pubsub#max... | Kim Alvefur | 2017-10-15 | 1 | -3/+7 |
* | 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 | 2 | -3/+3 |
* | mod_pubsub: Make sure that a dataform is given to configure | Kim Alvefur | 2017-10-11 | 1 | -1/+6 |
* | mod_pubsub: Hide item persistence behind option (at least until affiliations ... | Kim Alvefur | 2017-10-09 | 1 | -0/+9 |
* | mod_pubsub: Restore persistence with one archive per node | Kim Alvefur | 2017-10-09 | 1 | -8/+1 |
* | 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 |
* | mod_pubsub: Comment out data persistence for now (weird without config persis... | Kim Alvefur | 2017-09-13 | 1 | -0/+6 |
* | 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 | 2 | -2/+2 |
* | 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 | 2 | -0/+80 |
* | mod_pubsub: Fix a few warnings [luacheck] | Emmanuel Gil Peyrot | 2017-04-14 | 2 | -11/+12 |
* | Merge 0.10 -> trunk | Matthew Wild | 2017-03-17 | 1 | -1/+1 |
|\ |
|
| * | mod_pubsub: Fix syntax error introduced in 241f02bd66ce | Matthew Wild | 2017-03-17 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-03-16 | 1 | -2/+1 |
|\| |
|
| * | mod_pubsub: Rely on type checking in module API | Kim Alvefur | 2017-03-16 | 1 | -2/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-11-05 | 1 | -5/+1 |
|\| |
|
| * | Backed out changeset f1af4edd5722, doesn't work as intended (node is the name... | Kim Alvefur | 2016-10-18 | 1 | -5/+1 |
* | | 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 | 2 | -28/+56 |
* | mod_pubsub: Add option for default affiliation of non-existent nodes (thanks ... | Kim Alvefur | 2015-05-05 | 1 | -1/+5 |
* | mod_pubsub: Add support for including the publisher in item broadcasts | Philipp Hancke | 2014-11-20 | 1 | -1/+5 |
* | 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 | 2 | -23/+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 | 2 | -0/+9 |
* | mod_pubsub: Add max items to node config form | Kim Alvefur | 2014-09-28 | 1 | -0/+5 |