summaryrefslogtreecommitdiff
path: root/ejabberdctl.cfg.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Support ERL_DIST_PORT option to work without epmdBadlop2022-09-131-2/+20
| | | | | | | | | | | Please note: - Erlang/OTP 23.1 or higher is required to use ERL_DIST_PORT - "make relive" doesn't support ERL_DIST_PORT, neither rebar3 nor elixir - "make install" doesn't work with Elixir since at least ejabberd 21.07 Reference: https://www.erlang.org/blog/otp-23-highlights/ https://blog.erlware.org/epmdlessless/
* Remove SMP option from ejabberdctl.cfg, -smp was removed in OTP 21 (#3560)Badlop2021-04-151-14/+0
|
* Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)Badlop2021-01-111-2/+2
|
* Remove comment about Erlang/OTP older than R14, as we require 19.3 nowadaysBadlop2020-06-081-2/+0
|
* Fix Erlang limits in ejabberdctl.cfg.example to reflect current situationEvgeniy Khramtsov2018-06-231-6/+6
|
* ejabberdctl.cfg: Document CONTRIB_MODULES_CONF_DIRHolger Weiss2015-10-261-0/+12
|
* Add packaging support for contributed modulesChristophe Romain2015-03-111-0/+10
| | | | | | | This is a preliminary version that is tested to work with the packaging branch of ejabberd-modules repository This version lacks automatic configuration include at runtime
* Accept configuration file with .yaml extension (#290)Badlop2015-03-041-1/+1
|
* Document EJABBERD_CONFIG_PATH in ejabberdctl.cfgHolger Weiss2015-02-101-0/+11
|
* reflect correct default value un example documentationChristophe Romain2014-07-221-1/+1
|
* improve ejabberdctl, and support different node names (thanks to Zach ↵Christophe Romain2013-06-181-3/+2
| | | | Calvert)(EJAB-1611)
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+154
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