plugins/mod_pep.lua
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
Mon, 06 Aug 2018 18:58:25 +0200 Kim Alvefur mod_pep: Pass 'recipients' table across module reloads
Sun, 05 Aug 2018 01:53:48 +0200 Kim Alvefur mod_pep: Only resend last item on successful subscription
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 01:57:02 +0200 Kim Alvefur mod_pep: Save non-presence based subscriptions to storage
Sun, 05 Aug 2018 01:56:36 +0200 Kim Alvefur mod_pep: Note which subscriptions are presence based as subscription option
Sun, 05 Aug 2018 00:04:56 +0100 Matthew Wild mod_pep: Add 'get_configuration' capability to relevant affiliations
Sat, 04 Aug 2018 23:44:34 +0200 Kim Alvefur mod_pep: Add comments describing root tables used for data
Sat, 04 Aug 2018 03:40:30 +0200 Kim Alvefur mod_pep: Restrict access models to 'presence', 'whitelist' and 'open'
Sat, 04 Aug 2018 03:13:26 +0200 Kim Alvefur mod_pep: Move subscriber check into 'presence' access model callback
Sat, 04 Aug 2018 03:38:55 +0200 Kim Alvefur mod_pep: Set default access model to 'presence'
Fri, 03 Aug 2018 20:39:18 +0200 Kim Alvefur mod_pep: Return true if all node config checks passes (fixes configuration)
Fri, 03 Aug 2018 17:15:42 +0200 Kim Alvefur mod_pep: Silence warnings about unused arguments [luacheck]
Wed, 01 Aug 2018 19:18:31 +0100 Matthew Wild mod_pep: Add 'pep_max_items' option to set an upper limit, defaults to 256 (scientifically chosen)
Wed, 01 Aug 2018 19:08:09 +0100 Matthew Wild mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
Fri, 06 Jul 2018 00:06:00 +0200 Kim Alvefur mod_pep: Remove unused variable [luacheck]
Fri, 06 Jul 2018 00:04:26 +0200 Kim Alvefur mod_pep: Rename variables to avoid name clash [luacheck]
Fri, 06 Jul 2018 00:04:13 +0200 Kim Alvefur mod_pep: Move comment to a shorter line [luacheck]
Sun, 04 Feb 2018 01:51:25 +0100 Kim Alvefur Fix spelling throughout the codebase [codespell]
Tue, 17 Oct 2017 05:22:43 +0200 Kim Alvefur mod_pep: Advertise pubsub features that I believe to be implented
Tue, 17 Oct 2017 05:20:11 +0200 Kim Alvefur mod_pep: Remove disco identity and feature from the host (changed in XEP-0163 version 1.2)
Mon, 24 Apr 2017 23:27:21 +0200 Kim Alvefur mod_pep: Handle disco#info queries to nodes (fixes #805)
Mon, 24 Apr 2017 22:19:27 +0200 Kim Alvefur mod_pep: Split long line [luacheck]
Sat, 28 Jan 2017 15:31:57 +0100 Kim Alvefur mod_pep: Add some additional debug logging
Fri, 10 Jun 2016 14:55:05 +0200 Kim Alvefur mod_pep: Use correct field for full JID (thanks Milan*)
Thu, 09 Jun 2016 10:30:33 +0200 Kim Alvefur mod_pep: Include the bare user jid in event
Fri, 25 Sep 2015 16:51:42 +0100 Matthew Wild Merge 0.9->0.10
Fri, 25 Sep 2015 16:48:25 +0100 Matthew Wild mod_pep: Don't store contacts' subscriptions to a user's nodes when that user is offline
Fri, 04 Sep 2015 11:26:51 +0100 Matthew Wild mod_pep: Document data structures, so I don't have to spend time remembering every time I work on this module
Sat, 20 Dec 2014 21:34:59 +0100 Kim Alvefur mod_pep: Fire an event when an item is published
Sat, 24 Aug 2013 23:16:08 +0100 Matthew Wild Merge 0.9->trunk
Sat, 24 Aug 2013 23:15:24 +0100 Matthew Wild mod_pep: Update COMPAT comment, it seems Asterisk 1.8 also suffers from this issue (thanks Lonnie Abelbeck)
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Thu, 13 Jun 2013 13:56:58 +0100 Matthew Wild Merge 0.9->trunk
Thu, 13 Jun 2013 13:56:35 +0100 Florian Zeitz mod_pep: When a client supplies no id on a published item, reflect our generated id back to it
Fri, 17 May 2013 18:35:50 +0200 Florian Zeitz mod_disco: Emit events for disco requests, which contain a node, on user accounts
Sun, 14 Oct 2012 21:03:52 +0200 Kim Alvefur mod_pep: Remove unused imports
Thu, 26 Jul 2012 04:33:17 +0200 Kim Alvefur mod_admin_adhoc, mod_admin_telnet, mod_bosh, mod_c2s, mod_component, mod_pep, mod_presence, mod_roster, mod_s2s: Import core_post_stanza from the global prosody table.
Wed, 25 Jul 2012 19:04:42 +0300 IRON mod_pep: Allow configurable service discovery identity (Fix)
Wed, 25 Jul 2012 18:49:13 +0300 IRON mod_pep: Allow configurable service discovery identity
Thu, 13 Oct 2011 00:13:49 +0500 Waqas Hussain mod_pep: Always include a 'from' attribute on service discovery requests to local clients (compatibility fix for OneTeam).
Fri, 25 Feb 2011 00:07:38 +0000 Matthew Wild mod_pep: Fix comparison between incoming hash and the cached hash for a JID, fixes repeated PEP events on presence (fixes #225)
Sun, 12 Dec 2010 15:42:00 +0500 Waqas Hussain mod_pep: Fixed a traceback when non-local users send presence.
Sun, 12 Dec 2010 06:35:53 +0500 Waqas Hussain mod_pep: Handle the case where local contacts send directed presence with caps hash.
Sun, 28 Nov 2010 15:02:56 +0500 Waqas Hussain mod_pep: Remove PEP subscriptions on getting a presence unsubscribe.
Sun, 28 Nov 2010 13:11:42 +0500 Waqas Hussain mod_pep: Fixed regression where PEP messages were not correctly being broadcasted on caps hash change.
Sun, 28 Nov 2010 12:58:54 +0500 Waqas Hussain mod_pep: Fixed a nil access (thanks Zash).
Sun, 28 Nov 2010 07:43:19 +0500 Waqas Hussain mod_pep: Optimised PEP requests for disco info on caps change (issue #150).
Sun, 28 Nov 2010 02:05:52 +0500 Waqas Hussain mod_pep: Updated disco#info result handler to use new event name format.
Fri, 09 Jul 2010 13:22:58 +0100 Matthew Wild mod_pep: Use util.caps
Thu, 24 Jun 2010 03:29:39 +0500 Waqas Hussain mod_pep: Fixed a possible traceback during disco#items queries on a user's bare JID by remote users.
Wed, 02 Jun 2010 01:54:17 +0500 Waqas Hussain mod_pep: Corrected and optimized handling of non-available presence stanzas.
Tue, 01 Jun 2010 20:10:17 +0100 Matthew Wild mod_pep: Use is_contact_subscribed (which uses the new rostermanager fix to avoid unnecessary roster loads)
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Mon, 21 Dec 2009 06:37:58 +0500 Waqas Hussain mod_pep: Added a TODO.
Mon, 21 Dec 2009 06:26:37 +0500 Waqas Hussain mod_pep: Handle service discovery queries for bare account JIDs (thanks darkrain).
Sat, 05 Dec 2009 10:26:43 -0800 Paul Aurich mod_pep: Support item retrieval use cases
Sat, 05 Dec 2009 09:43:53 -0800 Paul Aurich mod_pep: Allow storage of urn:xmpp:avatar:data node (payload only with base64 data)
Thu, 22 Oct 2009 02:26:27 +0500 Waqas Hussain PEP: Better reload support.
Thu, 22 Oct 2009 02:26:06 +0500 Waqas Hussain PEP: Send publish IQ result before broadcast.
Thu, 22 Oct 2009 02:16:10 +0500 Waqas Hussain PEP: Stricter checks on payload validity.
Thu, 22 Oct 2009 02:13:02 +0500 Waqas Hussain PEP: Clone payloads to allow plugins to reuse stanzas.
Thu, 22 Oct 2009 02:12:24 +0500 Waqas Hussain PEP: Fixed namespace for the <item> element in PEP broadcasts.
Tue, 18 Aug 2009 12:33:43 +0500 Waqas Hussain mod_pep: Added name 'Prosody' to the pubsub/pep identity
Mon, 03 Aug 2009 21:47:32 +0500 Waqas Hussain Fixed: IQ replies are not sent back on publishing a PEP event
Wed, 29 Jul 2009 17:57:24 +0500 Waqas Hussain mod_pep: Added support for pubsub item retraction
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Thu, 02 Jul 2009 15:43:27 +0100 Matthew Wild mod_pep: Escape + in pattern
Thu, 02 Jul 2009 04:11:51 +0100 Matthew Wild mod_pep: Pass origin/session to publish_all()
Thu, 02 Jul 2009 00:43:32 +0500 Waqas Hussain mod_pep: Fixed boolean indexing error while casting all messages for a user
less more (0) -120 tip