Thu, 18 Feb 2021 10:00:56 +0100 mod_http: Consider x-forwarded-proto from trusted proxies
Kim Alvefur <zash@zash.se> [Thu, 18 Feb 2021 10:00:56 +0100] rev 11387
mod_http: Consider x-forwarded-proto from trusted proxies Should be better than setting consider_{bosh,websocket}_secure as that may end up causing actually insecure requests to be considered secure. Doing it here, as with IP, should make this apply to all HTTP modules.
Thu, 18 Feb 2021 12:02:11 +0100 Merge 0.11->trunk
Kim Alvefur <zash@zash.se> [Thu, 18 Feb 2021 12:02:11 +0100] rev 11386
Merge 0.11->trunk
Thu, 18 Feb 2021 12:00:00 +0100 mod_http: Skip IP resolution in non-proxied case 0.11
Kim Alvefur <zash@zash.se> [Thu, 18 Feb 2021 12:00:00 +0100] rev 11385
mod_http: Skip IP resolution in non-proxied case Skips doing the whole get_ip_from_request() dance if the request isn't from a proxy at all, even if the client sent the header for some reason.
Tue, 16 Feb 2021 23:10:23 +0100 mod_csi_simple: Fire event when flushing queue
Kim Alvefur <zash@zash.se> [Tue, 16 Feb 2021 23:10:23 +0100] rev 11384
mod_csi_simple: Fire event when flushing queue To let other plugins know and take some action, e.g. flushing other buffers or whatnot.
Tue, 16 Feb 2021 23:09:51 +0100 mod_csi_simple: Set session state to 'flushing' while doing so
Kim Alvefur <zash@zash.se> [Tue, 16 Feb 2021 23:09:51 +0100] rev 11383
mod_csi_simple: Set session state to 'flushing' while doing so May be useful for 3rd party modules.
Mon, 15 Feb 2021 22:30:28 +0100 Merge 0.11->trunk
Kim Alvefur <zash@zash.se> [Mon, 15 Feb 2021 22:30:28 +0100] rev 11382
Merge 0.11->trunk
Mon, 15 Feb 2021 18:16:07 +0100 Tag 0.11.8 0.11
Kim Alvefur <zash@zash.se> [Mon, 15 Feb 2021 18:16:07 +0100] rev 11381
Tag 0.11.8
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.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip