summaryrefslogtreecommitdiff
path: root/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove webtool from erlang.plt creationEvgeniy Khramtsov2017-03-201-1/+1
|
* More changes that are required from p1_pam -> epamPaweł Chmielowski2017-01-291-1/+1
|
* Don't make ejabberd.service file executableHolger Weiss2016-11-241-1/+1
|
* Makefile.in: Substitute all @variables@ in a lineHolger Weiss2016-11-241-12/+12
| | | | | There are now lines with multiple occurrences of the @ctlscriptpath@ variable in the ejabberd.service template.
* Switch to stand-alone XMPP libraryEvgeniy Khramtsov2016-11-191-9/+1
|
* Merge branch 'master' into xml-ngEvgeniy Khramtsov2016-11-121-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/adhoc.erl src/cyrsasl_oauth.erl src/ejabberd_c2s.erl src/ejabberd_config.erl src/ejabberd_service.erl src/gen_mod.erl src/mod_admin_extra.erl src/mod_announce.erl src/mod_carboncopy.erl src/mod_client_state.erl src/mod_configure.erl src/mod_echo.erl src/mod_mam.erl src/mod_muc.erl src/mod_muc_room.erl src/mod_offline.erl src/mod_pubsub.erl src/mod_stats.erl src/node_flat_sql.erl src/randoms.erl
| * Replace ctlscriptpath and produce ejabberd.service file (#434)Badlop2016-11-041-0/+5
| |
* | Add xdata generator and make some code using itEvgeniy Khramtsov2016-10-071-1/+5
| |
* | Initial version based on XML generatorEvgeniy Khramtsov2016-07-181-1/+1
|/
* Fix ejabberdctl.template duplicationMatthias Rieber2016-05-031-1/+1
|
* ejabberdctl: Fix path to epmdHolger Weiss2016-05-011-0/+1
|
* Add tests for XEP-0013Evgeniy Khramtsov2016-02-101-1/+1
|
* Handle spaces in vsn attribute of app file when installing deps (#940)Badlop2016-02-031-1/+1
|
* Fix 'make install' to work on osxChristophe Romain2016-01-081-3/+3
|
* Add version sufixes to application locations in 'make install'Paweł Chmielowski2016-01-071-15/+30
|
* Don't forget copying files that were compiled during `make install`Paweł Chmielowski2015-12-021-6/+9
|
* Merge branch 'cluster_fix'Christophe Romain2015-11-201-2/+0
|\
| * Integrate join/leave cluster as ejabberd commandChristophe Romain2015-11-201-2/+0
| |
* | Copy elixir files in copy-files makefile targetPaweł Chmielowski2015-10-281-8/+11
|/
* Make COPY_template compatible with gmake 3.8Paweł Chmielowski2015-10-191-3/+2
|
* Make install should work even without having DESTDIR setPaweł Chmielowski2015-10-191-2/+5
|
* Use OTP directory structure for 'make install'Paweł Chmielowski2015-10-151-27/+26
|
* Avoid wrong failing cases on make install (#468)Christophe Romain2015-09-211-9/+10
|
* Remove obsolete doc and win32 files (EJAB-1738)Christophe Romain2015-05-201-13/+2
|
* Add SQLite supportSergey Abramyan2015-03-201-0/+11
|
* Add Elixir test on ejabberd hooksMickaël Rémond2015-03-081-1/+4
| | | | | | This is to prepare ejabberd_hooks module refactoring. I also expanded API to help with testing.
* add mnesia cluster helper scriptsChristophe Romain2015-03-061-0/+2
|
* Fix "make install" without Elixir supportHolger Weiss2015-02-111-3/+3
| | | | | Don't bail out during "make install" when ./configure was called without "--enable-elixir".
* Add Elixir support to ejabberdMickaël Rémond2015-02-101-0/+15
|
* Fix "make install" without JSON supportHolger Weiss2014-11-061-1/+1
| | | | | Don't bail out during "make install" when ./configure was called without "--enable-json".
* Merge branch 'master' of github.com:processone/ejabberdChristophe Romain2014-10-301-0/+4
|\
| * Merge branch 'master' of github.com:processone/ejabberdJerome Sautret2014-10-301-0/+1
| |\
| * | Add xref Makefile target.Jerome Sautret2014-10-301-0/+4
| | | | | | | | | | | | | | | Conflicts: rebar.config.script
* | | don't stop on error if jiffy.so symlink exists #309Christophe Romain2014-10-301-1/+1
| |/ |/|
* | fix invalid path of jiffy.so on install #309Christophe Romain2014-10-301-0/+1
|/
* allow guide not to be compiled for installChristophe Romain2014-09-051-3/+7
|
* old release notes are not installed anymoreChristophe Romain2014-07-211-1/+0
|
* don't stop make install if epam is not compiledChristophe Romain2014-05-251-1/+1
|
* install epam binary when availableChristophe Romain2014-05-251-0/+2
|
* Fix ejabberdctl config nameEvgeniy Khramtsov2013-08-241-3/+3
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-211-6/+6
|
* make deps/.built depend on deps/.gotChristopher A. Stelma2013-07-151-1/+1
| | | | fixes race condition when running make with simultaneous jobs
* Do not forget to remove testing beams on "clean"Evgeniy Khramtsov2013-06-271-0/+1
|
* Check exit codes carefully when running dialyzerEvgeniy Khramtsov2013-06-241-3/+6
|
* Split dialyzer tasks into separate Makefile targetsEvgeniy Khramtsov2013-06-241-3/+13
|
* Improve the "dialyzer" targetEvgeniy Khramtsov2013-06-241-12/+27
|
* Add tests for modules using MySQL/PostgreSQLEvgeniy Khramtsov2013-06-191-0/+3
|
* Better DLL location detection when executing `make install`Evgeniy Khramtsov2013-06-191-3/+3
|
* Some deps have their DLLs in "priv" directory (not "priv/lib").Evgeniy Khramtsov2013-06-181-0/+1
| | | | Do not forget to `install` them as well.
* Re-generate XMPP codec, decrease tests verbosityEvgeniy Khramtsov2013-06-181-1/+1
|