log plugins/mod_pubsub/mod_pubsub.lua @ 13241:0419de4e4db1

age author description
Mon, 17 Jul 2023 01:38:54 +0200 Kim Alvefur plugins: Use integer config API with interval specification where sensible
Sat, 16 Jan 2021 21:04:58 +0100 Kim Alvefur plugins: Use get_option_enum where appropriate
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Wed, 22 Mar 2023 11:39:19 +0000 Matthew Wild mod_pubsub, mod_pep: Support per-node configurable inclusion of publisher
Wed, 15 Jun 2022 12:15:01 +0100 Matthew Wild Switch to a new role-based authorization framework, removing is_admin()
Mon, 21 Mar 2022 12:36:20 +0000 Matthew Wild mod_pubsub: Don't attempt to use server actor as publisher (fixes #1723) 0.12
Mon, 24 Jan 2022 23:06:45 +0100 Kim Alvefur mod_pubsub: Allow configuring summary templates
Mon, 24 Jan 2022 23:04:38 +0100 Kim Alvefur mod_pubsub: Use the util.xtemplate to render Atom summary
Mon, 24 Jan 2022 23:05:26 +0100 Kim Alvefur mod_pubsub: Use the 'pubsub#type' setting to pick summary generator
Thu, 06 Jan 2022 01:18:35 +0100 Kim Alvefur util.pubsub: Fix item store resize to "max"
Tue, 07 Dec 2021 13:03:55 +0100 Kim Alvefur mod_pubsub: Allow specifying the JID of the pubsub service
Wed, 20 Oct 2021 17:32:34 +0200 Kim Alvefur mod_pubsub,mod_pep: Advertise maximum number of items via XEP-0122
Thu, 29 Jul 2021 17:37:27 +0200 Kim Alvefur mod_pubsub: Update callbacks on reload to more completely refresh config
Sun, 25 Jul 2021 18:58:25 +0200 Kim Alvefur mod_pubsub: Update configuration on reload (fixes #1382)
Sun, 25 Jul 2021 16:33:19 +0200 Kim Alvefur mod_pubsub: Silence warning about 'service' as argument [luacheck]