util/stanza.lua
Fri, 17 Dec 2010 17:28:05 +0100 Kim Alvefur util.stanza: Iterate on childtags instead of all childs.
Sat, 11 Dec 2010 22:34:29 +0000 Matthew Wild util.stanza: Change get_error() to return nil rather than '' for no text
Fri, 26 Nov 2010 05:23:37 +0500 Waqas Hussain util.stanza, util.xmppstream, core.xmlhandlers: Allow stanza.last_add to be nil, and set it nil by default. Saves a table allocation per-element. 20% faster stanza building.
Tue, 21 Sep 2010 17:24:25 +0500 Waqas Hussain util.stanza: Make the current element <message> instead of <body> when body text is passed to st.message().
Mon, 30 Aug 2010 04:55:12 +0100 Matthew Wild util.stanza: stanza:matched_children() -> stanza:matching_tags()
Mon, 30 Aug 2010 04:53:41 +0100 Matthew Wild util.stanza: Add stanza:maptags() to apply a function over child tags (return nil to remove tag from stanza)
Sun, 29 Aug 2010 15:07:00 +0100 Matthew Wild util.stanza: Optimisation, remove useless if...then in stanza:children() iterator
Sun, 29 Aug 2010 15:04:34 +0100 Matthew Wild util.stanza: Add stanza:matched_children(name, xmlns) [name suggestions welcome]
Sat, 03 Apr 2010 23:09:11 +0100 Matthew Wild Merge 0.6->0.7
Thu, 01 Apr 2010 19:12:08 +0500 Waqas Hussain util.stanza: Fixed some more nil global accesses.
Thu, 01 Apr 2010 19:08:25 +0500 Waqas Hussain util.stanza: Fixed a nil global access.
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Sun, 31 Jan 2010 19:27:52 +0000 Matthew Wild util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>
Tue, 02 Mar 2010 00:50:54 +0500 Waqas Hussain util.stanza: Fixed nil global accesses.
Sun, 31 Jan 2010 19:27:52 +0000 Matthew Wild util.stanza: stanza.error_reply(): Fix to put the correct namespace on <text>
Fri, 29 Jan 2010 14:22:03 +0000 Matthew Wild util.stanza: Add stanza:get_error() to return type, condition and text of a stanza error
Thu, 21 Jan 2010 13:22:41 +0000 Matthew Wild util.stanza: Trailing whitespace
Mon, 30 Nov 2009 16:39:27 +0000 Matthew Wild util.stanza: Add stanza:get_child(name, xmlns) to find a child tag given a name/xmlns
Thu, 12 Nov 2009 13:42:44 +0500 Waqas Hussain Changed separator between attribute names and prefixes from '|' to '\1' (optimization and cleanup).
Sat, 17 Oct 2009 19:47:01 +0100 Matthew Wild util.stanza: Don't add xmlns to tags when serializing if same as the parent tag's xmlns. Should hopefully shut up Gajim once and for all :)
Thu, 08 Oct 2009 20:06:07 +0100 Matthew Wild util.stanza: Remove silly dependency on util.logger
Tue, 06 Oct 2009 19:17:28 +0100 Matthew Wild util.stanza: Soften dependency on util.termcolours
Tue, 06 Oct 2009 18:05:31 +0100 Matthew Wild util.stanza: Make xml_escape publicly accessible
Sun, 04 Oct 2009 14:03:08 +0100 Matthew Wild util.stanza: Add __type to metatable
Fri, 10 Jul 2009 03:11:45 +0100 Matthew Wild Remove version number from copyright headers
Fri, 10 Jul 2009 02:25:14 +0100 Matthew Wild util.stanza: Convert spaces to tabs
Sat, 27 Jun 2009 08:38:52 +0500 Waqas Hussain util.stanza: Serializer optimizations, and nicer output for empty elements
Fri, 26 Jun 2009 05:54:55 +0100 Matthew Wild util.stanza: Add stanza:get_text() to retrieve all child text nodes #api
Thu, 25 Jun 2009 17:22:53 +0500 Waqas Hussain util.stanza: Rewrote stanza_mt.__tostring. 20-30% faster stanza serialization. - #optimization
less more (0) -50 -30 tip