Mercurial > prosody-modules
view mod_traceback/README.markdown @ 5378:6155c46d9eea
mod_http_oauth2: Record OAuth software id and version attached to tokens
Unsure if these are used anywhere, but `software_id` is supposedly more
unique than `client_uri` which can vary by registration or something?
Software versions can also be good to know e.g. in case there is a
security issue affecting certain versions that could warrant revocation
of tokens issued to it.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 Apr 2023 19:16:14 +0200 |
parents | db0f654b9b3f |
children |
line wrap: on
line source
This module writes out a traceback to `traceback.txt` in Prosodys data directory (see `prosodyctl about`) when the signal `SIGUSR1` is received. This is useful when debugging seemingly frozen instances in case it is stuck in Lua code.