prosodyctl: Removed/rewrote comments at the install, remove and list commands
|
João Duarte |
2019-07-24 |
prosodyctl: Corrected the remove and install commands' order
|
João Duarte |
2019-07-24 |
prosodyctl: Added the install and remove arguments to the reorganized commands_order variable
|
João Duarte |
2019-07-24 |
prosodyctl: Removed the admin_add and admin_remove from the commands_order variable
|
João Duarte |
2019-07-24 |
prosodyctl: Removed the make, admin_add and admin_remove commands
|
João Duarte |
2019-07-24 |
prosodyctl: Removed the development commands magic, get_modules and write_rockspec
|
João Duarte |
2019-07-24 |
prosodyctl: Created a temporary function, that automatically sets up a repo with rockspecs for prosody modules
|
João Duarte |
2019-07-23 |
prosodyctl: The install command now prints output regarding module configuration
|
João Duarte |
2019-07-23 |
prosodyctl: The install command is now also checking a specified remote server
|
João Duarte |
2019-07-23 |
prosodyctl: Corrected the outputs from the install command
|
João Duarte |
2019-07-23 |
prosodyctl: Corrected output printed by the remove command
|
João Duarte |
2019-07-23 |
prosodyctl: Corrected indentation on my code
|
João Duarte |
2019-07-20 |
prosodyctl: Removed trailing whitespaces
|
João Duarte |
2019-07-17 |
prosodyctl: Added missing semicolons to some return calls
|
João Duarte |
2019-07-17 |
prosodyctl: Improved the 'remove' command
|
João Duarte |
2019-07-17 |
prosodyctl: The 'install' command can now recognize the flag '--tree'
|
João Duarte |
2019-07-17 |
prosodyctl: Improved the 'list' command
|
João Duarte |
2019-07-17 |
prosodyctl: Added the 'install' command
|
João Duarte |
2019-07-17 |
prosodyctl: Added the 'remove' command
|
João Duarte |
2019-07-16 |
prosodyctl: Added the 'make' function
|
João Duarte |
2019-07-16 |
prosodyctl: Added the 'write_rockspec' function
|
João Duarte |
2019-07-16 |
prosodyctl: Added the 'get_modules' commands
|
João Duarte |
2019-07-16 |
prosodyctl: added help support to all my functions
|
João Duarte |
2019-06-27 |
prosodyctl: Complemented my functions with return calls, when possible
|
João Duarte |
2019-06-26 |
prosodyctl: Corrected the calls to the recently moved function 'admin_operation'
|
João Duarte |
2019-06-25 |
util.prosodyctl: Moved the 'admin_operation' function from prosodyctl to here
|
João Duarte |
2019-06-25 |
prosodyctl: Added the 'admin_remove' command
|
João Duarte |
2019-06-25 |
prosodyctl: Added the 'admin_add' command
|
João Duarte |
2019-06-25 |
prosodyctl: Changed the command 'admin_add' to 'admin_operation', which will be called by both add/remove operations
|
João Duarte |
2019-06-24 |
prosodyctl: Implemented a command bridge to the 'luarocks-admin add' command, called 'admin_add'
|
João Duarte |
2019-06-21 |
prosodyctl: Implemented the 'list' command, which is a bridge to 'luarocks list'
|
João Duarte |
2019-06-20 |
prosodyctl: Renamed the command function 'test' to 'enabled_plugins', which now only shows the plugins, in a list
|
João Duarte |
2019-06-07 |
prosodyctl: Added the 'local_plugins' command function, which prints back a list of locally available plugins
|
João Duarte |
2019-06-07 |
prosodyctl: The 'test' function now also prints which plugins are enabled
|
João Duarte |
2019-06-07 |
prosodyctl: Created a custom function, 'test', that prints back a welcoming message
|
João Duarte |
2019-06-07 |
prosodyctl: Fix extraction of interpreter from arg when additional arguments (fixes #1386)
|
Kim Alvefur |
2019-06-29 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-05-03 |
prosodyctl: Include version of LuaDBI in 'about'
0.11
|
Kim Alvefur |
2019-05-01 |
Merge 0.11->trunk
|
Matthew Wild |
2019-03-14 |
prosodyctl about: Report network backend in use
0.11
|
Matthew Wild |
2019-03-14 |
prosodyctl: about: Report the current operating system according to uname
|
Kim Alvefur |
2018-12-08 |
prosodyctl: Fix module.command invocation (thanks woffs)
|
Kim Alvefur |
2019-01-18 |
mod_websocket: Drop CORS code in favor of that in mod_http
|
Kim Alvefur |
2018-10-04 |
mod_bosh: Drop CORS code in favor of than in mod_http
|
Kim Alvefur |
2018-10-04 |
prosodyctl: Use the same runtime for starting prosody
|
Kim Alvefur |
2019-01-10 |
prosodyctl: Pass the original argv table to subcommands (with first argument removed)
|
Kim Alvefur |
2019-01-10 |
prosodyctl check: Add statisticsmanager settings to known global options
0.11
|
Kim Alvefur |
2018-12-17 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-10-24 |
prosodyctl: Change ownership of certs to same as the cert base dir when running from a source checkout
|
Kim Alvefur |
2018-10-24 |
prosodyctl: Allow cert dir to not be owned by root (fixes #1075)
|
Kim Alvefur |
2018-10-24 |
prosodyctl: Also look for options that belong in global section under disabled hosts (fixes #1207)
|
Kim Alvefur |
2018-08-29 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-06-28 |
prosodyctl: Warn if attempting to run an unknown check (fixes #1161)
|
Kim Alvefur |
2018-06-28 |
prosodyctl: Restrict c2s checks for when c2s is enabled
|
Kim Alvefur |
2018-06-23 |
prosodyctl: Only check for s2s if mod_s2s is enabled (fixes #1031)
|
Emmanuel Gil Peyrot |
2018-06-23 |
prosodyctl: check: Replace loaded-module calculation with a more accurate query to modulemanager, fixes #1171
|
Matthew Wild |
2018-06-20 |
Merge 0.10->trunk
|
Matthew Wild |
2018-06-07 |
prosodyctl: Make log level configurable through PROSODYCTL_LOG_LEVEL (useful for debugging)
|
Matthew Wild |
2018-06-07 |
prosodyctl: Config check for modules that are also components (fixes #1138)
|
Kim Alvefur |
2018-05-11 |
prosodyctl: Use prosody.hosts instead of _G.hosts
|
Kim Alvefur |
2018-03-29 |
prosodyctl: Increase robustness in luarocks version detection (fixes #1003)
|
Kim Alvefur |
2018-03-30 |
prosodyctl: Large number of changes to satisfy [luacheck], includes bug fixes
|
Matthew Wild |
2018-03-22 |
prosodyctl, util.prosodyctl: Pass source path as a parameter instead of global variable
|
Matthew Wild |
2018-03-22 |
prosodyctl: Run commands inside async context
|
Matthew Wild |
2018-03-22 |
prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module
|
Matthew Wild |
2018-03-20 |
Merge 0.10->trunk
|
Kim Alvefur |
2018-03-06 |
prosodyctl: Use correct separator in chown call (fixes #1093)
|
Kim Alvefur |
2018-03-02 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-12-01 |
prosodyctl: Fix traceback with lfs < 1.6.2 and show warning
|
Matthew Wild |
2017-11-30 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-09-29 |
prosodyctl: Abort and warn if the config can't be opened after dropping root privileges (fixes #990)
|
Kim Alvefur |
2017-09-27 |
prosody, prosodyctl: Print the actual config file name used when a problem loading it was encountered (see #990)
|
Kim Alvefur |
2017-09-27 |
prosodyctl: cert import: Reuse function from certmanager for locating certificates and keys
|
Kim Alvefur |
2017-09-27 |
Merge 0.10->trunk
|
Matthew Wild |
2017-09-26 |
prosodyctl check: Fix traceback when no modules_enabled are defined (e.g., a completely empty config)
|
Waqas Hussain |
2017-09-24 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-09-21 |
prosodyctl: cert import: Use env variable set by certbot if invoked as post-renew hook
|
Kim Alvefur |
2017-09-18 |
prosodyctl: Only demand a hostname argument to cert commands other than import
|
Kim Alvefur |
2017-09-18 |
prosodyctl: Use all enabled hosts if no hostnames passed to cert import
|
Kim Alvefur |
2017-09-18 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-08-29 |
prosody, prosodyctl: Fix traceback if ssl config is missing (thanks lookshe and sol)
|
Kim Alvefur |
2017-08-29 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-08-28 |
prosody, prosodyctl: Set up TLS settings for HTTPS requests in net.http (part of fix for #659)
|
Kim Alvefur |
2017-07-07 |
prosodyctl: Skip certificate checks for hosts of the form node@host (fixes #779)
|
Kim Alvefur |
2017-08-04 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-07-06 |
prosodyctl: Make `cert check` do the same as `check certs`
|
Kim Alvefur |
2017-07-06 |
configmanager: Remove support for multiple parsers, fixes #852.
|
Emmanuel Gil Peyrot |
2017-05-27 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-05-16 |
prosodyctl: Show description of each certificate subcommand
|
Kim Alvefur |
2017-05-16 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-24 |
prosodyctl: Add cert import to short help
|
Kim Alvefur |
2017-04-24 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-24 |
prosodyctl: Attempt to reload prosody after importing certificates
|
Kim Alvefur |
2017-04-22 |
prosodyctl: Make note about reporting where certificates are searched for
|
Kim Alvefur |
2017-04-22 |
prosodyctl: Return non-zero exit code from cert import if no certificates imported
|
Kim Alvefur |
2017-04-22 |
prosodyctl: Delay reporting of successful certificate imports until all done
|
Kim Alvefur |
2017-04-22 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-21 |
prosodyctl: cert import: Command to copy certificates into prosodys certificate directory (fixes #892)
|
Kim Alvefur |
2017-04-21 |
prosodyctl: Split long line [luacheck]
|
Kim Alvefur |
2017-04-21 |
prosodyctl: Normalize inconsistent whitespace [luacheck]
|
Kim Alvefur |
2017-04-21 |
prosodyctl: Verify that directory certs are written to exists
|
Kim Alvefur |
2017-04-21 |
prosodyctl: Verify permissions on directory that certificates are written to
|
Kim Alvefur |
2017-04-21 |
prosodyctl: Return non-zero status to indicate error
|
Kim Alvefur |
2017-04-21 |
prosodyctl: Remove example showing deprecated config option
|
Kim Alvefur |
2017-04-21 |
prosodyctl: Fix indentation
|
Kim Alvefur |
2017-04-21 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-20 |
prosodyctl: Use the correct variable
|
Kim Alvefur |
2017-04-20 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-19 |
prosodyctl cert: If running as root, write certificate files to config directory (fixes #530)
|
Kim Alvefur |
2017-04-19 |
prosodyctl: Rename variable for soft-require success to improve readability
|
Kim Alvefur |
2017-04-19 |
prosodyctl: Remove --root from arg array
|
Kim Alvefur |
2017-04-19 |
prosodyctl: Allow continuing to run as root (fixes #893)
|
Kim Alvefur |
2017-04-19 |
prosodyctl: Don't switch user if we are root and run_as_root is enabled
|
Matthew Wild |
2017-04-19 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-04-08 |
prosodyctl: Point out how default_storage is redundant if storage is a string
|
Kim Alvefur |
2017-04-08 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-28 |
util.pposix: Remove fallocate
|
Kim Alvefur |
2017-02-28 |
util.pposix: Add function for atomically appending data to a file
|
Kim Alvefur |
2017-03-01 |
Merge 0.10->trunk
|
Kim Alvefur |
2017-03-01 |
prosodyctl: Trim trailing whitespace
|
Kim Alvefur |
2017-02-27 |