Merge 0.9->0.10
|
Matthew Wild |
2014-08-28 |
prosodyctl: Verify that 'pidfile' is a string, show friendly error otherwise
|
Kim Alvefur |
2014-08-26 |
prosodyctl, util.prosodyctl: Update to reflect that mod_posix gets loaded by default on posix platforms
|
Kim Alvefur |
2014-04-09 |
Remove all trailing whitespace
|
Florian Zeitz |
2013-08-09 |
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)
|
Matthew Wild |
2013-04-27 |
util.{prosodyctl,openssl}: More use of config sections removed
|
Kim Alvefur |
2013-03-23 |
util.prosodyctl: Use usermanager to delete users instead of unsetting their password
|
Kim Alvefur |
2012-08-24 |
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals
|
Florian Zeitz |
2012-06-09 |
Merge with 0.9
|
Matthew Wild |
2012-02-11 |
util.prosodyctl: Fix variable name clash introduced in 55ef5d83d00a (thanks chris)
|
Matthew Wild |
2012-02-11 |
Merge with 0.9
|
Matthew Wild |
2012-02-08 |
util.prosodyctl: In the register command, check that the virtual exists before proceeding.
|
Kim Alvefur |
2012-02-08 |
util.prosodyctl: Add getline() and show_prompt()
|
Kim Alvefur |
2012-01-20 |
Add "reload" command to prosodyctl
|
Vladimir Protasov |
2011-08-04 |
prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can be used outside of prosodyctl itself
|
Matthew Wild |
2011-02-13 |
mod_admin_adhoc: Support for reloading multiple modules
|
Florian Zeitz |
2010-12-18 |
util.prosodyctl: Initialize storagemanager on hosts we modify
|
Matthew Wild |
2010-12-18 |
util.prosodyctl: Prep JIDs before checking whether they exist (thanks tja)
|
Matthew Wild |
2010-12-07 |
prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an attempt is made to query Prosody's status (thanks stever)
|
Matthew Wild |
2010-11-16 |
util.prosodyctl: Fixed host variables in user_exists.
|
Tobias Tom |
2010-07-01 |
util.prosodyctl: Initialize the host's auth provider if necessary (thanks johnny, and all the other people whom this hindered :) )
|
Matthew Wild |
2010-06-29 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
prosodyctl: Use mode r+ for opening the file so 1) it fails if the file doesn't exist 2) we have write access to lock it
|
Matthew Wild |
2010-01-13 |
util.prosodyctl: Report Prosody as not running if the pidfile isn't locked
|
Matthew Wild |
2010-01-11 |
prosodyctl: Use mode r+ for opening the file so 1) it fails if the file doesn't exist 2) we have write access to lock it
|
Matthew Wild |
2010-01-13 |
util.prosodyctl: Report Prosody as not running if the pidfile isn't locked
|
Matthew Wild |
2010-01-11 |
util.prosodyctl: Saner determination of Prosody executable path
|
Brian Cully |
2009-12-21 |
Add copyright header to those files missing one
|
Matthew Wild |
2009-07-10 |
util.prosodyctl: Fix undefined global access
|
Matthew Wild |
2009-07-10 |