Software /
code /
prosody
Comparison
.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 |
comparison
equal
deleted
inserted
replaced
12297:249eb306f668 | 12298:cb459f8fa740 |
---|---|
46 "module.event_handlers", | 46 "module.event_handlers", |
47 "module.reloading", | 47 "module.reloading", |
48 "module.saved_state", | 48 "module.saved_state", |
49 "module.global", | 49 "module.global", |
50 "module.path", | 50 "module.path", |
51 "module.items", | |
51 | 52 |
52 -- Module API | 53 -- Module API |
53 "module.add_extension", | 54 "module.add_extension", |
54 "module.add_feature", | 55 "module.add_feature", |
55 "module.add_identity", | 56 "module.add_identity", |