Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_carbons: Fix handling of incoming MUC PMs #1540 | Kim Alvefur | 2020-04-26 | 1 | -1/+1 |
| | | | | | | | 27f5db07bec9 fixed this wrong. The code is supposed to check if the stanza is NOT sent to your bare JID. A MUC PM is always sent to your full JID. Hopefully nobody sends MUC invites to full JIDs, because those would be skipped by this as well. | ||||
* | mod_carbons: Synthesize a 'to' attribute for carbons of stanzas to "self" ↵ | Kim Alvefur | 2017-10-26 | 1 | -0/+3 |
| | | | | (fixes #956) | ||||
* | mod_carbons: Rename some variables for clarity | Kim Alvefur | 2016-12-08 | 1 | -4/+6 |
| | |||||
* | mod_message, mod_carbons: Adjust event hook priorities to negative (core ↵ | Kim Alvefur | 2016-11-17 | 1 | -5/+5 |
| | | | | modules should do this to make overriding from other modules easier) | ||||
* | mod_carbons: Fix logic presendence | Kim Alvefur | 2016-10-17 | 1 | -1/+1 |
| | |||||
* | mod_carbons: Fix inverted logic (Thanks Ge0rg)} | Kim Alvefur | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | mod_carbons: Compare with correct variable | Kim Alvefur | 2016-09-23 | 1 | -1/+1 |
| | |||||
* | mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744) | Kim Alvefur | 2016-09-23 | 1 | -2/+2 |
| | |||||
* | plugins: Explicitly return to halt event propagation (session.send sometimes ↵ | Kim Alvefur | 2015-09-21 | 1 | -1/+2 |
| | | | | does not return true) | ||||
* | mod_carbons: Get full_ and bare_sessions from the prosody global [luacheck] | Kim Alvefur | 2015-08-27 | 1 | -1/+1 |
| | |||||
* | mod_carbons: Carbon chat messages or normal messages that have a body | Kim Alvefur | 2015-08-26 | 1 | -5/+3 |
| | |||||
* | mod_carbons: Import XEP-0280 implementation from prosody-modules (sans ↵ | Kim Alvefur | 2015-01-16 | 1 | -0/+111 |
compat with older versions of the protocol) |