mod_pubsub: Use util.pubsub API for retrieving node config instead
|
Kim Alvefur |
Sun, 05 Aug 2018 19:12:49 +0200 |
mod_pubsub: Rename variable subscription options form to improve readability
|
Kim Alvefur |
Sun, 05 Aug 2018 02:01:58 +0200 |
pubsub.lib: Support for publish-options behind a feature flag, 'enable_publish_options'
|
Matthew Wild |
Sun, 05 Aug 2018 00:08:07 +0100 |
pubsub.lib: Add support for precondition-not-met error
|
Matthew Wild |
Sat, 04 Aug 2018 21:37:48 +0100 |
pubsub.lib: Advertise peristent-items feature when nodes and items are persisted
|
Matthew Wild |
Sat, 04 Aug 2018 21:36:59 +0100 |
mod_pubsub: Advertise default access model in disco
|
Kim Alvefur |
Sat, 04 Aug 2018 03:33:21 +0200 |
mod_pubsub: Add access model to configuration form
|
Kim Alvefur |
Sat, 04 Aug 2018 03:38:38 +0200 |
pubsub.lib: Support for not-acceptable error
|
Matthew Wild |
Wed, 01 Aug 2018 19:18:25 +0100 |
mod_pubsub: Enforce max_items on insertion
|
Kim Alvefur |
Tue, 31 Jul 2018 20:33:58 +0200 |
mod_pubsub: Add support for changing subscription options
|
Kim Alvefur |
Sat, 14 Jul 2018 20:18:49 +0200 |
mod_pubsub: Add support for retrieving subscription options
|
Kim Alvefur |
Sat, 14 Jul 2018 19:35:26 +0200 |
mod_pubsub: Move include_body option into subscription options
|
Kim Alvefur |
Sat, 14 Jul 2018 19:34:10 +0200 |
mod_pubsub: Revert disco#info part from previous commit
|
Kim Alvefur |
Sat, 14 Jul 2018 18:49:12 +0200 |
mod_pubsub: Refactor translation to/from XEP-0060-specific node configuration format
|
Kim Alvefur |
Sat, 14 Jul 2018 18:42:36 +0200 |
mod_pubsub: Add support for modifying subscriptions
|
Kim Alvefur |
Fri, 13 Jul 2018 04:52:43 +0200 |
mod_pubsub: Add support for owner subscription retrieval
|
Kim Alvefur |
Fri, 13 Jul 2018 04:42:19 +0200 |
mod_pubsub: Update max_items on resize (fixes #1082)
|
Kim Alvefur |
Tue, 10 Jul 2018 00:52:46 +0200 |
mod_pubsub: Cache only max_items to avoid holding reference to possibly outdated config
|
Kim Alvefur |
Tue, 10 Jul 2018 00:51:55 +0200 |
mod_pubsub: Advertise title and description in disco#info
|
Kim Alvefur |
Fri, 06 Jul 2018 18:03:32 +0200 |
mod_pubsub: Move service discovery to pubsub.lib to allow reuse
|
Kim Alvefur |
Fri, 06 Jul 2018 18:00:50 +0200 |
mod_pubsub: Support configurable title and description fields
|
Kim Alvefur |
Fri, 06 Jul 2018 16:04:53 +0200 |
mod_pubsub: Translate missing fields into node config
|
Kim Alvefur |
Fri, 06 Jul 2018 16:04:26 +0200 |
mod_pubsub: Make pubsub.lib aware of internal-server-error condition
|
Kim Alvefur |
Sun, 01 Jul 2018 04:32:26 +0200 |
mod_pubsub: Apply normalization to JIDs retrieved from attributes
|
Kim Alvefur |
Tue, 26 Jun 2018 20:28:53 +0200 |
mod_pubsub: Handle :set_affiliation errors (not completely in line with the XEP)
|
Kim Alvefur |
Tue, 26 Jun 2018 20:27:41 +0200 |
mod_pubsub: Support for setting affiliations (#622)
|
Kim Alvefur |
Tue, 26 Jun 2018 20:29:33 +0200 |
mod_pubsub: Add boilerplate for changing affiliations
|
Kim Alvefur |
Tue, 26 Jun 2018 20:00:07 +0200 |
mod_pubsub: Add the list of affiliations to reply
|
Kim Alvefur |
Tue, 26 Jun 2018 19:36:23 +0200 |
mod_pubsub: Retrieve the node object
|
Kim Alvefur |
Tue, 26 Jun 2018 19:34:35 +0200 |
mod_pubsub: Boilerplate checks for affiliation retrieval
|
Kim Alvefur |
Tue, 26 Jun 2018 19:30:28 +0200 |
mod_pubsub: Add stubs for affiliation handling
|
Kim Alvefur |
Tue, 26 Jun 2018 19:28:37 +0200 |
mod_pubsub: Add support for parsing subscription options form (no options supported yet)
|
Kim Alvefur |
Wed, 23 May 2018 18:15:36 +0200 |
mod_pubsup: Ignore unused 'self' argument [luacheck]
|
Kim Alvefur |
Wed, 23 May 2018 18:06:49 +0200 |
mod_pubsub: Fix syntax error
|
Kim Alvefur |
Wed, 23 May 2018 01:00:01 +0200 |
mod_pubsub: Add support for generation of a plain text <body> from Atom payloads
|
Kim Alvefur |
Mon, 21 May 2018 00:44:37 +0200 |
mod_pubsub: Make the 'type' attribute on broadcast messages configurable
|
Kim Alvefur |
Mon, 21 May 2018 00:35:45 +0200 |
mod_pubsub: Allow itemstore to override item ids
|
Kim Alvefur |
Thu, 09 Nov 2017 17:22:47 +0100 |
mod_pubsub/archive_itemstore: Support resize operation
|
Kim Alvefur |
Thu, 09 Nov 2017 17:21:50 +0100 |
mod_pubsub: Add a tail method (like util.cache) to archive_itemstore
|
Kim Alvefur |
Tue, 07 Nov 2017 00:39:35 +0100 |
mod_pubsub: Update node config names (should have been in 2abbb01cd756) (thanks lovetox)
|
Kim Alvefur |
Mon, 06 Nov 2017 21:03:30 +0100 |
mod_pubsub: Move service feature dection to pubsub.lib to allow reuse
|
Kim Alvefur |
Wed, 18 Oct 2017 09:38:45 +0200 |
mod_pubsub: Use correct variable name [luacheck]
|
Kim Alvefur |
Wed, 18 Oct 2017 09:23:27 +0200 |
mod_pubsub: Add support for Create and Configure
|
Kim Alvefur |
Wed, 18 Oct 2017 09:08:16 +0200 |
mod_pubsub: Fix namespace conflict with the pubsub#owner namespace
|
Kim Alvefur |
Wed, 18 Oct 2017 07:49:44 +0200 |
mod_pubsub: Move dispatch function into pubsub.lib
|
Kim Alvefur |
Wed, 18 Oct 2017 07:46:44 +0200 |
pubsub: Distinguish internal representation of node config from XEP-0060 form (util.pubsub should be protocol-agnostic)
|
Kim Alvefur |
Tue, 17 Oct 2017 05:47:06 +0200 |
mod_pubsub: Remove expose_publisher argument since it is handled in broadcaster
|
Kim Alvefur |
Tue, 17 Oct 2017 00:07:34 +0200 |
mod_pubsub: Fix typo in import
|
Kim Alvefur |
Sun, 15 Oct 2017 19:03:49 +0200 |
mod_pubsub: Limit number of items to fetch from archive storage to pubsub#max_items to prevent unbounded query (thanks Martin and lovetox)
|
Kim Alvefur |
Sun, 15 Oct 2017 18:59:37 +0200 |
mod_pubsub: Don't log private data
|
Kim Alvefur |
Sun, 15 Oct 2017 11:54:24 +0200 |
mod_pep_plus: Make node persistence configurable via pubsub#persist_items
|
Kim Alvefur |
Thu, 12 Oct 2017 01:37:35 +0200 |
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage
|
Kim Alvefur |
Thu, 12 Oct 2017 01:31:08 +0200 |
mod_pubsub: Make sure that a dataform is given to configure
|
Kim Alvefur |
Wed, 11 Oct 2017 22:18:26 +0200 |
mod_pubsub: Remove use of non-existent fields
|
Kim Alvefur |
Mon, 09 Oct 2017 00:58:45 +0200 |
mod_pubsub: Workaround some storage modules without archive key deduplication
|
Kim Alvefur |
Sun, 08 Oct 2017 21:20:21 +0200 |
mod_pubsub: Ignore unused 'self' since the data used is an upvalue [luacheck]
|
Kim Alvefur |
Sun, 08 Oct 2017 19:42:10 +0200 |
mod_pep_plus, mod_pubsub: Store node content in separate archive stores
|
Kim Alvefur |
Sun, 08 Oct 2017 01:56:44 +0200 |
mod_pubsub: Add method to clear data from a simple_itemstore
|
Kim Alvefur |
Sun, 08 Oct 2017 01:28:32 +0200 |
mod_pubsub: Remove workaround for SQL issue (fixed in becb593ed86d)
|
Kim Alvefur |
Sun, 08 Oct 2017 01:23:43 +0200 |
mod_pubsub: Correct traceback in loop invocation (data is the iterator, does not return one)
|
Kim Alvefur |
Sun, 08 Oct 2017 00:35:09 +0200 |