Merge 0.11->trunk
|
Kim Alvefur |
2021-12-20 |
mod_pep: Wipe pubsub service on user deletion
0.11 0.11.11
|
Kim Alvefur |
2021-11-04 |
mod_pep: Prevent creation of services for non-existent users
0.11
|
Kim Alvefur |
2021-11-03 |
mod_pep: Limit possible growth of node subscription info
0.11
|
Kim Alvefur |
2021-11-03 |
mod_pep: Limit possible growth of number of pubsub services
0.11
|
Kim Alvefur |
2021-11-03 |
mod_pep: Don't pass pubsub services across reloads
0.11
|
Kim Alvefur |
2021-11-03 |
mod_pep: Set correct jid attr on node disco items
|
Kim Alvefur |
2021-12-07 |
mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122
|
Kim Alvefur |
2021-10-20 |
mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436
|
Kim Alvefur |
2021-10-19 |
mod_pep: Remove now unused util.cache import
|
Kim Alvefur |
2021-07-25 |
mod_pep: Remove use of RLU cache when persist_items was set to false
|
Kim Alvefur |
2021-07-21 |
mod_pubsub,mod_pep: Support "max" as 'pubsub#max_items'
|
Kim Alvefur |
2021-06-09 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-05-16 |
mod_pep: Remove obsolete node restoration code (now done by util.pubsub)
0.11
|
Kim Alvefur |
2021-05-16 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-02-15 |
mod_pep: Advertise base pubsub feature (fixes #1632)
0.11 0.11.8
|
Kim Alvefur |
2021-02-15 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-02-27 |
mod_pubsub, mod_pep: Ensure correct number of children of <item/> (fixes #1496)
0.11
|
Kim Alvefur |
2020-02-27 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-12-23 |
mod_pep: Handle presence subscriptions in filter (fixes #1372)
0.11
|
Kim Alvefur |
2019-06-10 |
mod_pep: Only log when creating new pubsub services
|
Kim Alvefur |
2019-07-09 |
mod_pep: Log node name instead of payload
|
Kim Alvefur |
2019-06-16 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-06-10 |
mod_pep: Revert 045209b41b3a, caused a regression
0.11
|
Kim Alvefur |
2019-06-10 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-05-30 |
mod_pep: Handle presence based subscription outside of util.pubsub (fixes #1372)
0.11
|
Kim Alvefur |
2019-05-30 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-02-22 |
mod_pep: Simplify configuration for node data (fixes #1320)
0.11
|
Kim Alvefur |
2019-02-22 |
mod_pep: Set an 'id' on notifications
|
Kim Alvefur |
2018-12-23 |
mod_pep: Add some spacing between blocks in broadcaster to improve readability
|
Kim Alvefur |
2018-12-23 |
mod_pep: Move broadcaster code around to be more like in mod_pubsub
|
Kim Alvefur |
2018-12-23 |
mod_pep: Remove incorrect features advertised on the bare host
|
Kim Alvefur |
2018-11-01 |
pubsub: Set pubsub#title as name attribute in disco#items (fixes #1226)
0.11
|
Kim Alvefur |
2018-10-30 |
mod_pep: Add automatic subscriptions on node creation (fixes #1222)
|
Kim Alvefur |
2018-10-20 |
mod_pep: Add PEP service owners username in configuration to ease identification
|
Kim Alvefur |
2018-10-20 |
mod_pep: Remove use of recipients table for signaling pending disco#items
|
Kim Alvefur |
2018-10-23 |
mod_pep: Add all pubsub service objects to item API in order to behave across reloads
|
Kim Alvefur |
2018-10-20 |
mod_pep: Simplify code
|
Matthew Wild |
2018-08-18 |
mod_pep: Remove feature for persistence already added elsewere
|
Kim Alvefur |
2018-08-18 |
mod_pep: Remove already included access model feature
|
Kim Alvefur |
2018-08-18 |
mod_pep: Respect setting for whether to include payload in notifications
|
Kim Alvefur |
2018-08-16 |
mod_pep: Respect settings for which kinds of notifications to send
|
Kim Alvefur |
2018-08-16 |
util.pubsub: Pass "retract" as the type of such broadcasts
|
Kim Alvefur |
2018-08-16 |
mod_pep, util.pubsub: Rename restricted->outcast, none->member and add new 'none' affiliation to better match XEP-0060
|
Matthew Wild |
2018-08-08 |
mod_pubsub, mod_pep, util.pubsub: Move capability definitions into util.pubsub to avoid duplication
|
Matthew Wild |
2018-08-08 |
mod_pep: Add comment explaining 'none' affiliation
|
Matthew Wild |
2018-08-08 |
mod_pep: Remove "subscriber" affiliation in favour of "none"
|
Matthew Wild |
2018-08-08 |
mod_pep: Loosen restrictions on the "none" affiliation
|
Kim Alvefur |
2018-08-08 |
mod_pep: Change default affiliation in the "presence" access model to "restricted" for non-contacts
|
Kim Alvefur |
2018-08-08 |
mod_pep: Add comment about 'hash_map' table
|
Kim Alvefur |
2018-08-06 |
mod_pep: Correct comment about 'recipients' table
|
Kim Alvefur |
2018-08-06 |
mod_pep: Pass 'recipients' table across module reloads
|
Kim Alvefur |
2018-08-06 |
mod_pep: Only resend last item on successful subscription
|
Kim Alvefur |
2018-08-04 |
mod_pubsub, mod_pep: The "restricted" affiliation should be allowed to be unsubscribed but nothing else
|
Kim Alvefur |
2018-08-06 |
mod_pep: Save non-presence based subscriptions to storage
|
Kim Alvefur |
2018-08-04 |
mod_pep: Note which subscriptions are presence based as subscription option
|
Kim Alvefur |
2018-08-04 |
mod_pep: Add 'get_configuration' capability to relevant affiliations
|
Matthew Wild |
2018-08-04 |
mod_pep: Add comments describing root tables used for data
|
Kim Alvefur |
2018-08-04 |
mod_pep: Restrict access models to 'presence', 'whitelist' and 'open'
|
Kim Alvefur |
2018-08-04 |
mod_pep: Move subscriber check into 'presence' access model callback
|
Kim Alvefur |
2018-08-04 |