Comparison

CHANGES @ 13719:4309c934e813 13.0

moduleapi: Allow soft dependencies via module:depends(mod, true)
author Matthew Wild <mwild1@gmail.com>
date Sun, 16 Feb 2025 13:29:07 +0000
parent 13718:569fae28a2f3
child 13729:b50eadfddd57
comparison
equal deleted inserted replaced
13718:569fae28a2f3 13719:4309c934e813
60 - Acceptable interval can be specified for number options 60 - Acceptable interval can be specified for number options
61 - Method for parsing time periods / intervals from config 61 - Method for parsing time periods / intervals from config
62 - Method for retrieving integer settings from config 62 - Method for retrieving integer settings from config
63 - It is now easy for modules to expose a Prosody shell command, by adding a shell-command item 63 - It is now easy for modules to expose a Prosody shell command, by adding a shell-command item
64 - Modules can now implement a module.ready method which will be called after server initialization 64 - Modules can now implement a module.ready method which will be called after server initialization
65 - module:depends() now accepts a second parameter 'soft' to enable soft dependencies
65 66
66 ### Configuration 67 ### Configuration
67 68
68 - The configuration file now supports referring and appending to options previously set 69 - The configuration file now supports referring and appending to options previously set
69 - Direct usage of the Lua API in the config file is deprecated, but can now be accessed via Lua.* instead 70 - Direct usage of the Lua API in the config file is deprecated, but can now be accessed via Lua.* instead