summaryrefslogtreecommitdiff
path: root/ejabberdctl.template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow several ';' passed in commands (#599)Christophe Romain2015-06-181-1/+1
|
* Allow password with ';' passed in ejabberdctl (#599)Christophe Romain2015-06-171-1/+1
|
* Minor cosmetic changes and add ping commandChristophe Romain2015-05-221-15/+24
|
* A few more... Fix epmd not in PATH (#484)(thanks to acediac)Badlop2015-05-221-1/+1
|
* Revert "Fix EJABBERD_OPTS quoting for Elixir"Holger Weiss2015-05-181-3/+3
| | | | | | | This reverts commit 2a15453d98425c72ae24e9da4d56ad295a57be1d. The commit broke the case where 'log_rotate_date' is set to "$D0", for example.
* Merge pull request #503 from weiss/fix-quoting-for-elixirChristophe Romain2015-05-131-3/+3
|\ | | | | Fix EJABBERD_OPTS quoting for Elixir
| * Fix EJABBERD_OPTS quoting for ElixirHolger Weiss2015-02-241-3/+3
| |
* | ejabberdctl: define mnesia optionsJohan Oudinet2015-04-271-2/+4
| | | | | | | | | | | | In addition to factorize how the mnesia dir option is given to erl commands, it allows one to set extra mnesia options via the MNESIA_OPTIONS environment variable.
* | export CONTRIB_MODULES_PATH (thanks to sezuan)(#489)Christophe Romain2015-03-241-0/+1
| |
* | Fix epmd not in PATH (#484)Christophe Romain2015-03-181-3/+4
| |
* | ejabberdctl: Escape whitespace in ERL_OPTIONSHolger Weiss2015-03-131-0/+1
| | | | | | | | | | | | | | If ERL_OPTIONS="-opt arg" is specified, make sure the space character between "-opt" and "arg" is retained. Fixes #143.
* | Extra arguments to cluster scripts are not mandatoryChristophe Romain2015-03-131-2/+2
| |
* | Remove trailing space to get correct argumentsChristophe Romain2015-03-131-2/+2
| | | | | | | | | | This allows to remove any argument to joincluster/leavecluster scripts when no parameters has been added after the ctl command.
* | Replace bashism in ejabberdctlHolger Weiss2015-03-121-2/+2
| |
* | add mnesia cluster helper scriptsChristophe Romain2015-03-061-0/+12
|/
* Add Elixir support to ejabberdMickaël Rémond2015-02-101-30/+75
|
* ejabberdctl: Omit su(1)'s "-p" flagHolger Weiss2014-07-271-6/+2
| | | | | | | | | | On Linux, su(1)'s "-p" flag makes sure the following environment variables are preserved: $HOME, $SHELL, $USER, and $LOGNAME. The flag isn't portable, and since we don't set HOME=$SPOOLDIR anymore, there's no reason to preserve these variables anyway. Without "-p", we also don't need to set HOME=$INSTALLUSER_HOME, as su(1) now does that for us.
* ejabberdctl: Remove outdated commentHolger Weiss2014-07-241-3/+0
| | | | The home directory is no longer set to $SPOOL_DIR.
* ejabberdctl: Create home directory as rootHolger Weiss2014-07-241-4/+8
| | | | | If the $INSTALLUSER is not root, he will usually not have the necessary permissions to create his home directory.
* ejabberdctl: Use $INSTALLUSER's home directoryHolger Weiss2014-07-241-1/+2
| | | | | Make sure ejabberdctl uses the $INSTALLUSER's .erlang.cookie file even if the script was executed by root.
* remove bash dependency, fix EJABBERD_OPTS useChristophe Romain2014-07-211-36/+36
|
* Replace bash-specific syntax in ejabberdctlHolger Weiss2014-07-201-1/+1
| | | | | | Use plain POSIX shell syntax to match ".yml" configuration file names. This is also slightly more correct, as it matches ".yml" only at the *end* of the file name.
* Move warnings inside check for , use variable for pathMathias Ertl2014-07-111-31/+33
|
* add ability to rotate logs on given date conditionChristophe Romain2014-07-021-0/+18
|
* let ejabberdctl explicitely use bashChristophe Romain2014-06-201-1/+1
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-1/+1
|
* inet_dist_use_interface requires argument quotingChristophe Romain2013-06-191-2/+2
|
* Improve handling of INET_DIST_INTERFACE option (EJAB-1611)Badlop2013-06-181-1/+5
| | | | | In old releases, only the erlang format {127,0,0,1} was supported. Now we support also 127.0.0.1, but we want backwards compatibility.
* improve ejabberdctl, and support different node names (thanks to Zach ↵Christophe Romain2013-06-181-145/+148
| | | | Calvert)(EJAB-1611)
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+392
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite