log mod_rest/mod_rest.lua @ 6178:ac7e2992fe6e

age author description
Sun, 16 Mar 2025 17:04:51 +0100 Kim Alvefur mod_rest: Strip down error payloads to avoid stack overflow
Sat, 21 Sep 2024 21:10:45 +0200 Kim Alvefur mod_rest: Wrap mod_tokenauth errors
Mon, 19 Aug 2024 18:39:22 +0200 Kim Alvefur mod_rest: Fix to allow underscores in path of HTTP GET to iq-get mapping
Mon, 15 Jul 2024 16:24:20 +0200 Kim Alvefur mod_rest: Fix authentication
Sun, 14 Jul 2024 18:01:24 +0200 Kim Alvefur mod_rest: Normalize case after filtering out non-match
Sun, 14 Jul 2024 17:58:48 +0200 Kim Alvefur mod_rest: Fix to allow case sensitive HTTP authentication scheme
Sat, 06 Jul 2024 19:26:07 +0200 Kim Alvefur mod_rest: Return specific errors from credential checks
Thu, 04 Jul 2024 16:06:32 +0200 Kim Alvefur mod_rest: Reject password that fails saslprep earlier (thanks tgy)