Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-11-14 | Fix compilation warnings with Elixir 1.14 | Badlop | 2 | -4/+4 | |
warning: missing parentheses for expression following "do:" keyword. Parentheses are required to solve ambiguity inside keywords. | |||||
2021-07-22 | Revert "Add workaround so rebar2 can use Elixir 1.12.0"21.07 | Paweł Chmielowski | 2 | -32/+0 | |
This reverts commit 937e1c2e373e360fe47e455886d186492248f31f. | |||||
2021-07-16 | Add workaround so rebar2 can use Elixir 1.12.0 | Badlop | 2 | -0/+32 | |
Notice that Elixir 1.12.0 requires Erlang/OTP 21 or higher BTW, this workaround works only with rebar2... unfortunately rebar3 doesn't compile the elixir files from lib/ | |||||
2021-03-12 | Update Elixir logger, so logging should work now | Badlop | 1 | -5/+5 | |
2021-03-12 | Add mod_doc/0 to mod_presence_demo.ex so compiler stops complaining | Badlop | 1 | -1/+5 | |
2019-08-05 | Adopt mix task to changes in ejabberd_config | Paweł Chmielowski | 1 | -1/+1 | |
2019-05-03 | Remove deprecated calls | Mickael Remond | 1 | -2/+2 | |
2019-05-03 | ct_formatter is not needed anymore as Elixir tests have been removed | Mickael Remond | 1 | -130/+0 | |
2019-01-02 | Try to remove syntax error on old elixir | Paweł Chmielowski | 1 | -1/+1 | |
2018-12-26 | Remove most Elixir warnings | Mickael Remond | 7 | -9/+15 | |
2016-09-08 | Support for Elixir configuration file #1208 | gabrielgatu | 15 | -9/+752 | |
Contribution for Google Summer of code 2016 by Gabriel Gatu | |||||
2016-08-01 | Implement gen_mod callback in ModPresenceDemo module | Mickael Remond | 1 | -3/+8 | |
2016-07-26 | Remove unused import | Mickael Remond | 1 | -1/+1 | |
2016-04-06 | Log Elixir test result for investigation and include this log file in travis ↵ | Mickael Remond | 1 | -0/+130 | |
for troubleshooting failed tests | |||||
2016-01-26 | Remove empty and unused module | Louis Pilfold | 1 | -2/+0 | |
2015-09-29 | Use lowecase directory name for lib/ejabberd | Sonny Scroggin | 2 | -0/+0 | |
2015-04-06 | Fix asn1 module compilation with mix | Mickael Remond | 1 | -53/+0 | |
This should solve building ejabberd as an Elixir dependency. | |||||
2015-04-04 | ejabberd can be embedded in an Elixir application | Mickael Remond | 1 | -0/+53 | |
2015-02-11 | Fix incorrect Elixir name | Mickaël Rémond | 1 | -0/+0 | |
2015-02-10 | Add Elixir support to ejabberd | Mickaël Rémond | 4 | -0/+45 | |