util/stanza.lua
Mon, 25 Nov 2019 20:52:01 +0100 Kim Alvefur util.stanza: Check that argument to error_reply is a stanza
Mon, 25 Nov 2019 20:46:55 +0100 Kim Alvefur util.stanza: Remove redundant check for attrs
Mon, 25 Nov 2019 20:44:05 +0100 Kim Alvefur util.stanza: Check that argument to reply is a stanza
Fri, 02 Aug 2019 08:56:29 +0200 Kim Alvefur util.stanza: Use :text_tag internally everywhere
Mon, 25 Mar 2019 14:37:43 +0000 Matthew Wild util.stanza: Fix :top_tag() handling of namespaced attributes
Fri, 28 Dec 2018 20:49:01 +0100 Kim Alvefur util.stanza: Require a type attribute for iq stanzas
Sat, 01 Dec 2018 18:30:19 +0100 Kim Alvefur util.stanza: Deserialize stanza without mutating input (fixes #711) 0.11
Sat, 17 Nov 2018 15:26:11 +0100 Kim Alvefur util.stanza: Validate input to clone() (with brief tests) 0.11
Fri, 12 Oct 2018 00:52:18 +0200 Kim Alvefur util.stanza: Set preserialize as freeze metamethod
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
less more (0) -100 -50 -30 tip