plugins/mod_pubsub/mod_pubsub.lua
Fri, 06 Nov 2020 13:49:40 +0100 Kim Alvefur mod_pubsub: Fix notification stanza type setting (fixes #1605) 0.11
Thu, 05 Nov 2020 22:31:25 +0100 Kim Alvefur Merge 0.11->trunk
Thu, 05 Nov 2020 22:27:17 +0100 Kim Alvefur mod_pubsub: Lower priority of default <body> generator 0.11
Sun, 25 Oct 2020 15:23:36 +0100 Kim Alvefur mod_pubsub: Comment on itemstore type
Thu, 27 Feb 2020 20:05:47 +0100 Kim Alvefur Merge 0.11->trunk
Thu, 27 Feb 2020 20:01:54 +0100 Kim Alvefur mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496) 0.11
Wed, 10 Jul 2019 19:12:19 +0200 Kim Alvefur mod_pubsub: Move a comment to where it makes sense
Fri, 22 Feb 2019 07:40:30 +0100 Kim Alvefur Merge 0.11->trunk
Fri, 22 Feb 2019 07:33:23 +0100 Kim Alvefur mod_pubsub: Simplify configuration for node data (see #1302) 0.11
Sun, 23 Dec 2018 03:06:35 +0100 Kim Alvefur mod_pubsub: Split line in config check to improve readability
Sun, 23 Dec 2018 03:05:58 +0100 Kim Alvefur mod_pubsub: Change order of luacheck directives to match arguments they apply to
Sun, 23 Dec 2018 02:50:22 +0100 Kim Alvefur mod_pubsub: Add semicolon (code style)
Tue, 30 Oct 2018 18:20:54 +0100 Kim Alvefur pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 0.11
Fri, 31 Aug 2018 21:57:04 +0200 Kim Alvefur mod_pubsub: Fix summary generation for Atom entries to use the correct field
Thu, 16 Aug 2018 15:20:29 +0200 Kim Alvefur mod_pubsub: Add support for thin notifications (without the full payload)
Thu, 16 Aug 2018 15:18:29 +0200 Kim Alvefur mod_pubsub: Only attach publisher on normal "item" broadcasts
Thu, 16 Aug 2018 14:47:30 +0200 Kim Alvefur mod_pubsub: Prepare to support turning notifications off for each kind of broadcast
Thu, 16 Aug 2018 14:32:21 +0200 Kim Alvefur util.pubsub: Pass "retract" as the type of such broadcasts
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
Mon, 06 Aug 2018 18:33:33 +0200 Kim Alvefur mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be unsubscribed but nothing else
Sun, 05 Aug 2018 19:12:29 +0200 Kim Alvefur mod_pubsub: Add 'get_configuration' capability to relevant affiliations
Sun, 05 Aug 2018 18:28:31 +0200 Kim Alvefur mod_pubsub: Add a public method for retrieving the service object
Sat, 04 Aug 2018 21:33:17 +0100 Matthew Wild mod_pubsub: Add comment to document nodestore/itemstore methods
Sat, 04 Aug 2018 03:31:21 +0200 Kim Alvefur mod_pubsub: Restrict access model to 'whitelist' and 'open'
Sat, 04 Aug 2018 03:13:55 +0200 Kim Alvefur mod_pubsub: Add configurable maximum on number of items
Sat, 14 Jul 2018 21:34:22 +0200 Kim Alvefur mod_pubsub: Make generation of notification body into an event to allow extensibility
Sat, 14 Jul 2018 21:26:59 +0200 Kim Alvefur mod_pubsub: Skip checks for adding body if no body generated
Sat, 14 Jul 2018 21:26:13 +0200 Kim Alvefur mod_pubsub: Remove unneeded stanza API call
Sat, 14 Jul 2018 19:34:10 +0200 Kim Alvefur mod_pubsub: Move include_body option into subscription options
Fri, 06 Jul 2018 18:00:50 +0200 Kim Alvefur mod_pubsub: Move service discovery to pubsub.lib to allow reuse
Sun, 01 Jul 2018 04:46:39 +0200 Kim Alvefur mod_pubsub: Remove feature flag for data persistence since node config is now persistent
Thu, 28 Jun 2018 01:46:28 +0200 Kim Alvefur mod_pubsub: Handle optional item (thanks jonasw)
Mon, 21 May 2018 00:44:37 +0200 Kim Alvefur mod_pubsub: Add support for generation of a plain text <body> from Atom payloads
Mon, 21 May 2018 00:35:45 +0200 Kim Alvefur mod_pubsub: Make the 'type' attribute on broadcast messages configurable
Mon, 21 May 2018 00:24:50 +0200 Kim Alvefur mod_pubsub: Set an id attribute on outgoing event messages
Mon, 21 May 2018 01:25:10 +0200 Kim Alvefur mod_pubsub: Use moduleapi broadcast method
Wed, 21 Mar 2018 23:41:03 +0100 Kim Alvefur mod_pubsub: Reject publishing of non-items
Fri, 02 Feb 2018 19:48:04 +0000 Matthew Wild mod_pubsub: Ignore unused parameter [luacheck]
Fri, 02 Feb 2018 19:46:33 +0000 Matthew Wild mod_pubsub: Add nodestore to service configuration
Fri, 02 Feb 2018 19:35:02 +0000 Matthew Wild mod_pubsub: Some variable renames for clarity
Wed, 18 Oct 2017 09:38:45 +0200 Kim Alvefur mod_pubsub: Move service feature dection to pubsub.lib to allow reuse
Wed, 18 Oct 2017 09:24:35 +0200 Kim Alvefur mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [luacheck]
Wed, 18 Oct 2017 09:08:16 +0200 Kim Alvefur mod_pubsub: Add support for Create and Configure
Wed, 18 Oct 2017 07:46:44 +0200 Kim Alvefur mod_pubsub: Move dispatch function into pubsub.lib
Tue, 17 Oct 2017 03:43:57 +0200 Kim Alvefur mod_pubsub: Fix feature advertising of config-node and retrieve-default
Tue, 17 Oct 2017 00:07:34 +0200 Kim Alvefur mod_pubsub: Remove expose_publisher argument since it is handled in broadcaster
Thu, 12 Oct 2017 01:31:08 +0200 Kim Alvefur mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage
Mon, 09 Oct 2017 02:08:41 +0200 Kim Alvefur mod_pubsub: Hide item persistence behind option (at least until affiliations are also persisted)
Mon, 09 Oct 2017 01:45:20 +0200 Kim Alvefur mod_pubsub: Restore persistence with one archive per node
Wed, 13 Sep 2017 18:46:39 +0200 Kim Alvefur mod_pubsub: Comment out data persistence for now (weird without config persistence)
Wed, 26 Apr 2017 12:09:58 +0200 Kim Alvefur mod_pubsub: Pass 'user' to simple_itemstore
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]
Fri, 17 Mar 2017 13:08:31 +0000 Matthew Wild Merge 0.10 -> trunk
Fri, 17 Mar 2017 13:04:18 +0000 Matthew Wild mod_pubsub: Fix syntax error introduced in 241f02bd66ce
Thu, 16 Mar 2017 23:49:27 +0100 Kim Alvefur Merge 0.10->trunk
Thu, 16 Mar 2017 21:02:40 +0100 Kim Alvefur mod_pubsub: Rely on type checking in module API
Sat, 05 Nov 2016 00:28:30 +0100 Kim Alvefur Merge 0.10->trunk
Tue, 18 Oct 2016 22:47:26 +0200 Kim Alvefur Backed out changeset f1af4edd5722, doesn't work as intended (node is the name of the node and always present)
Tue, 22 Sep 2015 01:31:52 +0200 Kim Alvefur Merge 0.10->trunk
less more (0) -60 tip