prosodyctl: Fix copypaste error
|
Kim Alvefur |
2012-09-19 |
prosodyctl: Set stricter umask while generating key (thanks darkrain)
|
Kim Alvefur |
2012-09-19 |
prosodyctl: Abort if unable to load util.pposix
|
Kim Alvefur |
2012-09-19 |
prosodyctl: Set $HOME to data path. Fixes issue with openssl and random state (Thanks Florob)
|
Kim Alvefur |
2012-09-19 |
prosody, prosodyctl: chdir() to data directory on startup
|
Matthew Wild |
2012-09-19 |
prosodyctl: Use util.prosodyctl.deluser
|
Kim Alvefur |
2012-08-24 |
Merge with Florob
|
Matthew Wild |
2012-07-28 |
mod_admin_telnet, prosody, prosodyctl, ejabberd2prosody: Don't depend on modules setting globals
|
Florian Zeitz |
2012-06-09 |
prosodyctl: Fix typo
|
Kim Alvefur |
2012-07-03 |
prosodyctl: Add duplicate code for getting version of prosody
|
Kim Alvefur |
2012-05-15 |
prosodyctl: Fix for generating certs with UTF-8
|
Kim Alvefur |
2012-05-14 |
prosodyctl: Improve help messages for cert commands
|
Kim Alvefur |
2012-05-13 |
prosodyctl: Show an error if the user doesn't supply a hostname to the certificate commands
|
Kim Alvefur |
2012-05-08 |
prosodyctl: Replace hack with lfs for checking if a file exists
|
Kim Alvefur |
2012-05-08 |
prosodyctl: Use util.openssl in certificate helpers. Improve feedback
|
Kim Alvefur |
2012-05-08 |
prosodyctl: Fix import of util.iterators
|
Kim Alvefur |
2012-05-03 |
prosodyctl: Add commands for generating certificates and keys
|
Kim Alvefur |
2012-01-20 |
prosodyctl: Adjust description of 'reload' command (thanks crocket)
|
Matthew Wild |
2012-01-17 |
prosodyctl: Update message on reload success
|
Matthew Wild |
2011-08-04 |
Add "reload" command to prosodyctl
|
Vladimir Protasov |
2011-08-04 |
prosodyctl: Remove typo'd '+' after LuaRocks 1.x version (thanks spoobie)
|
Matthew Wild |
2011-07-27 |
prosodyctl: Add info about the presence of LuaRocks to 'about' command
|
Matthew Wild |
2011-07-27 |
prosodyctl: Fix 'about' command to not show up where it shouldn't...
|
Matthew Wild |
2011-07-19 |
prosodyctl: Add 'about' command to list Prosody version, directories, and various other stuff
|
Matthew Wild |
2011-06-27 |
prosody, prosodyctl: Use plugin_paths in addition to, not instead of, the default plugin path
|
Matthew Wild |
2011-02-24 |
prosodyctl: Support for plugin_paths config option
|
Matthew Wild |
2011-02-22 |
prosodyctl, util.prosodyctl: Move UI functions to util.prosodyctl so they can be used outside of prosodyctl itself
|
Matthew Wild |
2011-02-13 |
prosodyctl: Instead of calling datamanager.set_path(), just ensure prosody.paths.data always contains the correct value (including config)
|
Matthew Wild |
2011-01-07 |
prosody, prosodyctl: Filter out relative paths from package.(c)path when installed
|
Matthew Wild |
2011-01-04 |
prosody, prosodyctl: Create prosody object as a local before exporting as a global
|
Matthew Wild |
2011-01-04 |