log plugins/mod_pubsub/pubsub.lib.lua @ 8302:4852def7dc49

age author description
Sun, 08 Oct 2017 21:20:21 +0200 Kim Alvefur mod_pubsub: Workaround some storage modules without archive key deduplication
Sun, 08 Oct 2017 19:42:10 +0200 Kim Alvefur mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck]
Sun, 08 Oct 2017 01:56:44 +0200 Kim Alvefur mod_pep_plus, mod_pubsub: Store node content in separate archive stores
Sun, 08 Oct 2017 01:28:32 +0200 Kim Alvefur mod_pubsub: Add method to clear data from a simple_itemstore
Sun, 08 Oct 2017 01:23:43 +0200 Kim Alvefur mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d)
Sun, 08 Oct 2017 00:35:09 +0200 Kim Alvefur mod_pubsub: Correct traceback in loop invocation (data is the iterator, does not return one)
Wed, 26 Apr 2017 12:11:11 +0200 Kim Alvefur mod_pubsub: Store data in users store, node in 'with' metadata field
Wed, 26 Apr 2017 12:09:58 +0200 Kim Alvefur mod_pubsub: Pass 'user' to simple_itemstore
Wed, 26 Apr 2017 12:06:41 +0200 Kim Alvefur util.pubsub: Catch overriden id from storage
Wed, 26 Apr 2017 12:05:06 +0200 Kim Alvefur mod_pubsub: Pass xmlns correctly
Sat, 15 Apr 2017 01:21:55 +0100 Emmanuel Gil Peyrot mod_pubsub: Add item persistence using mod_storage_*’s archive store.
Fri, 14 Apr 2017 22:45:59 +0100 Emmanuel Gil Peyrot mod_pubsub: Fix a few warnings [luacheck]