Thu, 09 Sep 2021 22:09:41 +0200 util.prosodyctl.check: Check for server-to-server Direct TLS records
Kim Alvefur <zash@zash.se> [Thu, 09 Sep 2021 22:09:41 +0200] rev 11780
util.prosodyctl.check: Check for server-to-server Direct TLS records
Thu, 09 Sep 2021 21:59:02 +0200 mod_s2s: Rename Direct TLS listener 's2s_direct_tls'
Kim Alvefur <zash@zash.se> [Thu, 09 Sep 2021 21:59:02 +0200] rev 11779
mod_s2s: Rename Direct TLS listener 's2s_direct_tls' Following the style of other options like (c2s|s2s)_require_encryption, s2s_secure_auth etc.
Tue, 10 Aug 2021 20:55:43 +0200 mod_s2s: Add a Direct TLS listener
Kim Alvefur <zash@zash.se> [Tue, 10 Aug 2021 20:55:43 +0200] rev 11778
mod_s2s: Add a Direct TLS listener Mirroring the c2s 'direct_tls'. Naming things is hard. direct_tls_s2s_ports = { 5269+1 }
Tue, 10 Aug 2021 20:54:38 +0200 mod_s2s: Handle connections having TLS from the start
Kim Alvefur <zash@zash.se> [Tue, 10 Aug 2021 20:54:38 +0200] rev 11777
mod_s2s: Handle connections having TLS from the start This could be done with multiplexing, or a future additional port definition.
Tue, 10 Aug 2021 20:51:31 +0200 mod_s2s: Factor out procedure for newly encrypted sessions
Kim Alvefur <zash@zash.se> [Tue, 10 Aug 2021 20:51:31 +0200] rev 11776
mod_s2s: Factor out procedure for newly encrypted sessions Goal is to call this if the connection is using Direct TLS, either via multiplexing or a future Direct TLS S2S port.
Mon, 21 Jun 2021 22:50:23 +0200 mod_bosh,mod_websocket: Make into global-shared modules (...again)
Kim Alvefur <zash@zash.se> [Mon, 21 Jun 2021 22:50:23 +0200] rev 11775
mod_bosh,mod_websocket: Make into global-shared modules (...again) Global modules aren't quite considered loaded onto hosts, which causes confusion in some cases. They are also reported in the log as being served on http://*:5280/foo which is also a bit confusing, and can't be clicked. Global modules also have to have their paths configured in the global section, which could be confusing and unexpected. This global+shared method should be the best of both worlds.
Mon, 06 Sep 2021 23:21:25 +0200 mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Kim Alvefur <zash@zash.se> [Mon, 06 Sep 2021 23:21:25 +0200] rev 11774
mod_c2s,mod_s2s: Indicate stanza size violation with condition from XEP-0205 (thanks mjk)
Sun, 05 Sep 2021 18:42:44 +0200 mod_pubsub: Move reversal of item order in <items>
Kim Alvefur <zash@zash.se> [Sun, 05 Sep 2021 18:42:44 +0200] rev 11773
mod_pubsub: Move reversal of item order in <items> Examples in XEP-0060 suggest that items should be listed in chronological order, but we get them from the archive in reverse order. However when requesting specific items by id the results keep that order and we don't want to flip it again. At some point it would likely be best to use the archive API directly instead of this util.cache-compatible wrapper.
Sun, 05 Sep 2021 16:43:41 +0200 mod_pubsub: Add support for limiting result size #1608
Kim Alvefur <zash@zash.se> [Sun, 05 Sep 2021 16:43:41 +0200] rev 11772
mod_pubsub: Add support for limiting result size #1608
Sun, 05 Sep 2021 16:21:10 +0200 util.pubsub: Add support for limiting number of items to retrieve
Kim Alvefur <zash@zash.se> [Sun, 05 Sep 2021 16:21:10 +0200] rev 11771
util.pubsub: Add support for limiting number of items to retrieve Hopefully this will eventually be upgraded to RSM, which is why the argument is called 'resultspec' and is a table.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip