Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_s2s_bidi: Include empty list of labels in metrics | Kim Alvefur | 2024-08-16 | 1 | -3/+3 |
| | | | | | Throws error attempting to append the nil label list to an array for host-scoped metrics. | ||||
* | mod_s2s_bidi: Collect some metrics | Kim Alvefur | 2024-08-11 | 1 | -0/+7 |
| | |||||
* | plugins: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-24 | 1 | -1/+1 |
| | |||||
* | mod_s2s_bidi: Add provisions for advertising features to bidi peers | Kim Alvefur | 2022-10-20 | 1 | -1/+3 |
| | | | | As introduced in XEP-xxxx: Stream Limits Advertisement | ||||
* | various: Require encryption by default for real | Kim Alvefur | 2021-12-25 | 1 | -1/+1 |
| | | | | | | | | | These options have been specified (and enabled) in the default config file for a long time. However if unspecified in the config, they were not enabled. Now they are. This may result in a change of behaviour for people using very old config files that lack the require_encryption options. But that's what we want. | ||||
* | mod_s2s_bidi: Ignore unencrypted connections if s2s_require_encryption is set | Kim Alvefur | 2019-11-28 | 1 | -3/+5 |
| | | | | Prevents some weirdness in cases where no authentication is done | ||||
* | mod_s2s_bidi: Enables bi-directional streams via XEP-0288 | Kim Alvefur | 2019-09-08 | 1 | -0/+38 |