aboutsummaryrefslogtreecommitdiffstats
path: root/util/template.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Lua 5.2
* util.template: Use separate variables for source and compiled function ↵Kim Alvefur2016-02-251-4/+4
| | | | [luacheck]
* 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
| | | | return them in a table at the end
* util.template: Use util.xml.Waqas Hussain2012-12-031-52/+2
|
* util.template: Refactoring to make the string->stanza conversion code more ↵Waqas Hussain2012-02-051-1/+15
| | | | generic.
* 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 ↵Waqas Hussain2010-11-251-69/+63
| | | | building API.
* 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