aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Expand)AuthorAgeFilesLines
* 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 var...Matthew Wild2011-06-271-1/+44
* prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the def...Matthew Wild2011-02-241-2/+4
* prosodyctl: Support for plugin_paths config optionMatthew Wild2011-02-221-0/+4
* prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can...Matthew Wild2011-02-131-80/+5
* prosodyctl: Instead of calling datamanager.set_path(), just ensure prosody.p...Matthew Wild2011-01-071-3/+4
* prosody, prosodyctl: Filter out relative paths from package.(c)path when inst...Matthew Wild2011-01-041-2/+14
* prosody, prosodyctl: Create prosody object as a local before exporting as a g...Matthew Wild2011-01-041-2/+2
* prosody, prosodyctl, util.dependencies: Split checking and logging of depende...Matthew Wild2010-12-201-3/+6
* 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 mai...Waqas Hussain2010-12-121-5/+7
* prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, ...Waqas Hussain2010-12-121-2/+2
* prosodyctl: Added support for --config command line argument, and multiple co...Waqas Hussain2010-12-121-3/+24
* prosodyctl: Make the 'restart' command start Prosody even if it wasn't alread...Matthew Wild2010-12-111-5/+2
* 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
* util.pposix: Add pposix.uname(), bump versionMatthew Wild2010-08-311-1/+1
* util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump modul...Matthew Wild2010-08-281-1/+4
* 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 confi...Matthew Wild2010-07-081-0/+2
* prosodyctl: Remove warnings when using a non-standard auth provider, prosodyc...Matthew Wild2010-07-081-18/+0
* Merge 0.7->trunkMatthew Wild2010-06-111-31/+0
|\
| * prosodyctl, util.pluginloader: Remove support for storing plugins in the data...Matthew Wild2010-06-111-31/+0
* | Update usermanager to not crash, etc.Jeff Mitchell2010-05-201-1/+1
* | prosodyctl: Support for the new usermanager, refactor host creation and fail ...Matthew Wild2010-05-151-6/+41
* | prosodyctl: Use the global events objects for hosts (again) (thanks albert) (...Matthew Wild2010-05-051-1/+1
* | prosodyctl: Give each host an independant events object, because it seems to ...Matthew Wild2010-05-051-3/+1
* | prosodyctl: Relocate global prosody object creation (see fff153f7f4de)Matthew Wild2010-05-051-2/+8
|/
* prosodyctl: Fix addplugin to support --help, and hide from the help listing (...Matthew Wild2010-02-221-2/+6
* prosodyctl: Fix 'restart' command to not report itself as the 'stop' command ...Matthew Wild2010-02-221-1/+1
* prosodyctl: Add restart command for KSid and johnny :)Matthew Wild2010-02-211-0/+13
* prosody, prosodyctl: Re-jiggle load order again, fixes logging config not bei...Matthew Wild2010-02-111-6/+6
* prosodyctl: Initialize logging before checking dependenciesAli Sabil2010-02-051-0/+2
* prosodyctl: Don't load luarocks as util.dependencies now does thisMatthew Wild2010-01-281-4/+0
* prosodyctl: Don't display message about failing to start Prosody is daemonizi...Matthew Wild2010-01-281-13/+15
* util.dependencies, prosody, prosodyctl: Give util.dependencies a check_depend...Matthew Wild2010-01-281-1/+4
* prosodyctl: Require util.dependencies to run dependency checks, not only for ...Matthew Wild2010-01-251-0/+2
* util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdirMatthew Wild2010-01-121-1/+1
* prosodyctl: Move definition of prosody singleton to prior to loading datamana...Matthew Wild2010-01-101-2/+3
* prosodyctl: Set umask to protect data files, bump pposix dep to 0.3.2Matthew Wild2010-01-101-1/+4
* prosodyctl: Gracefully handle a missing stty command, and fall back to ANSI e...Matthew Wild2010-01-031-5/+20
* prosodyctl: Nicer errors when addplugin command failsMatthew Wild2009-12-071-2/+6
* prosodyctl: Experimental 'addplugin' commandMatthew Wild2009-12-021-0/+22
* prosodyctl: Put 'pidfile' in quotes to make more clear that it is the literal...Matthew Wild2009-10-311-1/+1
* prosodyctl: Remove dependency on hostmanager, and friendsMatthew Wild2009-10-191-3/+7