Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mam delete_old_messages_batch for sql backend | Paweł Chmielowski | 2022-06-17 | 2 | -5/+5 |
| | | | | Too much copy/paste from spool equivalent... | ||||
* | Runtime: Add Xref options to be as strict as CI | Badlop | 2022-06-12 | 1 | -0/+8 |
| | |||||
* | Runtime: No need for a specific mix erlang 25 job | Badlop | 2022-06-12 | 1 | -67/+0 |
| | |||||
* | Update workflows to Erlang 25 | Badlop | 2022-06-12 | 2 | -7/+9 |
| | |||||
* | Use INSERT ... ON DUPLICATE KEY UPDATE for upsert on mysql | Paweł Chmielowski | 2022-06-10 | 1 | -45/+52 |
| | | | | | | | This can be used for all upsert expressions (where REPLACE INTO used previously were only possible to use for subset of queries), and may potentially help with deadlocks reported by mysql when we issues multiple querier for same key in quick succession. | ||||
* | Container: Set a less frequent healthcheck to reduce CPU usage (#3826) | Badlop | 2022-06-09 | 1 | -2/+2 |
| | |||||
* | Container: Support to pass a fork repository as argument | Badlop | 2022-06-09 | 2 | -1/+3 |
| | |||||
* | Container: Fix build instructions | Badlop | 2022-06-09 | 1 | -8/+8 |
| | |||||
* | make-binaries: Include CAPTCHA script with release | Holger Weiss | 2022-05-28 | 1 | -0/+10 |
| | |||||
* | make-binaries: Edit rebar.config more carefully | Holger Weiss | 2022-05-28 | 1 | -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 dependencies | Holger Weiss | 2022-05-25 | 1 | -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) | Badlop | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | Fix mod_conversejs crash when mod_register not enabled (#3824) | Badlop | 2022-05-23 | 1 | -1/+10 |
| | |||||
* | configure also when running "make update", which is similar to "make deps" | Badlop | 2022-05-23 | 1 | -0/+1 |
| | |||||
* | Update "make help" with recent changes | Badlop | 2022-05-23 | 1 | -3/+4 |
| | |||||
* | Use "make deps", which performs additional steps (#3823) | Badlop | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | Ensure deps configuration is ran when getting deps (#3823) | Badlop | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | Configure eimp with mix to detect image convert properly (#3823) | Badlop | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | Improve "make clean" and "distclean" | Badlop | 2022-05-23 | 1 | -4/+8 |
| | |||||
* | Generate start scripts in "make all", not in "make install" (#3821) | Badlop | 2022-05-23 | 1 | -14/+16 |
| | |||||
* | Don't leak DESTDIR in files copied by 'make install' | Paweł Chmielowski | 2022-05-19 | 1 | -66/+66 |
| | | | | This fixes issue #3819 | ||||
* | make-binaries: Adjust Mnesia spool directory path | Holger Weiss | 2022-05-18 | 1 | -0/+1 |
| | | | | | | | Adjust the default Mnesia directory for compatibility with older binary packages. Closes #3818. | ||||
* | make-packages: Include systemd unit with RPM | Holger Weiss | 2022-05-18 | 1 | -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 prosody | Paweł Chmielowski | 2022-05-17 | 1 | -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 Weiss | 2022-05-17 | 1 | -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 installation | Holger Weiss | 2022-05-17 | 1 | -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 upgrade | Holger Weiss | 2022-05-16 | 1 | -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 changes | Holger Weiss | 2022-05-16 | 1 | -24/+29 |
| | | |||||
* | | Fix typos in changelog | Licaon_Kter | 2022-05-17 | 1 | -2/+2 |
| | | |||||
* | | Fix errors and warnings for "rebar3 edoc" | Badlop | 2022-05-17 | 15 | -65/+52 |
| | | |||||
* | | Define license for hex.pm using SPDX identifier | Badlop | 2022-05-17 | 1 | -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_doc | Badlop | 2022-05-17 | 1 | -0/+6 |
| | | |||||
* | | ex_doc is required to publish docs to hex.pm | Badlop | 2022-05-17 | 1 | -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 Releases | Badlop | 2022-05-17 | 1 | -2/+0 |
| | | |||||
* | | CHANGELOG: Update to 22.05 version | Badlop | 2022-05-17 | 1 | -0/+105 |
|/ | |||||
* | make-binaries: Bump dependency versions | Holger Weiss | 2022-05-12 | 2 | -3/+3 |
| | |||||
* | Pass room state to muc_{un}subscribed hook | Paweł Chmielowski | 2022-05-09 | 1 | -2/+2 |
| | |||||
* | Allow muc_{un}subscribe hooks to modify sent packets | Paweł Chmielowski | 2022-05-09 | 1 | -32/+38 |
| | |||||
* | Revert "Temporary workaround to provide a 22.05 tagged container" | Badlop | 2022-05-06 | 1 | -1/+1 |
| | | | | This reverts commit 3449621ccc97e99219400f5c15d4b354848c6a60. | ||||
* | Temporary workaround to provide a 22.05 tagged container | Badlop | 2022-05-06 | 1 | -1/+1 |
| | |||||
* | Use alternate method to get priv/ path when copying captcha scripts | Badlop | 2022-05-06 | 1 | -4/+3 |
| | |||||
* | Remove dependabot because it gets fired in forks too | Badlop | 2022-05-06 | 1 | -18/+0 |
| | |||||
* | Update version to 22.0522.05 | Jérôme Sautret | 2022-05-06 | 2 | -2/+2 |
| | |||||
* | make-binaries: Bump SQLite and ODBC versions | Holger Weiss | 2022-05-06 | 1 | -2/+2 |
| | |||||
* | Fix spec | Paweł Chmielowski | 2022-05-06 | 1 | -1/+1 |
| | |||||
* | Return userinfo from misc:uri_parse | Paweł Chmielowski | 2022-05-06 | 4 | -8/+8 |
| | |||||
* | Have consistent schema type in misc:uri_parse | Paweł Chmielowski | 2022-05-06 | 2 | -2/+2 |
| | |||||
* | Fix one more place where misc:uri_parse is used | Paweł Chmielowski | 2022-05-05 | 1 | -1/+1 |
| | |||||
* | Improve misc:uri_parse | Paweł Chmielowski | 2022-05-05 | 3 | -10/+17 |
| | |||||
* | README: Improve badges, header, commercial links | Badlop | 2022-05-04 | 2 | -9/+27 |
| |