Wed, 24 May 2023 14:49:29 +0200 mod_admin_shell: Show internal URL in addition to external in http:list
Kim Alvefur <zash@zash.se> [Wed, 24 May 2023 14:49:29 +0200] rev 13112
mod_admin_shell: Show internal URL in addition to external in http:list To help with configuring reverse proxies.
Wed, 24 May 2023 14:43:45 +0200 mod_http: Add way to retrieve internal URL instead of external
Kim Alvefur <zash@zash.se> [Wed, 24 May 2023 14:43:45 +0200] rev 13111
mod_http: Add way to retrieve internal URL instead of external This could be of help when configuring reverse proxies, as it is the internal URL the proxy must point at. Argument treated as an enum "internal" "external"(default) to allow for future extensibility.
Sat, 20 May 2023 15:44:55 +0200 util.jsonschema: Update test suite ignore rules
Kim Alvefur <zash@zash.se> [Sat, 20 May 2023 15:44:55 +0200] rev 13110
util.jsonschema: Update test suite ignore rules A test case was added in the middle, so all these need to be reordered.
Sun, 14 May 2023 19:02:26 +0200 mod_admin_shell: Allow logging HTTP events with debug:logevents("http")
Kim Alvefur <zash@zash.se> [Sun, 14 May 2023 19:02:26 +0200] rev 13109
mod_admin_shell: Allow logging HTTP events with debug:logevents("http") Mirroring debug:events("http"), and to replace the "Firing event: GET /" log lines in net.http.server
Sun, 14 May 2023 19:01:01 +0200 mod_admin_shell: Allow logging global events with debug:logevents("*")
Kim Alvefur <zash@zash.se> [Sun, 14 May 2023 19:01:01 +0200] rev 13108
mod_admin_shell: Allow logging global events with debug:logevents("*") Missing feature. It should behave like debug:events()
Sun, 14 May 2023 18:48:20 +0200 net.http.server: Remove "Firing event" logs, use event logging instead
Kim Alvefur <zash@zash.se> [Sun, 14 May 2023 18:48:20 +0200] rev 13107
net.http.server: Remove "Firing event" logs, use event logging instead Since these are noisy and we have the thing in util.helpers to log events fired. The new status line events are meant to replace these as they include more useful info.
Sun, 14 May 2023 18:44:38 +0200 net.http.server: Log request and response status lines
Kim Alvefur <zash@zash.se> [Sun, 14 May 2023 18:44:38 +0200] rev 13106
net.http.server: Log request and response status lines Points out the beginning and end of a request.
Sun, 14 May 2023 18:44:11 +0200 net.http.server: Assign each request its own log source
Kim Alvefur <zash@zash.se> [Sun, 14 May 2023 18:44:11 +0200] rev 13105
net.http.server: Assign each request its own log source
Sun, 14 May 2023 18:38:22 +0200 net.http.server: Assign an ID to each request, shared with response
Kim Alvefur <zash@zash.se> [Sun, 14 May 2023 18:38:22 +0200] rev 13104
net.http.server: Assign an ID to each request, shared with response Goal is improve tracking of individual HTTP requests throughout its life-cycle. Having a single ID to use in logging should help here.
Sun, 07 May 2023 20:34:07 +0200 mod_tokenauth: Support selection of _no_ role at all
Kim Alvefur <zash@zash.se> [Sun, 07 May 2023 20:34:07 +0200] rev 13103
mod_tokenauth: Support selection of _no_ role at all If a grant does not have a role, we should not go and make one up. While not very useful for XMPP if you can't even login, it may be useful for OAuth2/OIDC.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip