summaryrefslogtreecommitdiff
path: root/config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Switch "make rel" and "make dev" to paths: conf, database, logsBadlop2022-05-021-15/+10
|
* New "make relive" similar to "ejabberdctl live" without installingBadlop2022-02-031-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().
* As Mix config now must be evaluated at runtime, rename to runtime.exsBadlop2021-07-162-10/+12
|
* Replace Jabber->XMPP and Ejabberd (thanks to Neustradamus)(#3469)Badlop2021-01-111-1/+1
|
* log_rotate_date and log_rate_limit are deprecated since e4a8afb (#3382)Badlop2020-09-221-2/+0
|
* Fix syntax in Elixir config fileMickael Remond2019-04-121-5/+6
|
* Remove useless config file (#2665)Christophe Romain2018-12-051-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
* Remove references in configs to http_poll; it was removed in ba69c469b551Badlop2018-11-122-2/+0
|
* Fix another typo in ejabberd.ymlAve2018-11-071-1/+1
|
* Fix tiny typo in configuration fileAve2018-11-071-1/+1
|
* Move mod_irc to ejabberd-contribEvgeniy Khramtsov2018-06-202-4/+0
|
* Rename mnesiadbChristophe Romain2017-12-271-1/+1
|
* Replace example config of drop_chat_states with queue_* in mod_client_state ↵Badlop2017-09-062-2/+2
| | | | (#1985)
* Support for Elixir configuration file #1208gabrielgatu2016-09-083-1/+837
| | | | Contribution for Google Summer of code 2016 by Gabriel Gatu
* Better to keep config file in a different config directoryMickael Remond2015-09-021-1/+1
|
* Allow building ejabberd with Elixir mix and building and ejabberd OTP releaseMickael Remond2015-09-021-0/+10