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