Log

util/xml.lua @ 12667:0278987b8687

description author age
util.xml: Add an option to allow <?processing instructions?> Kim Alvefur 2022-02-04
Merge 0.11->trunk Kim Alvefur 2022-01-20
util.xml: Deduplicate handlers for restricted XML 0.11 0.11.13 Kim Alvefur 2022-01-20
util.xml: Break reference to help the GC (fix #1711) 0.11 Kim Alvefur 2022-01-20
util.xml: Do not allow doctypes, comments or processing instructions 0.11 0.11.12 Jonas Schäfer 2022-01-10
util.xml: Do not allow doctypes, comments or processing instructions Jonas Schäfer 2022-01-10
util.xml: Use variable instead of constant for consistency (thanks Thijs) Matthew Wild 2021-12-26
util.xml: Fix float formatting of line and columns in error (on Lua 5.3+) Kim Alvefur 2020-10-03
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
util.xml: Correct stanza.namespaces table construction when duplicate prefix names are encountered in the element tree. Waqas Hussain 2016-03-05
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) Matthew Wild 2015-12-08
util.*: Remove use of module() function, make all module functions local and return them in a table at the end Kim Alvefur 2015-02-21
util.xml: Remove unused parameter (thanks, luacheck) Matthew Wild 2015-05-06
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations Matthew Wild 2015-05-06
Remove all trailing whitespace Florian Zeitz 2013-08-09
util.xml: Fix module name. Waqas Hussain 2012-12-03
util.xml: Initial commit; exposes parse(), which is now the canonical way to convert a string to a stanza. Waqas Hussain 2012-12-03