aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_pep.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_pep: Implement 'roster' (group) access_modelKim Alvefur2023-12-031-1/+18
* plugins: Use integer config API with interval specification where sensibleKim Alvefur2023-07-171-3/+3
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-13/+13
* mod_pep: Pass node/service objects to broadcaster when resending last itemMatthew Wild2023-03-221-1/+1
* mod_pubsub, mod_pep: Support per-node configurable inclusion of publisherMatthew Wild2023-03-221-0/+7
* mod_pep: Fix typo in comment [codespell]Kim Alvefur2022-02-041-1/+1
* mod_pep: Clarify purpose of fallback serviceKim Alvefur2022-02-031-0/+7
* mod_pep: Correct initialization of fallback serviceKim Alvefur2022-02-031-8/+6
* util.pubsub: Fix item store resize to "max"Kim Alvefur2022-01-061-0/+1
* Merge 0.11->trunkKim Alvefur2021-12-201-10/+52
|\
| * mod_pep: Wipe pubsub service on user deletion0.11.11Kim Alvefur2021-11-041-0/+15
| * mod_pep: Prevent creation of services for non-existent usersKim Alvefur2021-11-041-0/+15
| * mod_pep: Limit possible growth of node subscription infoKim Alvefur2021-11-041-2/+5
| * mod_pep: Limit possible growth of number of pubsub servicesKim Alvefur2021-11-041-2/+16
| * mod_pep: Don't pass pubsub services across reloadsKim Alvefur2021-11-041-6/+0
* | mod_pep: Set correct jid attr on node disco itemsKim Alvefur2021-12-071-0/+1
* | mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122Kim Alvefur2021-10-201-0/+7
* | mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436Kim Alvefur2021-10-191-0/+3
* | mod_pep: Remove now unused util.cache importKim Alvefur2021-07-251-1/+0
* | mod_pep: Remove use of RLU cache when persist_items was set to falseKim Alvefur2021-07-211-8/+3
* | mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'Kim Alvefur2021-06-091-3/+11
* | Merge 0.11->trunkKim Alvefur2021-05-161-12/+0
|\|
| * mod_pep: Remove obsolete node restoration code (now done by util.pubsub)Kim Alvefur2021-05-161-12/+0
* | Merge 0.11->trunkKim Alvefur2021-02-151-0/+1
|\|
| * mod_pep: Advertise base pubsub feature (fixes #1632)0.11.8Kim Alvefur2021-02-151-0/+1
* | Merge 0.11->trunkKim Alvefur2020-02-271-1/+1
|\|
| * mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496)Kim Alvefur2020-02-271-1/+1
* | Merge 0.11->trunkKim Alvefur2019-12-231-34/+17
|\|
| * mod_pep: Handle presence subscriptions in filter (fixes #1372)Kim Alvefur2019-06-101-34/+17
* | mod_pep: Only log when creating new pubsub servicesKim Alvefur2019-07-091-1/+1
* | mod_pep: Log node name instead of payloadKim Alvefur2019-06-161-1/+1
* | Merge 0.11->trunkKim Alvefur2019-06-101-5/+10
|\ \ | |/ |/|
| * Merge 0.11->trunkKim Alvefur2019-05-301-39/+16
| |\
| * \ Merge 0.11->trunkKim Alvefur2019-02-221-1/+3
| |\ \
| * | | mod_pep: Set an 'id' on notificationsKim Alvefur2018-12-231-1/+3
| * | | mod_pep: Add some spacing between blocks in broadcaster to improve readabilityKim Alvefur2018-12-231-0/+3
| * | | mod_pep: Move broadcaster code around to be more like in mod_pubsubKim Alvefur2018-12-231-3/+6
| * | | mod_pep: Remove incorrect features advertised on the bare hostKim Alvefur2018-11-011-3/+0
* | | | mod_pep: Revert 045209b41b3a, caused a regressionKim Alvefur2019-06-101-17/+37
| |_|/ |/| |
* | | mod_pep: Handle presence based subscription outside of util.pubsub (fixes #1372)Kim Alvefur2019-05-301-37/+17
| |/ |/|
* | mod_pep: Simplify configuration for node data (fixes #1320)Kim Alvefur2019-02-221-1/+3
|/
* pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226)Kim Alvefur2018-10-301-1/+1
* mod_pep: Add automatic subscriptions on node creation (fixes #1222)Kim Alvefur2018-10-201-1/+21
* mod_pep: Add PEP service owners username in configuration to ease identificationKim Alvefur2018-10-201-0/+1
* mod_pep: Remove use of recipients table for signaling pending disco#itemsKim Alvefur2018-10-231-16/+7
* mod_pep: Add all pubsub service objects to item API in order to behave across...Kim Alvefur2018-10-201-0/+4
* mod_pep: Simplify codeMatthew Wild2018-08-181-2/+1
* mod_pep: Remove feature for persistence already added elsewereKim Alvefur2018-08-181-1/+0
* mod_pep: Remove already included access model featureKim Alvefur2018-08-181-1/+0
* mod_pep: Respect setting for whether to include payload in notificationsKim Alvefur2018-08-161-0/+5