Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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. | ||||
* | 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 |
| | |||||
* | make-binaries: Bump dependency versions | Holger Weiss | 2022-05-12 | 1 | -2/+2 |
| | |||||
* | make-binaries: Bump SQLite and ODBC versions | Holger Weiss | 2022-05-06 | 1 | -2/+2 |
| | |||||
* | Apparently the --tags option is required to properly describe a brand new tag | Badlop | 2022-05-04 | 3 | -3/+3 |
| | |||||
* | Create uninstall.txt with instructions | Badlop | 2022-05-04 | 1 | -0/+12 |
| | |||||
* | Add help header to the installer help | Badlop | 2022-05-04 | 1 | -1/+18 |
| | |||||
* | Once installed, show next steps | Badlop | 2022-05-04 | 1 | -1/+10 |
| | |||||
* | Add some blank lines to output | Badlop | 2022-05-04 | 1 | -0/+3 |
| | |||||
* | make-binaries: Update to Crosstool-NG 1.25.0-RC2 | Holger Weiss | 2022-05-04 | 1 | -661/+5 |
| | | | | | Update Crosstool-NG to the current release candidate, and use much shorter "defconfig" files for specifying the configuration. | ||||
* | make-binaries: Try to avoid rebuilding deps | Holger Weiss | 2022-05-04 | 1 | -69/+156 |
| | | | | Don't rebuild external dependencies if all of them are up to date. | ||||
* | Import script for building command line installers | Holger Weiss | 2022-05-04 | 1 | -0/+217 |
| | | | | | | The tools/make-installers script creates command line installers for Linux/x64 and Linux/arm64 systems using the archives built by the tools/make-binaries script. | ||||
* | Import script for building DEB and RPM packages | Holger Weiss | 2022-05-04 | 1 | -0/+237 |
| | | | | | | The tools/make-packages script creates DEB and RPM packages for Linux/x64 and Linux/arm64 systems using the archives built by the tools/make-binaries script. | ||||
* | Import script for building Linux binaries | Holger Weiss | 2022-05-04 | 1 | -0/+1444 |
| | | | | | | | | | | | | | | | | The tools/make-binaries script creates self-contained OTP releases for Linux/x64 and Linux/arm64 systems. All optional ejabberd features are supported. Erlang/OTP, Elixir, and all dependencies are downloaded and built from source (using crosstool-NG). The generated binaries depend on glibc 2.17 or later, all other external libraries are linked statically. The script should work on any non-ancient Linux/x64 system and requires just a few common development tools (to bootstrap crosstool-NG). The release is installed by creating an "ejabberd" user, extracting the archive into /opt, and moving the systemd unit (or init script) into place. | ||||
* | Support Erlang 25 in "make options": returns attribute with simpler syntax | Badlop | 2022-02-24 | 1 | -0/+6 |
| | | | | | | | | | | | | | This was introduced in Erlang/OTP 25.0-rc1 https://erlang.org/download/otp_src_25.0-rc1.readme https://github.com/erlang/otp/pull/5509 OTP-17894 Application(s): syntax_tools Related Id(s): PR-5509 The erl_syntax_lib:analyze_attribute/1 function would return {Name, {Name, Value}} instead of {Name, Value} (which is the documented return value). | ||||
* | Update copyright year to 2022 | Badlop | 2022-02-11 | 1 | -1/+1 |
| | |||||
* | Fix typos | Kian-Meng Ang | 2022-01-24 | 1 | -1/+1 |
| | |||||
* | In POSIX sh, RANDOM is undefined: use always the other method | Badlop | 2021-12-23 | 1 | -13/+6 |
| | |||||
* | Dollar is unnecessary on arithmetic variables | Badlop | 2021-12-23 | 1 | -25/+25 |
| | |||||
* | Use dollar notation instead of legacy backticked | Badlop | 2021-12-23 | 1 | -1/+1 |
| | |||||
* | "sort -R" command not POSIX, added "shuf" and "cat" as fallback | ballerburg9005 | 2021-08-12 | 1 | -1/+2 |
| | |||||
* | Support the recent changes in the "ejabberdctl help" command (#3569) | Badlop | 2021-04-15 | 1 | -5/+8 |
| | |||||
* | Fix INTRUDER and add padding to second text line | Badlop | 2021-03-12 | 1 | -7/+7 |
| | | | | https://github.com/processone/ejabberd/commit/b41ce8828c579f06a33ca93a7af4fd5984997e16#r47461104 | ||||
* | Clone to the dir specified in rebar.config... useful for erlang-sqlite3 | Badlop | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | Add question/answer-based CAPTCHA script (#3533) | Holger Weiß | 2021-02-22 | 1 | -0/+131 |
| | | | | | | | | | | | | | | | | | * New captcha.sh question/answer based * Keep original CAPTCHA script Rather than replacing the original CAPTCHA script, keep it next to the new one, for the moment. * CAPTCHA-ng script cleanup * remove various bashisms * replace all echos with printf + add quotations to many variables Co-authored-by: Adrien Bourmault <neox@os-k.eu> Co-authored-by: nico wellpott <nico@magicbroccoli.de> | ||||
* | Improve support for rebar3 in "make translations" | Badlop | 2021-02-19 | 1 | -12/+9 |
| | |||||
* | Create annotated tags, meant for releases, instead of lightweight (#3512) | Badlop | 2021-02-16 | 1 | -1/+1 |
| | |||||
* | Improve prepare-tr so *.msg files inform to not edit them (#3484) | Badlop | 2021-02-02 | 1 | -1/+5 |
| | |||||
* | Update newest copyright year to 2021 (#3464) | Badlop | 2021-01-27 | 1 | -1/+1 |
| | |||||
* | When running "make translations" use the external ejabberd_po repository | Badlop | 2021-01-22 | 1 | -5/+19 |
| | |||||
* | Add option to check for missing hex releases to update script | Paweł Chmielowski | 2020-12-18 | 1 | -0/+12 |
| | |||||
* | Correctly sort mixed versions vX.Y and X.Y in update-deps script | Paweł Chmielowski | 2020-12-18 | 1 | -1/+1 |
| | |||||
* | Update one more place where we had -include("xmpp.hrl") | Paweł Chmielowski | 2020-09-03 | 1 | -1/+1 |
| | |||||
* | For mod_vcard_* modules, redirect options to mod_vcard | Badlop | 2020-08-21 | 1 | -1/+9 |
| | |||||
* | Revert "Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282)" | Badlop | 2020-07-15 | 1 | -0/+0 |
| | | | | This reverts commit 2ca5712507473578fe00e4a1bce8e25a0d9f1bca. | ||||
* | Dirty workarounds to compile jiffy with Erlang/OTP 23 (#3282) | Badlop | 2020-06-01 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | Works for me with: ./configure --disable-pam ./rebar get-deps ./rebar configure-deps ./rebar compile make install changes in erlang-native-compiler used by jiffy: src/rebar_port_compiler.erl - {"ERL_LDFLAGS" , " -L$ERL_EI_LIBDIR -lerl_interface -lei"}, + {"ERL_LDFLAGS" , " -L$ERL_EI_LIBDIR -lei"}, src/rebar_utils.erl --dialyzer({no_missing_calls, escript_foldl/3}). | ||||
* | Hide false-positive warnings about mod_delegation Type atom and NS binary | Badlop | 2020-05-07 | 1 | -0/+4 |
| | |||||
* | Extract translatable strings also from the xmpp library | Badlop | 2020-05-04 | 2 | -5/+4 |
| | |||||
* | Don't extract for translation strings from man pages, at least for now | Badlop | 2020-04-17 | 1 | -0/+12 |
| | |||||
* | Fix previous commit | Badlop | 2020-04-17 | 1 | -1/+1 |
| | |||||
* | Log messages generated by msgmerge and display unexpected ones | Badlop | 2020-04-17 | 1 | -1/+4 |
| | |||||
* | Update copyright to 2020 (#3149) | Badlop | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | Introduce 'vcard' option for the modules supporting vCards | Evgeny Khramtsov | 2019-08-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The mapping between vCard's XML elements and YAML elements of 'vcard' option is straightforward. For example, if you want mod_muc to return the following vCard: ``` <vCard xmlns='vcard-temp'> <FN>Conferences</FN> <ADR> <WORK/> <STREET>Elm Street</STREET> </ADR> </vCard> ``` you need to set the configuration as: ``` modules: ... mod_muc: vcard: fn: Conferences adr: - work: true street: Elm Street ... ``` | ||||
* | Improve hooks validator and fix bugs related to hooks registration | Evgeny Khramtsov | 2019-07-29 | 1 | -194/+236 |
| |