index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
template.lua
Commit message (
Collapse
)
Author
Age
Files
Lines
*
util: Prefix module imports with prosody namespace
Kim Alvefur
2023-03-17
1
-3
/
+3
|
*
vairious: Add annotation when an empty environment is set [luacheck]
Kim Alvefur
2018-02-28
1
-0
/
+1
|
*
util.template: Use util.envload instead of loadstring which is deprecated in ↵
Kim Alvefur
2017-11-23
1
-2
/
+2
|
|
|
|
Lua 5.2
*
util.template: Use separate variables for source and compiled function ↵
Kim Alvefur
2016-02-25
1
-4
/
+4
|
|
|
|
[luacheck]
*
util.template: Silence luacheck warnings about unused loop vars
Kim Alvefur
2016-02-25
1
-1
/
+1
|
*
util.*: Remove use of module() function, make all module functions local and ↵
Kim Alvefur
2015-02-21
1
-1
/
+1
|
|
|
|
return them in a table at the end
*
util.template: Use util.xml.
Waqas Hussain
2012-12-03
1
-52
/
+2
|
*
util.template: Refactoring to make the string->stanza conversion code more ↵
Waqas Hussain
2012-02-05
1
-1
/
+15
|
|
|
|
generic.
*
util.template: Don't add stanza.last_add. 20% faster.
Waqas Hussain
2010-11-26
1
-1
/
+1
|
*
util.template: Rewritten to be much faster than the util.stanza stanza ↵
Waqas Hussain
2010-11-25
1
-69
/
+63
|
|
|
|
building API.
*
util.template: Optimized to be almost as fast as manual stanza building.
Waqas Hussain
2010-10-24
1
-7
/
+34
|
*
util.template: Initial commit. A template library for XML stanzas.
Waqas Hussain
2010-10-24
1
-0
/
+112