aboutsummaryrefslogtreecommitdiff
path: root/mix.exs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update depsPaweł Chmielowski2022-10-121-1/+1
|
* Update mysqlPaweł Chmielowski2022-09-221-1/+1
|
* Update xmpp moduleLinus Jahn2022-09-161-1/+1
|
* mod_mix, mod_mix_pam: Add handling of IQs with newer MIX namespacesJonah Brüchert2022-08-121-1/+1
| | | | Supported are mix:core:{0,1} and mix:pam:{0,2}
* Add syntax_tools to applications, required when using ejabberd_sql_pt (#3869)Badlop2022-07-271-1/+1
|
* Define license for hex.pm using SPDX identifierBadlop2022-05-171-1/+1
| | | | | | | Until now, when publishing package to hex.pm, it complained: > The following licenses are not recognized by SPDX: > * GPLv2 > Consider using licenses from https://spdx.org/licenses
* ex_doc is required to publish docs to hex.pmBadlop2022-05-171-0/+1
| | | | | Revert "Let's assume ex_doc is no longer needed" This reverts commit 2f92dc40dfe4a637cc51663a3b441ea62bf335f7.
* Switch "make rel" and "make dev" to paths: conf, database, logsBadlop2022-05-021-8/+8
|
* Copy include/ files for ejabberd, deps and otp, as "mix release" lacks thatBadlop2022-04-211-0/+15
|
* Fix compatibility with older mix versionsPaweł Chmielowski2022-04-081-1/+1
|
* mix.exs: Don't allow admins to override boot flagsHolger Weiss2022-03-101-3/+5
| | | | | | | | Add the -boot and -boot_var options via ERLANG_OPTS rather than ERL_OPTIONS. The difference is that administrators might override the latter in the ejabberdctl.cfg file, which isn't desired as the boot flags must be specified exactly that way in a Mix-generated release (otherwise, ejabberd would fail to start up).
* Add fine-grained Elixir version requirementBadlop2022-03-101-2/+31
| | | | | | | 1.4 is accepted in general 1.10 is required to build OTP releases 1.11 is required to run 'make relive' lower than 1.11.4 requires Erlang lower than 24 to build releases
* Add -boot and -boot_var in ejabberdctl instead of adding vm.argsBadlop2022-03-101-2/+1
|
* Let's assume ex_doc is no longer neededBadlop2022-03-101-1/+0
| | | | It was added in e6f72333
* Update ejabberd to not use Distillery (#3788)Badlop2022-03-101-1/+0
|
* Determine compile definitions based on Erlang versionBadlop2022-02-241-12/+3
| | | | | | | | This gives a clear definition of what erlang versions require each workaround, instead of depending on the actual workaround details. The lib module was removed in OTP 21.0, and the formatting options were moved to erl_error. The uri_string module was introduced in OTP 21.0.
* Fix bug introduced in 8d8a3177 (#3782)Badlop2022-02-241-1/+1
|
* Update to jiffy 1.1.1 and p1_acme 1.0.18 to support Erlang/OTP 25.0-rc1Badlop2022-02-241-1/+1
|
* The lager dependency is used only with old Erlang versionsBadlop2022-02-241-2/+3
|
* mix.exs: Don't forget to include epam/luerlHolger Weiss2022-02-211-1/+3
| | | | | If --enable-lua and/or --enable-pam was specified, include the corresponding applications with Mix releases.
* mix.exs: Be more careful while editing the versionHolger Weiss2022-02-211-2/+2
| | | | | | Make sure only leading zeroes are removed while turning the ejabberd version into SemVer format for Mix. For example, remove the zero in "21.04", but keep the zero in "21.12.102".
* Put esip in mix included_applications only when it's enabledPaweł Chmielowski2022-02-181-1/+2
|
* Detect debug option, and maybe disable debug_infoBadlop2022-02-111-1/+3
| | | | | | As explained in https://hexdocs.pm/mix/1.13.2/Mix.Tasks.Compile.Erlang.html > The option :debug_info is always added to the end of it. You can disable that using: > erlc_options: [debug_info: false]
* Add forgotten option NO_CUSTOMIZE_HOSTNAME_CHECK to mix.exsBadlop2022-02-111-0/+1
|
* Fix typo introduced in 99fdba0, present since 16.01Badlop2022-02-111-1/+1
|
* Some dependencies are optional, check them in mix.exsBadlop2022-02-111-6/+6
|
* Update Luerl to 1.0.0, now available in Hex.pm (rvirding/luerl#142)Badlop2022-01-041-1/+1
|
* Fix "make rel" when using mix, broken after 94a733c66Badlop2022-01-041-1/+6
|
* Handle mix version when running docker-ejabberd/ecs/build.sh latestBadlop2021-12-081-0/+1
|
* Relax strictness in mix dependency versionsBadlop2021-12-081-1/+1
|
* Eliminate xref warning from last commitPaweł Chmielowski2021-12-061-0/+1
|
* Update mix depsPaweł Chmielowski2021-11-291-2/+2
|
* Update Jose to 1.11.1 (the last in hex.pm correctly versioned)Badlop2021-11-171-1/+1
|
* Update 'xmpp' dependencyAlexey Shchepin2021-10-291-1/+1
|
* Update 'xmpp' dependencyHolger Weiss2021-10-091-1/+1
| | | | Fixes #3529.
* PubSub: Support 'max_items=max' node configurationHolger Weiss2021-08-201-1/+1
| | | | | | | | | Let clients request the maximum limit for the node configuration option 'max_items' by specifying the special value 'max' instead of an integer. This was added to XEP-0060, revision 1.17.0 (and clarified in revision 1.20.0). Thanks to Ammonit Measurement GmbH for sponsoring this work.
* When vsn is an exact tag, append .0 to satisfy SemVerBadlop2021-07-261-0/+3
|
* Remove stringprep override from mix.exsPaweł Chmielowski2021-07-261-1/+1
|
* Remove leading zeros in ejabberd version number to satisfy Elixir SemVerBadlop2021-07-211-1/+1
|
* Add support to build release with back to old Elixir 1.10.3Badlop2021-07-161-5/+23
| | | | However, to build a release with OTP 24 requires Elixir 1.11.4 or higher
* Minor mix.exs definitions copied from the template fileBadlop2021-07-161-1/+3
|
* Add support to build release with mixBadlop2021-07-161-0/+75
|
* Get ejabberd version from vars.configBadlop2021-07-161-1/+9
|
* Add sql to package files (#3251)Badlop2021-07-161-1/+1
|
* Add vars.config to package files: version and cond_deps use itBadlop2021-07-161-1/+1
|
* Sort package filesBadlop2021-07-161-1/+3
|
* Update mix applications list to fix error "p1_utils is listed as both..."Badlop2021-07-161-8/+8
|
* Update stringprep in mixPaweł Chmielowski2021-06-181-1/+1
|
* Revert luerl from v0.4 which has a compilation warning; v0.3 is enoughBadlop2021-06-081-1/+1
| | | | | | Revert "Update luerl dependency from v0.3 to v0.4" This reverts commit 64f3f3287a3ae40ffa471558835a1a4155f5e0e4.
* Update eredis dependency from v1.0.8 to v1.2.0Badlop2021-05-281-1/+1
|