log mod_muc_markers/mod_muc_markers.lua @ 5682:527c747711f3

age author description
2021-09-18 Matthew Wild mod_muc_markers: Don't skip archiving markable messages (thanks nicoco)
2021-03-22 Matthew Wild mod_muc_markers: Prevent any markers from reaching the archive, even if untracked
2021-01-18 JC Brand mod_muc_markers: boolean should be used, not string
2021-01-15 JC Brand mod_muc_markers: Add config setting to turn off sending of markers on MUC join
2020-12-14 Matthew Wild mod_muc_markers: Add option for @id rewriting, default off (may break some clients)
2020-08-05 Matthew Wild mod_muc_markers: Add room JID to log message
2020-07-07 Matthew Wild mod_muc_markers: replace configurable multi-marker tracking with better system
2020-07-02 Matthew Wild mod_muc_markers: Expose is_markable utility function to other modules
2020-05-21 Matthew Wild mod_muc_markers: Allow tracking multiple markers
2020-05-21 Matthew Wild mod_muc_markers: luacheck annotation
2020-05-05 Kim Alvefur mod_muc_markers: Broadcast current markers on join
2020-05-05 Kim Alvefur mod_muc_markers: Prevent storage instead of broadcast
2020-05-19 Matthew Wild mod_muc_markers: Allow configuration of which marker to track, default to displayed
2020-04-13 Matthew Wild mod_muc_markers: New module for server-side receipt tracking in MUCs