aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2022-02-11 21:36:53 +0100
committerKim Alvefur <zash@zash.se>2022-02-11 21:36:53 +0100
commitf56aaf1ba149176fe65254960cba957843c4ca10 (patch)
treeabd9cf32d53f02601866cc7c8be273692deadf98 /.luacheckrc
parent89f110bbf20dd54c438ea0bce274860cee75606c (diff)
downloadprosody-f56aaf1ba149176fe65254960cba957843c4ca10.tar.gz
prosody-f56aaf1ba149176fe65254960cba957843c4ca10.zip
mod_c2s,mod_s2s: Disable and close port listeners before closing sessions
This ensures no new clients can start connecting during shutdown
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index e8f7f1a0..0c934d90 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -48,6 +48,7 @@ files["plugins/"] = {
"module.saved_state",
"module.global",
"module.path",
+ "module.items",
-- Module API
"module.add_extension",