log mod_muc_markers/mod_muc_markers.lua @ 4694:6c57b9e31586

age author description
Sat, 18 Sep 2021 11:51:48 +0100 Matthew Wild mod_muc_markers: Don't skip archiving markable messages (thanks nicoco)
Mon, 22 Mar 2021 15:55:02 +0000 Matthew Wild mod_muc_markers: Prevent any markers from reaching the archive, even if untracked
Mon, 18 Jan 2021 20:01:17 +0100 JC Brand mod_muc_markers: boolean should be used, not string
Fri, 15 Jan 2021 14:07:01 +0100 JC Brand mod_muc_markers: Add config setting to turn off sending of markers on MUC join
Mon, 14 Dec 2020 12:09:25 +0000 Matthew Wild mod_muc_markers: Add option for @id rewriting, default off (may break some clients)
Wed, 05 Aug 2020 14:57:10 +0100 Matthew Wild mod_muc_markers: Add room JID to log message
Tue, 07 Jul 2020 17:08:08 +0100 Matthew Wild mod_muc_markers: replace configurable multi-marker tracking with better system
Thu, 02 Jul 2020 12:07:08 +0100 Matthew Wild mod_muc_markers: Expose is_markable utility function to other modules
Thu, 21 May 2020 16:35:07 +0100 Matthew Wild mod_muc_markers: Allow tracking multiple markers
Thu, 21 May 2020 16:34:46 +0100 Matthew Wild mod_muc_markers: luacheck annotation
Tue, 05 May 2020 21:52:14 +0200 Kim Alvefur mod_muc_markers: Broadcast current markers on join
Tue, 05 May 2020 21:50:35 +0200 Kim Alvefur mod_muc_markers: Prevent storage instead of broadcast
Tue, 19 May 2020 14:06:42 +0100 Matthew Wild mod_muc_markers: Allow configuration of which marker to track, default to displayed
Mon, 13 Apr 2020 15:48:58 +0100 Matthew Wild mod_muc_markers: New module for server-side receipt tracking in MUCs