log mod_muc_inject_mentions/mod_muc_inject_mentions.lua @ 4575:5b4f43b90766

age author description
Tue, 22 Dec 2020 11:27:20 +0100 Seve Ferrer Improve UX by providing defaults users expect
Tue, 22 Dec 2020 11:18:46 +0100 Seve Ferrer End value is index+1 as per the newest revision https://xmpp.org/extensions/xep-0372.html#revision-history-v0.4.0
Tue, 17 Nov 2020 13:45:33 +0100 Seve Ferrer mod_muc_inject_mentions: Add new setting to trigger mentions only if a prefix is found
Sat, 14 Nov 2020 18:02:49 +0100 Seve Ferrer mod_muc_inject_mentions: Make module scalable by iterating through the body instead of participants list as the main loop
Thu, 01 Oct 2020 16:20:09 +0200 Seve Ferrer mod_muc_inject_mentions: Add new configuration setting to choose between registered nicknames or online participants
Wed, 30 Sep 2020 13:14:46 +0200 Seve Ferrer mod_muc_inject_mentions: Add new configuration setting to strip out prefixes from mentions
Tue, 29 Sep 2020 17:14:41 +0200 Seve Ferrer mod_muc_inject_mentions: Should not append mentions by default
Tue, 29 Sep 2020 17:05:14 +0200 Seve Ferrer mod_muc_inject_mentions: Add new configuration setting to look for mentions even if the client sent some already
Mon, 28 Sep 2020 18:46:33 +0200 Seve Ferrer mod_muc_inject_mentions: Improve mentions lookup by using a set instead of a list
Mon, 28 Sep 2020 15:30:22 +0200 Seve Ferrer mod_muc_inject_mentions: Refactor code using in_list utility function to improve readability
Sun, 20 Sep 2020 15:24:09 +0200 Seve Ferrer mod_muc_inject_mentions: Catch nicknames between new lines
Sun, 20 Sep 2020 15:04:22 +0200 Seve Ferrer mod_muc_inject_mentions: Allow suffixes to be used after a new line
Sun, 20 Sep 2020 14:57:55 +0200 Seve Ferrer mod_muc_inject_mentions: Allow suffixes to be used before a new line
Sun, 20 Sep 2020 14:45:58 +0200 Seve Ferrer mod_muc_inject_mentions: Allow preffixes to be used after a new line
Sun, 20 Sep 2020 13:45:32 +0200 Seve Ferrer mod_muc_inject_mentions: (W311) value assigned to variable _first is overwritten on line 104 before use
Sun, 20 Sep 2020 13:38:31 +0200 Seve Ferrer mod_muc_inject_mentions: (W211) unused variable node, (W211) unused variable host
Sun, 20 Sep 2020 13:34:18 +0200 Seve Ferrer mod_muc_inject_mentions: (W213) unused loop variable i
Sun, 20 Sep 2020 10:31:02 +0200 Seve Ferrer mod_muc_inject_mentions: Publish module to repository