aboutsummaryrefslogtreecommitdiff
path: root/rebar.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update depsPaweł Chmielowski2021-01-281-2/+2
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Update deps to tagged versionsPaweł Chmielowski2021-01-271-11/+11
|
* Add oauth_cache_rest_failure_life_time optionPaweł Chmielowski2021-01-271-1/+1
| | | | | This allows to use shorted life time for failures in rest oauth backend than specified in oauth_cache_life_time.
* Update 'stun' dependencyHolger Weiss2021-01-221-1/+1
| | | | | | The 'stun' application now rejects Teredo and 6to4 TURN peers unconditionally. Therefore, remove those networks from the default 'turn_blacklist'.
* Fix URL of ejabberd_po, use the final oneBadlop2021-01-221-1/+1
|
* When running "make translations" use the external ejabberd_po repositoryBadlop2021-01-221-0/+2
|
* Let's update xmpp once morePaweł Chmielowski2021-01-211-1/+1
|
* Revert "Update xmpp"Paweł Chmielowski2021-01-211-1/+1
| | | | | | This reverts commit a4b06df6047d8a024ce1dbb0095894cb4bd8a0a0. Needs more work, breaks some tests.
* Update xmppPaweł Chmielowski2021-01-211-1/+1
| | | | This brings memory usage optimization for detached sessions
* Remove .git ending from linksNeustradamus2021-01-131-2/+2
| | | | Remove .git ending from links
* Fix invalid timezone in mod_time (issue #3454)Paweł Chmielowski2020-12-221-1/+1
|
* Fix sqlite3 dependency version (#3452)Stu Tomlinson2020-12-181-1/+1
| | | | | | erlang-sqlite3 versions got messed up, causing ejabberd build to regress to 1.1.6 from Jan 2018 when using rebar3 which fails to build with OTP23. Update to correctly tagged version 1.1.9, which also has matching hex.pm package, fixes this.
* Update depsPaweł Chmielowski2020-12-101-2/+2
|
* Update xmpp once morePaweł Chmielowski2020-12-101-1/+1
|
* Update xmppPaweł Chmielowski2020-12-101-1/+1
|
* Update deps to point to tagsPaweł Chmielowski2020-12-081-17/+17
|
* Allow to use different hash for storing scram passwordsPaweł Chmielowski2020-12-081-1/+1
|
* Add support for SCRAM-SHA-{256,512}-{PLUS} authenticationPaweł Chmielowski2020-12-031-1/+1
|
* Merge pull request #3395 from nosnilmot/rebar3badlop2020-11-131-6/+6
|\ | | | | rebar3 support for main build process
| * Add sql dir to extra_src_dirsStu Tomlinson2020-09-251-0/+1
| | | | | | | | | | When running ct under rebar3, add sql dir to extra_src_dirs so sql scripts are available to run clear_sql_tables
| * Miscellaneous rebar3 fixesStu Tomlinson2020-09-231-5/+2
| | | | | | | | | | | | | | | | | | Correct Makefile clean targets Fix a few more include() -> include_lib() for depedency includes Use project_app_dirs to reference elixir app from rebar3 (lib_dirs is no longer supported)
| * rebar3 support for main build processStu Tomlinson2020-09-211-2/+4
| | | | | | | | | | | | | | | | | | | | This adds support for building, and installing, ejabberd using rebar3 A --with-rebar=/path/to/rebar3 option is added to configure to specify which rebar to use rebar2 compatibility is maintained, and the bundled rebar2 is still used by default
* | Update dependenciesBadlop2020-11-111-11/+11
| |
* | Update eimpPaweł Chmielowski2020-10-261-1/+1
| | | | | | | | This makes eimp compile correctly agains headers from png12
* | Update eimpPaweł Chmielowski2020-10-261-1/+1
| |
* | Support for MAM Flipped Pages (#3398)Badlop2020-10-151-1/+1
|/
* rebar3 plugin to support configure-deps command (#3392)Stu Tomlinson2020-09-211-0/+1
| | | | | | | | | | | * rebar3 plugin to support configure-deps command To allow running configure on dependencies prior to compilation, add a rebar3 plugin to support the 'configure-deps' command introduced for rebar2 in a7639fd4 * Fix compatibility with OTP < 23 binary_to_atom/1 is new to OTP 23
* Add 'gitonly_deps' list to rebar config/script (#3391)Stu Tomlinson2020-09-211-0/+2
| | | | | | | Add list of dependencies that should only be built from git, to support building with rebar3 where deps do not have hex packages (or where the package versions do not directly map to git tags). This is required for elixir and luerl deps.
* Fix syntax for lager dependency version (#3379)Stu Tomlinson2020-09-031-1/+1
| | | | Add 'tag' to lager dependency so that build with rebar3 will pull from hex package instead of git checkout matching other dependencies
* Use include_lib() to include headers from dependencies (#3369)Stu Tomlinson2020-09-031-3/+0
|
* Update xmpp depPaweł Chmielowski2020-09-031-1/+1
|
* Update base64url dep for rebar3 (#3368)Stu Tomlinson2020-09-031-1/+1
| | | | Update base64url version to match available hex package to support compilation with rebar3
* Update depsPaweł Chmielowski2020-07-281-18/+18
|
* Update stunPaweł Chmielowski2020-07-281-1/+1
|
* No need to check for Erlang 17, as 19 is the lowest supported anywayBadlop2020-07-281-2/+1
| | | | This rollsback the conditional introduced years ago in c2753cd51c8ca
* Elixir was required for quicktest, that was removed in 2018 51cbbf313Badlop2020-07-281-1/+1
|
* Update Stun to 1.0.36, and Esip tooBadlop2020-07-281-2/+2
|
* Sort dependencies and improve some indentationBadlop2020-07-221-67/+70
|
* Revert "Modify ERL_LDFLAGS of deps when compiling on R23 on rebar2"Badlop2020-07-221-1/+0
| | | | This reverts commit 21312c79aa1c1c319f2b1859184a5ef3126c7ac9.
* Update dependencies, they now compile with Erlang/OTP 23.0 nativelyBadlop2020-07-221-14/+14
|
* Revert "Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282)"Badlop2020-07-151-3/+0
| | | | This reverts commit 2ca5712507473578fe00e4a1bce8e25a0d9f1bca.
* Update jiffy to 1.0.5 which supports Erlang/OTP 23Badlop2020-07-151-1/+1
|
* Update 'stun' dependency to tagged versionHolger Weiss2020-07-111-1/+1
|
* ejabberd_stun: Filter info/debug messagesHolger Weiss2020-07-011-1/+1
| | | | | Update 'stun' dependency, and drop the info/debug messages now logged by the 'stun' application if OTP's new logging API is used.
* Update 'yconf' dependency to fix Erlang/OTP 19.xHolger Weiss2020-06-051-1/+1
|
* Update 'yconf' dependencyHolger Weiss2020-06-051-1/+1
| | | | Fixes #3295.
* Update depsPaweł Chmielowski2020-06-031-15/+16
|
* Update eimp, sqlite3 and epam to support Erlang/OTP 23 (#3282)Badlop2020-06-011-3/+3
|
* Use old http_uri, crypto and pg2 only with old Erlang/OTP (#3284)Badlop2020-06-011-0/+3
|