log mod_carbons/mod_carbons.lua @ 2398:7e922b968b44

age author description
2016-11-18 Kim Alvefur mod_carbons: Comment about the priority
2016-11-17 Kim Alvefur mod_carbons: Adjust event hook priorities to be between mod_message and mod_firewall (see #669)
2016-10-18 Kim Alvefur mod_carbons: Fix logic presendence
2016-09-23 Kim Alvefur mod_carbons: Fix inverted logic (Thanks Ge0rg)
2016-09-23 Kim Alvefur mod_carbons: Compare with correct variable
2016-09-23 Kim Alvefur mod_carbons: Make the conditions for ignoring MUC PMs more specific (fixes #744)
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
2012-02-09 Kim Alvefur mod_carbons: Add more debug logging
2012-01-28 Kim Alvefur mod_carbons: Don't try to send carbons for entirely offline users.
2012-01-10 Kim Alvefur mod_carbons: Update to Carbons v0.6.
2012-01-06 Kim Alvefur mod_carbons: Add MIT license statement.
2012-01-06 Kim Alvefur mod_carbons: Remove completed TODO
2011-12-14 Kim Alvefur mod_carbons: Fix a typo and unindent a line.
2011-11-26 Kim Alvefur mod_carbons: Consolidate message handlers
2011-10-29 Kim Alvefur mod_carbons: Fix top_resources loop and correctly stamp sent messages (thanks xnyhps)
2011-10-29 Kim Alvefur mod_carbons: Initial commit.