util/stanza.lua
Thu, 13 Sep 2018 16:35:48 +0100 Matthew Wild util.stanza: Don't automatically generate ids for iq stanzas
Sun, 19 Aug 2018 21:56:33 +0100 Matthew Wild util.stanza + tests: Bail out of loop if we are iterating too far, fixes #981
Sun, 08 Jul 2018 19:12:17 +0200 Kim Alvefur Merge 0.10->trunk
Sun, 08 Jul 2018 16:48:59 +0200 Kim Alvefur util.stanza: Add method for removing all children with a specific name, xmlns
Fri, 08 Jun 2018 17:44:44 +0200 Kim Alvefur util.stanza: Remove redundant check from :text now done in :add_direct_child
Fri, 08 Jun 2018 17:06:21 +0200 Kim Alvefur util.stanza: Verify that other objects added as children are valid strings
Fri, 08 Jun 2018 17:04:47 +0200 Kim Alvefur util.stanza: Verify that child tags added are really stanzas (closes #1165)
Wed, 21 Mar 2018 23:20:26 +0100 Kim Alvefur util.stanza: Add :text_tag(), a shortcut for adding nodes with text
Wed, 21 Mar 2018 22:04:20 +0000 Matthew Wild util.stanza: Allow :text(nil) and :text("") as harmless nops
Sun, 18 Mar 2018 11:32:00 +0000 Matthew Wild util.stanza: Switch from asserts to if's, improve performance, errors and tests
Fri, 16 Mar 2018 14:51:24 +0000 Matthew Wild util.stanza: Add stricter validation for data passed to stanza builder API
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Fri, 16 Feb 2018 08:16:38 +0100 Kim Alvefur util.stanza: Change __type to __name as this is used by Lua 5.3 in some error reporting functions
Fri, 10 Nov 2017 05:42:32 +0100 Kim Alvefur util: Various minor changes to please [luacheck]
Fri, 02 Dec 2016 11:13:05 +0100 Kim Alvefur Merge 0.10->trunk
Mon, 28 Nov 2016 07:30:21 +0100 Kim Alvefur util.stanza: Add an is_stanza() function to check if an object is a stanza
Wed, 09 Mar 2016 13:19:38 +0000 Matthew Wild Merge 0.10->trunk
Wed, 09 Mar 2016 12:37:56 +0000 Matthew Wild util.stanza: Some code cleanup [luacheck]
Tue, 08 Dec 2015 23:15:42 +0000 Matthew Wild util.stanza, util.xml, util.xmppstream: Add support for tracking defined namespaces and their prefix (stanza.namespaces), knowing/preserving prefix names is required for some applications (thanks daurnimator)
Thu, 03 Sep 2015 23:39:00 +0200 Kim Alvefur util.stanza: Export xml_escape (missed during removal of module() calls)
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Sun, 26 Oct 2014 20:57:06 +0100 Kim Alvefur Merge 0.9->0.10
Fri, 24 Oct 2014 23:20:06 +0100 Matthew Wild Backout changeset 6e67c73f730c: not a major fix and it breaks interop with at least Isode M-Link, and possibly standards, while it's not clear it actually fixes the original problem either. 0.9.7
Wed, 08 Oct 2014 18:42:33 -0400 Waqas Hussain Merge 0.9->0.10
Wed, 08 Oct 2014 15:56:11 -0400 Waqas Hussain util.stanza: Escape newlines and tabs (\r\n\t) when serializing stanzas. \r\n transforms into \n otherwise, and \r\n\t in attributes transforms into spaces.
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Fri, 05 Apr 2013 19:59:48 +0100 Matthew Wild util.stanza: Use correct index when replacing the tag in .tags (thanks daurnimator)
Thu, 04 Apr 2013 20:05:35 +0200 Kim Alvefur util.stanza: Add stanza:find(), a light weight XPath-like method
Wed, 03 Apr 2013 13:38:27 +0100 Matthew Wild util.stanza: :maptags(): Fixes to make loop more robust on item removal
Tue, 21 Aug 2012 15:33:07 +0200 Kim Alvefur util.stanza: Use ipairs instead of childtags (behavior changed in 92c86e11fd44)
Thu, 05 Jul 2012 17:58:47 +0200 Kim Alvefur util.stanza: Make stanza:childtags() behave like :get_child()
Sat, 28 Apr 2012 02:38:56 +0100 Matthew Wild util.stanza: Remove unused function imports
Wed, 21 Dec 2011 07:58:22 +0000 Matthew Wild util.stanza: Remove unused __add metamethod
Thu, 24 Feb 2011 02:04:56 +0000 Matthew Wild Merge 0.8->trunk
Thu, 24 Feb 2011 02:04:38 +0000 Matthew Wild util.stanza: Whitespace fix after merge (complicated)
Tue, 22 Feb 2011 07:37:52 +0000 Matthew Wild util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
Sun, 20 Feb 2011 19:16:56 +0500 Waqas Hussain util.stanza: Rewrite clone() to be more optimized.
Sat, 19 Feb 2011 02:31:06 +0000 Matthew Wild util.stanza: Clean up matching_tags() and replace :childtags() with it
Tue, 22 Feb 2011 07:37:52 +0000 Matthew Wild util.stanza: Remove childtags and rename matching_tags -> childtags (they are API-compatible)
Sun, 20 Feb 2011 19:16:56 +0500 Waqas Hussain util.stanza: Rewrite clone() to be more optimized.
Thu, 03 Feb 2011 13:13:49 +0500 Waqas Hussain util.stanza: Make some globals local, so they don't clutter the global checking script's output. It's also a minor optimization ;)
Mon, 31 Jan 2011 13:05:49 +0000 Matthew Wild util.stanza: Add get_child_text() method to get the text of the specified child element (get_child() + get_text() rolled into one step)
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
less more (0) -100 -60 tip