aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_carbons.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" ↵Kim Alvefur2017-10-261-0/+3
| | | | (fixes #956)
* mod_carbons: Rename some variables for clarityKim Alvefur2016-12-081-4/+6
|
* mod_message, mod_carbons: Adjust event hook priorities to negative (core ↵Kim Alvefur2016-11-171-5/+5
| | | | modules should do this to make overriding from other modules easier)
* mod_carbons: Fix logic presendenceKim Alvefur2016-10-171-1/+1
|
* mod_carbons: Fix inverted logic (Thanks Ge0rg)}Kim Alvefur2016-09-231-1/+1
|
* mod_carbons: Compare with correct variableKim Alvefur2016-09-231-1/+1
|
* mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744)Kim Alvefur2016-09-231-2/+2
|
* plugins: Explicitly return to halt event propagation (session.send sometimes ↵Kim Alvefur2015-09-211-1/+2
| | | | does not return true)
* mod_carbons: Get full_ and bare_sessions from the prosody global [luacheck]Kim Alvefur2015-08-271-1/+1
|
* mod_carbons: Carbon chat messages or normal messages that have a bodyKim Alvefur2015-08-261-5/+3
|
* mod_carbons: Import XEP-0280 implementation from prosody-modules (sans ↵Kim Alvefur2015-01-161-0/+111
compat with older versions of the protocol)