| Commit message (Expand) | Author | Age | Files | Lines |
* | util.dependencies: Remove ztact compatability warning | Matthew Wild | 2018-10-26 | 1 | -13/+0 |
* | util.dependencies: Add compat code for normalization of socket constructors | Kim Alvefur | 2018-10-12 | 1 | -0/+4 |
* | Merge 0.10->trunk | Kim Alvefur | 2017-03-23 | 1 | -1/+1 |
|\ |
|
| * | util.dependencies: Give APT command for installing lua-sec | Kim Alvefur | 2017-03-21 | 1 | -1/+1 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-01-29 | 1 | -11/+13 |
|\| |
|
| * | util.dependencies: Normalize whitespace | Kim Alvefur | 2017-01-28 | 1 | -11/+13 |
* | | Merge 0.10->trunk | Kim Alvefur | 2017-01-09 | 1 | -3/+3 |
|\| |
|
| * | util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib ... | Kim Alvefur | 2017-01-06 | 1 | -3/+3 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-12-05 | 1 | -2/+13 |
|\| |
|
| * | util.dependencies: Add check and info about lua-bitops (for mod_websockets) | Kim Alvefur | 2016-12-05 | 1 | -0/+11 |
| * | util.dependencies: Update links for LuaExpat and LuaSec which have moved to n... | Kim Alvefur | 2016-12-05 | 1 | -2/+2 |
* | | Merge 0.10->trunk | Kim Alvefur | 2016-11-19 | 1 | -1/+1 |
|\| |
|
| * | util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3) | Kim Alvefur | 2016-11-18 | 1 | -1/+1 |
* | | Update every link to the documentation to use HTTPS | Emmanuel Gil Peyrot | 2016-04-16 | 1 | -6/+6 |
|/ |
|
* | util.dependencies: Show the full error when a symbol is not found (i.e., when... | Thijs Alkemade | 2016-03-10 | 1 | -2/+2 |
* | util.dependencies: Use prosody.log() instead of global log() | Matthew Wild | 2015-12-16 | 1 | -4/+4 |
* | util.dependencies: Only abort on Lua versions before 5.1, log a warning about... | Kim Alvefur | 2015-02-21 | 1 | -2/+5 |
* | util.*: Remove use of module() function, make all module functions local and ... | Kim Alvefur | 2015-02-21 | 1 | -7/+12 |
* | Merge 0.9->0.10 | Kim Alvefur | 2014-04-10 | 1 | -0/+8 |
|\ |
|
| * | util.dependencies: Check for Lua 5.1. We don't currently support any other ve... | Waqas Hussain | 2014-04-09 | 1 | -0/+8 |
* | | Merge 0.9->0.10 | Matthew Wild | 2014-04-02 | 1 | -10/+10 |
|\ \
| |/
|/| |
|
| * | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -10/+10 |
* | | util.dependencies: Log error when LuaExpat is not capable of enforcing stanza... | Matthew Wild | 2014-03-30 | 1 | -1/+9 |
|/ |
|
* | util.dependencies, util.xmppstream: Move LuaExpat version checking to util.de... | Waqas Hussain | 2011-11-22 | 1 | -0/+8 |
* | util.dependencies: Add a dummy util.ztact loader to log a message for people ... | Matthew Wild | 2011-04-05 | 1 | -0/+13 |
* | prosody, prosodyctl, util.dependencies: Split checking and logging of depende... | Matthew Wild | 2010-12-20 | 1 | -5/+8 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | util.dependencies: Make the commands line up properly in the "missing depende... | Matthew Wild | 2009-11-23 | 1 | -2/+6 |
* | | util.dependencies: Don't query the config (it isn't really necessary) | Matthew Wild | 2010-02-05 | 1 | -9/+5 |
* | | util.dependencies: Load luarocks.loader/luarocks.require | Matthew Wild | 2010-01-28 | 1 | -0/+5 |
* | | util.dependencies, prosody, prosodyctl: Give util.dependencies a check_depend... | Matthew Wild | 2010-01-28 | 1 | -81/+86 |
* | | Merge with 0.6 | Matthew Wild | 2009-12-02 | 1 | -1/+1 |
|\| |
|
| * | util.dependencies: Fix package name of LuaFilesystem | Matthew Wild | 2009-12-02 | 1 | -1/+1 |
* | | Merge with 0.6 | Matthew Wild | 2009-11-25 | 1 | -0/+5 |
|\| |
|
| * | util.dependencies: Log an error if the current version of LuaSec installed co... | Matthew Wild | 2009-11-25 | 1 | -0/+5 |
* | | Merge with 0.6 | Matthew Wild | 2009-11-23 | 1 | -3/+25 |
|\| |
|
| * | util.dependencies: Missed a Debian/ | Matthew Wild | 2009-11-23 | 1 | -1/+1 |
| * | util.dependencies: Clearer message, add homepages, etc. | Matthew Wild | 2009-11-23 | 1 | -7/+20 |
| * | util.dependencies: Add LuaFileSystem as a hard dependency | Matthew Wild | 2009-11-23 | 1 | -0/+9 |
* | | util.dependencies: Make the commands line up properly in the "missing depende... | Matthew Wild | 2009-11-23 | 1 | -2/+6 |
|/ |
|
* | Remove version number from copyright headers | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | 0.3->0.4 | Matthew Wild | 2009-03-20 | 1 | -1/+1 |
* | Better handling of found, but unloadable, core libraries (eg. undefined symbols) | Matthew Wild | 2009-02-26 | 1 | -6/+24 |
* | Update copyright notices for 2009 | Matthew Wild | 2009-01-30 | 1 | -2/+2 |
* | 0.2->0.3 | Matthew Wild | 2009-01-30 | 1 | -1/+1 |
* | GPL->MIT! | Matthew Wild | 2009-01-30 | 1 | -13/+2 |
* | util.dependencies: Not finding our own libraries is fatal | Matthew Wild | 2009-01-22 | 1 | -0/+2 |
* | util.dependencies: Show useful messages when our own libraries are not found,... | Matthew Wild | 2009-01-22 | 1 | -0/+13 |
* | 0.1 -> 0.2 | Matthew Wild | 2008-12-10 | 1 | -1/+1 |