Software /
code /
prosody
Log
util/multitable.lua @ 7262:751a4832adb4
description | author | age |
---|---|---|
util.multitable: Localize unpack() in Lua 5.2 compatible way | Kim Alvefur | 2016-02-22 |
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 |
Remove all trailing whitespace | Florian Zeitz | 2013-08-09 |
util.multitable: Some fixes for iter()... always match against query, and pass value after path results | Matthew Wild | 2012-05-22 |
util.multitable: No longer use table.remove to drop elements from the stack, when key is nil immediately (on empty tables) the previous stack entry's key gets removed instead | Matthew Wild | 2012-05-19 |
util.multitable: Add :iter() method to iterate over results at a fixed depth (parameters are equivalent to :search()) | Matthew Wild | 2012-05-19 |
Update copyright headers for 2010 | Matthew Wild | 2010-03-22 |