log mod_pubsub_text_interface/mod_pubsub_text_interface.lua @ 5819:bb51cf204dd4 default tip

age author description
Sun, 08 Jan 2023 17:54:11 +0100 Kim Alvefur mod_pubsub_text_interface: Try to clarify help message wrt node arguments
Sun, 08 Jan 2023 17:53:14 +0100 Kim Alvefur mod_pubsub_text_interface: Improve error messages
Fri, 13 Aug 2021 01:06:15 +0200 Kim Alvefur mod_pubsub_text_interface: Move quick response out of unknown command text
Fri, 13 Aug 2021 00:57:33 +0200 Kim Alvefur mod_pubsub_text_interface: Fix move quick response tags out of <body>
Tue, 02 Mar 2021 19:20:41 +0100 Kim Alvefur mod_pubsub_text_interface: Pass node object to broadcaster for config access
Thu, 05 Nov 2020 21:51:48 +0100 Kim Alvefur mod_pubsub_text_interface: Remove receipt handling (thanks meaz)
Wed, 10 Jun 2020 12:21:10 +0200 Kim Alvefur mod_pubsub_text_interface: Reflect XEP-0334 hints
Wed, 10 Jun 2020 12:15:11 +0200 Kim Alvefur mod_pubsub_text_interface: Hint at possible commands using XEP-0439: Quick Response
Fri, 09 Aug 2019 19:01:58 +0200 Kim Alvefur mod_pubsub_text_interface: Respond to receipts
Fri, 15 Mar 2019 04:27:52 +0100 Kim Alvefur mod_pubsub_text_interface: Remove unused variable [luacheck]
Fri, 15 Mar 2019 04:26:54 +0100 Kim Alvefur mod_pubsub_text_interface: Add command for listing current subscriptions
Thu, 03 Jan 2019 16:07:31 +0100 Kim Alvefur mod_pubsub_text_interface: Send replies trough normal stanza routing
Sun, 23 Sep 2018 16:43:03 +0200 Kim Alvefur mod_pubsub_text_interface: Handle lack of `pubsub:get_last_item` in Prosody 0.10
Fri, 31 Aug 2018 21:16:45 +0200 Kim Alvefur mod_pubsub_text_interface: Add a 'last' command for sending the last item
Mon, 20 Aug 2018 23:20:01 +0200 Kim Alvefur mod_pubsub_text_interface: Ignore whitespace after all commands
Mon, 20 Aug 2018 23:18:43 +0200 Kim Alvefur mod_pubsub_text_interface: Rename variable to avoid name clash [luacheck]
Mon, 20 Aug 2018 22:58:30 +0200 Kim Alvefur mod_pubsub_text_interface: Fix chain that accidentally produced nested <body>
Mon, 20 Aug 2018 22:52:20 +0200 Kim Alvefur mod_pubsub_text_interface: Generate a stanza id for replies
Mon, 20 Aug 2018 17:09:20 +0200 Kim Alvefur mod_pubsub_text_interface: A chat interface to PubSub