Software /
code /
prosody
Comparison
CHANGES @ 13721:8170dd8f370c
Merge 13.0->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 16 Feb 2025 13:44:23 +0000 |
parent | 13719:4309c934e813 |
child | 13729:b50eadfddd57 |
comparison
equal
deleted
inserted
replaced
13716:953108962cd0 | 13721:8170dd8f370c |
---|---|
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 |
82 - Support for Type=notify and notify-reload systemd service type added | 83 - Support for Type=notify and notify-reload systemd service type added |
83 - Support for the roster *group* access_model in mod_pep | 84 - Support for the roster *group* access_model in mod_pep |
84 - Support for systemd socket activation in server_epoll | 85 - Support for systemd socket activation in server_epoll |
85 - mod_invites_adhoc gained a command for creating password resets | 86 - mod_invites_adhoc gained a command for creating password resets |
86 - mod_cloud_notify imported from community modules for push notification support | 87 - mod_cloud_notify imported from community modules for push notification support |
88 - mod_http_altconnect imported from community modules, simplifying web clients | |
87 | 89 |
88 ## Removed | 90 ## Removed |
89 | 91 |
90 - Lua 5.1 support | 92 - Lua 5.1 support |
91 - XEP-0090 support removed from mod_time | 93 - XEP-0090 support removed from mod_time |