Mercurial > prosody-modules
comparison mod_debug_traceback/README.markdown @ 5850:0358fcf14cd6
mod_debug_traceback: Remove direct POSIX signal handling, require Prosody 0.12+
Hooking an event is safer than directly hooking signals
For context see Prosody trunk rev 69faf3552d52
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 02 Mar 2024 14:42:27 +0100 |
parents | 5841d54cb6c6 |
children |
comparison
equal
deleted
inserted
replaced
5849:84a784bc4096 | 5850:0358fcf14cd6 |
---|---|
20 `debug_traceback_signal` | 20 `debug_traceback_signal` |
21 : The name of the signal to listen for. Defaults to `SIGUSR1`. | 21 : The name of the signal to listen for. Defaults to `SIGUSR1`. |
22 | 22 |
23 # Compatibility | 23 # Compatibility |
24 | 24 |
25 Prosody 0.11 or later. | 25 Prosody 0.12 or later. |