log plugins/mod_pep_plus.lua @ 14229:ce31fdde0ad1 default tip

age author description
Wed, 01 Aug 2018 19:08:09 +0100 Matthew Wild mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
Sun, 29 Jul 2018 18:34:38 +0200 Kim Alvefur mod_pep_plus: Fix boolean logic precedence (thanks Link Mauve)
Fri, 13 Jul 2018 03:27:04 +0200 Kim Alvefur mod_pep_plus: Include an empty set of subscribers (fixes traceback)
Fri, 13 Jul 2018 01:14:31 +0200 Kim Alvefur mod_pep_plus: Don't save subscriptions since they are normally session based and transient
Fri, 06 Jul 2018 17:59:39 +0200 Kim Alvefur mod_pep_plus: Use service discovery helpers from pubsub.lib
Sun, 01 Jul 2018 03:43:14 +0200 Kim Alvefur mod_pep_plus: Support persistence of node configuration
Fri, 08 Jun 2018 23:03:34 +0200 Emmanuel Gil Peyrot mod_pep_plus: Prevent nil from being added as a child on item deletion.