aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement batch operations in mnesia backendPaweł Chmielowski2022-05-024-16/+122
|
* Simplify rules for choosing jiffy versionPaweł Chmielowski2022-05-021-4/+2
|
* Update p1_pgsql in mix.lockPaweł Chmielowski2022-05-021-1/+1
|
* Update esip in mix.lockPaweł Chmielowski2022-05-021-1/+1
|
* Container: New GitHub workflow to build and publish containersBadlop2022-05-021-0/+69
|
* Container: When ERLANG_COOKIE is set, create cookie file; otherwise use ↵Badlop2022-05-021-1/+2
| | | | -setcookie
* Container: Experimental support CTL_ON_CREATE and CTL_ON_START environment ↵Badlop2022-05-021-0/+27
| | | | variables
* Container: Start BEAM with exec to maintain the PID and catch SIGTERM in ↵Badlop2022-05-021-4/+16
| | | | | | | | | | Docker Stop Until now, when stopping the ejabberd container, Erlang is not gracefully closed, Mnesia is not properly closed... exit code is 137. With this change, when the container is stopped, Erlang receives the SIGTERM signal, shutsdown, Mnesia database is properly closed, ... and exit code is 0.
* Container: Copy ejabberdctl.template, it requires some customizationsBadlop2022-05-021-0/+329
|
* Container: New Dockerfile, more simple than the one in ejabberd/ecsBadlop2022-05-021-0/+117
|
* Runtime: New workflow to test compilation, rel, starting and ejabberdctlBadlop2022-05-021-0/+268
|
* CI: Update actions versionsBadlop2022-05-021-2/+2
|
* CI: Update to the new "make rel" pathsBadlop2022-05-021-4/+4
|
* CI: For older erlang versions, get old rebarsBadlop2022-05-021-0/+7
|
* CI: Update to test latest OTP 25.0-rc3Badlop2022-05-021-2/+2
|
* Update rebar3 binary, works from Erlang/OTP 22 to 25Badlop2022-05-021-0/+0
| | | | | | | | | | | | | | | | | | The old version was: rebar 3.15.2 and it couldn't work with Erlang/OTP 25 This new version is rebar 3.18.0 compiled from tag 3.18.0 from https://github.com/erlang/rebar3 using erlang:22-slim docker image To compile ejabberd using rebar3 and ancient Erlang 19.3-21.3, you need a rebar3 binary compiled with an old Erlang. If your operating system doesn't provide one, you can download the old one included in ejabberd 21.12, available at: https://github.com/processone/ejabberd/raw/21.12/rebar3
* Update rebar2 binary, works from Erlang/OTP 22 to 25Badlop2022-05-021-0/+0
| | | | | | | | | | | | | | | | | | The old version was: rebar 2.6.4 17 20170823_084242 git 2.6.4-27-g8076675-dirty and it couldn't work with Erlang/OTP 25 This new version is rebar 2.6.4 22 20220426_202500 git 2.6.4-39-gb6d3094 compiled from master branch from https://github.com/rebar/rebar using erlang:22-slim docker image To compile ejabberd using rebar and ancient Erlang 19.3-21.3, you need a rebar binary compiled with an old Erlang. If your operating system doesn't provide one, you can download the old one included in ejabberd 21.12, available at: https://github.com/processone/ejabberd/raw/21.12/rebar
* Fix 'make xref' when using Mix; notice it only checks Elixir filesBadlop2022-05-021-1/+4
|
* Switch "make rel" and "make dev" to paths: conf, database, logsBadlop2022-05-0210-66/+66
|
* 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
| |