aboutsummaryrefslogtreecommitdiff
path: root/src/ext_mod.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary text stringBadlop2022-10-121-2/+1
* ext_mod: Support managing remote nodes in the clusterBadlop2022-08-051-5/+8
* ext_mod: Handle correctly when COMMIT.json not foundBadlop2022-08-051-7/+15
* Don't bother with COMMIT.json user-friendly feature in automated user caseBadlop2022-07-271-1/+9
* Handle not found COMMIT.json, for example in GH ActionsBadlop2022-07-271-3/+9
* Add WebAdmin page for managing external modulesBadlop2022-07-261-2/+415
* Update copyright year to 2022Badlop2022-02-111-1/+1
* Use the most specific tag for ejabberd commands with several onesBadlop2021-07-301-7/+7
* Show messages with next configuration steps when installing a moduleBadlop2021-07-061-0/+19
* For OTP<22 define LAGER macro in ext_mod like in rebar.config (#3493)Badlop2021-02-161-0/+7
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
* Make ext_mod compile module with debug_info flagsPaweł Chmielowski2021-01-071-1/+1
* Change split character in PROXY_USER from \x04 to :Paweł Chmielowski2020-10-291-1/+1
* Use compilation flags used during build to compile modules in ext_modPaweł Chmielowski2020-03-031-1/+1
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
* Fix loading of third-party modules at startupEvgeny Khramtsov2019-11-071-1/+9
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-2/+2
* Process unexpected messages uniformlyEvgeny Khramtsov2019-07-121-5/+7
* Use new configuration validatorEvgeny Khramtsov2019-06-141-14/+10
* Add ext_mod paths before checking config (processone/ejabberd-contrib#263)Badlop2019-04-031-3/+6
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
* Fix some dialyzer warningsEvgeny Khramtsov2018-09-091-2/+1
* Export ext_mod:add_sources/1Rogério da Silva Yokomizo2018-05-221-1/+1
* Use httpc directly instead of using p1_http wrapperPaweł Chmielowski2018-04-231-13/+13
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
* Update spec from custom and allow modules dependencies (#1740)Christophe Romain2017-08-011-6/+25
* Fix errors from 1a0db3dChristophe Romain2017-07-211-8/+8
* Describe commands arguments and results in ejabberd_sm, ext_mod, mod_mamBadlop2017-07-211-14/+23
* Make ext_mod api return rescodeChristophe Romain2017-06-201-5/+5
* Add type specs for Module:opt_type/1Evgeniy Khramtsov2017-05-081-0/+2
* Don't validate an option in ejabberd_config:get_option() functionsEvgeniy Khramtsov2017-04-291-5/+1
* Rename aux.erl as misc.erl17.04Christophe Romain2017-04-111-17/+17
* Let ext_mod be aware of p1_utils includesChristophe Romain2017-04-071-1/+1
* Generate ejabberd lib dir when not available in code server (#1665)Christophe Romain2017-04-071-1/+14
* Deprecate jlib.erl in favor of aux.erlEvgeniy Khramtsov2017-03-301-17/+17
* In module_install copy also deps/ebin and priv files (ejabberd-contrib#200)Badlop2017-03-131-2/+5
* Put more stuff under supervisionEvgeniy Khramtsov2017-02-261-5/+29
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
* Cleanup ext_mod and fix compilation pathChristophe Romain2016-12-071-98/+79
* Fix compilation of external module with new xmpp libChristophe Romain2016-12-061-5/+6
* Adds optional post_install and pre_uninstall hooks (thanks Igor Manturov Jr.)...Christophe Romain2016-11-281-1/+8
* Remove useless NO_EXT_LIB flagChristophe Romain2016-11-181-4/+1
* Handle correctly p1_http:request resultBadlop2016-11-161-2/+2
* Use p1_http from p1_utils 1.0.6Christophe Romain2016-11-141-2/+2
* Support elixir module installergabrielgatu2016-07-051-3/+34
* Set HTTP/1.0 so github accepts the request (#1157)Badlop2016-06-221-1/+1
* 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