log mod_muc_inject_mentions/mod_muc_inject_mentions.lua @ 5303:b10a7082b3c3

age author description
2020-12-22 Seve Ferrer Improve UX by providing defaults users expect
2020-12-22 Seve Ferrer End value is index+1 as per the newest revision https://xmpp.org/extensions/xep-0372.html#revision-history-v0.4.0
2020-11-17 Seve Ferrer mod_muc_inject_mentions: Add new setting to trigger mentions only if a prefix is found
2020-11-14 Seve Ferrer mod_muc_inject_mentions: Make module scalable by iterating through the body instead of participants list as the main loop
2020-10-01 Seve Ferrer mod_muc_inject_mentions: Add new configuration setting to choose between registered nicknames or online participants
2020-09-30 Seve Ferrer mod_muc_inject_mentions: Add new configuration setting to strip out prefixes from mentions
2020-09-29 Seve Ferrer mod_muc_inject_mentions: Should not append mentions by default
2020-09-29 Seve Ferrer mod_muc_inject_mentions: Add new configuration setting to look for mentions even if the client sent some already
2020-09-28 Seve Ferrer mod_muc_inject_mentions: Improve mentions lookup by using a set instead of a list
2020-09-28 Seve Ferrer mod_muc_inject_mentions: Refactor code using in_list utility function to improve readability
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Catch nicknames between new lines
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Allow suffixes to be used after a new line
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Allow suffixes to be used before a new line
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Allow preffixes to be used after a new line
2020-09-20 Seve Ferrer mod_muc_inject_mentions: (W311) value assigned to variable _first is overwritten on line 104 before use
2020-09-20 Seve Ferrer mod_muc_inject_mentions: (W211) unused variable node, (W211) unused variable host
2020-09-20 Seve Ferrer mod_muc_inject_mentions: (W213) unused loop variable i
2020-09-20 Seve Ferrer mod_muc_inject_mentions: Publish module to repository