log util/pubsub.lua @ 7522:ebf2e77ac8a7

age author description
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)