util/pubsub.lua
Wed, 18 Oct 2017 21:21:43 +0200 Kim Alvefur util.pubsub: Return an empty list if specific item asked for does not exist (thanks jonasw)
Tue, 17 Oct 2017 05:47:06 +0200 Kim Alvefur pubsub: Distinguish internal representation of node config from XEP-0060 form (util.pubsub should be protocol-agnostic)
Mon, 16 Oct 2017 22:12:14 +0200 Kim Alvefur util.pubsub: Remove inclusion of publisher
Tue, 10 Oct 2017 01:41:47 +0200 Kim Alvefur util.pubsub: Return item-not-found if a single item is requested, and not there
Mon, 09 Oct 2017 01:57:55 +0200 Kim Alvefur util.pubsub: Clear data on node deletion
Sun, 08 Oct 2017 01:27:04 +0200 Kim Alvefur util.pubsub: Clear data store if it supports being cleared, otherwise fall back to creating a new one
Sat, 29 Jul 2017 13:09:57 +0200 Kim Alvefur util.pubsub: Don't record publisher when superuser privileges are used (eg by modules)
Wed, 26 Apr 2017 12:06:41 +0200 Kim Alvefur util.pubsub: Catch overriden id from storage
Sun, 02 Apr 2017 19:08:54 +0100 Emmanuel Gil Peyrot util.pubsub: Add the publisher as an attribute in the item element.
Sun, 02 Apr 2017 19:08:54 +0100 Emmanuel Gil Peyrot util.pubsub: Add a node parameter to itemstore().
Sat, 19 Nov 2016 17:37:52 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 19 Nov 2016 17:34:54 +0100 Kim Alvefur util.pubsub: Fix item retrieval by including the item order as it was before using util.cache (thanks walduhu)
Tue, 18 Oct 2016 19:07:55 +0200 Kim Alvefur Merge 0.10->trunk
Tue, 18 Oct 2016 15:29:23 +0200 Kim Alvefur util.pubsub: Rename loop variable to avoid name clash [luacheck]
Sun, 16 Oct 2016 00:39:10 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 16 Oct 2016 00:36:05 +0200 Kim Alvefur util.pubsub: Factor item storage cache into a per service configurable option
Sun, 16 Oct 2016 00:30:02 +0200 Kim Alvefur util.pubsub: Switch to use util.cache for item data
Thu, 20 Aug 2015 13:05:22 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Thu, 20 Nov 2014 09:02:23 +0000 Matthew Wild Merge 0.10->trunk
Thu, 20 Nov 2014 09:01:45 +0000 Philipp Hancke mod_pubsub: Add support for including the publisher in item broadcasts
Sun, 28 Sep 2014 01:56:22 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 28 Sep 2014 01:50:00 +0200 Kim Alvefur util.pubsub: Add support for limiting the number of item in a node (default to 20)
Sun, 28 Sep 2014 01:45:59 +0200 Kim Alvefur util.pubsub: Add support for node configuration
Sun, 28 Sep 2014 00:05:21 +0200 Kim Alvefur util.pubsub: One less table allocated per pubsub object created
Sat, 27 Sep 2014 19:57:33 +0200 Kim Alvefur util.pubsub: Use local
Tue, 31 Dec 2013 19:09:34 +0100 Kim Alvefur Merge 0.10->trunk and Happy New Year!
Mon, 30 Dec 2013 23:49:23 +0100 Kim Alvefur util.pubsub: Separate data from node configuration
Thu, 26 Dec 2013 18:14:34 +0100 Kim Alvefur util.pubsub: Fire events on more actions
Fri, 04 Oct 2013 16:40:27 +0200 Kim Alvefur mod_pubsub, util.pubsub: Keep track of the order of items
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Wed, 12 Jun 2013 16:53:51 +0200 Florian Zeitz util.pubsub: Check whether node exists, when deleting
Sun, 26 May 2013 16:01:09 +0200 Kim Alvefur util.pubsub: Fix get_subscriptions to not pass a boolean as node name (thanks jonas)
Thu, 31 Jan 2013 18:41:01 +0100 Kim Alvefur mod_pubsub, util.pubsub: Add delete action
Sat, 26 Jan 2013 03:54:18 +0500 Waqas Hussain util.pubsub: Fix nil access error in get_subscriptions.
Fri, 25 Jan 2013 01:32:14 +0100 Florian Zeitz mod_pubsub, util.pubsub: Don't send purge notifications in an <items/> element
Thu, 24 Jan 2013 00:58:03 +0100 Kim Alvefur mod_pubsub, util.pubsub: Implement the purge action
Thu, 15 Nov 2012 13:24:44 -0500 Matthew Wild util.pubsub: Add item-published event
Tue, 30 Aug 2011 17:51:36 -0400 Matthew Wild util.pubsub: Remove access checking from remove_all_subscriptions (temporarily?)
Tue, 30 Aug 2011 15:48:16 -0400 Matthew Wild util.pubsub: Add service:remove_all_subscriptions()
Tue, 30 Aug 2011 15:03:27 -0400 Matthew Wild util.pubsub: Support for events (currently subscription-added and subscription-removed)
Mon, 29 Aug 2011 15:42:15 -0400 Matthew Wild util.pubsub: Use built-in actor for auto-creating nodes on publish and subscribe (so they never fail due to permissions)
Sat, 08 Jan 2011 23:17:17 +0000 Matthew Wild util.pubsub: Pass true instead of nil as the actor in a bunch of places, and fix a bunch of methods to not traceback on this (those with *_other capability checking).
Sat, 08 Jan 2011 23:15:27 +0000 Matthew Wild util.pubsub: Some tidying/optimisation to service:may()
Wed, 22 Dec 2010 17:42:35 +0100 Kim Alvefur util.pubsub: Return correct node in get_subscriptions()
Wed, 22 Dec 2010 16:45:32 +0000 Matthew Wild util.pubsub: Use correct node name when returning a list of multiple nodes in a subscriptions response
Wed, 22 Dec 2010 03:46:32 +0000 Matthew Wild util.pubsub: Add service-wide subscription tracking, and add :get_subscriptions()
Wed, 22 Dec 2010 03:46:07 +0000 Matthew Wild util.pubsub: Small code tidying for :get_subscription()
Wed, 22 Dec 2010 03:44:51 +0000 Matthew Wild util.pubsub: Fix traceback when using autocreate-on-subscribe
Wed, 22 Dec 2010 03:04:14 +0000 Matthew Wild util.pubsub: Add service:jids_equal() and new config option normalize_jid
Wed, 22 Dec 2010 02:13:26 +0000 Matthew Wild util.pubsub: get_items(): When requesting a specific item, use the id as a key to mirror the multiple-item case
Tue, 21 Dec 2010 15:26:37 +0000 Matthew Wild util.pubsub: Add service:set_node_capabilities()
Tue, 21 Dec 2010 04:17:24 +0000 Matthew Wild util.pubsub: Fix nil global access in get_nodes()
Tue, 21 Dec 2010 03:26:06 +0000 Matthew Wild util.pubsub: Too many changes to list or split sensibly. Added access control to all methods, with capabilities support. Renamed get() -> get_items() and changed it to return true, result on success. Support for autocreate_on_subscribe and autocreate_on_publish config options.
Tue, 21 Dec 2010 03:22:40 +0000 Matthew Wild util.pubsub: Modify new() to take a config, and add a default config via a metatable
Fri, 17 Dec 2010 13:23:01 +0000 Matthew Wild util.pubsub: Add service:get_nodes()
Sun, 05 Dec 2010 04:19:23 +0100 Florian Zeitz mod_pubsub: Support item retraction
Sun, 05 Dec 2010 02:46:08 +0100 Florian Zeitz mod_pubsub, util.pubsub: Support for unsubscribing
Wed, 01 Dec 2010 23:38:47 +0100 Florian Zeitz mod_pubsub, util.pubsub: Support node creation
Thu, 25 Nov 2010 21:47:12 +0100 Florian Zeitz mod_pubsub, util.pubsub: Support for fetching items
less more (0) -60 tip