mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
|
Matthew Wild |
2018-08-01 |
mod_pep_plus: Fix boolean logic precedence (thanks Link Mauve)
|
Kim Alvefur |
2018-07-29 |
mod_pep_plus: Include an empty set of subscribers (fixes traceback)
|
Kim Alvefur |
2018-07-13 |
mod_pep_plus: Don't save subscriptions since they are normally session based and transient
|
Kim Alvefur |
2018-07-12 |
mod_pep_plus: Use service discovery helpers from pubsub.lib
|
Kim Alvefur |
2018-07-06 |
mod_pep_plus: Support persistence of node configuration
|
Kim Alvefur |
2018-07-01 |
mod_pep_plus: Prevent nil from being added as a child on item deletion.
|
Emmanuel Gil Peyrot |
2018-06-08 |
mod_pep_plus: Skip getting PEP service instance for sessions that have not touched PEP
|
Kim Alvefur |
2018-04-11 |
Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_pep_plus: Validate items here too (thanks Link Mauve)
|
Kim Alvefur |
2018-03-25 |
mod_pep_plus: Broadcast only the last item (thanks lovetox)
|
Kim Alvefur |
2017-11-07 |
mod_pep_plus: Fix a typo.
|
Emmanuel Gil Peyrot |
2017-10-18 |
mod_pep_plus: Use feature detection from pubsub.lib
|
Kim Alvefur |
2017-10-18 |
mod_pep_plus, mod_pubsub: Remove unused reference to pubsub.lib handlers [luacheck]
|
Kim Alvefur |
2017-10-18 |
mod_pep_plus: Use dispatch function from pubsub.lib
|
Kim Alvefur |
2017-10-18 |
pubsub: Distinguish internal representation of node config from XEP-0060 form (util.pubsub should be protocol-agnostic)
|
Kim Alvefur |
2017-10-17 |
mod_pep_plus: Advertise additional features not covered by inspection of pubsub service methods
|
Kim Alvefur |
2017-10-17 |
mod_pep_plus: Fix feature mapping here too (see 29ef191c7bf9)
|
Kim Alvefur |
2017-10-17 |
mod_pep_plus: Advertise nodes with the correct JID (missed in ec605946e597) (thanks lovetox)
|
Kim Alvefur |
2017-10-13 |
mod_pep_plus: Make node persistence configurable via pubsub#persist_items
|
Kim Alvefur |
2017-10-11 |
mod_pep_plus: Advertise pubsub features in disco#info (code adapted from mod_pubsub)
|
Kim Alvefur |
2017-10-11 |
mod_pubsub, mod_pep_plus: Rename simple_itemstore to reflect that it's based on archive storage
|
Kim Alvefur |
2017-10-11 |
mod_pep_plus: Add missing variable
|
Kim Alvefur |
2017-10-09 |
mod_pep_plus: Update subscriptions for other local users only
|
Kim Alvefur |
2017-10-08 |
mod_pep_plus: Keep track of nodes, and restore them when later
|
Kim Alvefur |
2017-10-08 |
mod_pep_plus: Use local username instead of bare JID for references
|
Kim Alvefur |
2017-10-08 |
mod_pep_plus: Skip over roster metadata (version, pending) entry
|
Kim Alvefur |
2017-10-08 |
mod_pep_plus: Rename variable for clarity
|
Kim Alvefur |
2017-10-08 |
mod_pep_plus, mod_pubsub: Store node content in separate archive stores
|
Kim Alvefur |
2017-10-07 |
mod_pubsub: Pass 'user' to simple_itemstore
|
Kim Alvefur |
2017-04-26 |
mod_pep_plus: Add item persistency.
|
Emmanuel Gil Peyrot |
2017-04-15 |
mod_pep_plus: Fix all of the warnings [luacheck]
|
Emmanuel Gil Peyrot |
2017-04-15 |
mod_pep_plus: Remove config form, it moved into pubsub.lib
|
Kim Alvefur |
2014-09-28 |
mod_pep_plus: Default to max one item per node (Recomended for PEP)
|
Kim Alvefur |
2014-09-28 |
mod_pep_plus: Add node config form
|
Kim Alvefur |
2014-09-28 |
mod_pep_plus: Add pubsub service objects to an item list
|
Kim Alvefur |
2014-09-27 |
mod_pep_plus: Only broadcast newly added subscriptions
|
Kim Alvefur |
2014-07-08 |
mod_pep_plus: Expose get_pep_service()
|
Kim Alvefur |
2014-05-28 |
mod_pep_plus: An util.pubsub based PEP module
|
Florian Zeitz |
2013-10-04 |