Diff

.luacheckrc @ 12298:cb459f8fa740

mod_c2s,mod_s2s: Disable and close port listeners before closing sessions This ensures no new clients can start connecting during shutdown
author Kim Alvefur <zash@zash.se>
date Fri, 11 Feb 2022 21:36:53 +0100
parent 12296:49ebac8a5260
child 12532:8e4033213c62
child 12582:e72bb50456c4
line wrap: on
line diff
--- a/.luacheckrc	Wed Oct 06 14:50:47 2021 +0200
+++ b/.luacheckrc	Fri Feb 11 21:36:53 2022 +0100
@@ -48,6 +48,7 @@
 		"module.saved_state",
 		"module.global",
 		"module.path",
+		"module.items",
 
 		-- Module API
 		"module.add_extension",