log util/error.lua @ 11092:bd13aa89262d

age author description
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
Sat, 26 Sep 2020 18:13:27 +0200 Kim Alvefur util.error: Extract error originator from stanza errors
Sat, 26 Sep 2020 17:16:34 +0200 Kim Alvefur util.error: Add well-known field 'extra'
Fri, 25 Sep 2020 16:39:22 +0100 Matthew Wild util.error: Simplify error creation flow
Fri, 25 Sep 2020 12:38:58 +0100 Matthew Wild util.error: Switch coerce() to use new() and change 'native' to context field 'wrapped_error'
Fri, 25 Sep 2020 12:32:43 +0100 Matthew Wild util.error: Have init() return an object to allow API extensibility via additional methods
Fri, 25 Sep 2020 12:27:45 +0100 Matthew Wild util.error: Minor tweaks to error creation code to prepare for future changes
Fri, 25 Sep 2020 12:19:30 +0100 Matthew Wild util.error: Simplify error creation - remove ability to set context from templates, and remove default context
Fri, 25 Sep 2020 12:18:18 +0100 Matthew Wild util.error: Add unique 'instance_id' to error objects
Fri, 28 Aug 2020 13:55:05 +0200 Kim Alvefur util.error: Add a wrapper for common parameters
Fri, 28 Aug 2020 13:54:16 +0200 Kim Alvefur util.error: Add a 'source' parameter where origin module can be mentioned
Fri, 28 Aug 2020 12:51:40 +0100 Matthew Wild util.error: Add configuration for including traceback in tostring()
Fri, 28 Aug 2020 12:40:59 +0100 Matthew Wild util.error: Allow optional tracebacks to be injected on errors
Sat, 14 Dec 2019 20:28:44 +0100 Kim Alvefur util.error: Move default for numeric error code to net.http.server
Sun, 08 Dec 2019 17:00:45 +0100 Kim Alvefur util.error: Write down some thoughts in comments
Fri, 01 Nov 2019 18:31:12 +0100 Kim Alvefur util.error: Add well-known field 'code' in error templates
Wed, 10 Jul 2019 17:04:36 +0200 Kim Alvefur util.error: Fix traceback due to missing text field
Sun, 30 Dec 2018 20:30:59 +0100 Kim Alvefur util.error: Add a function for creating an error object from an error stanza
Sun, 30 Dec 2018 12:55:58 +0000 Matthew Wild util.error: Add new util library for structured errors