util/prosodyctl.lua
Fri, 17 Mar 2023 16:23:16 +0100 Kim Alvefur util: Prefix module imports with prosody namespace
Thu, 20 Oct 2022 17:37:07 +0200 Kim Alvefur util.prosodyctl: Remove Lua 5.1 os.execute() return value compat
Tue, 16 Mar 2021 02:44:22 +0100 Kim Alvefur util.prosodyctl: Install plugins for current Lua version
Thu, 21 Jan 2021 19:18:38 +0100 Kim Alvefur util.prosodyctl: Remove unused calculation [luacheck]
Thu, 21 Jan 2021 19:17:31 +0100 Kim Alvefur util.prosodyctl: Rename unused variable to '_' [luacheck]
Thu, 21 Jan 2021 19:15:28 +0100 Kim Alvefur util.prosodyctl: Always return exit code from luarocks
Thu, 21 Jan 2021 19:04:57 +0100 Kim Alvefur prosodyctl: Move UI related calls out of util.prosodyctl
Thu, 21 Jan 2021 18:50:19 +0100 Kim Alvefur util.prosodyctl: Reword message to sound more natural
Thu, 21 Jan 2021 18:43:16 +0100 Kim Alvefur util.prosodyctl: Propagate status from luarocks invocation
Thu, 21 Jan 2021 18:39:18 +0100 Kim Alvefur util.prosodyctl: Use installer path prepared by util.startup
Mon, 05 Oct 2020 21:23:39 +0200 Kim Alvefur util.prosodyctl: Simplify luarocks invocation
Mon, 05 Oct 2020 21:24:07 +0200 Kim Alvefur util.prosodyctl: Move hardcoded luarocks server into prosodyctl
Mon, 05 Oct 2020 21:17:29 +0200 Kim Alvefur util.prosodyctl: Flip argument order
Mon, 05 Oct 2020 21:13:23 +0200 Kim Alvefur util.prosodyctl: Construct luarocks command line with templates
Tue, 02 Jun 2020 08:01:21 +0100 Matthew Wild prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctl
Mon, 13 Apr 2020 16:14:39 +0200 Kim Alvefur Merge 0.11->trunk
Sun, 26 Jan 2020 16:40:21 +0100 Kim Alvefur util.prosodyctl: Tell prosody do daemonize via command line flag (fixes #1514) 0.11
Sun, 26 Jan 2020 16:40:21 +0100 Kim Alvefur util.prosodyctl: Pass command line flag to force daemonization on start
Mon, 23 Dec 2019 21:16:00 +0100 Kim Alvefur util.prosodyctl: Silence luacheck warnings
Fri, 01 Nov 2019 22:53:14 +0100 Kim Alvefur util.prosodyctl: Enforce strict JID validation on user creation
Fri, 16 Aug 2019 15:03:50 -0700 João Duarte util/prosodyctl: call_luarocks now sets a directory variable itself
Fri, 16 Aug 2019 15:01:57 -0700 João Duarte util/prosodyctl: Removed the check_flags and execute_command function
Thu, 01 Aug 2019 04:16:00 -0700 João Duarte util.prosodyctl: Changed a comment
Wed, 31 Jul 2019 11:08:43 -0700 João Duarte util.prosodyctl: The check_flags function now considers that a module, if given, is specified at the penultimate argument it receives
Wed, 31 Jul 2019 11:00:20 -0700 João Duarte util.prosodyctl: Added the execute_command function
Wed, 31 Jul 2019 10:22:11 -0700 João Duarte util.prosodyctl: call_luarocks function is now compatible with the list command
Wed, 31 Jul 2019 10:02:42 -0700 João Duarte util.prosodyctl: Function now differentiates its output, depending if it is being called by install or remove
Wed, 31 Jul 2019 07:24:43 -0700 João Duarte util.prosodyctl: Added the call_luarocks function
Wed, 31 Jul 2019 06:42:13 -0700 João Duarte util.prosodyctl: Added the check_flags function
Wed, 24 Jul 2019 11:20:35 -0700 João Duarte util.prosodyctl: Created the helper function get_path_custom_plugins
Wed, 24 Jul 2019 04:44:44 -0700 João Duarte util.prosodyctl: Removed the admin_operation command
Tue, 23 Jul 2019 10:24:55 -0700 João Duarte util.prosodyctl: Added the show_module_configuration_help function
Sat, 20 Jul 2019 12:41:31 -0700 João Duarte util.prosodyctl: Corrected indentation on my code
Thu, 27 Jun 2019 18:01:36 +0100 João Duarte util.prosodyctl: Added help support to 'admin_operation'
Tue, 25 Jun 2019 13:20:54 +0100 João Duarte util.prosodyctl: Moved the 'admin_operation' function from prosodyctl to here
Thu, 10 Jan 2019 14:57:26 +0100 Kim Alvefur util.prosodyctl: Allow passing path to Lua runtime to the start() function
Wed, 06 Jun 2018 22:27:40 +0200 Kim Alvefur util.prosodyctl: Rename variables for consistency (thanks Link Mauve)
Thu, 22 Mar 2018 21:54:59 +0000 Matthew Wild prosodyctl, util.prosodyctl: Pass source path as a parameter instead of global variable
Tue, 20 Mar 2018 16:07:50 +0000 Matthew Wild util.prosodyctl: Fix getpass() for new return values of os.execute() in Lua 5.2
Mon, 24 Apr 2017 16:24:28 +0200 Kim Alvefur util.prosodyctl: Resolve possibly relative pidfile path (fixes inconsistency with mod_posix)
Thu, 23 Jun 2016 21:07:48 +0200 Kim Alvefur util.prosodyctl: Handle os.execute in Lua 5.2 returning true when command terminates successfully
Thu, 10 Mar 2016 17:53:36 +0000 Matthew Wild util.prosodyctl: Remove unused variable [luacheck]
Thu, 10 Mar 2016 17:52:03 +0000 Matthew Wild net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724: Remove unused variables [luacheck]
Sat, 21 Feb 2015 10:36:37 +0100 Kim Alvefur util.*: Remove use of module() function, make all module functions local and return them in a table at the end
Fri, 17 Jul 2015 12:43:04 +0200 Kim Alvefur util.{interpolation,prosodyctl,sql}: Trim trailing whitespace
Thu, 28 Aug 2014 09:23:24 +0100 Matthew Wild Merge 0.9->0.10
Tue, 26 Aug 2014 12:00:51 +0200 Kim Alvefur prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise
Thu, 10 Apr 2014 00:24:29 +0200 Kim Alvefur prosodyctl, util.prosodyctl: Update to reflect that mod_posix gets loaded by default on posix platforms
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 27 Apr 2013 13:11:03 +0100 Matthew Wild util.prosodyctl: Initialize storagemanager on the host before initializing usermanager. This fixes brokenness when the auth provider opens the store on load (as they all do since eeea0eb2602a) (thanks nulani)
Sat, 23 Mar 2013 02:38:30 +0100 Kim Alvefur util.{prosodyctl,openssl}: More use of config sections removed
Sat, 25 Aug 2012 01:33:01 +0200 Kim Alvefur util.prosodyctl: Use usermanager to delete users instead of unsetting their password
Sat, 09 Jun 2012 02:27:44 +0200 Florian Zeitz mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals
Sat, 11 Feb 2012 14:51:29 +0000 Matthew Wild Merge with 0.9
Sat, 11 Feb 2012 14:49:51 +0000 Matthew Wild util.prosodyctl: Fix variable name clash introduced in 55ef5d83d00a (thanks chris)
Wed, 08 Feb 2012 16:20:07 +0100 Matthew Wild Merge with 0.9
Wed, 08 Feb 2012 15:33:36 +0100 Kim Alvefur util.prosodyctl: In the register command, check that the virtual exists before proceeding.
Fri, 20 Jan 2012 21:58:04 +0100 Kim Alvefur util.prosodyctl: Add getline() and show_prompt()
Thu, 04 Aug 2011 21:26:15 +0400 Vladimir Protasov Add "reload" command to prosodyctl
Sun, 13 Feb 2011 19:28:29 +0000 Matthew Wild prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can be used outside of prosodyctl itself
less more (0) -60 tip