Software /
code /
prosody
Comparison
.luacheckrc @ 9869:7be5477c399e
.luacheckrc: Update to reflect new module API methods
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 19 Mar 2019 09:07:36 +0000 |
parent | 9744:8132030ff04a |
child | 9940:5d5e3d982bdc |
comparison
equal
deleted
inserted
replaced
9868:0361e3379dd1 | 9869:7be5477c399e |
---|---|
32 read_globals = { | 32 read_globals = { |
33 -- Module instance | 33 -- Module instance |
34 "module.name", | 34 "module.name", |
35 "module.host", | 35 "module.host", |
36 "module._log", | 36 "module._log", |
37 "module.log", | |
38 "module.event_handlers", | 37 "module.event_handlers", |
39 "module.reloading", | 38 "module.reloading", |
40 "module.saved_state", | 39 "module.saved_state", |
41 "module.global", | 40 "module.global", |
42 "module.path", | 41 "module.path", |
63 "module.get_option_number", | 62 "module.get_option_number", |
64 "module.get_option_path", | 63 "module.get_option_path", |
65 "module.get_option_scalar", | 64 "module.get_option_scalar", |
66 "module.get_option_set", | 65 "module.get_option_set", |
67 "module.get_option_string", | 66 "module.get_option_string", |
67 "module.get_status", | |
68 "module.handle_items", | 68 "module.handle_items", |
69 "module.hook", | 69 "module.hook", |
70 "module.hook_global", | 70 "module.hook_global", |
71 "module.hook_object_event", | 71 "module.hook_object_event", |
72 "module.hook_tag", | 72 "module.hook_tag", |
73 "module.load_resource", | 73 "module.load_resource", |
74 "module.log", | |
75 "module.log_status", | |
74 "module.measure", | 76 "module.measure", |
75 "module.measure_event", | 77 "module.measure_event", |
76 "module.measure_global_event", | 78 "module.measure_global_event", |
77 "module.measure_object_event", | 79 "module.measure_object_event", |
78 "module.open_store", | 80 "module.open_store", |
80 "module.remove_item", | 82 "module.remove_item", |
81 "module.require", | 83 "module.require", |
82 "module.send", | 84 "module.send", |
83 "module.send_iq", | 85 "module.send_iq", |
84 "module.set_global", | 86 "module.set_global", |
87 "module.set_status", | |
85 "module.shared", | 88 "module.shared", |
86 "module.unhook", | 89 "module.unhook", |
87 "module.unhook_object_event", | 90 "module.unhook_object_event", |
88 "module.wrap_event", | 91 "module.wrap_event", |
89 "module.wrap_global", | 92 "module.wrap_global", |