Commit Graph

57 Commits (c19a8ef9ff319d31991e1dd8a23bdd9efb9389bb)

Author SHA1 Message Date
Matthew Wild 5e7e48d99b util.dependencies: Remove ztact compatability warning 7 years ago
Kim Alvefur 4cc41d35f2 util.dependencies: Add compat code for normalization of socket constructors 7 years ago
Kim Alvefur c138f645eb util.dependencies: Add comment about LuaSec compat 9 years ago
Kim Alvefur 463d63187b util.dependencies: Add compatibility code for LuaSocket no longer exporting as a global 9 years ago
Kim Alvefur 51f14d52ff util.dependencies: Give APT command for installing lua-sec 9 years ago
Kim Alvefur ba9e5e338f util.dependencies: Normalize whitespace 9 years ago
Kim Alvefur 9f2191c8dc util.dependencies: Update Debian package names for liblua5.1-lib0 -> lua-lib transition 9 years ago
Kim Alvefur 7b00ac6208 util.dependencies: Add check and info about lua-bitops (for mod_websockets) 9 years ago
Kim Alvefur e26a813c0d util.dependencies: Update links for LuaExpat and LuaSec which have moved to new locations 9 years ago
Kim Alvefur e719b0a9e0 util.dependencies: Set ssl.x509 so core.certmanager knows that LuaSec is capable of certificate validation (fixes #781) 9 years ago
Kim Alvefur c79f5d431e util.dependencies: Disable warning about Lua 5.2 (but still warn about 5.3) 9 years ago
Kim Alvefur aec590ec79 util.dependencies: Set global 'ssl' for compat with LuaSec 0.6 (fixes #749) 9 years ago
Emmanuel Gil Peyrot bbf1653e04 Update every link to the documentation to use HTTPS 10 years ago
Thijs Alkemade be0be10923 util.dependencies: Show the full error when a symbol is not found (i.e., when running Prosody with the wrong version of Lua). 10 years ago
Matthew Wild a250f2ca21 util.dependencies: Use prosody.log() instead of global log() 10 years ago
Kim Alvefur 280f602e1a util.dependencies: Only abort on Lua versions before 5.1, log a warning about 5.2 and above for now 11 years ago
Kim Alvefur 3015aac8bc util.*: Remove use of module() function, make all module functions local and return them in a table at the end 11 years ago
Waqas Hussain 1f5cda0849 util.dependencies: Check for Lua 5.1. We don't currently support any other versions. LuaJIT identifies as 5.1. 12 years ago
Matthew Wild d6d9e59139 util.dependencies: Log error when LuaExpat is not capable of enforcing stanza size limits 12 years ago
Kim Alvefur f06c9f7d0d Backout ae48bf828f21 13 years ago
Florian Zeitz 4b618a8727 Remove all trailing whitespace 13 years ago
Waqas Hussain 766d32e20c util.dependencies, util.xmppstream: Move LuaExpat version checking to util.dependencies. 14 years ago
Tobias Markmann 1fbe88e5c4 Run with own LuaSec. 15 years ago
Matthew Wild 6d96edf726 prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded 15 years ago
Matthew Wild 44bf454dd5 prosody, prosodyctl, util.dependencies: Split checking and logging of dependencies so we can check hard deps before the config and logging is loaded 15 years ago
Matthew Wild ebb9c9d585 util.dependencies: Add a dummy util.ztact loader to log a message for people still using it (e.g. in their Debian-derived config files) 15 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild b091201f79 util.dependencies: Don't query the config (it isn't really necessary) 16 years ago
Matthew Wild 7086dd06fe util.dependencies: Load luarocks.loader/luarocks.require 16 years ago
Matthew Wild 08284a586e util.dependencies, prosody, prosodyctl: Give util.dependencies a check_dependencies() function so the caller can decide what to do when dependencies aren't met - update prosody/prosodyctl for this change 16 years ago
Matthew Wild 6428065b5e util.dependencies: Fix package name of LuaFilesystem 16 years ago
Matthew Wild 38e55888e5 util.dependencies: Log an error if the current version of LuaSec installed contains The Bug (thanks Remko) 16 years ago
Matthew Wild a918d40c04 util.dependencies: Missed a Debian/ 16 years ago
Matthew Wild 86de468002 util.dependencies: Clearer message, add homepages, etc. 16 years ago
Matthew Wild b3b2728598 util.dependencies: Add LuaFileSystem as a hard dependency 16 years ago
Matthew Wild a1cca576be util.dependencies: Make the commands line up properly in the "missing dependency" output. Yes, this was the commit you didn't know you were waiting for! 16 years ago
Matthew Wild 2e17a1667d util.dependencies: Make the commands line up properly in the "missing dependency" output. Yes, this was the commit you didn't know you were waiting for! 16 years ago
Matthew Wild 118883d655 Remove version number from copyright headers 17 years ago
Matthew Wild c80f91dc02 0.3->0.4 17 years ago
Matthew Wild 073db87d44 Better handling of found, but unloadable, core libraries (eg. undefined symbols) 17 years ago
Matthew Wild c5ee166aa9 Update copyright notices for 2009 17 years ago
Matthew Wild f2d020191f 0.2->0.3 17 years ago
Matthew Wild bf3b96204d GPL->MIT! 17 years ago
Matthew Wild b20815e17b util.dependencies: Not finding our own libraries is fatal 17 years ago
Matthew Wild 2627a5bc9e util.dependencies: Show useful messages when our own libraries are not found, too 17 years ago
Matthew Wild d3ad4a5123 0.1 -> 0.2 17 years ago
Matthew Wild dcf6ae4791 Fill blank with URL 17 years ago
Matthew Wild 0c5cc83112 Insert copyright/license headers 17 years ago
Waqas Hussain 631e249397 Completely switched to new hashes library from the old md5 library 17 years ago
Matthew Wild 5c90cc5f91 Refuse to run without SSL/TLS unless run_without_ssl is set in config 17 years ago