Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor fixes for new_sql_schema support in SQLite (#3303) | Badlop | 2021-05-11 | 1 | -1/+4 |
| | |||||
* | When using rebar3, "make dialyzer" needs just a single call | Badlop | 2021-02-19 | 1 | -0/+5 |
| | |||||
* | Improve support for rebar3 in "make translations" | Badlop | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | make hooks and options work with rebar3 too | Badlop | 2021-02-16 | 1 | -2/+2 |
| | |||||
* | Miscellaneous rebar3 fixes | Stu Tomlinson | 2020-09-23 | 1 | -4/+4 |
| | | | | | | | | | Correct Makefile clean targets Fix a few more include() -> include_lib() for depedency includes Use project_app_dirs to reference elixir app from rebar3 (lib_dirs is no longer supported) | ||||
* | rebar3 support for main build process | Stu Tomlinson | 2020-09-21 | 1 | -30/+54 |
| | | | | | | | | | | This adds support for building, and installing, ejabberd using rebar3 A --with-rebar=/path/to/rebar3 option is added to configure to specify which rebar to use rebar2 compatibility is maintained, and the bundled rebar2 is still used by default | ||||
* | Add the man page | Evgeny Khramtsov | 2020-01-08 | 1 | -2/+2 |
| | |||||
* | Add install target for ejabberd.yml.5 | Evgeny Khramtsov | 2020-01-08 | 1 | -3/+7 |
| | |||||
* | Accept output argument in tools/opt_types.sh | Evgeny Khramtsov | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | Use new configuration validator | Evgeny Khramtsov | 2019-06-14 | 1 | -3/+8 |
| | |||||
* | Remove Elixir tests entry points as they were removed in december: | Mickael Remond | 2019-05-01 | 1 | -3/+0 |
| | | | | https://github.com/processone/ejabberd/commit/51cbbf313f478a01cd732a7ee1e21ff356402d0e#diff-098f6bcd4621d373cade4e832627b4f6 | ||||
* | missing priv/lua/redis_sm.lua | HAMANO Tsukasa | 2018-10-29 | 1 | -2/+5 |
| | |||||
* | Don't forget to remove Lua scripts on uninstall | Evgeniy Khramtsov | 2018-07-14 | 1 | -0/+5 |
| | |||||
* | Add option --enable-group=xxx (thanks to andreabenini)(#1429) | Badlop | 2018-03-20 | 1 | -0/+5 |
| | |||||
* | Use correct name of new rebar command | Paweł Chmielowski | 2018-01-15 | 1 | -1/+1 |
| | |||||
* | Call configure on deps in separate rebar command that compile | Paweł Chmielowski | 2018-01-15 | 1 | -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 install | Paweł Chmielowski | 2018-01-15 | 1 | -2/+2 |
| | |||||
* | Delete old .so and executable files before installing new one | Paweł Chmielowski | 2018-01-08 | 1 | -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 .PHONY | Paweł Chmielowski | 2018-01-08 | 1 | -0/+2 |
| | |||||
* | Refactor code for installing binaries | Paweł Chmielowski | 2018-01-08 | 1 | -10/+10 |
| | |||||
* | Set executable permission on mac_listener when installing (#2138) | nosnilmot | 2017-12-01 | 1 | -1/+4 |
| | |||||
* | Fix filtering of rebar list-deps | Paweł Chmielowski | 2017-11-20 | 1 | -1/+1 |
| | |||||
* | Fix sed invocation that was incompatible with FreeBSD sed | Paweł Chmielowski | 2017-11-17 | 1 | -1/+1 |
| | |||||
* | Makefile.in: Fix "make clean && make" | Holger Weiss | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | Improve --enable-system-deps | Paweł Chmielowski | 2017-10-30 | 1 | -0/+1 |
| | |||||
* | Adopt 'make install' to updated output from 'rebar list-deps' | PaweÅ Chmielowski | 2017-10-26 | 1 | -1/+1 |
| | |||||
* | Don't include CSS, javascript and image data directly in the code | Evgeniy Khramtsov | 2017-10-09 | 1 | -2/+12 |
| | |||||
* | Better handle mobile devices in CSS of mod_register_web | Evgeniy Khramtsov | 2017-10-09 | 1 | -1/+6 |
| | | | | Thanks to Marek Foss. Fixes #2039 | ||||
* | Install binaries with 755 permissions | Paweł Chmielowski | 2017-10-02 | 1 | -2/+2 |
| | |||||
* | Install eimp binary with +x attribute | Paweł Chmielowski | 2017-09-28 | 1 | -1/+4 |
| | |||||
* | When running "make translations", use the new tools/prepare-tr.sh | Badlop | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | Fix 'make install' to work with new output from rebar list-deps | Paweł Chmielowski | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Add license files into lib and deps directories | Christophe Romain | 2017-05-30 | 1 | -2/+2 |
| | |||||
* | Remove webtool from erlang.plt creation | Evgeniy Khramtsov | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | More changes that are required from p1_pam -> epam | Paweł Chmielowski | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | Don't make ejabberd.service file executable | Holger Weiss | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Makefile.in: Substitute all @variables@ in a line | Holger Weiss | 2016-11-24 | 1 | -12/+12 |
| | | | | | There are now lines with multiple occurrences of the @ctlscriptpath@ variable in the ejabberd.service template. | ||||
* | Switch to stand-alone XMPP library | Evgeniy Khramtsov | 2016-11-19 | 1 | -9/+1 |
| | |||||
* | Merge branch 'master' into xml-ng | Evgeniy Khramtsov | 2016-11-12 | 1 | -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) | Badlop | 2016-11-04 | 1 | -0/+5 |
| | | |||||
* | | Add xdata generator and make some code using it | Evgeniy Khramtsov | 2016-10-07 | 1 | -1/+5 |
| | | |||||
* | | Initial version based on XML generator | Evgeniy Khramtsov | 2016-07-18 | 1 | -1/+1 |
|/ | |||||
* | Fix ejabberdctl.template duplication | Matthias Rieber | 2016-05-03 | 1 | -1/+1 |
| | |||||
* | ejabberdctl: Fix path to epmd | Holger Weiss | 2016-05-01 | 1 | -0/+1 |
| | |||||
* | Add tests for XEP-0013 | Evgeniy Khramtsov | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Handle spaces in vsn attribute of app file when installing deps (#940) | Badlop | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Fix 'make install' to work on osx | Christophe Romain | 2016-01-08 | 1 | -3/+3 |
| | |||||
* | Add version sufixes to application locations in 'make install' | Paweł Chmielowski | 2016-01-07 | 1 | -15/+30 |
| | |||||
* | Don't forget copying files that were compiled during `make install` | Paweł Chmielowski | 2015-12-02 | 1 | -6/+9 |
| | |||||
* | Merge branch 'cluster_fix' | Christophe Romain | 2015-11-20 | 1 | -2/+0 |
|\ |