summaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation warnings with Elixir 1.14Badlop2022-11-142-4/+4
| | | | | warning: missing parentheses for expression following "do:" keyword. Parentheses are required to solve ambiguity inside keywords.
* Revert "Add workaround so rebar2 can use Elixir 1.12.0"Paweł Chmielowski2021-07-222-32/+0
| | | | This reverts commit 937e1c2e373e360fe47e455886d186492248f31f.
* Add workaround so rebar2 can use Elixir 1.12.0Badlop2021-07-162-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/
* Update Elixir logger, so logging should work nowBadlop2021-03-121-5/+5
|
* Add mod_doc/0 to mod_presence_demo.ex so compiler stops complainingBadlop2021-03-121-1/+5
|
* Adopt mix task to changes in ejabberd_configPaweł Chmielowski2019-08-051-1/+1
|
* Remove deprecated callsMickael Remond2019-05-031-2/+2
|
* ct_formatter is not needed anymore as Elixir tests have been removedMickael Remond2019-05-031-130/+0
|
* Try to remove syntax error on old elixirPaweł Chmielowski2019-01-021-1/+1
|
* Remove most Elixir warningsMickael Remond2018-12-267-9/+15
|
* Support for Elixir configuration file #1208gabrielgatu2016-09-0815-9/+752
| | | | Contribution for Google Summer of code 2016 by Gabriel Gatu
* Implement gen_mod callback in ModPresenceDemo moduleMickael Remond2016-08-011-3/+8
|
* Remove unused importMickael Remond2016-07-261-1/+1
|
* Log Elixir test result for investigation and include this log file in travis ↵Mickael Remond2016-04-061-0/+130
| | | | for troubleshooting failed tests
* Remove empty and unused moduleLouis Pilfold2016-01-261-2/+0
|
* Use lowecase directory name for lib/ejabberdSonny Scroggin2015-09-292-0/+0
|
* Fix asn1 module compilation with mixMickael Remond2015-04-061-53/+0
| | | | This should solve building ejabberd as an Elixir dependency.
* ejabberd can be embedded in an Elixir applicationMickael Remond2015-04-041-0/+53
|
* Fix incorrect Elixir nameMickaël Rémond2015-02-111-0/+0
|
* Add Elixir support to ejabberdMickaël Rémond2015-02-104-0/+45