Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-20Merge branch 'cluster_fix'Christophe Romain
2015-11-20Integrate join/leave cluster as ejabberd commandChristophe Romain
2015-10-29feat(ejabberdctl): Foreground option for dockerArno B
Docker needs services to run in foreground.
2015-10-27ejabberdctl: export CONTRIB_MODULES_CONF_DIRHolger Weiss
2015-10-15Use OTP directory structure for 'make install'Paweł Chmielowski
2015-10-12Remove obsolete sasl initChristophe Romain
2015-09-22Allow root to run join_cluster and leave_clusterJohan Oudinet
Prefix the call to joincluster and leavecluster in ejabberdctl by $EXEC_CMD. Avoid using sh -c in these scripts. Should fix #676.
2015-08-15Let ejabberdctl handle more shell metacharactersHolger Weiss
Closes #704.
2015-06-18Allow several ';' passed in commands (#599)Christophe Romain
2015-06-17Allow password with ';' passed in ejabberdctl (#599)Christophe Romain
2015-05-22Minor cosmetic changes and add ping commandChristophe Romain
2015-05-22A few more... Fix epmd not in PATH (#484)(thanks to acediac)Badlop
2015-05-18Revert "Fix EJABBERD_OPTS quoting for Elixir"Holger Weiss
This reverts commit 2a15453d98425c72ae24e9da4d56ad295a57be1d. The commit broke the case where 'log_rotate_date' is set to "$D0", for example.
2015-05-13Merge pull request #503 from weiss/fix-quoting-for-elixirChristophe Romain
Fix EJABBERD_OPTS quoting for Elixir
2015-04-27ejabberdctl: define mnesia optionsJohan Oudinet
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.
2015-03-24export CONTRIB_MODULES_PATH (thanks to sezuan)(#489)Christophe Romain
2015-03-19Fix epmd not in PATH (#484)Christophe Romain
2015-03-13ejabberdctl: Escape whitespace in ERL_OPTIONSHolger Weiss
If ERL_OPTIONS="-opt arg" is specified, make sure the space character between "-opt" and "arg" is retained. Fixes #143.
2015-03-13Extra arguments to cluster scripts are not mandatoryChristophe Romain
2015-03-13Remove trailing space to get correct argumentsChristophe Romain
This allows to remove any argument to joincluster/leavecluster scripts when no parameters has been added after the ctl command.
2015-03-12Replace bashism in ejabberdctlHolger Weiss
2015-03-06add mnesia cluster helper scriptsChristophe Romain
2015-02-25Fix EJABBERD_OPTS quoting for ElixirHolger Weiss
2015-02-10Add Elixir support to ejabberdMickaël Rémond
2014-07-27ejabberdctl: Omit su(1)'s "-p" flagHolger Weiss
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.
2014-07-24ejabberdctl: Remove outdated commentHolger Weiss
The home directory is no longer set to $SPOOL_DIR.
2014-07-24ejabberdctl: Create home directory as rootHolger Weiss
If the $INSTALLUSER is not root, he will usually not have the necessary permissions to create his home directory.
2014-07-24ejabberdctl: Use $INSTALLUSER's home directoryHolger Weiss
Make sure ejabberdctl uses the $INSTALLUSER's .erlang.cookie file even if the script was executed by root.
2014-07-21remove bash dependency, fix EJABBERD_OPTS useChristophe Romain
2014-07-20Replace bash-specific syntax in ejabberdctlHolger Weiss
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.
2014-07-11Move warnings inside check for , use variable for pathMathias Ertl
2014-07-03add ability to rotate logs on given date conditionChristophe Romain
2014-06-20let ejabberdctl explicitely use bashChristophe Romain
2013-08-21Change configuration file format to YAMLEvgeniy Khramtsov
2013-06-19inet_dist_use_interface requires argument quotingChristophe Romain
2013-06-18Improve handling of INET_DIST_INTERFACE option (EJAB-1611)Badlop
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.
2013-06-18improve ejabberdctl, and support different node names (thanks to Zach ↵Christophe Romain
Calvert)(EJAB-1611)
2013-06-13Switch to rebar build toolEvgeniy Khramtsov
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