util/pubsub.lua
Sun, 16 May 2021 16:02:00 +0200 Kim Alvefur util.pubsub: Fix traceback if node data not initialized 0.11
Mon, 23 Dec 2019 21:16:10 +0100 Kim Alvefur util.pubsub: Silence luacheck warnings, leaving notes on future proper fix
Mon, 23 Dec 2019 20:57:10 +0100 Kim Alvefur Merge 0.11->trunk
Thu, 06 Jun 2019 18:13:46 +0200 Kim Alvefur util.pubsub: Pass subscribers trough a filter callback 0.11
Thu, 06 Jun 2019 17:37:15 +0200 Kim Alvefur util.pubsub: Factor out calling of broadcaster 0.11
Sun, 27 Oct 2019 14:45:57 +0000 Matthew Wild util.pubsub, pubsub.lib and tests: Add text to precondition-not-met error (fixes #1455)
Sun, 03 Mar 2019 19:31:56 +0100 Kim Alvefur util.pubsub: Validate node configuration on node creation (fixes #1328) 0.11
Mon, 28 Jan 2019 01:41:01 +0100 Kim Alvefur util.pubsub: Add support for requesting multiple specific items (needed for #1305) 0.11
Sat, 29 Dec 2018 21:47:51 +0100 Kim Alvefur util.pubsub: Restore subscription index from stored data (fixes #1281) 0.11
Sun, 21 Oct 2018 22:21:18 +0200 Kim Alvefur util.pubsub: Clarify comment about return value
Thu, 18 Oct 2018 18:00:54 +0100 Matthew Wild util.pubsub: Allow publishing with a config that should be used as defaults only
Sat, 01 Sep 2018 00:45:51 +0200 Kim Alvefur util.pubsub: Expand comment on return type from get_items
Fri, 31 Aug 2018 17:49:14 +0200 Kim Alvefur util.pubsub: Explicitly add all capabilities to the 'outcast' affiliation for completeness
Wed, 22 Aug 2018 13:27:36 +0200 Kim Alvefur util.pubsub: Comments describing the return values of methods
Mon, 27 Aug 2018 14:07:28 +0100 Matthew Wild util.pubsub: Add 'service' field to all events
Tue, 21 Aug 2018 19:48:08 +0200 Kim Alvefur util.pubsub: Remove unused argument
Sun, 19 Aug 2018 23:37:19 +0100 Matthew Wild util.pubsub: Fire item-published/<node> to allow for easier handling of per-node items
Sat, 18 Aug 2018 15:26:35 +0100 Matthew Wild util.pubsub, pubsub.lib: Improve error on attempt to publish invalid item
Sat, 18 Aug 2018 15:10:41 +0100 Matthew Wild Pubsub: Add tests for :get_last_item() and fix for non-persistent nodes
Sat, 18 Aug 2018 14:33:49 +0100 Matthew Wild util.pubsub: Fix whitespace [luacheck]
Sat, 18 Aug 2018 14:30:14 +0100 Matthew Wild Backed out changeset 27d800ddc3b0 (see below)
Sat, 18 Aug 2018 14:21:02 +0100 Matthew Wild util.pubsub: get_last_item(): Fail with item-not-found if no item yet published
Sat, 18 Aug 2018 14:17:43 +0100 Matthew Wild util.pubsub: get_last_item(): Return error if node does not exist
Sat, 18 Aug 2018 14:06:56 +0100 Matthew Wild pubsub.lib, util.pubsub: Move precondition checks to util.pubsub
Sat, 18 Aug 2018 13:23:52 +0100 Matthew Wild util.pubsub: Add comment to clarify return values
Thu, 16 Aug 2018 14:32:21 +0200 Kim Alvefur util.pubsub: Pass "retract" as the type of such broadcasts
Sun, 12 Aug 2018 11:33:22 +0100 Matthew Wild util.pubsub: Allow outcasts to get their subscription status
Thu, 09 Aug 2018 20:27:04 +0100 Matthew Wild util.pubsub: For open nodes, default affiliation is "member"
Wed, 08 Aug 2018 23:20:07 +0100 Matthew Wild mod_pep, util.pubsub: Rename restricted->outcast, none->member and add new 'none' affiliation to better match XEP-0060
Wed, 08 Aug 2018 20:48:02 +0100 Matthew Wild mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsub to avoid duplication
Tue, 07 Aug 2018 10:52:10 +0200 Kim Alvefur util.pubsub: Include node defaults from current service object
Mon, 06 Aug 2018 17:04:11 +0200 Kim Alvefur util.pubsub: Re-check all subscriptions on access_model change, unsubscribing those no longer allowed
Mon, 06 Aug 2018 11:23:09 +0100 Matthew Wild util.pubsub: Add support for publish_model config option
Sun, 05 Aug 2018 15:17:00 +0200 Kim Alvefur util.pubsub: Apply defaults metatable before config check (thanks pep.)
Sat, 04 Aug 2018 21:32:24 +0100 Matthew Wild util.pubsub: Add method to retrieve node configuration
Sat, 04 Aug 2018 21:30:10 +0100 Matthew Wild util.pubsub: Use service.node_defaults in case config.node_defaults was not provided (thanks jonasw)
Sat, 04 Aug 2018 12:00:46 +0100 Matthew Wild util.pubsub: Tweak default affiliation of access models (fixes failing test)
Sat, 04 Aug 2018 03:04:00 +0200 Kim Alvefur util.pubsub: Look for a configured callback for more complicated access models
Sat, 04 Aug 2018 03:38:20 +0200 Kim Alvefur util.pubsub: Add initial support for configurable access models
Wed, 01 Aug 2018 19:18:07 +0100 Matthew Wild util.pubsub: Add support for a config validation function
Fri, 13 Jul 2018 04:41:59 +0200 Kim Alvefur util.pubsub: Support for returning *all* subscriptions
Sun, 01 Jul 2018 04:44:24 +0200 Kim Alvefur util.pubsub: Return error code known by pubsub.lib if persistent creation fails
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)
less more (0) -100 -60 tip