util/pubsub.lua
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
Sat, 13 Nov 2010 23:10:50 +0000 Matthew Wild util.pubsub: Add :get_subscription() to return the current subscription for a JID, if any
Sat, 13 Nov 2010 03:16:58 +0000 Matthew Wild mod_pubsub: It's aliiiive!
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Fri, 10 Jul 2009 02:28:24 +0100 Matthew Wild util.pubsub: Fix undefined global accesses
Sat, 28 Feb 2009 23:16:27 +0000 Matthew Wild Adding initial util.pubsub
less more (0) tip