aboutsummaryrefslogtreecommitdiff
path: root/rebar.config (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282)Badlop2020-06-011-0/+3
| | | | | | | | | | | | | | | | | | Works for me with: ./configure --disable-pam ./rebar get-deps ./rebar configure-deps ./rebar compile make install changes in erlang-native-compiler used by jiffy: src/rebar_port_compiler.erl - {"ERL_LDFLAGS" , " -L$ERL_EI_LIBDIR -lerl_interface -lei"}, + {"ERL_LDFLAGS" , " -L$ERL_EI_LIBDIR -lei"}, src/rebar_utils.erl --dialyzer({no_missing_calls, escript_foldl/3}).
* Rename 'turn_v4_ip' and 'turn_v6_ip' optionsHolger Weiss2020-05-291-1/+1
| | | | | The 'turn_ipv4_address' and 'turn_ipv6_address' option names are probably more intuitive.
* Modify ERL_LDFLAGS of deps when compiling on R23 on rebar2Paweł Chmielowski2020-05-261-0/+1
| | | | | Newer version removed erl_interface, and default rebar2 ERL_LDFLAGS will try to link it, this change should pass correct flags to compiler.
* ejabberd_stun: Add 'turn_blacklist' optionHolger Weiss2020-05-211-1/+1
| | | | | | | | The new 'turn_blacklist' listener option allows for specifying one or more IP addresses and/or subnet addresses/masks. The TURN server will refuse to relay traffic from/to blacklisted IP addresses. By default, Teredo and 6to4 addresses are blacklisted, as mandated by RFC 6156 (section 9.1).
* ejabberd_stun: Support IPv6 for TURNHolger Weiss2020-05-191-1/+1
| | | | | The stun application now supports RFC 6156: TURN Extension for IPv6, and therefore needs separate IPv4 and IPv6 relay addresses.
* Let ejabberd_stun listen on IPv6 socketsHolger Weiss2020-05-191-1/+1
| | | | | The stun application now allows IPv6 clients to perform STUN requests and to allocate TURN relays.
* Update depsPaweł Chmielowski2020-04-281-6/+6
|
* rebar.config: Update 'xmpp' and 'stun'Holger Weiss2020-04-231-2/+2
| | | | | Use the current versions of 'xmpp' (to get XEP-0215 support) and 'stun' (to fix TURN issues).
* Bump jiffy so it compiles on older GCC (#3218)Licaon_Kter2020-04-231-1/+1
| | | | | * Update jiffy * And here
* Update mysql driver to get rid of warningPaweł Chmielowski2020-04-161-1/+1
|
* Fix potential message loss in terminating c2s sessionsPaweł Chmielowski2020-04-011-1/+1
| | | | | | | | | | Calling sync version of xmpp_stream_in/out:stop could lead to messages never being processed by c2s process if they were queued in p1_server. This could be reproduced by when having messages in offline storage, starting sessions, enabling stream_mgmt, sending initial presence, and then immediately </stream:stream>, messages that mod_offline would send process would not be bounced back by stream_mgmt.
* Update depsPaweł Chmielowski2020-03-191-4/+4
|
* Support ssl connection on mysqlPaweł Chmielowski2020-02-261-1/+1
|