Software / code / prosody-modules
Comparison
.luacheckrc @ 3524:a7a751e57f32
luacheckrc: Update API method list from prosody
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 31 Mar 2019 18:31:38 +0200 |
| parent | 3523:68beaf7fd7d6 |
| child | 3794:4b258329e6e4 |
comparison
equal
deleted
inserted
replaced
| 3523:68beaf7fd7d6 | 3524:a7a751e57f32 |
|---|---|
| 11 | 11 |
| 12 -- Module instance | 12 -- Module instance |
| 13 "module.name", | 13 "module.name", |
| 14 "module.host", | 14 "module.host", |
| 15 "module._log", | 15 "module._log", |
| 16 "module.log", | |
| 17 "module.event_handlers", | 16 "module.event_handlers", |
| 18 "module.reloading", | 17 "module.reloading", |
| 19 "module.saved_state", | 18 "module.saved_state", |
| 20 "module.global", | 19 "module.global", |
| 21 "module.path", | 20 "module.path", |
| 41 "module.get_option_inherited_set", | 40 "module.get_option_inherited_set", |
| 42 "module.get_option_number", | 41 "module.get_option_number", |
| 43 "module.get_option_path", | 42 "module.get_option_path", |
| 44 "module.get_option_set", | 43 "module.get_option_set", |
| 45 "module.get_option_string", | 44 "module.get_option_string", |
| 45 "module.get_status", | |
| 46 "module.handle_items", | 46 "module.handle_items", |
| 47 "module.hook", | 47 "module.hook", |
| 48 "module.hook_global", | 48 "module.hook_global", |
| 49 "module.hook_object_event", | 49 "module.hook_object_event", |
| 50 "module.hook_tag", | 50 "module.hook_tag", |
| 51 "module.load_resource", | 51 "module.load_resource", |
| 52 "module.log", | |
| 53 "module.log_status", | |
| 52 "module.measure", | 54 "module.measure", |
| 53 "module.measure_event", | 55 "module.measure_event", |
| 54 "module.measure_global_event", | 56 "module.measure_global_event", |
| 55 "module.measure_object_event", | 57 "module.measure_object_event", |
| 56 "module.open_store", | 58 "module.open_store", |
| 58 "module.remove_item", | 60 "module.remove_item", |
| 59 "module.require", | 61 "module.require", |
| 60 "module.send", | 62 "module.send", |
| 61 "module.send_iq", | 63 "module.send_iq", |
| 62 "module.set_global", | 64 "module.set_global", |
| 65 "module.set_status", | |
| 63 "module.shared", | 66 "module.shared", |
| 64 "module.unhook", | 67 "module.unhook", |
| 65 "module.unhook_object_event", | 68 "module.unhook_object_event", |
| 66 "module.wrap_event", | 69 "module.wrap_event", |
| 67 "module.wrap_global", | 70 "module.wrap_global", |