Mon, 15 Feb 2021 16:29:13 +0100 mod_pep: Advertise base pubsub feature (fixes #1632) 0.11 0.11.8
Kim Alvefur <zash@zash.se> [Mon, 15 Feb 2021 16:29:13 +0100] rev 11380
mod_pep: Advertise base pubsub feature (fixes #1632) Noticed while discussing feature discovery in Gajim Thanks lovetox
Sat, 13 Feb 2021 14:14:12 +0100 mod_http_file_share: Prevent attempt to upload again after completion
Kim Alvefur <zash@zash.se> [Sat, 13 Feb 2021 14:14:12 +0100] rev 11379
mod_http_file_share: Prevent attempt to upload again after completion
Sat, 13 Feb 2021 14:06:46 +0100 mod_http_file_share: Support sending 100 Continue
Kim Alvefur <zash@zash.se> [Sat, 13 Feb 2021 14:06:46 +0100] rev 11378
mod_http_file_share: Support sending 100 Continue E.g. curl will ask for this when sending large uploads. Removes a delay while it waits for an error or go-agead.
Sat, 13 Feb 2021 13:38:56 +0100 net.http.server: Don't pause early streaming uploads
Kim Alvefur <zash@zash.se> [Sat, 13 Feb 2021 13:38:56 +0100] rev 11377
net.http.server: Don't pause early streaming uploads Fixes that otherwise it would wait for the request to be done after receiving the head of the request, when it's meant to select a target for where to store the data, instead of waiting after receiving the request for when the request has been handled.
Fri, 12 Feb 2021 14:47:27 +0100 net.http.server: Allow storing more than the parser in the session
Kim Alvefur <zash@zash.se> [Fri, 12 Feb 2021 14:47:27 +0100] rev 11376
net.http.server: Allow storing more than the parser in the session Storing the async thread on the connection was weird.
Sun, 12 Jul 2020 20:31:31 +0200 net.http.server: Enable async during HTTP request handling (fixes #1487)
Kim Alvefur <zash@zash.se> [Sun, 12 Jul 2020 20:31:31 +0200] rev 11375
net.http.server: Enable async during HTTP request handling (fixes #1487)
Tue, 09 Feb 2021 23:25:30 +0100 util.datamanager: Add basic tests
Kim Alvefur <zash@zash.se> [Tue, 09 Feb 2021 23:25:30 +0100] rev 11374
util.datamanager: Add basic tests Test all the things! Somewhat covered by the storagemanager tests, but we don't currently don't have that automated as it needs SQL engines.
Sun, 07 Feb 2021 19:23:33 +0100 util.datamanager: Support iterating over any file extension
Kim Alvefur <zash@zash.se> [Sun, 07 Feb 2021 19:23:33 +0100] rev 11373
util.datamanager: Support iterating over any file extension The 'typ' argument to all other functions is the actual file extension, but not here for some reason. May need this for iterating over the .bin files created by mod_http_file_share in the future.
Sat, 06 Feb 2021 22:12:38 +0100 core.certmanager: Add comments explaining the 'verifyext' TLS settings
Kim Alvefur <zash@zash.se> [Sat, 06 Feb 2021 22:12:38 +0100] rev 11372
core.certmanager: Add comments explaining the 'verifyext' TLS settings Thanks to debacle for reminding me, in the context of mod_auth_ccert I wonder if we still need lsec_ignore_purpose, Let's Encrypt seems to include both client and server purposes in certs.
Sat, 06 Feb 2021 21:40:21 +0100 mod_s2s: Clarify comment about unused TLS settings
Kim Alvefur <zash@zash.se> [Sat, 06 Feb 2021 21:40:21 +0100] rev 11371
mod_s2s: Clarify comment about unused TLS settings Ref 115b5e32d960
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip