log util/error.lua @ 12115:94de6b7596cc

age author description
Wed, 09 Dec 2020 14:51:40 +0000 Matthew Wild util.error: Switch to util.debug traceback tables and remove display_tracebacks option
Wed, 09 Dec 2020 14:00:13 +0000 Matthew Wild util.error: Expose is_error on registry objects for convenience
Wed, 09 Dec 2020 13:59:51 +0000 Matthew Wild util.error: rename is_err() -> is_error()
Wed, 09 Dec 2020 13:55:10 +0000 Matthew Wild util.error: Add coerce and wrap methods to registry(?) objects
Sat, 14 Nov 2020 22:22:46 +0100 Kim Alvefur util.error: Remove a stray word from a comment
Thu, 15 Oct 2020 13:43:03 +0100 Matthew Wild util.error: Pass through existing error objects passed to new()
Mon, 28 Sep 2020 23:48:02 +0200 Kim Alvefur util.error: Drop registry initialization with namespace as key
Mon, 28 Sep 2020 22:13:04 +0200 Kim Alvefur util.error: Expand compact registries into normal form internally
Mon, 28 Sep 2020 18:39:51 +0200 Kim Alvefur util.error: Add a "compact mode" for registries
Mon, 28 Sep 2020 19:26:48 +0200 Kim Alvefur util.error: Expose source and registry as fields on the registry object
Mon, 28 Sep 2020 01:55:35 +0200 Kim Alvefur util.error: Turns out <gone> wasn't alone, there's also <redirect>
Sun, 27 Sep 2020 00:17:48 +0200 Kim Alvefur util.error: Pass converted stanza errors throguh new()
Sat, 26 Sep 2020 18:15:49 +0200 Kim Alvefur util.error: Collect Application-Specific Conditions from stanza errors
Sat, 26 Sep 2020 18:15:27 +0200 Kim Alvefur util.error: Add special case handling of <gone> with an URI
Sat, 26 Sep 2020 18:14:10 +0200 Kim Alvefur util.error: Default error originator to stanza sender