aboutsummaryrefslogtreecommitdiff
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add SQL_INSERT macro and update SQL queries to use server_host fieldAlexey Shchepin2017-11-021-0/+9
|
* Introduce mod_avatarEvgeniy Khramtsov2017-09-171-0/+9
| | | | | | | | | | | | | | | | | | | | | | The purpose of the module is to cope with legacy and modern XMPP clients posting avatars. It automatically converts vCard based avatars (XEP-0153) to PEP based avatars (XEP-0084) and vice versa. Also, the module supports convertation between avatar image formats on the fly: this is controlled by `convert` option. For example, to convert all avatars into PNG format, configure the module as: mod_avatar: convert: default: png In order to convert only `webp` format to `jpeg`, set the following: mod_avatar: convert: webp: jpeg Note: the module depends on mod_vcard, mod_vcard_xupdate and mod_pubsub. Also, ejabberd should be built with --enable-graphics option.
* Update OTP version check by configureChristophe Romain2017-07-271-2/+2
|
* Add --enable-system-deps configure optionPaweł Chmielowski2017-05-311-0/+9
|
* Introduce --enable-stun and --enable-sip configure optionsEvgeniy Khramtsov2017-05-231-3/+21
| | | | | STUN/TURN and SIP is not compiled by default anymore. Use --enable-stun, --enable-sip or --enable-all to enable them.
* Set default prefix to /usr/localChristophe Romain2017-04-061-1/+1
|
* ejabberdctl: Fix path to epmdHolger Weiss2016-05-011-0/+1
|
* Always use laggerPaweł Chmielowski2016-01-261-11/+2
|
* lager is the default logger, we need to reverse the define flagMickael Remond2016-01-231-1/+1
| | | | Also make sure that configure without option does not force lager to false
* Add --enable-latest-deps to configurePaweł Chmielowski2015-12-181-0/+9
| | | | | | 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-12/+3
| | | | | | | 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-9/+0
|
* Pass {C,CPP,LD}FLAGS used in main ./configure call to invocations from depsPaweł Chmielowski2015-10-201-0/+3
|
* oauth uses jiffy so fetch it unconditionallyPaweł Chmielowski2015-09-281-12/+3
|
* Enable oauth unconditionallyPaweł Chmielowski2015-09-251-12/+3
|
* Revert "Remove "--enable-json" flag"Christophe Romain2015-09-251-3/+12
| | | | | This reverts commit 5bb137940c11fbd5d0c4da493e3a4560fbfe2d97. This is needed for mod_http_api
* Add OAuth support (thanks to Aleksey)Christophe Romain2015-09-251-3/+12
|
* Remove "--enable-json" flagHolger Weiss2015-08-271-12/+3
| | | | The "--enable-json" flag currently has no effect.
* configure.ac: Don't insist on Erlang/OTP >= 17.5Holger Weiss2015-08-131-1/+1
| | | | | 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.
* Ejabberd now requires erlang R17+Paweł Chmielowski2015-08-121-1/+1
|
* configure.ac: add AC_CONFIG_MACRO_DIRJohan Oudinet2015-06-301-0/+2
| | | | | Otherwise, autoconf fails to find extra macros defined in the m4 directory.
* Keep the version hardcoded in mix.exs fileMickael Remond2015-06-291-2/+1
| | | | | | 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
* Add correct package version for mix (#577)Christophe Romain2015-05-291-1/+2
|
* Add SQLite3 library checks at the configure scriptEvgeniy Khramtsov2015-04-081-0/+7
|
* Add SQLite supportSergey Abramyan2015-03-201-3/+12
|
* Add Redis backend for SMEvgeniy Khramtsov2015-03-111-3/+12
|
* Add compatibility macros for deprecated types (thanks to Alexey)Christophe Romain2015-02-231-0/+2
|
* Add Elixir support to ejabberdMickaël Rémond2015-02-101-3/+12
|
* Cosmetic changes for "./configure --help" outputHolger Weiss2015-01-201-1/+1
|
* Enable transient supervisors by defaultHolger Weiss2015-01-201-2/+2
| | | | | Some features (e.g., "ejabberdctl incoming_s2s_number") don't work with transient supervisors disabled.
* Get rid of a hyphen in VSNEvgeniy Khramtsov2014-10-241-1/+1
|
* Remove "--enable-http" flagHolger Weiss2014-07-271-12/+3
| | | | | Specifying the "--enable-http" flag on the ./configure command line had no effect.
* avoid incorrect release version string (EJAB-1695)Christophe Romain2014-07-211-1/+1
| | | | | | | 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.
* Do not check for Erlang apps at configure time as it looks redundantEvgeniy Khramtsov2014-07-141-25/+0
|
* Add --enable-riak configure flagEvgeniy Khramtsov2014-07-101-0/+9
|
* Always enable STUN at compile timeEvgeniy Khramtsov2014-06-031-12/+3
|
* Always enable SIP at compile timeEvgeniy Khramtsov2014-05-021-12/+3
|
* SIP supportEvgeniy Khramtsov2014-04-301-3/+12
| | | | | | | Conflicts: configure configure.ac doc/guide.tex
* Fix release version number.Jerome Sautret2013-08-301-2/+2
|
* Fix a typoEvgeniy Khramtsov2013-06-271-1/+1
|
* Add --enable-tools to --enable-allEvgeniy Khramtsov2013-06-271-10/+10
|
* Enable lager support by defaultEvgeniy Khramtsov2013-06-271-5/+5
|
* Disable lager by defaultAlexey Shchepin2013-06-191-2/+2
|
* set version to communityChristophe Romain2013-06-171-2/+1
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+283
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