aboutsummaryrefslogtreecommitdiff
path: root/lib (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-14Fix compilation warnings with Elixir 1.14Badlop2-4/+4
warning: missing parentheses for expression following "do:" keyword. Parentheses are required to solve ambiguity inside keywords.
2021-07-22Revert "Add workaround so rebar2 can use Elixir 1.12.0"21.07Paweł Chmielowski2-32/+0
This reverts commit 937e1c2e373e360fe47e455886d186492248f31f.
2021-07-16Add workaround so rebar2 can use Elixir 1.12.0Badlop2-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-12Update Elixir logger, so logging should work nowBadlop1-5/+5
2021-03-12Add mod_doc/0 to mod_presence_demo.ex so compiler stops complainingBadlop1-1/+5
2019-08-05Adopt mix task to changes in ejabberd_configPaweł Chmielowski1-1/+1
2019-05-03Remove deprecated callsMickael Remond1-2/+2
2019-05-03ct_formatter is not needed anymore as Elixir tests have been removedMickael Remond1-130/+0
2019-01-02Try to remove syntax error on old elixirPaweł Chmielowski1-1/+1
2018-12-26Remove most Elixir warningsMickael Remond7-9/+15
2016-09-08Support for Elixir configuration file #1208gabrielgatu15-9/+752
Contribution for Google Summer of code 2016 by Gabriel Gatu
2016-08-01Implement gen_mod callback in ModPresenceDemo moduleMickael Remond1-3/+8
2016-07-26Remove unused importMickael Remond1-1/+1
2016-04-06Log Elixir test result for investigation and include this log file in travis ↵Mickael Remond1-0/+130
for troubleshooting failed tests
2016-01-26Remove empty and unused moduleLouis Pilfold1-2/+0
2015-09-29Use lowecase directory name for lib/ejabberdSonny Scroggin2-0/+0
2015-04-06Fix asn1 module compilation with mixMickael Remond1-53/+0
This should solve building ejabberd as an Elixir dependency.
2015-04-04ejabberd can be embedded in an Elixir applicationMickael Remond1-0/+53
2015-02-11Fix incorrect Elixir nameMickaël Rémond1-0/+0
2015-02-10Add Elixir support to ejabberdMickaël Rémond4-0/+45