summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix version when this command was really updatedBadlop2022-01-111-1/+1
* Fix login when generating client id, keep connection record (#3593)Badlop2022-01-111-2/+2
* Add better descripion of subscribe_room_many commandPaweł Chmielowski2022-01-051-0/+1
* Fix Dialyzer, related to Luerl API update from 0.3 to 1.0Badlop2022-01-041-1/+1
* Workaround to support rebar2 git tag "1.0" and rebar3 hex version "1.0.0"Badlop2022-01-041-1/+7
* Update Luerl to 1.0.0, now available in Hex.pm (rvirding/luerl#142)Badlop2022-01-042-3/+3
* Fix "make rel" when using mix, broken after 94a733c66Badlop2022-01-041-1/+6
* Fix 'make update' when used with rebar 3.18Paweł Chmielowski2022-01-031-0/+6
* mod_muc_room: Fix function name typoHolger Weiss2021-12-301-4/+4
* Publish CT logs and Cover on failure to an external GH Pages repoBadlop2021-12-231-1/+40
* Check dialyzer results in its step when using rebar 2Badlop2021-12-231-8/+7
* Only care about new-schema results when new-schema tests were ranBadlop2021-12-231-2/+3
* Clean actions steps, remove redundant onesBadlop2021-12-231-44/+15
* ejabberdctl: Let shellcheck ignore unused ERTS_VSNHolger Weiss2021-12-231-0/+1
* Fix ERTS path in ejabberdctl with `rebar3 release`Holger Weiss2021-12-233-3/+5
* Workaround to support ShellCheck older than 0.8.0Badlop2021-12-232-1/+2
* Test shell scripts in CI (#3738)Badlop2021-12-231-0/+8
* In POSIX sh, RANDOM is undefined: use always the other methodBadlop2021-12-231-13/+6
* Dollar is unnecessary on arithmetic variablesBadlop2021-12-231-25/+25
* Use dollar notation instead of legacy backtickedBadlop2021-12-231-1/+1
* Disable some shellcheck warningsBadlop2021-12-231-0/+1
* The read value is useless, so use throwaway variable nameBadlop2021-12-231-2/+2
* Harmless warning, but let's prevent it anywayBadlop2021-12-231-1/+1
* SCRIPT_DIR is used by relx releasesBadlop2021-12-231-0/+1
* In POSIX sh, RANDOM is undefined, use alternativeBadlop2021-12-231-1/+2
* In POSIX sh, OSTYPE is undefined. ejabberd doesn't work natively in win anywayBadlop2021-12-231-8/+0
* Give hint about what ejabberd.cfg.example sourcingBadlop2021-12-231-0/+2
* Configure shellcheck to test with sh POSIX scriptBadlop2021-12-231-0/+1
* Only provide Relx start script in dev profileBadlop2021-12-231-1/+3
* Revert "rebar.config: Don't create extended start script"Holger Weiss2021-12-231-1/+1
* rebar.config: Don't create extended start scriptHolger Weiss2021-12-211-1/+1
* Merge remote-tracking branch 'processone/pr/3735'Holger Weiss2021-12-201-0/+2
|\
| * node_pep: Add config-node and multi-items featuresLinus Jahn2021-12-191-0/+2
* | Add subscribe_room_many commandAlexey Shchepin2021-12-202-3/+54
* | Optimize user removal handling in mod_mucAlexey Shchepin2021-12-202-2/+20
* | Accept more types of ejabberdctl commands arguments as JSON-encodedAlexey Shchepin2021-12-202-1/+6
|/
* mod_stun_disco: Fix parsing of IPv6 listenersHolger Weiss2021-12-181-1/+1
* Revert "Github Actions: use MD5 pass encryption to support PostgreSQL 14 (#36...Badlop2021-12-151-2/+0
* Let get_all_rooms handle "global" argument, fixes rooms_unsued_... (#3726)Badlop2021-12-151-1/+8
* Handle user removal in mod_mucAlexey Shchepin2021-12-1411-2/+80
* Update stun and esip dependenciesPaweł Chmielowski2021-12-092-4/+4
* Update CHANGELOG.md to 21.12Badlop2021-12-091-0/+47
* Update Chinese translation (thanks to Eric and 52871299hzy)Badlop2021-12-091-18/+15
* Update French translation (thanks to Éfrit and ButterflyOfFire)Badlop2021-12-091-1/+49
* Annotate modules, options and command major changes in 21.12Badlop2021-12-094-0/+6
* Update man pageBadlop2021-12-091-74/+265
* OTP 24 means whatever version provided by Actions... nowadays it's 24.1Badlop2021-12-091-4/+4
* Handle mix version when running docker-ejabberd/ecs/build.sh latestBadlop2021-12-081-0/+1
* Relax strictness in mix dependency versionsBadlop2021-12-081-1/+1
* Merge remote-tracking branch 'processone/pr/3724'Holger Weiss2021-12-073-11/+0
|\