plugins/mod_pep.lua
Sun, 03 Dec 2023 23:19:27 +0100 Kim Alvefur mod_pep: Implement 'roster' (group) access_model
Mon, 17 Jul 2023 01:38:54 +0200 Kim Alvefur plugins: Use integer config API with interval specification where sensible
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Wed, 22 Mar 2023 16:46:39 +0000 Matthew Wild mod_pep: Pass node/service objects to broadcaster when resending last item
Wed, 22 Mar 2023 11:39:19 +0000 Matthew Wild mod_pubsub, mod_pep: Support per-node configurable inclusion of publisher
Fri, 04 Feb 2022 16:40:23 +0100 Kim Alvefur mod_pep: Fix typo in comment [codespell]
Thu, 03 Feb 2022 10:02:26 +0100 Kim Alvefur mod_pep: Clarify purpose of fallback service
Thu, 03 Feb 2022 09:46:19 +0100 Kim Alvefur mod_pep: Correct initialization of fallback service
Thu, 06 Jan 2022 01:18:35 +0100 Kim Alvefur util.pubsub: Fix item store resize to "max"
Mon, 20 Dec 2021 23:12:08 +0100 Kim Alvefur Merge 0.11->trunk
Thu, 04 Nov 2021 01:00:06 +0100 Kim Alvefur mod_pep: Wipe pubsub service on user deletion 0.11 0.11.11
Thu, 04 Nov 2021 00:55:59 +0100 Kim Alvefur mod_pep: Prevent creation of services for non-existent users 0.11
Thu, 04 Nov 2021 00:36:41 +0100 Kim Alvefur mod_pep: Limit possible growth of node subscription info 0.11
Thu, 04 Nov 2021 00:35:44 +0100 Kim Alvefur mod_pep: Limit possible growth of number of pubsub services 0.11
Thu, 04 Nov 2021 00:33:58 +0100 Kim Alvefur mod_pep: Don't pass pubsub services across reloads 0.11
Tue, 07 Dec 2021 13:04:52 +0100 Kim Alvefur mod_pep: Set correct jid attr on node disco items
Wed, 20 Oct 2021 17:32:34 +0200 Kim Alvefur mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122
Tue, 19 Oct 2021 18:11:50 +0200 Kim Alvefur mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436
Sun, 25 Jul 2021 16:31:15 +0200 Kim Alvefur mod_pep: Remove now unused util.cache import
Wed, 21 Jul 2021 23:02:25 +0200 Kim Alvefur mod_pep: Remove use of RLU cache when persist_items was set to false
Wed, 09 Jun 2021 15:58:49 +0200 Kim Alvefur mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'
Sun, 16 May 2021 19:05:20 +0200 Kim Alvefur Merge 0.11->trunk
Sun, 16 May 2021 16:14:23 +0200 Kim Alvefur mod_pep: Remove obsolete node restoration code (now done by util.pubsub) 0.11
Mon, 15 Feb 2021 22:30:28 +0100 Kim Alvefur Merge 0.11->trunk
Mon, 15 Feb 2021 16:29:13 +0100 Kim Alvefur mod_pep: Advertise base pubsub feature (fixes #1632) 0.11 0.11.8
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
Mon, 23 Dec 2019 20:57:10 +0100 Kim Alvefur Merge 0.11->trunk
Mon, 10 Jun 2019 13:57:09 +0200 Kim Alvefur mod_pep: Handle presence subscriptions in filter (fixes #1372) 0.11
Tue, 09 Jul 2019 15:12:32 +0200 Kim Alvefur mod_pep: Only log when creating new pubsub services
Sun, 16 Jun 2019 22:02:53 +0200 Kim Alvefur mod_pep: Log node name instead of payload
Mon, 10 Jun 2019 13:22:22 +0200 Kim Alvefur Merge 0.11->trunk
Mon, 10 Jun 2019 12:58:00 +0200 Kim Alvefur mod_pep: Revert 045209b41b3a, caused a regression 0.11
Thu, 30 May 2019 21:44:35 +0200 Kim Alvefur Merge 0.11->trunk
Thu, 30 May 2019 15:16:56 +0200 Kim Alvefur mod_pep: Handle presence based subscription outside of util.pubsub (fixes #1372) 0.11
Fri, 22 Feb 2019 07:40:30 +0100 Kim Alvefur Merge 0.11->trunk
Fri, 22 Feb 2019 07:35:44 +0100 Kim Alvefur mod_pep: Simplify configuration for node data (fixes #1320) 0.11
Sun, 23 Dec 2018 02:56:10 +0100 Kim Alvefur mod_pep: Set an 'id' on notifications
Sun, 23 Dec 2018 02:54:39 +0100 Kim Alvefur mod_pep: Add some spacing between blocks in broadcaster to improve readability
Sun, 23 Dec 2018 02:53:12 +0100 Kim Alvefur mod_pep: Move broadcaster code around to be more like in mod_pubsub
Thu, 01 Nov 2018 23:58:41 +0100 Kim Alvefur mod_pep: Remove incorrect features advertised on the bare host
Tue, 30 Oct 2018 18:20:54 +0100 Kim Alvefur pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) 0.11
Sat, 20 Oct 2018 20:22:55 +0200 Kim Alvefur mod_pep: Add automatic subscriptions on node creation (fixes #1222)
Sat, 20 Oct 2018 20:12:53 +0200 Kim Alvefur mod_pep: Add PEP service owners username in configuration to ease identification
Tue, 23 Oct 2018 22:54:15 +0200 Kim Alvefur mod_pep: Remove use of recipients table for signaling pending disco#items
Sat, 20 Oct 2018 20:23:23 +0200 Kim Alvefur mod_pep: Add all pubsub service objects to item API in order to behave across reloads
Sat, 18 Aug 2018 14:38:18 +0100 Matthew Wild mod_pep: Simplify code
Sat, 18 Aug 2018 14:31:01 +0200 Kim Alvefur mod_pep: Remove feature for persistence already added elsewere
Sat, 18 Aug 2018 14:29:13 +0200 Kim Alvefur mod_pep: Remove already included access model feature
Thu, 16 Aug 2018 15:35:46 +0200 Kim Alvefur mod_pep: Respect setting for whether to include payload in notifications
Thu, 16 Aug 2018 15:34:58 +0200 Kim Alvefur mod_pep: Respect settings for which kinds of notifications to send
Thu, 16 Aug 2018 14:32:21 +0200 Kim Alvefur util.pubsub: Pass "retract" as the type of such broadcasts
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
Wed, 08 Aug 2018 20:40:44 +0100 Matthew Wild mod_pep: Add comment explaining 'none' affiliation
Wed, 08 Aug 2018 20:38:10 +0100 Matthew Wild mod_pep: Remove "subscriber" affiliation in favour of "none"
Wed, 08 Aug 2018 21:03:37 +0200 Kim Alvefur mod_pep: Loosen restrictions on the "none" affiliation
Wed, 08 Aug 2018 20:55:14 +0200 Kim Alvefur mod_pep: Change default affiliation in the "presence" access model to "restricted" for non-contacts
Mon, 06 Aug 2018 23:20:47 +0200 Kim Alvefur mod_pep: Add comment about 'hash_map' table
Mon, 06 Aug 2018 23:20:36 +0200 Kim Alvefur mod_pep: Correct comment about 'recipients' table
less more (0) -100 -60 tip