summaryrefslogtreecommitdiff
path: root/vars.config.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Cleanup file headersChristophe Romain2016-12-271-7/+19
|
* ejabberdctl: Fix path to epmdHolger Weiss2016-05-011-0/+1
|
* Always use laggerPaweł Chmielowski2016-01-261-1/+0
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Add --enable-latest-deps to configurePaweł Chmielowski2015-12-181-0/+2
| | | | | | This option make 'rebar get-deps' command to always fetch latest versions of deps that are developed together with ejabberd instead of using frozen commit/branch/tag.
* Remove "--enable-nif" flagHolger Weiss2015-12-161-1/+0
| | | | | | | Specifying "--enable-nif" or "--disable-nif" when running ejabberd's configure script has no effect anymore: NIF support is enabled by default and can only be disabled by building the p1_xml dependency with "--disable-nif".
* Remove supervisor option, disable it for c2s and mucChristophe Romain2015-11-041-1/+0
|
* Pass {C,CPP,LD}FLAGS used in main ./configure call to invocations from depsPaweł Chmielowski2015-10-201-0/+4
|
* oauth uses jiffy so fetch it unconditionallyPaweł Chmielowski2015-09-281-1/+0
|
* Enable oauth unconditionallyPaweł Chmielowski2015-09-251-1/+0
|
* Revert "Remove "--enable-json" flag"Christophe Romain2015-09-251-0/+1
| | | | | This reverts commit 5bb137940c11fbd5d0c4da493e3a4560fbfe2d97. This is needed for mod_http_api
* Add OAuth support (thanks to Aleksey)Christophe Romain2015-09-251-0/+1
|
* Remove "--enable-json" flagHolger Weiss2015-08-271-1/+0
| | | | The "--enable-json" flag currently has no effect.
* Add SQLite supportSergey Abramyan2015-03-201-0/+1
|
* Add Redis backend for SMEvgeniy Khramtsov2015-03-111-0/+1
|
* Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-0/+1
|
* Add Elixir support to ejabberdMickaël Rémond2015-02-101-0/+1
|
* Remove "--enable-http" flagHolger Weiss2014-07-271-1/+0
| | | | | Specifying the "--enable-http" flag on the ./configure command line had no effect.
* Add --enable-riak configure flagEvgeniy Khramtsov2014-07-101-0/+1
|
* Always enable STUN at compile timeEvgeniy Khramtsov2014-06-031-1/+0
|
* Always enable SIP at compile timeEvgeniy Khramtsov2014-05-021-1/+0
|
* SIP supportEvgeniy Khramtsov2014-04-301-0/+1
| | | | | | | Conflicts: configure configure.ac doc/guide.tex
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+51
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