log mod_carbons/mod_carbons.lua @ 1963:98d757dc0771

age author description
2015-09-21 Kim Alvefur mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
2015-08-27 Kim Alvefur mod_carbons: Get full_ and bare_sessions from the prosody global [luacheck]
2015-08-27 Kim Alvefur mod_carbons: Stanza, not standard, silly autocomplete (Thanks mt)
2015-08-26 Kim Alvefur mod_carbons: Carbon chat messages or normal messages that have a body
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2014-02-28 Kim Alvefur Backed out changeset 853a382c9bd6
2014-02-28 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
2014-02-22 Kim Alvefur mod_carbons: Ignore messages tagged as private in both directions (thanks hoedlmoser)
2014-02-22 Kim Alvefur mod_carbons: Ignore MUC PMs if tagged as such
2013-09-04 Kim Alvefur mod_carbons: Use iq-type events
2013-09-04 Kim Alvefur mod_carbons: Handle enabled/disable with the same callback for all versions
2013-08-21 Kim Alvefur mod_carbons: Fix <private/> handling
2013-08-11 Kim Alvefur mod_carbons: Add support for XEP-0334: Message Processing Hints
2013-01-18 Kim Alvefur mod_carbons: Catch outgoing messages to hosts (thanks waqas)
2013-01-16 Florian Zeitz mod_carbons: <forwarded/> should be nested in <sent/>/<received/>
2012-12-23 Michael Holzt mod_carbons: Make support for v0 disabled by default, don't send v0 carbons for c2s
2012-12-22 Kim Alvefur mod_carbons: Support the pre-forwarding version of Carbons. Please don't implement this.
2012-10-27 Kim Alvefur mod_carbons: Advertise support for the previous version
2012-10-17 Kim Alvefur mod_carbons: Update to latest version of XEP-0280, while supporting the old version.
2012-09-22 Kim Alvefur mod_carbons: Fix logic, top resources should only be excluded for incoming messages
2012-09-21 Kim Alvefur mod_carbons: Less complicated assignments (thanks waqas)
2012-09-19 Kim Alvefur mod_carbons: Fix handling of messages from remote hosts
2012-09-18 Kim Alvefur mod_carbons: Optimize and clarify (thanks waqas)
2012-09-18 Kim Alvefur mod_carbons: Add comments and rename some variables to make it clearer
2012-08-26 Kim Alvefur mod_carbons: Merge enable and disable handlers
2012-07-16 Kim Alvefur mod_carbons: Unconditionally set namespace of forwarded message.
2012-05-06 Kim Alvefur mod_carbons: Move creation of the carbon stanza out of the loop.
2012-02-28 Kim Alvefur mod_carbons: Remove useless protection against loop that can't happen
2012-02-28 Kim Alvefur mod_carbons: Make sure parameters to log() are strings.
2012-02-12 Kim Alvefur mod_carbons: Use session.send instead of passing carbon through all the routing