| Commit message (Expand) | Author | Age | Files | Lines |
* | util.prosodyctl: Rename variables for consistency (thanks Link Mauve) | Kim Alvefur | 2018-06-06 | 1 | -2/+2 |
* | prosodyctl, util.prosodyctl: Pass source path as a parameter instead of globa... | Matthew Wild | 2018-03-22 | 1 | -5/+3 |
* | util.prosodyctl: Fix getpass() for new return values of os.execute() in Lua 5.2 | Matthew Wild | 2018-03-20 | 1 | -1/+4 |
* | util.prosodyctl: Resolve possibly relative pidfile path (fixes inconsistency ... | Kim Alvefur | 2017-04-24 | 1 | -0/+2 |
* | util.prosodyctl: Handle os.execute in Lua 5.2 returning true when command ter... | Kim Alvefur | 2016-06-23 | 1 | -1/+1 |
* | util.prosodyctl: Remove unused variable [luacheck] | Matthew Wild | 2016-03-10 | 1 | -1/+1 |
* | net.websocket.frames, util.datetime, util.json, util.prosodyctl, util.rfc6724... | Matthew Wild | 2016-03-10 | 1 | -1/+1 |
* | util.*: Remove use of module() function, make all module functions local and ... | Kim Alvefur | 2015-02-21 | 1 | -34/+47 |
* | util.{interpolation,prosodyctl,sql}: Trim trailing whitespace | Kim Alvefur | 2015-07-17 | 1 | -15/+15 |
* | Merge 0.9->0.10 | Matthew Wild | 2014-08-28 | 1 | -14/+18 |
|\ |
|
| * | prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise | Kim Alvefur | 2014-08-26 | 1 | -0/+4 |
* | | prosodyctl, util.prosodyctl: Update to reflect that mod_posix gets loaded by ... | Kim Alvefur | 2014-04-10 | 1 | -2/+2 |
* | | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -15/+15 |
|/ |
|
* | util.prosodyctl: Initialize storagemanager on the host before initializing us... | Matthew Wild | 2013-04-27 | 1 | -2/+4 |
* | util.{prosodyctl,openssl}: More use of config sections removed | Kim Alvefur | 2013-03-23 | 1 | -2/+2 |
* | util.prosodyctl: Use usermanager to delete users instead of unsetting their p... | Kim Alvefur | 2012-08-25 | 1 | -2/+2 |
* | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modu... | Florian Zeitz | 2012-06-09 | 1 | -0/+2 |
* | Merge with 0.9 | Matthew Wild | 2012-02-11 | 1 | -3/+3 |
|\ |
|
| * | util.prosodyctl: Fix variable name clash introduced in 55ef5d83d00a (thanks c... | Matthew Wild | 2012-02-11 | 1 | -3/+3 |
* | | Merge with 0.9 | Matthew Wild | 2012-02-08 | 1 | -1/+5 |
|\| |
|
| * | util.prosodyctl: In the register command, check that the virtual exists befor... | Kim Alvefur | 2012-02-08 | 1 | -1/+5 |
* | | util.prosodyctl: Add getline() and show_prompt() | Kim Alvefur | 2012-01-20 | 1 | -0/+15 |
|/ |
|
* | Add "reload" command to prosodyctl | Vladimir Protasov | 2011-08-04 | 1 | -0/+16 |
* | prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can... | Matthew Wild | 2011-02-13 | 1 | -0/+86 |
* | mod_admin_adhoc: Support for reloading multiple modules | Florian Zeitz | 2010-12-18 | 1 | -2/+2 |
* | util.prosodyctl: Initialize storagemanager on hosts we modify | Matthew Wild | 2010-12-18 | 1 | -0/+3 |
* | util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja) | Matthew Wild | 2010-12-07 | 1 | -3/+4 |
* | prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an ... | Matthew Wild | 2010-11-16 | 1 | -0/+6 |
* | util.prosodyctl: Fixed host variables in user_exists. | Tobias Tom | 2010-07-01 | 1 | -2/+2 |
* | util.prosodyctl: Initialize the host's auth provider if necessary (thanks joh... | Matthew Wild | 2010-06-29 | 1 | -0/+12 |
* | 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 |
| * | prosodyctl: Use mode r+ for opening the file so 1) it fails if the file doesn... | Matthew Wild | 2010-01-13 | 1 | -1/+1 |
| * | util.prosodyctl: Report Prosody as not running if the pidfile isn't locked | Matthew Wild | 2010-01-11 | 1 | -2/+9 |
* | | prosodyctl: Use mode r+ for opening the file so 1) it fails if the file doesn... | Matthew Wild | 2010-01-13 | 1 | -1/+1 |
* | | util.prosodyctl: Report Prosody as not running if the pidfile isn't locked | Matthew Wild | 2010-01-11 | 1 | -2/+9 |
* | | util.prosodyctl: Saner determination of Prosody executable path | Brian Cully | 2009-12-21 | 1 | -3/+1 |
|/ |
|
* | Add copyright header to those files missing one | Matthew Wild | 2009-07-10 | 1 | -0/+8 |
* | util.prosodyctl: Fix undefined global access | Matthew Wild | 2009-07-10 | 1 | -1/+1 |
* | util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks mac... | Matthew Wild | 2009-05-06 | 1 | -0/+3 |
* | util.prosodyctl: Return success status of usermanager.create_user() | Matthew Wild | 2009-05-05 | 1 | -1/+4 |
* | prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody servers | Matthew Wild | 2009-05-02 | 1 | -0/+113 |