aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | prosodyctl: Use mode r+ for opening the file so 1) it fails if the file ↵Matthew Wild2010-01-131-1/+1
| | | | | | | | doesn't exist 2) we have write access to lock it
* | util.prosodyctl: Report Prosody as not running if the pidfile isn't lockedMatthew Wild2010-01-111-2/+9
| |
* | util.prosodyctl: Saner determination of Prosody executable pathBrian Cully2009-12-211-3/+1
|/
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
|
* util.prosodyctl: Fix undefined global accessMatthew Wild2009-07-101-1/+1
|
* util.prosodyctl: Import CFG_SOURCEDIR from the global environment (thanks ↵Matthew Wild2009-05-061-0/+3
| | | | macaronyde!)
* util.prosodyctl: Return success status of usermanager.create_user()Matthew Wild2009-05-051-1/+4
|
* prosodyctl, util.prosodyctl: New prosodyctl utility for managing Prosody serversMatthew Wild2009-05-021-0/+113