summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make-binaries: Edit rebar.config more carefullyHolger Weiss2022-05-281-1/+1
| | | | | | Don't break the (currently nonexistent) case where a dependency's rebar.config file specifies LDFLAGS before and after "-lstdc++", such as "-lfoo -lstdc++ -lbar".
* make-binaries: Fix linking of EIMP dependenciesHolger Weiss2022-05-251-2/+2
| | | | | | | | | | Avoid linker errors such as the following when using GCC 10 or newer: | multiple definition of `gdImageCreateFromJpegPtr' See: https://gcc.gnu.org/gcc-10/porting_to.html Fixes #3514.
* Fix regression on stop_ping in clustering context (thanks to fdie)(#3817)Badlop2022-05-231-1/+1
|
* Fix mod_conversejs crash when mod_register not enabled (#3824)Badlop2022-05-231-1/+10
|
* configure also when running "make update", which is similar to "make deps"Badlop2022-05-231-0/+1
|
* Update "make help" with recent changesBadlop2022-05-231-3/+4
|
* Use "make deps", which performs additional steps (#3823)Badlop2022-05-231-1/+1
|
* Ensure deps configuration is ran when getting deps (#3823)Badlop2022-05-231-1/+1
|
* Configure eimp with mix to detect image convert properly (#3823)Badlop2022-05-231-1/+1
|
* Improve "make clean" and "distclean"Badlop2022-05-231-4/+8
|
* Generate start scripts in "make all", not in "make install" (#3821)Badlop2022-05-231-14/+16
|
* Don't leak DESTDIR in files copied by 'make install'Paweł Chmielowski2022-05-191-66/+66
| | | | This fixes issue #3819
* make-binaries: Adjust Mnesia spool directory pathHolger Weiss2022-05-181-0/+1
| | | | | | | Adjust the default Mnesia directory for compatibility with older binary packages. Closes #3818.
* make-packages: Include systemd unit with RPMHolger Weiss2022-05-181-5/+6
| | | | | | | Don't forget to include the /etc/systemd/system/ejabberd.service unit with the RPM package. Closes #3816.
* Fix parsing of scram password from prosodyPaweł Chmielowski2022-05-171-1/+1
| | | | | Looks like parsed integer no longer are convered to floats on erlang side, so let's make check for them less restrictive.
* Merge remote-tracking branch 'processone/pr/3813'Holger Weiss2022-05-171-84/+195
|\ | | | | | | | | | | | | * processone/pr/3813: make-installers: Support non-root installation make-installers: Override code on upgrade make-installers: Apply cosmetic changes
| * make-installers: Support non-root installationHolger Weiss2022-05-171-66/+172
| | | | | | | | | | | | If the installer is invoked without superuser privileges, warn the user, ask for the installation prefix, and perform a local installation on confirmation.
| * make-installers: Override code on upgradeHolger Weiss2022-05-161-7/+7
| | | | | | | | | | | | Use tar's --skip-old-files option for the data directory (/opt/ejabberd) only. Files in the code directory (/opt/ejabberd-$version) should be overridden on upgrade.
| * make-installers: Apply cosmetic changesHolger Weiss2022-05-161-24/+29
| |
* | Fix typos in changelogLicaon_Kter2022-05-171-2/+2
| |
* | Fix errors and warnings for "rebar3 edoc"Badlop2022-05-1715-65/+52
| |
* | Define license for hex.pm using SPDX identifierBadlop2022-05-171-1/+1
| | | | | | | | | | | | | | Until now, when publishing package to hex.pm, it complained: > The following licenses are not recognized by SPDX: > * GPLv2 > Consider using licenses from https://spdx.org/licenses
* | Update mix.lock with ex_docBadlop2022-05-171-0/+6
| |
* | ex_doc is required to publish docs to hex.pmBadlop2022-05-171-0/+1
| | | | | | | | | | Revert "Let's assume ex_doc is no longer needed" This reverts commit 2f92dc40dfe4a637cc51663a3b441ea62bf335f7.
* | Update README.md, the installers are now in GitHub ReleasesBadlop2022-05-171-2/+0
| |
* | CHANGELOG: Update to 22.05 versionBadlop2022-05-171-0/+105
|/
* make-binaries: Bump dependency versionsHolger Weiss2022-05-122-3/+3
|
* Pass room state to muc_{un}subscribed hookPaweł Chmielowski2022-05-091-2/+2
|
* Allow muc_{un}subscribe hooks to modify sent packetsPaweł Chmielowski2022-05-091-32/+38
|
* Revert "Temporary workaround to provide a 22.05 tagged container"Badlop2022-05-061-1/+1
| | | | This reverts commit 3449621ccc97e99219400f5c15d4b354848c6a60.
* Temporary workaround to provide a 22.05 tagged containerBadlop2022-05-061-1/+1
|
* Use alternate method to get priv/ path when copying captcha scriptsBadlop2022-05-061-4/+3
|
* Remove dependabot because it gets fired in forks tooBadlop2022-05-061-18/+0
|
* Update version to 22.05Jérôme Sautret2022-05-062-2/+2
|
* make-binaries: Bump SQLite and ODBC versionsHolger Weiss2022-05-061-2/+2
|
* Fix specPaweł Chmielowski2022-05-061-1/+1
|
* Return userinfo from misc:uri_parsePaweł Chmielowski2022-05-064-8/+8
|
* Have consistent schema type in misc:uri_parsePaweł Chmielowski2022-05-062-2/+2
|
* Fix one more place where misc:uri_parse is usedPaweł Chmielowski2022-05-051-1/+1
|
* Improve misc:uri_parsePaweł Chmielowski2022-05-053-10/+17
|
* README: Improve badges, header, commercial linksBadlop2022-05-042-9/+27
|
* Update man pageBadlop2022-05-041-48/+265
|
* Run 'make options'Badlop2022-05-042-2/+2
|
* Dependabot: Detect updates in docker, actions and mixBadlop2022-05-041-0/+18
|
* Container: Build containers also for linux/arm64Badlop2022-05-041-2/+1
|
* Annotate options and commands recently addedBadlop2022-05-047-2/+16
|
* Run 'make translations' for all other languagesBadlop2022-05-0421-28/+0
|
* Update Spanish and Catalan translationsBadlop2022-05-042-10/+26
|
* Update Chinese (simplified) (thanks to Erix and Yzqzss)Badlop2022-05-041-2/+5
|
* Update Portuguese translation (thanks to Ssantos)Badlop2022-05-041-4/+11
|