Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
2018-02-04 |
mod_message: Include username in event for offline messages
|
Kim Alvefur |
2017-05-10 |
mod_message: Normalize indentation
|
Kim Alvefur |
2017-05-07 |
mod_message: Remove TODO about privacy list (mod_privacy was removed)
|
Kim Alvefur |
2017-04-27 |
mod_message: Return early on messages of type error (silences empty if branch warning) [luacheck]
|
Kim Alvefur |
2017-03-06 |
mod_message, mod_carbons: Adjust event hook priorities to negative (core modules should do this to make overriding from other modules easier)
|
Kim Alvefur |
2016-11-17 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
mod_announce, mod_auth_anonymous, mod_c2s, mod_c2s, mod_component, mod_iq, mod_message, mod_presence, mod_tls: Access prosody.{hosts,bare_sessions,full_sessions} instead of the old globals
|
Kim Alvefur |
2013-03-23 |
mod_message: Don't treat a message as delivered ok if session.send() returns false
|
Matthew Wild |
2012-07-22 |
mod_message: Remove unused import of table.insert
|
Matthew Wild |
2012-04-28 |
mod_message, mod_offline: Change message/offline/store -> message/offline/handle
|
Robert Hoelz |
2010-12-09 |
mod_message: Send service-unavailable if offline storage fails.
|
Robert Hoelz |
2010-12-09 |
core.offlinemanager, mod_message, mod_presence: Removed core.offlinemanager in favor of mod_offline.
|
Robert Hoelz |
2010-12-09 |
mod_message: Discard headline messages sent to offline full JIDs (to follow latest spec updates).
|
Waqas Hussain |
2010-07-25 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
Add copyright header to those files missing one
|
Matthew Wild |
2009-07-10 |
mod_message: Advertise offline message support as per XEP-0160 (thanks nolan)
|
Matthew Wild |
2009-06-26 |
mod_message, mod_presence: Maintain list of top resources. Less work in routing messages to bare JIDs. - #optimization
|
Waqas Hussain |
2009-06-26 |
mod_message: Require stanza lib to prevent traceback on error replies
|
Matthew Wild |
2009-06-07 |
mod_message: Fix global access
|
Waqas Hussain |
2009-06-02 |
mod_message: A little cleanup
|
Waqas Hussain |
2009-06-01 |
mod_message: mod_message now handles all cases
|
Waqas Hussain |
2009-06-01 |
mod_message: Added code to handle error groupchat and headline messages to bare JID
|
Waqas Hussain |
2009-06-01 |
mod_message: Move bare JID processing to it's own function
|
Waqas Hussain |
2009-06-01 |
mod_message, mod_iq: A little cleanup
|
Waqas Hussain |
2009-05-30 |
mod_message: Initial commit
|
Waqas Hussain |
2009-05-30 |