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
AgeCommit message (Collapse)Author
2015-12-18Add --enable-latest-deps to configurePaweł Chmielowski
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.
2015-12-16Remove "--enable-nif" flagHolger Weiss
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".
2015-11-04Remove supervisor option, disable it for c2s and mucChristophe Romain
2015-10-20Pass {C,CPP,LD}FLAGS used in main ./configure call to invocations from depsPaweł Chmielowski
2015-09-28oauth uses jiffy so fetch it unconditionallyPaweł Chmielowski
2015-09-25Enable oauth unconditionallyPaweł Chmielowski
2015-09-25Revert "Remove "--enable-json" flag"Christophe Romain
This reverts commit 5bb137940c11fbd5d0c4da493e3a4560fbfe2d97. This is needed for mod_http_api
2015-09-25Add OAuth support (thanks to Aleksey)Christophe Romain
2015-08-27Remove "--enable-json" flagHolger Weiss
The "--enable-json" flag currently has no effect.
2015-08-13configure.ac: Don't insist on Erlang/OTP >= 17.5Holger Weiss
The current ejabberd code works on Erlang/OTP 17.1 or newer. We now also let Travis CI test this version in addition to 17.5.
2015-08-12Ejabberd now requires erlang R17+Paweł Chmielowski
2015-06-30configure.ac: add AC_CONFIG_MACRO_DIRJohan Oudinet
Otherwise, autoconf fails to find extra macros defined in the m4 directory.
2015-06-30Keep the version hardcoded in mix.exs fileMickael Remond
Generated the mix.exs file through configure is not possible when using mix, as it does not run configure after having downloaded the dependencies. #621
2015-05-29Add correct package version for mix (#577)Christophe Romain
2015-04-08Add SQLite3 library checks at the configure scriptEvgeniy Khramtsov
2015-03-20Add SQLite supportSergey Abramyan
2015-03-11Add Redis backend for SMEvgeniy Khramtsov
2015-02-23Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain
2015-02-10Add Elixir support to ejabberdMickaël Rémond
2015-01-20Cosmetic changes for "./configure --help" outputHolger Weiss
2015-01-20Enable transient supervisors by defaultHolger Weiss
Some features (e.g., "ejabberdctl incoming_s2s_number") don't work with transient supervisors disabled.
2014-10-24Get rid of a hyphen in VSNEvgeniy Khramtsov
2014-07-27Remove "--enable-http" flagHolger Weiss
Specifying the "--enable-http" flag on the ./configure command line had no effect.
2014-07-21avoid incorrect release version string (EJAB-1695)Christophe Romain
to do so, we remove configure script from repository. it must be generated with autotools. for developpers not using autotools, we include the configure script in release source tarball, which in generated with correct version string.
2014-07-14Do not check for Erlang apps at configure time as it looks redundantEvgeniy Khramtsov
2014-07-10Add --enable-riak configure flagEvgeniy Khramtsov
2014-06-03Always enable STUN at compile timeEvgeniy Khramtsov
2014-05-02Always enable SIP at compile timeEvgeniy Khramtsov
2014-04-30SIP supportEvgeniy Khramtsov
Conflicts: configure configure.ac doc/guide.tex
2013-08-30Fix release version number.Jerome Sautret
2013-06-27Fix a typoEvgeniy Khramtsov
2013-06-27Add --enable-tools to --enable-allEvgeniy Khramtsov
2013-06-27Enable lager support by defaultEvgeniy Khramtsov
2013-06-19Disable lager by defaultAlexey Shchepin
2013-06-17set version to communityChristophe Romain
2013-06-13Switch to rebar build toolEvgeniy Khramtsov
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