Thu, 18 Feb 2021 10:41:04 +0100 mod_http: Optimize proxy IP check
Kim Alvefur <zash@zash.se> [Thu, 18 Feb 2021 10:41:04 +0100] rev 11389
mod_http: Optimize proxy IP check No need to do a subnet match comparison to see if two IP addresses match exactly.
Thu, 18 Feb 2021 10:05:30 +0100 mod_websocket: Inherit security status from http request
Kim Alvefur <zash@zash.se> [Thu, 18 Feb 2021 10:05:30 +0100] rev 11388
mod_websocket: Inherit security status from http request Allows requests considered secure becasue of a proxy header to carry over to the client session. mod_bosh does this too.
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
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip