Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support ERL_DIST_PORT option to work without epmd | Badlop | 2022-09-13 | 1 | -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) | Badlop | 2021-04-15 | 1 | -14/+0 |
| | |||||
* | Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469) | Badlop | 2021-01-11 | 1 | -2/+2 |
| | |||||
* | Remove comment about Erlang/OTP older than R14, as we require 19.3 nowadays | Badlop | 2020-06-08 | 1 | -2/+0 |
| | |||||
* | Fix Erlang limits in ejabberdctl.cfg.example to reflect current situation | Evgeniy Khramtsov | 2018-06-23 | 1 | -6/+6 |
| | |||||
* | ejabberdctl.cfg: Document CONTRIB_MODULES_CONF_DIR | Holger Weiss | 2015-10-26 | 1 | -0/+12 |
| | |||||
* | Add packaging support for contributed modules | Christophe Romain | 2015-03-11 | 1 | -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) | Badlop | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | Document EJABBERD_CONFIG_PATH in ejabberdctl.cfg | Holger Weiss | 2015-02-10 | 1 | -0/+11 |
| | |||||
* | reflect correct default value un example documentation | Christophe Romain | 2014-07-22 | 1 | -1/+1 |
| | |||||
* | improve ejabberdctl, and support different node names (thanks to Zach ↵ | Christophe Romain | 2013-06-18 | 1 | -3/+2 |
| | | | | Calvert)(EJAB-1611) | ||||
* | Switch to rebar build tool | Evgeniy Khramtsov | 2013-06-13 | 1 | -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 |