Log

util/stanza.lua @ 5989:5aaddafe0beb

description author age
util.stanza: Use correct index when replacing the tag in .tags (thanks daurnimator) Matthew Wild Fri, 05 Apr 2013 19:59:48 +0100
util.stanza: Add stanza:find(), a light weight XPath-like method Kim Alvefur Thu, 04 Apr 2013 20:05:35 +0200
util.stanza: :maptags(): Fixes to make loop more robust on item removal Matthew Wild Wed, 03 Apr 2013 13:38:27 +0100
util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44) Kim Alvefur Tue, 21 Aug 2012 15:33:07 +0200
util.stanza: Make stanza:childtags() behave like :get_child() Kim Alvefur Thu, 05 Jul 2012 17:58:47 +0200
util.stanza: Remove unused function imports Matthew Wild Sat, 28 Apr 2012 02:38:56 +0100
util.stanza: Remove unused __add metamethod Matthew Wild Wed, 21 Dec 2011 07:58:22 +0000
Merge 0.8->trunk Matthew Wild Thu, 24 Feb 2011 02:04:56 +0000
util.stanza: Whitespace fix after merge (complicated) Matthew Wild Thu, 24 Feb 2011 02:04:38 +0000
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible) Matthew Wild Tue, 22 Feb 2011 07:37:52 +0000
util.stanza: Rewrite clone() to be more optimized. Waqas Hussain Sun, 20 Feb 2011 19:16:56 +0500
util.stanza: Clean up matching_tags() and replace :childtags() with it Matthew Wild Sat, 19 Feb 2011 02:31:06 +0000
util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible) Matthew Wild Tue, 22 Feb 2011 07:37:52 +0000
util.stanza: Rewrite clone() to be more optimized. Waqas Hussain Sun, 20 Feb 2011 19:16:56 +0500
util.stanza: Make some globals local, so they don't clutter the global checking script's output. It's also a minor optimization ;) Waqas Hussain Thu, 03 Feb 2011 13:13:49 +0500