Software /
code /
prosody
Log
util/dependencies.lua @ 7264:6d97895c2bd7
description | author | age |
---|---|---|
util.dependencies: Show the full error when a symbol is not found (i.e., when running Prosody with the wrong version of Lua). | Thijs Alkemade | Thu, 10 Mar 2016 10:13:57 +0100 |
util.dependencies: Use prosody.log() instead of global log() | Matthew Wild | Wed, 16 Dec 2015 02:22:16 +0000 |
util.dependencies: Only abort on Lua versions before 5.1, log a warning about 5.2 and above for now | Kim Alvefur | Sat, 21 Feb 2015 10:38:44 +0100 |
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 |
Merge 0.9->0.10 | Kim Alvefur | Thu, 10 Apr 2014 13:15:11 +0200 |
util.dependencies: Check for Lua 5.1. We don't currently support any other versions. LuaJIT identifies as 5.1. | Waqas Hussain | Wed, 09 Apr 2014 14:01:02 -0400 |