| Commit message (Expand) | Author | Age | Files | Lines |
* | mod_pubsub: Remove unused loop variable [luacheck] | Kim Alvefur | 2025-01-08 | 1 | -1/+1 |
* | mod_pubsub: Quiet down check for service admin | Kim Alvefur | 2025-01-07 | 1 | -1/+1 |
* | mod_pubsub: Limit node listing based on new ACL-aware metadata method | Kim Alvefur | 2025-01-07 | 1 | -1/+4 |
* | mod_pubsub: Expand shell commands to include node/item management | Matthew Wild | 2025-01-07 | 1 | -38/+1 |
* | mod_pubsub: Use new metadata method | Kim Alvefur | 2024-11-08 | 1 | -0/+7 |
* | mod_pubsub: Check new role framework for node creation privileges | Kim Alvefur | 2024-10-13 | 1 | -2/+14 |
* | mod_pubsub: Ignore shadowed variable [luacheck] | Kim Alvefur | 2024-03-06 | 1 | -0/+1 |
* | mod_pubsub: Add shell commands to create and list nodes | Matthew Wild | 2024-03-06 | 1 | -0/+42 |
* | mod_pubsub: Provide some node properties in summary template #1809 | Kim Alvefur | 2023-11-22 | 1 | -1/+11 |
* | plugins: Use integer config API with interval specification where sensible | Kim Alvefur | 2023-07-17 | 1 | -1/+1 |
* | plugins: Use get_option_enum where appropriate | Kim Alvefur | 2021-01-16 | 1 | -1/+1 |
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -6/+6 |
* | mod_pubsub, mod_pep: Support per-node configurable inclusion of publisher | Matthew Wild | 2023-03-22 | 1 | -4/+8 |
* | Switch to a new role-based authorization framework, removing is_admin() | Matthew Wild | 2022-06-15 | 1 | -2/+2 |
* | mod_pubsub: Don't attempt to use server actor as publisher (fixes #1723) | Matthew Wild | 2022-03-21 | 1 | -1/+1 |
* | mod_pubsub: Allow configuring summary templates | Kim Alvefur | 2022-01-24 | 1 | -6/+11 |
* | mod_pubsub: Use the util.xtemplate to render Atom summary | Kim Alvefur | 2022-01-24 | 1 | -9/+3 |
* | mod_pubsub: Use the 'pubsub#type' setting to pick summary generator | Kim Alvefur | 2022-01-24 | 1 | -1/+2 |
* | util.pubsub: Fix item store resize to "max" | Kim Alvefur | 2022-01-06 | 1 | -0/+1 |
* | mod_pubsub: Allow specifying the JID of the pubsub service | Kim Alvefur | 2021-12-07 | 1 | -0/+1 |
* | mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122 | Kim Alvefur | 2021-10-20 | 1 | -0/+7 |
* | mod_pubsub: Update callbacks on reload to more completely refresh config | Kim Alvefur | 2021-07-29 | 1 | -0/+8 |
* | mod_pubsub: Update configuration on reload (fixes #1382) | Kim Alvefur | 2021-07-25 | 1 | -0/+3 |
* | mod_pubsub: Silence warning about 'service' as argument [luacheck] | Kim Alvefur | 2021-07-25 | 1 | -1/+1 |
* | mod_pubsub: Explicitly enable persistence by default to preserve behavior | Kim Alvefur | 2021-07-21 | 1 | -0/+3 |
* | mod_pubsub: Remove publisher field when not exposing publisher | Kim Alvefur | 2021-07-25 | 1 | -1/+3 |
* | mod_pubsub: Normalize 'publisher' JID | Kim Alvefur | 2021-07-25 | 1 | -2/+2 |
* | mod_pubsub: Respect 'expose publisher' setting in item retrieval | Kim Alvefur | 2021-07-25 | 1 | -0/+1 |
* | mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items' | Kim Alvefur | 2021-06-09 | 1 | -3/+11 |
* | Merge 0.11->trunk | Kim Alvefur | 2020-11-06 | 1 | -1/+1 |
|\ |
|
| * | mod_pubsub: Fix notification stanza type setting (fixes #1605) | Kim Alvefur | 2020-11-06 | 1 | -1/+1 |
* | | Merge 0.11->trunk | Kim Alvefur | 2020-11-05 | 1 | -5/+6 |
|\ \
| |/
|/| |
|
| * | mod_pubsub: Comment on itemstore type | Kim Alvefur | 2020-10-25 | 1 | -1/+1 |
| * | Merge 0.11->trunk | Kim Alvefur | 2020-02-27 | 1 | -1/+1 |
| |\ |
|
| * | | mod_pubsub: Move a comment to where it makes sense | Kim Alvefur | 2019-07-10 | 1 | -1/+1 |
| * | | Merge 0.11->trunk | Kim Alvefur | 2019-02-22 | 1 | -1/+3 |
| |\ \ |
|
| * | | | mod_pubsub: Split line in config check to improve readability | Kim Alvefur | 2018-12-23 | 1 | -1/+2 |
| * | | | mod_pubsub: Change order of luacheck directives to match arguments they apply to | Kim Alvefur | 2018-12-23 | 1 | -1/+1 |
| * | | | mod_pubsub: Add semicolon (code style) | Kim Alvefur | 2018-12-23 | 1 | -1/+1 |
* | | | | mod_pubsub: Lower priority of default <body> generator | Kim Alvefur | 2020-11-05 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496) | Kim Alvefur | 2020-02-27 | 1 | -1/+1 |
| |/
|/| |
|
* | | mod_pubsub: Simplify configuration for node data (see #1302) | Kim Alvefur | 2019-02-22 | 1 | -1/+3 |
|/ |
|
* | pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226) | Kim Alvefur | 2018-10-30 | 1 | -1/+1 |
* | mod_pubsub: Fix summary generation for Atom entries to use the correct field | Kim Alvefur | 2018-08-31 | 1 | -1/+1 |
* | mod_pubsub: Add support for thin notifications (without the full payload) | Kim Alvefur | 2018-08-16 | 1 | -0/+3 |
* | mod_pubsub: Only attach publisher on normal "item" broadcasts | Kim Alvefur | 2018-08-16 | 1 | -2/+4 |
* | mod_pubsub: Prepare to support turning notifications off for each kind of bro... | Kim Alvefur | 2018-08-16 | 1 | -0/+5 |
* | util.pubsub: Pass "retract" as the type of such broadcasts | Kim Alvefur | 2018-08-16 | 1 | -0/+4 |
* | mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsu... | Matthew Wild | 2018-08-08 | 1 | -78/+0 |
* | mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be uns... | Kim Alvefur | 2018-08-06 | 1 | -0/+4 |