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 (Expand)Author
2022-10-26move spool dir to make it fully configurable per ejabberdctl.cfg (#3863)22.10duritong
2022-09-13Support ERL_DIST_PORT option to work without epmdBadlop
2022-08-01Add log_burst_limit_* options (#3865)Mark Zealey
2022-05-02Switch "make rel" and "make dev" to paths: conf, database, logsBadlop
2022-02-20ejabberdctl: Remove unused environment variableHolger Weiss
2022-02-03Reorganize and complete documentation of node start/debug commandsBadlop
2021-12-23ejabberdctl: Let shellcheck ignore unused ERTS_VSNHolger Weiss
2021-12-23Fix ERTS path in ejabberdctl with `rebar3 release`Holger Weiss
2021-12-23Workaround to support ShellCheck older than 0.8.0Badlop
2021-12-23The read value is useless, so use throwaway variable nameBadlop
2021-12-23Harmless warning, but let's prevent it anywayBadlop
2021-12-23SCRIPT_DIR is used by relx releasesBadlop
2021-12-23In POSIX sh, RANDOM is undefined, use alternativeBadlop
2021-12-23In POSIX sh, OSTYPE is undefined. ejabberd doesn't work natively in win anywayBadlop
2021-06-25Set SCRIPT_DIR as done by the ejabberd script generated by "rebar3 release"Badlop
2021-04-15Remove SMP option from ejabberdctl.cfg, -smp was removed in OTP 21 (#3560)Badlop
2021-01-27Add 'ejabberdctl foreground-quiet'Paweł Chmielowski
2021-01-13Fix handling of log_rotate_size: infinityPaweł Chmielowski
2020-09-22log_rotate_date and log_rate_limit are deprecated since e4a8afb (#3382)Badlop
2020-08-24ejabberdctl: Avoid bashismsHolger Weiss
2020-07-30Check if TERM is set before running a remote debug shellJerome Sautret
2020-07-29Allow passing Erlang VM args through vm.args config fileMickael Remond
2020-04-03Remove bash-izm from ejabberdctl.template introduced recentlyPaweł Chmielowski
2020-04-02Limit number of atoms used by ejabberdctl ( #2977)Jerome Sautret
2019-10-25Use lager on OTP<22.0Evgeny Khramtsov
2019-10-19Don't parse obsoleted optionsEvgeny Khramtsov
2018-04-25ejabberdctl: fix parameter parsingtv
2018-01-29ejabberdctl: Omit redundant erl optionHolger Weiss
2018-01-21Fix typo /this/it/Licaon_Kter
2017-12-10Use /bin/sh as the explicit shell when using su in ejabberdctl.Randy Barlow
2017-11-07ejabberdctl: Fix 'read' syntax for non-bash shellsHolger Weiss
2017-11-06ejabberdctl: Fix paths for release buildHolger Weiss
2017-09-27harden ejabberdctl (#1977)Christophe Romain
2017-09-18Merge pull request #1996 from nosnilmot/ejabberdctl-quote-peerChristophe Romain
2017-09-18Fix iexdebug and iexlive commands (#1981)Christophe Romain
2017-09-11Quote $PEER in ping command to avoid hostnames containing "-" being interpret...Stu Tomlinson
2017-08-08fix typoMathias Ertl
2017-08-04fix FIREWALL_WINDOW optionMathias Ertl
2017-07-20Fix errors when running ejabberdctl as rootChristophe Romain
2017-07-15Fix ERLANG_OPTS when setting INET_DIST_INTERFACEAshish SHUKLA
2017-07-12Fix ERLANG_OPTS end lines when setting FIREWALL_WINDOW (#1856)Badlop
2017-06-28Quote paths to allow spaces (#1789)Christophe Romain
2017-06-13Fix refactor bug on wait_statusChristophe Romain
2017-06-08fixing iex bug with proper --name arguementIvy Rogatko
2017-06-06Add missing space separator on EJABBERD_OPTSChristophe Romain
2017-06-02Fix EJABBERD_OPTSChristophe Romain
2017-06-01Respect INSTALLUSER when creating spool directoryChristophe Romain
2017-06-01Create spool directory at start if not existsChristophe Romain
2017-06-01Remove use of getopt to support simpler shellsChristophe Romain
2017-06-01Improve ejabberdctl parameters parsingChristophe Romain