aboutsummaryrefslogtreecommitdiff
path: root/src/ext_mod.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* ext_mod: switch to fast_xml and remove old p1_logger referenceChristophe Romain2016-03-031-3/+2
* Convert code to use Fast YAMLMickael Remond2016-02-031-2/+2
* Add a way to get all ejabberd_commands, not only those that was registeredPaweł Chmielowski2016-01-261-4/+4
* lager is the default logger, we need to reverse the define flagMickael Remond2016-01-231-1/+1
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Let modules_update_specs report failures (#756)Christophe Romain2015-10-231-3/+13
* Improve external module configuration management (EJAB-1746)Christophe Romain2015-09-221-1/+5
* ext_mod must be started before ejabberd_configChristophe Romain2015-09-111-9/+4
* Ensure config snippet is loaded at module installation (EJAB-1741)Christophe Romain2015-07-241-1/+3
* Allow include of simple dependencies (EJAB-1737)(#391)Christophe Romain2015-07-221-3/+74
* Add config validation at startupEvgeniy Khramtsov2015-06-011-7/+14
* Export modules_dir/0Paweł Chmielowski2015-05-151-1/+2
* Improve module install code, allows better error checkingChristophe Romain2015-04-291-16/+37
* Fix fetching from git@github url and allow compilation from ejabberd sourcesChristophe Romain2015-04-291-3/+14
* Add missing list_to_binary callChristophe Romain2015-03-131-1/+1
* Add contributed modules code path on startChristophe Romain2015-03-131-0/+2
* Rename module function to keep them grouped on helpChristophe Romain2015-03-131-7/+7
* Remove unused codeChristophe Romain2015-03-111-5/+1
* Compile contributed module with lager if enabled in ejabberdChristophe Romain2015-03-111-1/+6
* Add packaging support for contributed modulesChristophe Romain2015-03-111-0/+483