aboutsummaryrefslogtreecommitdiff
path: root/src/ejabberd_app.erl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * New api permissions frameworkPaweł Chmielowski2016-10-051-0/+1
| * Add http_p1.erl, rest.erl, and oauth2 ReST backend for tokens.Alexey Shchepin2016-09-271-0/+1
| * Revert "Don't log an [error] message if Elixir is missing"Holger Weiss2016-09-081-1/+1
| * Don't log an [error] message if Elixir is missingHolger Weiss2016-09-081-1/+1
| * Start elixir config code only if elixir was enabled in configure scriptPaweł Chmielowski2016-09-081-4/+9
| * Support for Elixir configuration file #1208gabrielgatu2016-09-081-0/+14
| * Merge pull request #1253 from Amuhar/xep0356Christophe Romain2016-09-071-0/+1
| * Remove compile warningMickael Remond2016-08-011-1/+1
| * Start elixir application after ejabberd_app:start_apps()gabrielgatu2016-07-281-0/+7
|/
* When stopping ejabberd, stop modules after broadcasting c2s shutdown (#1144)Badlop2016-06-071-1/+1
* Handle Redis connection in a separate moduleEvgeniy Khramtsov2016-05-091-0/+1
* Move start and stop_modules/0 from ejabberd_app to gen_mod (#1039)Badlop2016-03-291-39/+3
* Start ezlib only if required, as it's optional (#1006)Badlop2016-03-161-1/+0
* Switch to Fast XML moduleMickael Remond2016-02-031-1/+1
* Switch to fast_tls and update app namesMickael Remond2016-02-031-1/+1
* Convert more dependencies to new repository / packagesMickael Remond2016-02-031-1/+1
* Convert code to use Fast YAMLMickael Remond2016-02-031-1/+1
* Use stringprep app nameMickael Remond2016-02-031-1/+1
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
* Update cache_tab app nameMickael Remond2015-12-011-1/+1
* Move JID related functions to jid.erl (#847)Evgeniy Khramtsov2015-11-241-1/+1
* Faster string_to_jid/1 implementationPaweł Chmielowski2015-11-031-0/+1
* Add OAuth support (thanks to Aleksey)Christophe Romain2015-09-251-0/+1
* Include ext_mod modules when checking accepted options (ejabberd-contrib#116)Badlop2015-09-101-1/+1
* Add option to set net_ticktime (EJAB-1742)Paweł Chmielowski2015-06-151-4/+11
* Add config validation at startupEvgeniy Khramtsov2015-06-011-1/+17
* An auth external module requires ext_mod to be started first (#578)Badlop2015-05-271-1/+1
* Explicitly start crypto with startMickael Remond2015-04-071-1/+1
* Explicitely start crypto moduleMickael Remond2015-04-061-0/+1
* Make sure Mnesia dir environment and log file are list, not binaryMickael Remond2015-04-061-0/+1
* Start ext_mod before module as it's setup contrib pathChristophe Romain2015-03-201-1/+1
* start ext_mod in later stage at initChristophe Romain2015-03-111-1/+1
* Add packaging support for contributed modulesChristophe Romain2015-03-111-0/+1
* Make it possible to use SQL as an SM backendEvgeniy Khramtsov2015-03-091-0/+1
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
* Updated riak supportAlexey Shchepin2014-07-101-0/+1
* Check for Mnesia node name mismatchesHolger Weiss2014-06-121-0/+12
* Fix C2S session close on server shutdownEvgeniy Khramtsov2014-05-081-3/+5
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-4/+14
* Improve the applications start-upEvgeniy Khramtsov2013-07-071-2/+2
* Logger improvements.Evgeniy Khramtsov2013-06-271-41/+2
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-17/+31
* Accumulated patch to binarize and indent codeBadlop2013-03-141-28/+33
* Update copyright datesAlexey Shchepin2013-01-241-1/+1
* On shutdown, first stop listeners, then modules (thanks to Vishal Xica)(EJAB-...Badlop2012-07-251-0/+1
* Update copyright datesAlexey Shchepin2012-02-231-1/+1
* Change argument of open_port/2 to string in order to shut up the dialyzerEvgeniy Khramtsov2011-09-051-1/+1