Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Always use lagger | Paweł Chmielowski | 2016-01-26 | 1 | -1/+0 |
| | |||||
* | Update copyright to 2016 (#901) | Badlop | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Add --enable-latest-deps to configure | Paweł Chmielowski | 2015-12-18 | 1 | -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" flag | Holger Weiss | 2015-12-16 | 1 | -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 muc | Christophe Romain | 2015-11-04 | 1 | -1/+0 |
| | |||||
* | Pass {C,CPP,LD}FLAGS used in main ./configure call to invocations from deps | Paweł Chmielowski | 2015-10-20 | 1 | -0/+4 |
| | |||||
* | oauth uses jiffy so fetch it unconditionally | Paweł Chmielowski | 2015-09-28 | 1 | -1/+0 |
| | |||||
* | Enable oauth unconditionally | Paweł Chmielowski | 2015-09-25 | 1 | -1/+0 |
| | |||||
* | Revert "Remove "--enable-json" flag" | Christophe Romain | 2015-09-25 | 1 | -0/+1 |
| | | | | | This reverts commit 5bb137940c11fbd5d0c4da493e3a4560fbfe2d97. This is needed for mod_http_api | ||||
* | Add OAuth support (thanks to Aleksey) | Christophe Romain | 2015-09-25 | 1 | -0/+1 |
| | |||||
* | Remove "--enable-json" flag | Holger Weiss | 2015-08-27 | 1 | -1/+0 |
| | | | | The "--enable-json" flag currently has no effect. | ||||
* | Add SQLite support | Sergey Abramyan | 2015-03-20 | 1 | -0/+1 |
| | |||||
* | Add Redis backend for SM | Evgeniy Khramtsov | 2015-03-11 | 1 | -0/+1 |
| | |||||
* | Add compatibility macros for deprecated types (thanks to Alexey) | Christophe Romain | 2015-02-23 | 1 | -0/+1 |
| | |||||
* | Add Elixir support to ejabberd | Mickaël Rémond | 2015-02-10 | 1 | -0/+1 |
| | |||||
* | Remove "--enable-http" flag | Holger Weiss | 2014-07-27 | 1 | -1/+0 |
| | | | | | Specifying the "--enable-http" flag on the ./configure command line had no effect. | ||||
* | Add --enable-riak configure flag | Evgeniy Khramtsov | 2014-07-10 | 1 | -0/+1 |
| | |||||
* | Always enable STUN at compile time | Evgeniy Khramtsov | 2014-06-03 | 1 | -1/+0 |
| | |||||
* | Always enable SIP at compile time | Evgeniy Khramtsov | 2014-05-02 | 1 | -1/+0 |
| | |||||
* | SIP support | Evgeniy Khramtsov | 2014-04-30 | 1 | -0/+1 |
| | | | | | | | Conflicts: configure configure.ac doc/guide.tex | ||||
* | Switch to rebar build tool | Evgeniy Khramtsov | 2013-06-13 | 1 | -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 |