aboutsummaryrefslogtreecommitdiffstats
path: root/util/template.lua
Commit message (Expand)AuthorAgeFilesLines
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-3/+3
* vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* util.template: Use util.envload instead of loadstring which is deprecated in ...Kim Alvefur2017-11-231-2/+2
* util.template: Use separate variables for source and compiled function [luach...Kim Alvefur2016-02-251-4/+4
* util.template: Silence luacheck warnings about unused loop varsKim Alvefur2016-02-251-1/+1
* util.*: Remove use of module() function, make all module functions local and ...Kim Alvefur2015-02-211-1/+1
* util.template: Use util.xml.Waqas Hussain2012-12-031-52/+2
* util.template: Refactoring to make the string->stanza conversion code more ge...Waqas Hussain2012-02-051-1/+15
* util.template: Don't add stanza.last_add. 20% faster.Waqas Hussain2010-11-261-1/+1
* util.template: Rewritten to be much faster than the util.stanza stanza buildi...Waqas Hussain2010-11-251-69/+63
* util.template: Optimized to be almost as fast as manual stanza building.Waqas Hussain2010-10-241-7/+34
* util.template: Initial commit. A template library for XML stanzas.Waqas Hussain2010-10-241-0/+112