| Commit message (Expand) | Author | Age | Files | Lines |
* | util.pubsub: Return an empty list if specific item asked for does not exist (... | Kim Alvefur | 2017-10-18 | 1 | -1/+1 |
* | pubsub: Distinguish internal representation of node config from XEP-0060 form... | Kim Alvefur | 2017-10-17 | 1 | -2/+3 |
* | util.pubsub: Remove inclusion of publisher | Kim Alvefur | 2017-10-16 | 1 | -3/+0 |
* | util.pubsub: Return item-not-found if a single item is requested, and not there | Kim Alvefur | 2017-10-10 | 1 | -1/+5 |
* | util.pubsub: Clear data on node deletion | Kim Alvefur | 2017-10-09 | 1 | -0/+3 |
* | util.pubsub: Clear data store if it supports being cleared, otherwise fall ba... | Kim Alvefur | 2017-10-08 | 1 | -1/+5 |
* | util.pubsub: Don't record publisher when superuser privileges are used (eg by... | Kim Alvefur | 2017-07-29 | 1 | -1/+3 |
* | util.pubsub: Catch overriden id from storage | Kim Alvefur | 2017-04-26 | 1 | -0/+1 |
* | util.pubsub: Add the publisher as an attribute in the item element. | Emmanuel Gil Peyrot | 2017-04-02 | 1 | -0/+1 |
* | util.pubsub: Add a node parameter to itemstore(). | Emmanuel Gil Peyrot | 2017-04-02 | 1 | -4/+4 |
* | util.pubsub: Fix item retrieval by including the item order as it was before ... | Kim Alvefur | 2016-11-19 | 1 | -0/+1 |
* | util.pubsub: Rename loop variable to avoid name clash [luacheck] | Kim Alvefur | 2016-10-18 | 1 | -5/+5 |
* | util.pubsub: Factor item storage cache into a per service configurable option | Kim Alvefur | 2016-10-16 | 1 | -3/+4 |
* | util.pubsub: Switch to use util.cache for item data | Kim Alvefur | 2016-10-16 | 1 | -33/+23 |
* | util.*: Remove use of module() function, make all module functions local and ... | Kim Alvefur | 2015-02-21 | 1 | -4/+4 |
* | mod_pubsub: Add support for including the publisher in item broadcasts | Philipp Hancke | 2014-11-20 | 1 | -1/+1 |
* | util.pubsub: Add support for limiting the number of item in a node (default t... | Kim Alvefur | 2014-09-28 | 1 | -0/+11 |
* | util.pubsub: Add support for node configuration | Kim Alvefur | 2014-09-28 | 1 | -2/+22 |
* | util.pubsub: One less table allocated per pubsub object created | Kim Alvefur | 2014-09-28 | 1 | -3/+3 |
* | util.pubsub: Use local | Kim Alvefur | 2014-09-27 | 1 | -1/+1 |
* | util.pubsub: Separate data from node configuration | Kim Alvefur | 2013-12-30 | 1 | -7/+26 |
* | util.pubsub: Fire events on more actions | Kim Alvefur | 2013-12-26 | 1 | -0/+4 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -5/+5 |
* | util.pubsub: Check whether node exists, when deleting | Florian Zeitz | 2013-06-12 | 1 | -0/+3 |
* | util.pubsub: Fix get_subscriptions to not pass a boolean as node name (thanks... | Kim Alvefur | 2013-05-26 | 1 | -1/+1 |
* | mod_pubsub, util.pubsub: Add delete action | Kim Alvefur | 2013-01-31 | 1 | -0/+12 |
* | util.pubsub: Fix nil access error in get_subscriptions. | Waqas Hussain | 2013-01-26 | 1 | -1/+1 |
* | mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element | Florian Zeitz | 2013-01-25 | 1 | -9/+18 |
* | mod_pubsub, util.pubsub: Implement the purge action | Kim Alvefur | 2013-01-24 | 1 | -1/+9 |
* | util.pubsub: Add item-published event | Matthew Wild | 2012-11-15 | 1 | -0/+1 |
* | util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?) | Matthew Wild | 2011-08-30 | 1 | -14/+0 |
* | util.pubsub: Add service:remove_all_subscriptions() | Matthew Wild | 2011-08-30 | 1 | -0/+26 |
* | util.pubsub: Support for events (currently subscription-added and subscriptio... | Matthew Wild | 2011-08-30 | 1 | -0/+5 |
* | util.pubsub: Use built-in actor for auto-creating nodes on publish and subscr... | Matthew Wild | 2011-08-29 | 1 | -2/+2 |
* | util.pubsub: Pass true instead of nil as the actor in a bunch of places, and ... | Matthew Wild | 2011-01-08 | 1 | -7/+7 |
* | util.pubsub: Some tidying/optimisation to service:may() | Matthew Wild | 2011-01-08 | 1 | -4/+3 |
* | util.pubsub: Return correct node in get_subscriptions() | Kim Alvefur | 2010-12-22 | 1 | -1/+1 |
* | util.pubsub: Use correct node name when returning a list of multiple nodes in... | Matthew Wild | 2010-12-22 | 1 | -1/+1 |
* | util.pubsub: Add service-wide subscription tracking, and add :get_subscriptio... | Matthew Wild | 2010-12-22 | 1 | -0/+75 |
* | util.pubsub: Small code tidying for :get_subscription() | Matthew Wild | 2010-12-22 | 1 | -2/+3 |
* | util.pubsub: Fix traceback when using autocreate-on-subscribe | Matthew Wild | 2010-12-22 | 1 | -0/+1 |
* | util.pubsub: Add service:jids_equal() and new config option normalize_jid | Matthew Wild | 2010-12-22 | 1 | -3/+8 |
* | util.pubsub: get_items(): When requesting a specific item, use the id as a ke... | Matthew Wild | 2010-12-22 | 1 | -1/+1 |
* | util.pubsub: Add service:set_node_capabilities() | Matthew Wild | 2010-12-21 | 1 | -0/+15 |
* | util.pubsub: Fix nil global access in get_nodes() | Matthew Wild | 2010-12-21 | 1 | -1/+1 |
* | util.pubsub: Too many changes to list or split sensibly. Added access control... | Matthew Wild | 2010-12-21 | 1 | -18/+168 |
* | util.pubsub: Modify new() to take a config, and add a default config via a me... | Matthew Wild | 2010-12-21 | 1 | -2/+13 |
* | util.pubsub: Add service:get_nodes() | Matthew Wild | 2010-12-17 | 1 | -0/+4 |
* | mod_pubsub: Support item retraction | Florian Zeitz | 2010-12-05 | 1 | -0/+12 |
* | mod_pubsub, util.pubsub: Support for unsubscribing | Florian Zeitz | 2010-12-05 | 1 | -1/+8 |