prosody-modules
log
graph
tags
bookmarks
branches
885d696473d2
browse
changeset
mod_muc_inject_mentions/mod_muc_inject_mentions.lua
annotate
comparison
diff
file
raw
Log
latest
help
RSS:
Atom:
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody-modules
Log
mod_muc_inject_mentions/mod_muc_inject_mentions.lua @ 5145:
885d696473d2
less
more
|
(0)
tip
description
author
age
Improve UX by providing defaults users expect
Seve Ferrer
2020-12-22
End value is index+1 as per the newest revision https://xmpp.org/extensions/xep-0372.html#revision-history-v0.4.0
Seve Ferrer
2020-12-22
mod_muc_inject_mentions: Add new setting to trigger mentions only if a prefix is found
Seve Ferrer
2020-11-17
mod_muc_inject_mentions: Make module scalable by iterating through the body instead of participants list as the main loop
Seve Ferrer
2020-11-14
mod_muc_inject_mentions: Add new configuration setting to choose between registered nicknames or online participants
Seve Ferrer
2020-10-01
mod_muc_inject_mentions: Add new configuration setting to strip out prefixes from mentions
Seve Ferrer
2020-09-30
mod_muc_inject_mentions: Should not append mentions by default
Seve Ferrer
2020-09-29
mod_muc_inject_mentions: Add new configuration setting to look for mentions even if the client sent some already
Seve Ferrer
2020-09-29
mod_muc_inject_mentions: Improve mentions lookup by using a set instead of a list
Seve Ferrer
2020-09-28
mod_muc_inject_mentions: Refactor code using in_list utility function to improve readability
Seve Ferrer
2020-09-28
mod_muc_inject_mentions: Catch nicknames between new lines
Seve Ferrer
2020-09-20
mod_muc_inject_mentions: Allow suffixes to be used after a new line
Seve Ferrer
2020-09-20
mod_muc_inject_mentions: Allow suffixes to be used before a new line
Seve Ferrer
2020-09-20
mod_muc_inject_mentions: Allow preffixes to be used after a new line
Seve Ferrer
2020-09-20
mod_muc_inject_mentions: (W311) value assigned to variable _first is overwritten on line 104 before use
Seve Ferrer
2020-09-20
mod_muc_inject_mentions: (W211) unused variable node, (W211) unused variable host
Seve Ferrer
2020-09-20
mod_muc_inject_mentions: (W213) unused loop variable i
Seve Ferrer
2020-09-20
mod_muc_inject_mentions: Publish module to repository
Seve Ferrer
2020-09-20
less
more
|
(0)
tip