util: Prefix module imports with prosody namespace
|
Kim Alvefur |
Fri, 17 Mar 2023 16:23:16 +0100 |
util.xml: Add an option to allow <?processing instructions?>
|
Kim Alvefur |
Fri, 04 Feb 2022 20:47:39 +0100 |
Merge 0.11->trunk
|
Kim Alvefur |
Thu, 20 Jan 2022 13:02:24 +0100 |
util.xml: Deduplicate handlers for restricted XML
0.11 0.11.13
|
Kim Alvefur |
Thu, 20 Jan 2022 10:51:46 +0100 |
util.xml: Break reference to help the GC (fix #1711)
0.11
|
Kim Alvefur |
Thu, 20 Jan 2022 09:57:20 +0100 |
util.xml: Do not allow doctypes, comments or processing instructions
0.11 0.11.12
|
Jonas Schäfer |
Mon, 10 Jan 2022 18:23:54 +0100 |
util.xml: Do not allow doctypes, comments or processing instructions
|
Jonas Schäfer |
Mon, 10 Jan 2022 18:23:54 +0100 |
util.xml: Use variable instead of constant for consistency (thanks Thijs)
|
Matthew Wild |
Sun, 26 Dec 2021 20:37:20 +0000 |
util.xml: Fix float formatting of line and columns in error (on Lua 5.3+)
|
Kim Alvefur |
Sat, 03 Oct 2020 16:22:56 +0200 |
vairious: Add annotation when an empty environment is set [luacheck]
|
Kim Alvefur |
Wed, 28 Feb 2018 20:06:26 +0100 |
util.xml: Correct stanza.namespaces table construction when duplicate prefix names are encountered in the element tree.
|
Waqas Hussain |
Sat, 05 Mar 2016 17:51:35 -0500 |
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 |
Tue, 08 Dec 2015 23:15:42 +0000 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end
|
Kim Alvefur |
Sat, 21 Feb 2015 10:36:37 +0100 |
util.xml: Remove unused parameter (thanks, luacheck)
|
Matthew Wild |
Wed, 06 May 2015 19:39:28 +0100 |
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations
|
Matthew Wild |
Wed, 06 May 2015 19:20:07 +0100 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
util.xml: Fix module name.
|
Waqas Hussain |
Mon, 03 Dec 2012 10:01:46 +0500 |
util.xml: Initial commit; exposes parse(), which is now the canonical way to convert a string to a stanza.
|
Waqas Hussain |
Mon, 03 Dec 2012 05:32:51 +0500 |