Software /
code /
prosody
Log
util/pubsub.lua @ 8523:30671b378ab5
description | author | age |
---|---|---|
util.pubsub: Support a 'nodestore' for persisting nodes (same API as kv stores) | Matthew Wild | 2018-02-02 |
util.pubsub: Move service methods object creation (just code reorganisation) | Matthew Wild | 2018-02-02 |
util.pubsub: For clarity, split config tables from their metatables | Matthew Wild | 2018-02-01 |
util.pubsub: Recreate itemstore if persist_items changes or resize it if max_items changes | Kim Alvefur | 2017-11-09 |
util: Various minor changes to please [luacheck] | Kim Alvefur | 2017-11-10 |
util.pubsub: Add method for retreiving the last item (useful for sending on subscribe) | Kim Alvefur | 2017-11-06 |
util.pubsub: Return an empty list if specific item asked for does not exist (thanks jonasw) | Kim Alvefur | 2017-10-18 |