summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Detect debug option, and maybe disable debug_infoBadlop2022-02-111-1/+3
* Add forgotten option NO_CUSTOMIZE_HOSTNAME_CHECK to mix.exsBadlop2022-02-111-0/+1
* Nowadays NEW_SQL_SCHEMA is only used to determine the default sql schemaBadlop2022-02-111-1/+1
* ejabberd_sql_pt got USE_NEW_SCHEMA in 78dfb83 and removed in e15595dBadlop2022-02-111-6/+0
* Fix typo introduced in 99fdba0, present since 16.01Badlop2022-02-112-2/+2
* Some dependencies are optional, check them in mix.exsBadlop2022-02-111-6/+6
* Implement Get List of Registered/Online Users from XEP-0133Badlop2022-02-111-0/+38
* Remove obsolete db_type defined environmentBadlop2022-02-113-6/+3
* Disable mssql in Actions: it's known mssql doesn't pass the testsBadlop2022-02-031-0/+1
* Ensure db_type default value is set when no mssql was defined. Fix typoBadlop2022-02-031-2/+2
* Fix configure when mssql option not set, and add it to --enable-allBadlop2022-02-031-4/+4
* Reorganize and complete documentation of node start/debug commandsBadlop2022-02-031-6/+12
* Improve explanation of s2s_access option. Add link to access_rules optionBadlop2022-02-031-4/+7
* Use the same wording in all the identical options db_type and ram_db_typeBadlop2022-02-034-13/+10
* Fix support for MSSQL testingBadlop2022-02-033-2/+4
* New "make relive" similar to "ejabberdctl live" without installingBadlop2022-02-037-18/+125
* mod_pubsub: Unsubscribe JID on whitelist removalHolger Weiss2022-02-021-1/+13
* Make dialyzer happyPaweł Chmielowski2022-02-021-4/+8
* One more place where we need to handle socket field not being availablePaweł Chmielowski2022-02-021-3/+3
* Don't expect that socket will be available in c2s_terminated hookPaweł Chmielowski2022-02-021-3/+3
* Store all mucsub notifications not only message notificationsPaweł Chmielowski2022-02-011-1/+1
* mod_shared_roster: Adjust special group cache sizeHolger Weiss2022-01-251-1/+2
* Remove reference to the obsolete Vagrant environmentBadlop2022-01-251-13/+0
* Run autoupdate to replace obsolete AC_HELP_STRING with AS_HELP_STRINGBadlop2022-01-251-27/+24
* Support MQTT subscriptions spread over the cluster (#3750)Badlop2022-01-251-3/+10
* Pass property name as expected in mqtt_codec (fixes login using MQTT 5)Badlop2022-01-251-1/+1
* Merge pull request #3757 from kianmeng/fix-typosbadlop2022-01-2521-38/+38
|\
| * Fix typosKian-Meng Ang2022-01-2421-38/+38
|/
* mod_pubsub: Allow for limiting item_expire valueHolger Weiss2022-01-171-6/+15
* mod_shared_roster: Normalize JID on unset_presenceHolger Weiss2022-01-151-2/+5
* Document that 'unregister' command deletes data associated with the accountBadlop2022-01-131-0/+2
* Document option subscrube_room_many_max_users introduced in fc34661b6Badlop2022-01-131-1/+8
* Update section URLs in ldap documentationBadlop2022-01-131-5/+5
* 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