| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | prosodyctl: Set stricter umask while generating key (thanks darkrain) | Kim Alvefur | 2012-09-19 | 1 | -1/+3 |
* | prosodyctl: Abort if unable to load util.pposix | Kim Alvefur | 2012-09-19 | 1 | -0/+1 |
* | prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state... | Kim Alvefur | 2012-09-19 | 1 | -0/+1 |
* | prosodyctl: Make sure hosts[*].modules always exists. | Waqas Hussain | 2012-09-23 | 1 | -0/+1 |
* | prosody, prosodyctl: chdir() to data directory on startup | Matthew Wild | 2012-09-19 | 1 | -0/+6 |
* | prosodyctl: Use util.prosodyctl.deluser | Kim Alvefur | 2012-08-25 | 1 | -1/+1 |
* | Merge with Florob | Matthew Wild | 2012-07-28 | 1 | -1/+1 |
|\ |
|
| * | prosodyctl: Fix typo | Kim Alvefur | 2012-07-03 | 1 | -1/+1 |
* | | mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modu... | Florian Zeitz | 2012-06-09 | 1 | -3/+3 |
|/ |
|
* | prosodyctl: Add duplicate code for getting version of prosody | Kim Alvefur | 2012-05-15 | 1 | -0/+16 |
* | prosodyctl: Fix for generating certs with UTF-8 | Kim Alvefur | 2012-05-14 | 1 | -0/+3 |
* | prosodyctl: Improve help messages for cert commands | Kim Alvefur | 2012-05-13 | 1 | -8/+13 |
* | prosodyctl: Show an error if the user doesn't supply a hostname to the certif... | Kim Alvefur | 2012-05-09 | 1 | -1/+6 |
* | prosodyctl: Replace hack with lfs for checking if a file exists | Kim Alvefur | 2012-05-09 | 1 | -12/+12 |
* | prosodyctl: Use util.openssl in certificate helpers. Improve feedback | Kim Alvefur | 2012-05-09 | 1 | -21/+28 |
* | prosodyctl: Fix import of util.iterators | Kim Alvefur | 2012-05-04 | 1 | -1/+1 |
* | prosodyctl: Add commands for generating certificates and keys | Kim Alvefur | 2012-01-20 | 1 | -0/+101 |
* | prosodyctl: Adjust description of 'reload' command (thanks crocket) | Matthew Wild | 2012-01-17 | 1 | -1/+1 |
* | prosodyctl: Update message on reload success | Matthew Wild | 2011-08-04 | 1 | -1/+1 |
* | Add "reload" command to prosodyctl | Vladimir Protasov | 2011-08-04 | 1 | -1/+22 |
* | prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie) | Matthew Wild | 2011-07-27 | 1 | -1/+1 |
* | prosodyctl: Add info about the presence of LuaRocks to 'about' command | Matthew Wild | 2011-07-27 | 1 | -0/+5 |
* | prosodyctl: Fix 'about' command to not show up where it shouldn't... | Matthew Wild | 2011-07-19 | 1 | -0/+5 |
* | prosodyctl: Add 'about' command to list Prosody version, directories, and var... | Matthew Wild | 2011-06-27 | 1 | -1/+44 |
* | prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the def... | Matthew Wild | 2011-02-24 | 1 | -2/+4 |
* | prosodyctl: Support for plugin_paths config option | Matthew Wild | 2011-02-22 | 1 | -0/+4 |
* | prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can... | Matthew Wild | 2011-02-13 | 1 | -80/+5 |
* | prosodyctl: Instead of calling datamanager.set_path(), just ensure prosody.p... | Matthew Wild | 2011-01-07 | 1 | -3/+4 |
* | prosody, prosodyctl: Filter out relative paths from package.(c)path when inst... | Matthew Wild | 2011-01-04 | 1 | -2/+14 |
* | prosody, prosodyctl: Create prosody object as a local before exporting as a g... | Matthew Wild | 2011-01-04 | 1 | -2/+2 |
* | prosody, prosodyctl, util.dependencies: Split checking and logging of depende... | Matthew Wild | 2010-12-20 | 1 | -3/+6 |
* | mod_admin_adhoc: Support for reloading multiple modules | Florian Zeitz | 2010-12-18 | 1 | -1/+1 |
* | prosodyctl: Add dummy lock/unlock_globals() until util.startup comes along | Matthew Wild | 2010-12-18 | 1 | -3/+5 |
* | prosodyctl: Added and updated some comments and some semicolons, to match mai... | Waqas Hussain | 2010-12-12 | 1 | -5/+7 |
* | prosodyctl: Read PROSODY_SRCDIR and PROSODY_PLUGINDIR environment variables, ... | Waqas Hussain | 2010-12-12 | 1 | -2/+2 |
* | prosodyctl: Added support for --config command line argument, and multiple co... | Waqas Hussain | 2010-12-12 | 1 | -3/+24 |
* | prosodyctl: Make the 'restart' command start Prosody even if it wasn't alread... | Matthew Wild | 2010-12-11 | 1 | -5/+2 |
* | prosodyctl: Give hosts type = 'local' | Matthew Wild | 2010-11-18 | 1 | -1/+5 |
* | prosodyctl, util.prosodyctl: Show error when mod_posix is not enabled and an ... | Matthew Wild | 2010-11-16 | 1 | -0/+1 |
* | util.pposix: Add pposix.uname(), bump version | Matthew Wild | 2010-08-31 | 1 | -1/+1 |
* | util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump modul... | Matthew Wild | 2010-08-28 | 1 | -1/+4 |
* | prosodyctl: Warn and exit if any log files are not writeable, fixes #94 | Matthew Wild | 2010-07-09 | 1 | -1/+40 |
* | prosodyctl: Force log output always to the console instead of using the confi... | Matthew Wild | 2010-07-08 | 1 | -0/+2 |
* | prosodyctl: Remove warnings when using a non-standard auth provider, prosodyc... | Matthew Wild | 2010-07-08 | 1 | -18/+0 |
* | Merge 0.7->trunk | Matthew Wild | 2010-06-11 | 1 | -31/+0 |
|\ |
|
| * | prosodyctl, util.pluginloader: Remove support for storing plugins in the data... | Matthew Wild | 2010-06-11 | 1 | -31/+0 |
* | | Update usermanager to not crash, etc. | Jeff Mitchell | 2010-05-20 | 1 | -1/+1 |
* | | prosodyctl: Support for the new usermanager, refactor host creation and fail ... | Matthew Wild | 2010-05-15 | 1 | -6/+41 |
* | | prosodyctl: Use the global events objects for hosts (again) (thanks albert) (... | Matthew Wild | 2010-05-05 | 1 | -1/+1 |
* | | prosodyctl: Give each host an independant events object, because it seems to ... | Matthew Wild | 2010-05-05 | 1 | -3/+1 |