log mod_carbons/mod_carbons.lua @ 1880:a7c1f1b6ef05

age author description
Mon, 21 Sep 2015 20:03:08 +0200 Kim Alvefur mod_admin_web,mod_carbons,mod_csi_compat,mod_mam_muc,mod_tcpproxy: Explicitly return true
Thu, 27 Aug 2015 12:17:12 +0200 Kim Alvefur mod_carbons: Get full_ and bare_sessions from the prosody global [luacheck]
Thu, 27 Aug 2015 12:16:39 +0200 Kim Alvefur mod_carbons: Stanza, not standard, silly autocomplete (Thanks mt)
Wed, 26 Aug 2015 17:35:41 +0200 Kim Alvefur mod_carbons: Carbon chat messages or normal messages that have a body
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Fri, 28 Feb 2014 15:37:55 +0100 Kim Alvefur Backed out changeset 853a382c9bd6
Fri, 28 Feb 2014 15:36:06 +0100 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
Sat, 22 Feb 2014 13:26:22 +0100 Kim Alvefur mod_carbons: Ignore messages tagged as private in both directions (thanks hoedlmoser)
Sat, 22 Feb 2014 13:25:01 +0100 Kim Alvefur mod_carbons: Ignore MUC PMs if tagged as such
Thu, 05 Sep 2013 01:02:01 +0200 Kim Alvefur mod_carbons: Use iq-type events
Thu, 05 Sep 2013 01:00:08 +0200 Kim Alvefur mod_carbons: Handle enabled/disable with the same callback for all versions
Wed, 21 Aug 2013 19:03:16 +0200 Kim Alvefur mod_carbons: Fix <private/> handling
Sun, 11 Aug 2013 23:37:26 +0200 Kim Alvefur mod_carbons: Add support for XEP-0334: Message Processing Hints
Fri, 18 Jan 2013 10:00:59 +0100 Kim Alvefur mod_carbons: Catch outgoing messages to hosts (thanks waqas)
Wed, 16 Jan 2013 02:27:49 +0100 Florian Zeitz mod_carbons: <forwarded/> should be nested in <sent/>/<received/>
Sun, 23 Dec 2012 19:30:28 +0100 Michael Holzt mod_carbons: Make support for v0 disabled by default, don't send v0 carbons for c2s
Sat, 22 Dec 2012 15:36:55 +0100 Kim Alvefur mod_carbons: Support the pre-forwarding version of Carbons. Please don't implement this.
Sat, 27 Oct 2012 20:02:10 +0200 Kim Alvefur mod_carbons: Advertise support for the previous version
Wed, 17 Oct 2012 03:47:15 +0200 Kim Alvefur mod_carbons: Update to latest version of XEP-0280, while supporting the old version.
Sat, 22 Sep 2012 02:06:21 +0200 Kim Alvefur mod_carbons: Fix logic, top resources should only be excluded for incoming messages
Sat, 22 Sep 2012 01:56:59 +0200 Kim Alvefur mod_carbons: Less complicated assignments (thanks waqas)
Wed, 19 Sep 2012 16:36:32 +0200 Kim Alvefur mod_carbons: Fix handling of messages from remote hosts
Tue, 18 Sep 2012 21:05:41 +0200 Kim Alvefur mod_carbons: Optimize and clarify (thanks waqas)
Tue, 18 Sep 2012 18:58:13 +0200 Kim Alvefur mod_carbons: Add comments and rename some variables to make it clearer
Sun, 26 Aug 2012 18:56:50 +0200 Kim Alvefur mod_carbons: Merge enable and disable handlers
Mon, 16 Jul 2012 22:30:43 +0200 Kim Alvefur mod_carbons: Unconditionally set namespace of forwarded message.
Sun, 06 May 2012 23:27:28 +0200 Kim Alvefur mod_carbons: Move creation of the carbon stanza out of the loop.
Tue, 28 Feb 2012 14:33:35 +0100 Kim Alvefur mod_carbons: Remove useless protection against loop that can't happen
Tue, 28 Feb 2012 14:20:43 +0100 Kim Alvefur mod_carbons: Make sure parameters to log() are strings.
Sun, 12 Feb 2012 16:35:54 +0100 Kim Alvefur mod_carbons: Use session.send instead of passing carbon through all the routing
Thu, 09 Feb 2012 13:06:14 +0100 Kim Alvefur mod_carbons: Add more debug logging
Sat, 28 Jan 2012 15:10:04 +0100 Kim Alvefur mod_carbons: Don't try to send carbons for entirely offline users.
Tue, 10 Jan 2012 21:17:13 +0100 Kim Alvefur mod_carbons: Update to Carbons v0.6.
Fri, 06 Jan 2012 12:10:29 +0100 Kim Alvefur mod_carbons: Add MIT license statement.
Fri, 06 Jan 2012 12:09:48 +0100 Kim Alvefur mod_carbons: Remove completed TODO
Wed, 14 Dec 2011 18:42:55 +0100 Kim Alvefur mod_carbons: Fix a typo and unindent a line.
Sat, 26 Nov 2011 09:06:04 +0100 Kim Alvefur mod_carbons: Consolidate message handlers
Sun, 30 Oct 2011 01:41:33 +0200 Kim Alvefur mod_carbons: Fix top_resources loop and correctly stamp sent messages (thanks xnyhps)
Sat, 29 Oct 2011 19:59:48 +0200 Kim Alvefur mod_carbons: Initial commit.