aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Collapse)AuthorAgeFilesLines
* prosodyctl, prosody: Pass the selected config file from prosodyctl to prosodyKim Alvefur2013-01-091-0/+3
|
* prosodyctl: Pop arg items after use. Fixes #306Kim Alvefur2013-01-091-1/+1
|
* prosodyctl, prosody.cfg.lua.dist, certs/Makefile: Use .crt as suffix for ↵Kim Alvefur2013-01-081-1/+1
| | | | certificates everywhere (thanks jasperixla)
* prosodyctl: Load LFS and util.openssl when actually needed (fixes unhelpful ↵Kim Alvefur2013-01-081-2/+4
| | | | warnings if no LuaSec installed)
* prosodyctl: Fix copypaste errorKim Alvefur2012-09-191-1/+1
|
* prosodyctl: Set stricter umask while generating key (thanks darkrain)Kim Alvefur2012-09-191-1/+3
|
* prosodyctl: Abort if unable to load util.pposixKim Alvefur2012-09-191-0/+1
|
* prosodyctl: Set $HOME to data path. Fixes issue with openssl and random ↵Kim Alvefur2012-09-191-0/+1
| | | | state (Thanks Florob)
* prosodyctl: Make sure hosts[*].modules always exists.Waqas Hussain2012-09-231-0/+1
|
* prosody, prosodyctl: chdir() to data directory on startupMatthew Wild2012-09-191-0/+6
|
* prosodyctl: Use util.prosodyctl.deluserKim Alvefur2012-08-251-1/+1
|
* Merge with FlorobMatthew Wild2012-07-281-1/+1
|\
| * prosodyctl: Fix typoKim Alvefur2012-07-031-1/+1
| |
* | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on ↵Florian Zeitz2012-06-091-3/+3
|/ | | | modules setting globals
* prosodyctl: Add duplicate code for getting version of prosodyKim Alvefur2012-05-151-0/+16
|
* prosodyctl: Fix for generating certs with UTF-8Kim Alvefur2012-05-141-0/+3
|
* prosodyctl: Improve help messages for cert commandsKim Alvefur2012-05-131-8/+13
|
* prosodyctl: Show an error if the user doesn't supply a hostname to the ↵Kim Alvefur2012-05-091-1/+6
| | | | certificate commands
* prosodyctl: Replace hack with lfs for checking if a file existsKim Alvefur2012-05-091-12/+12
|
* prosodyctl: Use util.openssl in certificate helpers. Improve feedbackKim Alvefur2012-05-091-21/+28
|
* prosodyctl: Fix import of util.iteratorsKim Alvefur2012-05-041-1/+1
|
* prosodyctl: Add commands for generating certificates and keysKim Alvefur2012-01-201-0/+101
|
* prosodyctl: Adjust description of 'reload' command (thanks crocket)Matthew Wild2012-01-171-1/+1
|
* prosodyctl: Update message on reload successMatthew Wild2011-08-041-1/+1
|
* Add "reload" command to prosodyctlVladimir Protasov2011-08-041-1/+22
|
* prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie)Matthew Wild2011-07-271-1/+1
|
* prosodyctl: Add info about the presence of LuaRocks to 'about' commandMatthew Wild2011-07-271-0/+5
|
* prosodyctl: Fix 'about' command to not show up where it shouldn't...Matthew Wild2011-07-191-0/+5
|
* prosodyctl: Add 'about' command to list Prosody version, directories, and ↵Matthew Wild2011-06-271-1/+44
| | | | various other stuff
* prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the ↵Matthew Wild2011-02-241-2/+4
| | | | default plugin path
* prosodyctl: Support for plugin_paths config optionMatthew Wild2011-02-221-0/+4
|
* prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they ↵Matthew Wild2011-02-131-80/+5
| | | | can be used outside of prosodyctl itself
* prosodyctl: Instead of calling datamanager.set_path(), just ensure ↵Matthew Wild2011-01-071-3/+4
| | | | prosody.paths.data always contains the correct value (including config)
* prosody, prosodyctl: Filter out relative paths from package.(c)path when ↵Matthew Wild2011-01-041-2/+14
| | | | installed
* prosody, prosodyctl: Create prosody object as a local before exporting as a ↵Matthew Wild2011-01-041-2/+2
| | | | global
* prosody, prosodyctl, util.dependencies: Split checking and logging of ↵Matthew Wild2010-12-201-3/+6
| | | | dependencies so we can check hard deps before the config and logging is loaded
* mod_admin_adhoc: Support for reloading multiple modulesFlorian Zeitz2010-12-181-1/+1
|
* prosodyctl: Add dummy lock/unlock_globals() until util.startup comes alongMatthew Wild2010-12-181-3/+5
|
* prosodyctl: Added and updated some comments and some semicolons, to match ↵Waqas Hussain2010-12-121-5/+7
| | | | main prosody executable.
* prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, ↵Waqas Hussain2010-12-121-2/+2
| | | | to match main prosody executable.
* prosodyctl: Added support for --config command line argument, and multiple ↵Waqas Hussain2010-12-121-3/+24
| | | | config parsers (to match the main prosody executable).
* prosodyctl: Make the 'restart' command start Prosody even if it wasn't ↵Matthew Wild2010-12-111-5/+2
| | | | already running
* prosodyctl: Give hosts type = 'local'Matthew Wild2010-11-181-1/+5
|
* prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an ↵Matthew Wild2010-11-161-0/+1
| | | | attempt is made to query Prosody's status (thanks stever)
* util.pposix: Add pposix.uname(), bump versionMatthew Wild2010-08-311-1/+1
|
* util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump ↵Matthew Wild2010-08-281-1/+4
| | | | module version. prosodyctl inits groups with the groups of prosody_user. (thanks dbb)
* prosodyctl: Warn and exit if any log files are not writeable, fixes #94Matthew Wild2010-07-091-1/+40
|
* prosodyctl: Force log output always to the console instead of using the ↵Matthew Wild2010-07-081-0/+2
| | | | config, which avoids creating log files as the wrong user
* prosodyctl: Remove warnings when using a non-standard auth provider, ↵Matthew Wild2010-07-081-18/+0
| | | | prosodyctl now works with any auth provider
* Merge 0.7->trunkMatthew Wild2010-06-111-31/+0
|\