Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When using OTP 24.0, use the new 'application' record definition (#3568) | Badlop | 2021-04-14 | 1 | -0/+1 |
| | | | | | This fixes "ejabberdctl update_list", "update", and the equivalent feature on ejabberd's WebAdmin that got broken when using Erlang/OTP 24 | ||||
* | Set version to 21.0421.04 | Jérôme Sautret | 2021-04-07 | 1 | -1/+1 |
| | |||||
* | I think no need to be so strict in mix dependencies versions | Badlop | 2021-03-24 | 1 | -5/+5 |
| | |||||
* | Update jiffy and epam to fix compilation (#3413) | Badlop | 2021-03-12 | 1 | -2/+2 |
| | |||||
* | Sort dependencies alphabetically, it makes manual checking easier | Badlop | 2021-03-12 | 1 | -22/+22 |
| | |||||
* | Add --enable-lua, and use that for luerl instead of --enable-tools (#3508) | Badlop | 2021-03-08 | 1 | -1/+1 |
| | | | | | --enable-tools is for development tools, but prosody2ejabberd is used at runtime, so better move luerl to --enable-lua | ||||
* | Update sql_query record to handle the Erlang/OTP 24 compiler reports | Badlop | 2021-03-04 | 1 | -0/+1 |
| | | | | | | As mentioned in the Erlang/OTP 24 announcement: "Compiler warnings and errors now include column numbers in addition to line numbers." | ||||
* | Fix version number21.01 | Jerome Sautret | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Bump version in mix.exs | Jerome Sautret | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Update mix deps | Paweł Chmielowski | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | Update 'stun' dependency | Holger Weiss | 2021-01-22 | 1 | -1/+1 |
| | | | | | | The 'stun' application now rejects Teredo and 6to4 TURN peers unconditionally. Therefore, remove those networks from the default 'turn_blacklist'. | ||||
* | Update xmpp dep in mix | Paweł Chmielowski | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Bump version in mix.exs | Paweł Chmielowski | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Update deps in mix | Paweł Chmielowski | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Add rebar.config* files when publishing to hex from mix | Paweł Chmielowski | 2020-08-11 | 1 | -1/+1 |
| | | | | This should help with issue #3354 | ||||
* | Copy Erlang compilation definitions from rebar.config to Docker (#3350) | Badlop | 2020-08-10 | 1 | -0/+3 |
| | |||||
* | Update mix.exs ejabberd version | Mickael Remond | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Update mix dependencies20.07 | Paweł Chmielowski | 2020-07-30 | 1 | -1/+1 |
| | |||||
* | Update 'stun' dependency to tagged version | Holger Weiss | 2020-07-11 | 1 | -1/+1 |
| | |||||
* | ejabberd_stun: Filter info/debug messages | Holger Weiss | 2020-07-01 | 1 | -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.x | Holger Weiss | 2020-06-05 | 1 | -1/+1 |
| | |||||
* | Update 'yconf' dependency | Holger Weiss | 2020-06-05 | 1 | -1/+1 |
| | | | | Fixes #3295. | ||||
* | Rename 'turn_v4_ip' and 'turn_v6_ip' options | Holger Weiss | 2020-05-29 | 1 | -1/+1 |
| | | | | | The 'turn_ipv4_address' and 'turn_ipv6_address' option names are probably more intuitive. | ||||
* | ejabberd_stun: Add 'turn_blacklist' option | Holger Weiss | 2020-05-21 | 1 | -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 TURN | Holger Weiss | 2020-05-19 | 1 | -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 sockets | Holger Weiss | 2020-05-19 | 1 | -1/+1 |
| | | | | | The stun application now allows IPv6 clients to perform STUN requests and to allocate TURN relays. | ||||
* | Set ejabberd version to 20.0420.04 | Jerome Sautret | 2020-04-29 | 1 | -1/+1 |
| | |||||
* | Update dependences in mix | Paweł Chmielowski | 2020-04-28 | 1 | -3/+3 |
| | |||||
* | mix.exs: Update 'xmpp' and 'stun' | Christoph Scholz | 2020-04-23 | 1 | -2/+2 |
| | |||||
* | Bump jiffy so it compiles on older GCC (#3218) | Licaon_Kter | 2020-04-23 | 1 | -1/+1 |
| | | | | | * Update jiffy * And here | ||||
* | Increase version to 20.3.020.03 | Jerome Sautret | 2020-03-25 | 1 | -1/+1 |
| | |||||
* | Use compilation flags used during build to compile modules in ext_mod | Paweł Chmielowski | 2020-03-03 | 1 | -3/+16 |
| | | | | This fixes issue #3178 | ||||
* | Merge pull request #3125 from area-42/enable_odbc_in_mix | Mickaël Rémond | 2020-02-26 | 1 | -0/+1 |
|\ | | | | | enable odbc in mix build | ||||
| * | enable odbc in mix build | Christoph Scholz | 2019-12-25 | 1 | -0/+1 |
| | | |||||
* | | Bump version in mix.exs | Jerome Sautret | 2020-02-25 | 1 | -1/+1 |
| | | |||||
* | | Bump version in mix.exs | Paweł Chmielowski | 2020-01-17 | 1 | -1/+1 |
| | | |||||
* | | Update xmpp in mix | Paweł Chmielowski | 2020-01-16 | 1 | -1/+1 |
| | | |||||
* | | Update xmpp dependency in mix.exs and mix.lock | Holger Weiss | 2020-01-15 | 1 | -1/+1 |
|/ | | | | Closes #3146. | ||||
* | Update description for Hex.pm | Mickael Remond | 2019-09-30 | 1 | -1/+1 |
| | |||||
* | Update deps in mix.exs/lock | Paweł Chmielowski | 2019-09-25 | 1 | -3/+6 |
| | |||||
* | Bump version in mix.exs | Jerome Sautret | 2019-09-25 | 1 | -1/+1 |
| | |||||
* | Remove fast_yaml override | Mickael Remond | 2019-08-06 | 1 | -1/+1 |
| | |||||
* | Bump version in mix.exs | Paweł Chmielowski | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Update mix deps | Paweł Chmielowski | 2019-08-05 | 1 | -2/+2 |
| | |||||
* | Remove Riak support | Evgeny Khramtsov | 2019-07-18 | 1 | -1/+0 |
| | | | | | | | | | | Reasons: - Riak DB development is almost halted after Basho - riak-erlang-client is abandoned and doesn't work correctly with OTP22 - Riak is slow in comparison to other databases - Missing key ordering makes it impossible to implement range queries efficiently (e.g. MAM queries) | ||||
* | Set yconf version in mix.exs explicitly | Evgeny Khramtsov | 2019-06-17 | 1 | -1/+2 |
| | |||||
* | Synchronize macros from rebar.config with mix.exs | Evgeny Khramtsov | 2019-06-17 | 1 | -4/+1 |
| | |||||
* | Add yconf application to mix.exs | Evgeny Khramtsov | 2019-06-17 | 1 | -1/+1 |
| | |||||
* | Prepare 19.05 | Christophe Romain | 2019-05-23 | 1 | -1/+1 |
| | |||||
* | Fix #2540 Ejabberd doesnt compile as mix umbrella project dependency | Paweł Dorofiejczyk | 2019-04-25 | 1 | -3/+7 |
| |