summaryrefslogtreecommitdiff
path: root/config (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-02Switch "make rel" and "make dev" to paths: conf, database, logsBadlop1-15/+10
2022-02-03New "make relive" similar to "ejabberdctl live" without installingBadlop1-10/+16
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.exsBadlop2-10/+12
2021-01-11Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)Badlop1-1/+1
2020-09-22log_rotate_date and log_rate_limit are deprecated since e4a8afb (#3382)Badlop1-2/+0
2019-04-12Fix syntax in Elixir config fileMickael Remond1-5/+6
2018-12-05Remove useless config file (#2665)Christophe Romain1-665/+0
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 ba69c469b551Badlop2-2/+0
2018-11-07Fix another typo in ejabberd.ymlAve1-1/+1
2018-11-07Fix tiny typo in configuration fileAve1-1/+1
2018-06-20Move mod_irc to ejabberd-contribEvgeniy Khramtsov2-4/+0
2017-12-27Rename mnesiadbChristophe Romain1-1/+1
2017-09-06Replace example config of drop_chat_states with queue_* in mod_client_state ↵Badlop2-2/+2
(#1985)
2016-09-08Support for Elixir configuration file #1208gabrielgatu3-1/+837
Contribution for Google Summer of code 2016 by Gabriel Gatu
2015-09-02Better to keep config file in a different config directoryMickael Remond1-1/+1
2015-09-02Allow building ejabberd with Elixir mix and building and ejabberd OTP releaseMickael Remond1-0/+10