aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the man pageEvgeny Khramtsov2020-01-081-2/+2
|
* Add install target for ejabberd.yml.5Evgeny Khramtsov2020-01-081-3/+7
|
* Accept output argument in tools/opt_types.shEvgeny Khramtsov2019-06-141-1/+1
|
* Use new configuration validatorEvgeny Khramtsov2019-06-141-3/+8
|
* Remove Elixir tests entry points as they were removed in december:Mickael Remond2019-05-011-3/+0
| | | | https://github.com/processone/ejabberd/commit/51cbbf313f478a01cd732a7ee1e21ff356402d0e#diff-098f6bcd4621d373cade4e832627b4f6
* missing priv/lua/redis_sm.luaHAMANO Tsukasa2018-10-291-2/+5
|
* Don't forget to remove Lua scripts on uninstallEvgeniy Khramtsov2018-07-141-0/+5
|
* Add option --enable-group=xxx (thanks to andreabenini)(#1429)Badlop2018-03-201-0/+5
|
* Use correct name of new rebar commandPaweł Chmielowski2018-01-151-1/+1
|
* Call configure on deps in separate rebar command that compilePaweł Chmielowski2018-01-151-0/+1
| | | | This way we rebar.config.script can use vars detected by configure
* Don't report errors when trying to remove not existing files in make installPaweł Chmielowski2018-01-151-2/+2
|
* Delete old .so and executable files before installing new onePaweł Chmielowski2018-01-081-2/+4
| | | | | | This fixes crash for people who have live ejabberd installed in make install target directory, by ensuring that loaded binaries aren't replaced in memory with new content.
* Make all install target rules as .PHONYPaweł Chmielowski2018-01-081-0/+2
|
* Refactor code for installing binariesPaweł Chmielowski2018-01-081-10/+10
|
* Set executable permission on mac_listener when installing (#2138)nosnilmot2017-12-011-1/+4
|
* Fix filtering of rebar list-depsPaweł Chmielowski2017-11-201-1/+1
|
* Fix sed invocation that was incompatible with FreeBSD sedPaweł Chmielowski2017-11-171-1/+1
|
* Makefile.in: Fix "make clean && make"Holger Weiss2017-11-151-1/+1
|
* Improve --enable-system-depsPaweł Chmielowski2017-10-301-0/+1
|
* Adopt 'make install' to updated output from 'rebar list-deps'Paweł Chmielowski2017-10-261-1/+1
|
* Don't include CSS, javascript and image data directly in the codeEvgeniy Khramtsov2017-10-091-2/+12
|
* Better handle mobile devices in CSS of mod_register_webEvgeniy Khramtsov2017-10-091-1/+6
| | | | Thanks to Marek Foss. Fixes #2039
* Install binaries with 755 permissionsPaweł Chmielowski2017-10-021-2/+2
|
* Install eimp binary with +x attributePaweł Chmielowski2017-09-281-1/+4
|
* When running "make translations", use the new tools/prepare-tr.shBadlop2017-09-271-1/+1
|
* Fix 'make install' to work with new output from rebar list-depsPaweł Chmielowski2017-08-241-1/+1
|
* Add license files into lib and deps directoriesChristophe Romain2017-05-301-2/+2
|
* 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
|