Badlop
|
642e7ecc29
|
mod_matrix_gw: Remove useless option "persist"
|
2024-09-16 17:50:37 +02:00 |
|
Badlop
|
ce5a8acaf7
|
Define the types of options that opt_type.sh cannot derive automatically
|
2024-09-16 17:50:33 +02:00 |
|
Badlop
|
74b80bfe08
|
Fix Elvis report: Don't use ignored variables
https://github.com/inaka/elvis_core/blob/main/doc_rules/elvis_style/used_ignored_variable.md
|
2024-08-26 15:48:32 +02:00 |
|
Paweł Chmielowski
|
a4fd756eae
|
Add misc:json_encode_With_kv_lists and use it in matrix sign function
R27 json module doesn't recognize list of tuples as object specification,
so this creates wrapper that offer this functionality.
|
2024-07-03 15:20:48 +02:00 |
|
Alexey Shchepin
|
3124644315
|
Fix matrix_id_as_jid option documentation
|
2024-06-28 05:31:16 +03:00 |
|
Badlop
|
696e42b5b4
|
Use json module when Erlang/OTP 27, jiffy with older ones
|
2024-05-07 11:28:17 +02:00 |
|
Badlop
|
6e5895ce45
|
Update some modules doc to use the note field
|
2024-04-24 13:20:41 +02:00 |
|
Badlop
|
716f5de517
|
mod_matrix_gw: Fix support for @HOST@ in matrix_domain option (#4167)
|
2024-02-28 13:06:47 +01:00 |
|
Badlop
|
417294339d
|
Matrix: Minor documentation improvements
|
2024-02-26 16:15:51 +01:00 |
|
Jérôme Sautret
|
a6b10ac4c0
|
Merge branch 'master' of github.com:processone/ejabberd
|
2024-02-23 12:09:51 +01:00 |
|
Jérôme Sautret
|
2b7b92edee
|
Add mod_matrix_gw doc
|
2024-02-23 12:09:10 +01:00 |
|
Badlop
|
59ff77e171
|
Matrix: Fix commit 816900a for OTP below 25.0
uri_string:quote was added in OTP 25.0
|
2024-02-19 15:33:09 +01:00 |
|
Paweł Chmielowski
|
045170a67e
|
Fix dialyzer warning on R26 in mod_matrix*
|
2024-02-19 12:08:56 +01:00 |
|
Alexey Shchepin
|
c10f2a22b6
|
Fix dialyzer errors
|
2024-02-16 06:00:57 +03:00 |
|
Alexey Shchepin
|
45f24c63cb
|
Update mod_matrix_gw copyright dates
|
2024-02-15 09:38:14 +03:00 |
|
Badlop
|
b8181974ec
|
Replace 'if' preprocessor directive with 'ifndef', add OTP_BELOW_24
The 'if' preprocessor directive was added in Erlang/OTP 21.0,
but ejabberd currently supports Erlang 20.0 and higher...
Let's use 'ifndef' instead.
https://www.erlang.org/doc/reference_manual/macros.html#flow-control-in-macros
https://www.erlang.org/doc/apps/compiler/notes#compiler-7.2
https://www.erlang.org/patches/otp-21.0#compiler-7.2
|
2024-02-15 01:57:41 +01:00 |
|
Badlop
|
816900a6cf
|
Use uri_string module instead of the deprecated http_uri
http_uri is marked for deprecation since OTP 23
Use uri_string which is available since OTP 21
No need to provide alternative, because it's used only by mod_matrix,
and this runs only with Erlang/OTP 24 or higher.
https://www.erlang.org/patches/otp-23.0#inets-7.2
https://www.erlang.org/docs/23/man/http_uri
|
2024-02-15 01:57:39 +01:00 |
|
Alexey Shchepin
|
f44e23b8cc
|
Add mod_matrix_gw
|
2024-02-14 06:59:23 +03:00 |
|