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
path: root/config
AgeCommit message (Collapse)Author
2022-05-02Switch "make rel" and "make dev" to paths: conf, database, logsBadlop
2022-02-03New "make relive" similar to "ejabberdctl live" without installingBadlop
Prepare with: ./autogen.sh && ./configure --with-rebar=./rebar3 && make Or use this if you installed Elixir: ./autogen.sh && ./configure --with-rebar=mix && make Start without installing (it recompiles when necessary): make relive It stores config, database and logs in _build/relive/ There's available the well-known script: _build/relive/ejabberdctl Please note this fails immediately: r3:do(compile). This crashes a few seconds later: rebar3:run(["compile"]). Workaround that works correctly: ejabberd_admin:update().
2021-07-16As Mix config now must be evaluated at runtime, rename to runtime.exsBadlop
2021-01-11Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)Badlop
2020-09-22log_rotate_date and log_rate_limit are deprecated since e4a8afb (#3382)Badlop
2019-04-12Fix syntax in Elixir config fileMickael Remond
2018-12-05Remove useless config file (#2665)Christophe Romain
Config file should be generated at packaging/installation stage /ejabberd.yml.example is the default template which can be used as default configuration
2018-11-12Remove references in configs to http_poll; it was removed in ba69c469b551Badlop
2018-11-07Fix another typo in ejabberd.ymlAve
2018-11-07Fix tiny typo in configuration fileAve
2018-06-20Move mod_irc to ejabberd-contribEvgeniy Khramtsov
2017-12-27Rename mnesiadbChristophe Romain
2017-09-06Replace example config of drop_chat_states with queue_* in mod_client_state ↵Badlop
(#1985)
2016-09-08Support for Elixir configuration file #1208gabrielgatu
Contribution for Google Summer of code 2016 by Gabriel Gatu
2015-09-02Better to keep config file in a different config directoryMickael Remond
2015-09-02Allow building ejabberd with Elixir mix and building and ejabberd OTP releaseMickael Remond