Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -4/+4 |
| | |||||
* | mod_message: Fire event for groupchat messages sent to bare JID | Matthew Wild | 2021-09-22 | 1 | -0/+9 |
| | | | | | | | | This is becoming more common in XMPP as people experiment with a MIX-like model where the bare JID joins a group chat instead of a full JID. Specifically right now this is being added to help with processing notifications from mod_muc_offline_delivery. | ||||
* | mod_message: Clarify purpose of username field in offline message event | Kim Alvefur | 2021-09-12 | 1 | -2/+2 |
| | | | | | Added in 03714861f8fc but it did not appear to be used anywhere until offline message "handling" was added to mod_mam in 8141645e3865 | ||||
* | mod_message: Stop advertising offline message support (mod_offline does that) | Kim Alvefur | 2021-03-24 | 1 | -2/+0 |
| | | | | mod_offline also already advertises this feature, so it's added twice. | ||||
* | Fix spelling throughout the codebase [codespell] | Kim Alvefur | 2018-02-04 | 1 | -2/+2 |
| | |||||
* | mod_message: Include username in event for offline messages | Kim Alvefur | 2017-05-10 | 1 | -0/+1 |
| | |||||
* | mod_message: Normalize indentation | Kim Alvefur | 2017-05-07 | 1 | -2/+2 |
| | |||||
* | mod_message: Remove TODO about privacy list (mod_privacy was removed) | Kim Alvefur | 2017-04-27 | 1 | -2/+0 |
| | |||||
* | mod_message: Return early on messages of type error (silences empty if ↵ | Kim Alvefur | 2017-03-06 | 1 | -1/+1 |
| | | | | branch warning) [luacheck] | ||||
* | mod_message, mod_carbons: Adjust event hook priorities to negative (core ↵ | Kim Alvefur | 2016-11-17 | 1 | -2/+2 |
| | | | | modules should do this to make overriding from other modules easier) | ||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -3/+3 |
| | |||||
* | mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, ↵ | Kim Alvefur | 2013-03-23 | 1 | -2/+2 |
| | | | | mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals | ||||
* | mod_message: Don't treat a message as delivered ok if session.send() returns ↵ | Matthew Wild | 2012-07-22 | 1 | -5/+6 |
| | | | | false | ||||
* | mod_message: Remove unused import of table.insert | Matthew Wild | 2012-04-28 | 1 | -1/+0 |
| | |||||
* | mod_message, mod_offline: Change message/offline/store -> message/offline/handle | Robert Hoelz | 2010-12-09 | 1 | -1/+1 |
| | |||||
* | mod_message: Send service-unavailable if offline storage fails. | Robert Hoelz | 2010-12-09 | 1 | -5/+8 |
| | |||||
* | core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager ↵ | Robert Hoelz | 2010-12-09 | 1 | -2/+5 |
| | | | | in favor of mod_offline. | ||||
* | mod_message: Discard headline messages sent to offline full JIDs (to follow ↵ | Waqas Hussain | 2010-07-26 | 1 | -1/+1 |
| | | | | latest spec updates). | ||||
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
| | |||||
* | mod_message: Advertise offline message support as per XEP-0160 (thanks nolan) | Matthew Wild | 2009-06-26 | 1 | -0/+2 |
| | |||||
* | mod_message, mod_presence: Maintain list of top resources. Less work in ↵ | Waqas Hussain | 2009-06-26 | 1 | -20/+2 |
| | | | | routing messages to bare JIDs. - #optimization | ||||
* | mod_message: Require stanza lib to prevent traceback on error replies | Matthew Wild | 2009-06-07 | 1 | -0/+1 |
| | |||||
* | mod_message: Fix global access | Waqas Hussain | 2009-06-02 | 1 | -0/+2 |
| | |||||
* | mod_message: A little cleanup | Waqas Hussain | 2009-06-01 | 1 | -22/+21 |
| | |||||
* | mod_message: mod_message now handles all cases | Waqas Hussain | 2009-06-01 | 1 | -18/+40 |
| | |||||
* | mod_message: Added code to handle error groupchat and headline messages to ↵ | Waqas Hussain | 2009-06-01 | 1 | -9/+27 |
| | | | | bare JID | ||||
* | mod_message: Move bare JID processing to it's own function | Waqas Hussain | 2009-06-01 | 1 | -16/+20 |
| | |||||
* | mod_message, mod_iq: A little cleanup | Waqas Hussain | 2009-05-30 | 1 | -1/+1 |
| | |||||
* | mod_message: Initial commit | Waqas Hussain | 2009-05-30 | 1 | -0/+41 |