log mod_carbons/mod_carbons.lua @ 854:1c64ab8ae374

age author description
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.