aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Set default ejabberd version number when not using gitBadlop2022-05-021-1/+1
| | | | | This is useful when the source code was downloaded from https://github.com/processone/ejabberd/tags
* Update hex depsPaweł Chmielowski2022-05-022-20/+20
|
* Update depsPaweł Chmielowski2022-05-021-17/+17
|
* mod_push: Keep push session ID on session resumeHolger Weiss2022-05-021-2/+14
| | | | | | | | Don't forget the push session ID if the client resumes a stream management session. This makes sure no push notifications are generated for a connected client with a resumed stream management session. Thanks to Thilo Molitor for spotting the issue.
* Adapt mod_push_keepalive to mod_push changesHolger Weiss2022-05-012-7/+12
| | | | | Adjust mod_push_keepalive to work with the mod_push changes applied by commit 11574f0a43ff5dbdd297815c6c48fc8d976f1631.
* mod_push: Rename "timestamp" to "push session ID"Holger Weiss2022-05-011-41/+42
| | | | | | | | The fact that mod_push uses a timestamp as a push session ID is just an implementation detail. Rename things accordingly to avoid confusion. However, stick to "timestamp" in the storage modules, as it corresponds to the database column names/types, there.
* mod_push: Fix notifications for pending sessionsHolger Weiss2022-05-011-16/+25
| | | | | | | | | | | | | | | Fix the problem that no push notifications were triggered in the case where all of the following conditions applied: - The XEP-0198 session has been resumed at least once. - The XEP-0198 session is pending (i.e., the client is disconnected). - The message wasn't stored in the user's MAM archive (e.g., because it was of type "groupchat"). The problem was introduced in cd336369a5691da8289574f402fa2311b6dc027c. Many thanks to Friedrich Altheide for reporting the issue and to Thilo Molitor for his help with tracking it down.
* Compile elixir_logger_backend only when lager is usedPaweł Chmielowski2022-04-291-0/+2
|
* Attach meta field with real jid to mucsub subscription eventsPaweł Chmielowski2022-04-291-2/+4
|
* Delete ping timer if resource is gone after the ping has been sentJérôme Sautret2022-04-281-0/+8
|
* Remove dialyzer warningPaweł Chmielowski2022-04-281-2/+2
|
* Guard agains erlang:system_info(logical_processors) not always returning numberPaweł Chmielowski2022-04-284-10/+15
|
* Don't send ping if resource is goneJérôme Sautret2022-04-261-29/+37
|
* Copy include/ files for ejabberd, deps and otp, as "mix release" lacks thatBadlop2022-04-211-0/+15
|
* Stop empty MUC rooms 30 seconds after creationAlexey Shchepin2022-04-211-0/+7
|
* Fix dialyzer warningPaweł Chmielowski2022-04-201-1/+1
|
* Make oauth_revoke_token work with all backendsPaweł Chmielowski2022-04-204-20/+47
|
* Clarify mod_offline's use_mam_for_storage optionBadlop2022-04-131-10/+8
|
* Fix syntax of some commands' result_exampleBadlop2022-04-132-4/+4
|
* Add support for MUC room vCard in get_vcard commandsBadlop2022-04-122-1/+33
|
* mod_cron from ejabberd-contrib is another possible frontend to run commandsBadlop2022-04-111-2/+2
|
* Don't use floor - doesn't exist in R19Paweł Chmielowski2022-04-081-1/+1
|
* Fix compatibility with older mix versionsPaweł Chmielowski2022-04-081-1/+1
|
* Add rate limited delete_old_messagesPaweł Chmielowski2022-04-082-3/+103
|
* Add rate limited delete_old_mam_messages commandPaweł Chmielowski2022-04-084-3/+344
|
* mod_conversejs example, use newer dark themeLicaon_Kter2022-04-061-1/+1
| | | ref: https://github.com/conversejs/converse.js/releases/tag/v9.1.0
* Set Converse auth and register options based on ejabberd configurationBadlop2022-04-061-2/+28
|
* Fix compilation with Erlang 19Badlop2022-04-061-2/+4
|
* Merge pull request #3756 from pouriya/Add-Process-Hook-Tracingbadlop2022-04-061-2/+506
|\ | | | | Add process hook tracing
| * feat: event handlingPouriya Jahanbakhsh2022-01-221-86/+186
| | | | | | | | | | | | | | | | | | run multiple event handlers generate new events in timing event handlers print human-readable times output each callback time info is optional and by default is disabled
| * feat: process hook tracingPouriya Jahanbakhsh2022-01-211-2/+406
| |
| * Merge branch 'processone:master' into masterPouriya2022-01-2167-728/+2027
| |\
| * \ Merge branch 'processone:master' into masterPouriya2021-09-1897-709/+2382
| |\ \
| * | | ref: fix WS typosPouriya2021-06-152-40/+40
| | | |
* | | | domain_balancing: Allow for specifying 'type' onlyHolger Weiss2022-04-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow for specifying the 'type' of 'domain_balancing' without specifying the 'component_number' (as per the example in the documentation). The balancing 'type' is then applied to the dynamic number of component instances.
* | | | Add more configuration examplesBadlop2022-04-011-20/+40
| | | |
* | | | New conversejs_options to setup additional options for ConverseBadlop2022-04-012-2/+39
| | | |
* | | | The *_url options now support 'auto'Badlop2022-04-012-13/+25
| | | |
* | | | Improved mod_conversejs to support @HOST@, auto and conversejs_resourcesBadlop2022-04-012-21/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - The options can use the @HOST@ keyword - default_domain option is @HOST@ by default, not the first defined vhost - New conversejs_resources option to serve converse.js files (no need for web server) - conversejs_* now support 'auto', which uses local or remote Converse files
* | | | New mod_host_meta to serve host-meta files, see XEP-0156Badlop2022-04-012-0/+257
| | | |
* | | | Check results when test with any OTP is not skippedBadlop2022-04-011-5/+6
| | | |
* | | | Terminate ejabberd_sm before everything else to ensure sessions closing (#3641)Badlop2022-03-251-3/+14
| | | |
* | | | Don't define restart and stop in ejabberd_ctl, use the corresponding commandsBadlop2022-03-251-9/+0
| | | |
* | | | Don't export password attribute when it's empty (it's invalid)(#3705)Badlop2022-03-251-0/+1
| | | |
* | | | Checking users is active in SM for JWT authenticated user (#3795)Simon Paitrault2022-03-241-1/+8
| | | | | | | | | | | | Signed-off-by: Freyskeyd <simon.paitrault@gmail.com>
* | | | Add TLS certificate authentication for MQTT connectionsAlexey Shchepin2022-03-141-13/+87
| | | |
* | | | mix.exs: Don't allow admins to override boot flagsHolger Weiss2022-03-101-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the -boot and -boot_var options via ERLANG_OPTS rather than ERL_OPTIONS. The difference is that administrators might override the latter in the ejabberdctl.cfg file, which isn't desired as the boot flags must be specified exactly that way in a Mix-generated release (otherwise, ejabberd would fail to start up).
* | | | Add fine-grained Elixir version requirementBadlop2022-03-101-2/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.4 is accepted in general 1.10 is required to build OTP releases 1.11 is required to run 'make relive' lower than 1.11.4 requires Erlang lower than 24 to build releases
* | | | Add -boot and -boot_var in ejabberdctl instead of adding vm.argsBadlop2022-03-102-16/+1
| | | |
* | | | Update mix.lock, there are many unnecesary dependencies thereBadlop2022-03-101-11/+1
| | | |