Log

util/startup.lua @ 10196:5e1012f2f2b7

description author age
util.startup: setup_plugindir now also checks package.cpath for duplicates João Duarte Thu, 01 Aug 2019 08:28:24 -0700
util.startup: Directly calling lfs.currentdir instead of storing it in a local variable João Duarte Thu, 01 Aug 2019 08:08:06 -0700
util.startup: Removed/rewrote comments at setup_plugindir João Duarte Thu, 01 Aug 2019 08:02:26 -0700
util.startupt: setup_plugindir now uses lfs.mkdir to check/create directories João Duarte Thu, 01 Aug 2019 07:48:11 -0700
util.startupt: I'm now using the resolve_relative_path function from util/paths at the setup_plugindir function João Duarte Thu, 01 Aug 2019 04:33:05 -0700
util.startup: Improved how .set_plugindir updates prosody.paths.plugins, package.path and package.cpath João Duarte Fri, 26 Jul 2019 17:54:37 -0700
util.startup: .setup_plugindir now checks if the specified directory for custom plugins exists, and creates it if it doesn't João Duarte Fri, 26 Jul 2019 08:58:56 -0700
util.startup: The .setup_plugindir function now correctly sets a default/specified path for custom plugins João Duarte Fri, 26 Jul 2019 08:39:27 -0700
util.startup: Removed unnecessary if clause at startup.set_plugindir João Duarte Thu, 25 Jul 2019 06:46:04 -0700
util.startup: Now it also loads default or configured paths to custom plugin directories and creates them João Duarte Wed, 24 Jul 2019 10:37:01 -0700
util.startup: Remove tostring call from logging Kim Alvefur Tue, 30 Jul 2019 02:23:06 +0200
util.startup: Don't die if there are no config warnings to log (thanks buildbot) Matthew Wild Wed, 20 Mar 2019 13:44:29 +0000
util.startup: Log configuration warnings at startup Matthew Wild Wed, 20 Mar 2019 12:45:58 +0000
util.startup: Give function a more generic name so it can apply to all warnings Matthew Wild Wed, 20 Mar 2019 12:18:34 +0000
util.startup: Always reload logging after config (fixes #1284) 0.11 Kim Alvefur Sun, 06 Jan 2019 12:14:42 +0100