Log

plugins/mod_pubsub/pubsub.lib.lua @ 8645:06c73b010488

description author age
mod_pubsub: Allow itemstore to override item ids Kim Alvefur Thu, 09 Nov 2017 17:22:47 +0100
mod_pubsub/archive_itemstore: Support resize operation Kim Alvefur Thu, 09 Nov 2017 17:21:50 +0100
mod_pubsub: Add a tail method (like util.cache) to archive_itemstore Kim Alvefur Tue, 07 Nov 2017 00:39:35 +0100
mod_pubsub: Update node config names (should have been in 2abbb01cd756) (thanks lovetox) Kim Alvefur Mon, 06 Nov 2017 21:03:30 +0100
mod_pubsub: Move service feature dection to pubsub.lib to allow reuse Kim Alvefur Wed, 18 Oct 2017 09:38:45 +0200
mod_pubsub: Use correct variable name [luacheck] Kim Alvefur Wed, 18 Oct 2017 09:23:27 +0200
mod_pubsub: Add support for Create and Configure Kim Alvefur Wed, 18 Oct 2017 09:08:16 +0200
mod_pubsub: Fix namespace conflict with the pubsub#owner namespace Kim Alvefur Wed, 18 Oct 2017 07:49:44 +0200
mod_pubsub: Move dispatch function into pubsub.lib Kim Alvefur Wed, 18 Oct 2017 07:46:44 +0200
pubsub: Distinguish internal representation of node config from XEP-0060 form (util.pubsub should be protocol-agnostic) Kim Alvefur Tue, 17 Oct 2017 05:47:06 +0200
mod_pubsub: Remove expose_publisher argument since it is handled in broadcaster Kim Alvefur Tue, 17 Oct 2017 00:07:34 +0200
mod_pubsub: Fix typo in import Kim Alvefur Sun, 15 Oct 2017 19:03:49 +0200
mod_pubsub: Limit number of items to fetch from archive storage to pubsub#max_items to prevent unbounded query (thanks Martin and lovetox) Kim Alvefur Sun, 15 Oct 2017 18:59:37 +0200
mod_pubsub: Don't log private data Kim Alvefur Sun, 15 Oct 2017 11:54:24 +0200
mod_pep_plus: Make node persistence configurable via pubsub#persist_items Kim Alvefur Thu, 12 Oct 2017 01:37:35 +0200
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage Kim Alvefur Thu, 12 Oct 2017 01:31:08 +0200
mod_pubsub: Make sure that a dataform is given to configure Kim Alvefur Wed, 11 Oct 2017 22:18:26 +0200
mod_pubsub: Remove use of non-existent fields Kim Alvefur Mon, 09 Oct 2017 00:58:45 +0200
mod_pubsub: Workaround some storage modules without archive key deduplication Kim Alvefur Sun, 08 Oct 2017 21:20:21 +0200
mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck] Kim Alvefur Sun, 08 Oct 2017 19:42:10 +0200
mod_pep_plus, mod_pubsub: Store node content in separate archive stores Kim Alvefur Sun, 08 Oct 2017 01:56:44 +0200
mod_pubsub: Add method to clear data from a simple_itemstore Kim Alvefur Sun, 08 Oct 2017 01:28:32 +0200
mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d) Kim Alvefur Sun, 08 Oct 2017 01:23:43 +0200
mod_pubsub: Correct traceback in loop invocation (data is the iterator, does not return one) Kim Alvefur Sun, 08 Oct 2017 00:35:09 +0200
mod_pubsub: Store data in users store, node in 'with' metadata field Kim Alvefur Wed, 26 Apr 2017 12:11:11 +0200
mod_pubsub: Pass 'user' to simple_itemstore Kim Alvefur Wed, 26 Apr 2017 12:09:58 +0200
util.pubsub: Catch overriden id from storage Kim Alvefur Wed, 26 Apr 2017 12:06:41 +0200
mod_pubsub: Pass xmlns correctly Kim Alvefur Wed, 26 Apr 2017 12:05:06 +0200
mod_pubsub: Add item persistence using mod_storage_*’s archive store. Emmanuel Gil Peyrot Sat, 15 Apr 2017 01:21:55 +0100
mod_pubsub: Fix a few warnings [luacheck] Emmanuel Gil Peyrot Fri, 14 Apr 2017 22:45:59 +0100
mod_pubsub: Don’t require util.dataforms twice Emmanuel Gil Peyrot Sat, 16 Apr 2016 20:56:47 +0100
plugins: Explicitly return to halt event propagation (session.send sometimes does not return true) Kim Alvefur Mon, 21 Sep 2015 23:06:22 +0200
Merge 0.9->0.10 Matthew Wild Tue, 14 Oct 2014 10:59:27 +0100
pubsub.lib: Fix variable renaming issue Kim Alvefur Sun, 28 Sep 2014 03:06:29 +0200
mod_pubsub: Fix retreival of node config defaults Kim Alvefur Sun, 28 Sep 2014 02:48:29 +0200
mod_pubsub: Move node config form into pubsub.lib (Thanks Florob) Kim Alvefur Sun, 28 Sep 2014 02:47:54 +0200
pubsub.lib: Fix actor in configure Kim Alvefur Sun, 28 Sep 2014 02:41:13 +0200
mod_pubsub: Add support for requesting default node configuration Kim Alvefur Sun, 28 Sep 2014 01:55:32 +0200
mod_pubsub: Add support for node configuration Kim Alvefur Sun, 28 Sep 2014 01:46:17 +0200
mod_pubsub, util.pubsub: Keep track of the order of items Kim Alvefur Fri, 04 Oct 2013 16:40:27 +0200
mod_pubsub: Split out handlers into a module library Florian Zeitz Fri, 17 May 2013 18:33:32 +0200