Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Set default ejabberd version number when not using git | Badlop | 2022-05-02 | 1 | -1/+1 | |
| | | | | | This is useful when the source code was downloaded from https://github.com/processone/ejabberd/tags | |||||
* | Update hex deps | Paweł Chmielowski | 2022-05-02 | 2 | -20/+20 | |
| | ||||||
* | Update deps | Paweł Chmielowski | 2022-05-02 | 1 | -17/+17 | |
| | ||||||
* | mod_push: Keep push session ID on session resume | Holger Weiss | 2022-05-02 | 1 | -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 changes | Holger Weiss | 2022-05-01 | 2 | -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 Weiss | 2022-05-01 | 1 | -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 sessions | Holger Weiss | 2022-05-01 | 1 | -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 used | Paweł Chmielowski | 2022-04-29 | 1 | -0/+2 | |
| | ||||||
* | Attach meta field with real jid to mucsub subscription events | Paweł Chmielowski | 2022-04-29 | 1 | -2/+4 | |
| | ||||||
* | Delete ping timer if resource is gone after the ping has been sent | Jérôme Sautret | 2022-04-28 | 1 | -0/+8 | |
| | ||||||
* | Remove dialyzer warning | Paweł Chmielowski | 2022-04-28 | 1 | -2/+2 | |
| | ||||||
* | Guard agains erlang:system_info(logical_processors) not always returning number | Paweł Chmielowski | 2022-04-28 | 4 | -10/+15 | |
| | ||||||
* | Don't send ping if resource is gone | Jérôme Sautret | 2022-04-26 | 1 | -29/+37 | |
| | ||||||
* | Copy include/ files for ejabberd, deps and otp, as "mix release" lacks that | Badlop | 2022-04-21 | 1 | -0/+15 | |
| | ||||||
* | Stop empty MUC rooms 30 seconds after creation | Alexey Shchepin | 2022-04-21 | 1 | -0/+7 | |
| | ||||||
* | Fix dialyzer warning | Paweł Chmielowski | 2022-04-20 | 1 | -1/+1 | |
| | ||||||
* | Make oauth_revoke_token work with all backends | Paweł Chmielowski | 2022-04-20 | 4 | -20/+47 | |
| | ||||||
* | Clarify mod_offline's use_mam_for_storage option | Badlop | 2022-04-13 | 1 | -10/+8 | |
| | ||||||
* | Fix syntax of some commands' result_example | Badlop | 2022-04-13 | 2 | -4/+4 | |
| | ||||||
* | Add support for MUC room vCard in get_vcard commands | Badlop | 2022-04-12 | 2 | -1/+33 | |
| | ||||||
* | mod_cron from ejabberd-contrib is another possible frontend to run commands | Badlop | 2022-04-11 | 1 | -2/+2 | |
| | ||||||
* | Don't use floor - doesn't exist in R19 | Paweł Chmielowski | 2022-04-08 | 1 | -1/+1 | |
| | ||||||
* | Fix compatibility with older mix versions | Paweł Chmielowski | 2022-04-08 | 1 | -1/+1 | |
| | ||||||
* | Add rate limited delete_old_messages | Paweł Chmielowski | 2022-04-08 | 2 | -3/+103 | |
| | ||||||
* | Add rate limited delete_old_mam_messages command | Paweł Chmielowski | 2022-04-08 | 4 | -3/+344 | |
| | ||||||
* | mod_conversejs example, use newer dark theme | Licaon_Kter | 2022-04-06 | 1 | -1/+1 | |
| | | | ref: https://github.com/conversejs/converse.js/releases/tag/v9.1.0 | |||||
* | Set Converse auth and register options based on ejabberd configuration | Badlop | 2022-04-06 | 1 | -2/+28 | |
| | ||||||
* | Fix compilation with Erlang 19 | Badlop | 2022-04-06 | 1 | -2/+4 | |
| | ||||||
* | Merge pull request #3756 from pouriya/Add-Process-Hook-Tracing | badlop | 2022-04-06 | 1 | -2/+506 | |
|\ | | | | | Add process hook tracing | |||||
| * | feat: event handling | Pouriya Jahanbakhsh | 2022-01-22 | 1 | -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 tracing | Pouriya Jahanbakhsh | 2022-01-21 | 1 | -2/+406 | |
| | | ||||||
| * | Merge branch 'processone:master' into master | Pouriya | 2022-01-21 | 67 | -728/+2027 | |
| |\ | ||||||
| * \ | Merge branch 'processone:master' into master | Pouriya | 2021-09-18 | 97 | -709/+2382 | |
| |\ \ | ||||||
| * | | | ref: fix WS typos | Pouriya | 2021-06-15 | 2 | -40/+40 | |
| | | | | ||||||
* | | | | domain_balancing: Allow for specifying 'type' only | Holger Weiss | 2022-04-04 | 1 | -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 examples | Badlop | 2022-04-01 | 1 | -20/+40 | |
| | | | | ||||||
* | | | | New conversejs_options to setup additional options for Converse | Badlop | 2022-04-01 | 2 | -2/+39 | |
| | | | | ||||||
* | | | | The *_url options now support 'auto' | Badlop | 2022-04-01 | 2 | -13/+25 | |
| | | | | ||||||
* | | | | Improved mod_conversejs to support @HOST@, auto and conversejs_resources | Badlop | 2022-04-01 | 2 | -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-0156 | Badlop | 2022-04-01 | 2 | -0/+257 | |
| | | | | ||||||
* | | | | Check results when test with any OTP is not skipped | Badlop | 2022-04-01 | 1 | -5/+6 | |
| | | | | ||||||
* | | | | Terminate ejabberd_sm before everything else to ensure sessions closing (#3641) | Badlop | 2022-03-25 | 1 | -3/+14 | |
| | | | | ||||||
* | | | | Don't define restart and stop in ejabberd_ctl, use the corresponding commands | Badlop | 2022-03-25 | 1 | -9/+0 | |
| | | | | ||||||
* | | | | Don't export password attribute when it's empty (it's invalid)(#3705) | Badlop | 2022-03-25 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Checking users is active in SM for JWT authenticated user (#3795) | Simon Paitrault | 2022-03-24 | 1 | -1/+8 | |
| | | | | | | | | | | | | Signed-off-by: Freyskeyd <simon.paitrault@gmail.com> | |||||
* | | | | Add TLS certificate authentication for MQTT connections | Alexey Shchepin | 2022-03-14 | 1 | -13/+87 | |
| | | | | ||||||
* | | | | mix.exs: Don't allow admins to override boot flags | Holger Weiss | 2022-03-10 | 1 | -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 requirement | Badlop | 2022-03-10 | 1 | -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.args | Badlop | 2022-03-10 | 2 | -16/+1 | |
| | | | | ||||||
* | | | | Update mix.lock, there are many unnecesary dependencies there | Badlop | 2022-03-10 | 1 | -11/+1 | |
| | | | |