util/pubsub.lua
Sun, 01 Jul 2018 04:42:41 +0200 Kim Alvefur util.pubsub: Store subscription changes
Sun, 01 Jul 2018 04:33:15 +0200 Kim Alvefur util.pubsub: Persistence on affiliation change
Sun, 01 Jul 2018 04:46:37 +0200 Kim Alvefur util.pubsub: Remove node from persistent storage on deletion
Sun, 01 Jul 2018 04:27:09 +0200 Kim Alvefur util.pubsub: Persist nodes on configuration change
Sun, 01 Jul 2018 04:17:36 +0200 Kim Alvefur util.pubsub: Fix applying per service node defaults when loading from nodestore
Tue, 26 Jun 2018 20:33:10 +0200 Kim Alvefur util.pubsub: Fix typo
Tue, 26 Jun 2018 19:49:29 +0200 Kim Alvefur util.pubsub: Normalize JID used as affiliation
Tue, 22 May 2018 01:32:44 +0200 Kim Alvefur util.pubsub: Also check for affiliation set on bare JID
Mon, 21 May 2018 00:35:00 +0200 Kim Alvefur util.pubsub: Pass node and service objects to broadcaster to allow eg config access
Sun, 20 May 2018 15:21:57 +0200 Kim Alvefur util.pubsub: Add a default/fallback JID normalization function
Sun, 20 May 2018 03:27:02 +0200 Kim Alvefur util.pubsub: Don't record the superuser as owner on creation
Wed, 21 Mar 2018 23:40:45 +0100 Kim Alvefur util.pubsub: Allow setting a callback for validating items to be published
Fri, 02 Feb 2018 19:31:03 +0000 Matthew Wild util.pubsub: Support a 'nodestore' for persisting nodes (same API as kv stores)
Fri, 02 Feb 2018 19:29:17 +0000 Matthew Wild util.pubsub: Move service methods object creation (just code reorganisation)
Thu, 01 Feb 2018 15:09:04 +0000 Matthew Wild util.pubsub: For clarity, split config tables from their metatables
Thu, 09 Nov 2017 17:19:11 +0100 Kim Alvefur util.pubsub: Recreate itemstore if persist_items changes or resize it if max_items changes
Fri, 10 Nov 2017 05:42:32 +0100 Kim Alvefur util: Various minor changes to please [luacheck]
Tue, 07 Nov 2017 00:40:52 +0100 Kim Alvefur util.pubsub: Add method for retreiving the last item (useful for sending on subscribe)
Wed, 18 Oct 2017 21:21:43 +0200 Kim Alvefur util.pubsub: Return an empty list if specific item asked for does not exist (thanks jonasw)
Tue, 17 Oct 2017 05:47:06 +0200 Kim Alvefur pubsub: Distinguish internal representation of node config from XEP-0060 form (util.pubsub should be protocol-agnostic)
Mon, 16 Oct 2017 22:12:14 +0200 Kim Alvefur util.pubsub: Remove inclusion of publisher
Tue, 10 Oct 2017 01:41:47 +0200 Kim Alvefur util.pubsub: Return item-not-found if a single item is requested, and not there
Mon, 09 Oct 2017 01:57:55 +0200 Kim Alvefur util.pubsub: Clear data on node deletion
Sun, 08 Oct 2017 01:27:04 +0200 Kim Alvefur util.pubsub: Clear data store if it supports being cleared, otherwise fall back to creating a new one
Sat, 29 Jul 2017 13:09:57 +0200 Kim Alvefur util.pubsub: Don't record publisher when superuser privileges are used (eg by modules)
Wed, 26 Apr 2017 12:06:41 +0200 Kim Alvefur util.pubsub: Catch overriden id from storage
Sun, 02 Apr 2017 19:08:54 +0100 Emmanuel Gil Peyrot util.pubsub: Add the publisher as an attribute in the item element.
Sun, 02 Apr 2017 19:08:54 +0100 Emmanuel Gil Peyrot util.pubsub: Add a node parameter to itemstore().
Sat, 19 Nov 2016 17:37:52 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 19 Nov 2016 17:34:54 +0100 Kim Alvefur util.pubsub: Fix item retrieval by including the item order as it was before using util.cache (thanks walduhu)
less more (0) -50 -30 tip