| Commit message (Expand) | Author | Age | Files | Lines |
* | moduleapi: Allow soft dependencies via module:depends(mod, true) | Matthew Wild | 2025-02-16 | 1 | -2/+6 |
* | mod_http_altconnect: Imported from prosody-modules 6d5a19bdd718 w/changes | Matthew Wild | 2025-02-16 | 1 | -0/+2 |
* | core.certmanager: Move LuaSec verification tweaks to mod_s2s | Kim Alvefur | 2025-02-15 | 1 | -4/+0 |
* | modulemanager: Remove autoloading of per-platform module | Matthew Wild | 2025-02-13 | 1 | -1/+0 |
* | usermanager: Include role_name in event for consistency with the 'removed' event | Matthew Wild | 2025-02-13 | 1 | -1/+1 |
* | core.configmanager: Delay reporting warnings about Credential until use | Kim Alvefur | 2025-02-12 | 1 | -3/+16 |
* | mod_muc: Integrate support for vcards/avatars on MUC rooms | Matthew Wild | 2025-02-06 | 1 | -0/+2 |
* | core.configmanager: Remove compat | Kim Alvefur | 2025-01-21 | 1 | -2/+0 |
* | util.startup: Rename credentials path variable too | Kim Alvefur | 2025-01-18 | 1 | -2/+2 |
* | core.configmanager: Rename Secret to Credential | Kim Alvefur | 2025-01-18 | 1 | -4/+6 |
* | core.configmanager: Add function for getting secrets from separate files | Kim Alvefur | 2025-01-16 | 1 | -0/+14 |
* | core.configmanager: Add ways to read config values from files | Kim Alvefur | 2025-01-16 | 1 | -3/+34 |
* | features: Add feature for bundled mod_cloud_notify | Matthew Wild | 2025-01-14 | 1 | -0/+2 |
* | modulemanager: Allow modules to specify supported Lua versions in metadata | Matthew Wild | 2025-01-09 | 1 | -0/+14 |
* | modulemanager: Handle multiple digits in Lua version number | Matthew Wild | 2025-01-09 | 1 | -1/+1 |
* | core.moduleapi: Include source modules when handling items | Kim Alvefur | 2025-01-08 | 1 | -2/+10 |
* | mod_flags: New module to view and manage flags on user accounts via shell/API | Matthew Wild | 2025-01-03 | 1 | -0/+2 |
* | core.loggingmanager: Bump expected util.pposix version | Kim Alvefur | 2024-11-16 | 1 | -1/+1 |
* | Merge 0.12->trunk | Kim Alvefur | 2024-08-18 | 1 | -0/+1 |
|\ |
|
| * | core.moduleapi: Default labels to empty list to fix error if omitted | Kim Alvefur | 2024-08-18 | 1 | -0/+1 |
* | | core.certmanager: Include ffdhe2048 from RFC 7919 as default DH param | Kim Alvefur | 2024-07-12 | 1 | -1/+13 |
* | | core.features: Advertise that events are fired for SIGUSR1/2 | Kim Alvefur | 2024-03-02 | 1 | -0/+3 |
* | | features: Add mod_server_info | Matthew Wild | 2024-02-23 | 1 | -0/+2 |
* | | features: Add module-ready (for commit e20949a10118) | Matthew Wild | 2024-02-22 | 1 | -0/+3 |
* | | configmanager: Fix linter issues | Matthew Wild | 2023-12-08 | 1 | -2/+10 |
* | | configmanager: Support for appending to existing config options | Matthew Wild | 2023-12-08 | 1 | -3/+56 |
* | | configmanager: Make _G accessible via `Lua` variable, deprecate direct access | Matthew Wild | 2023-12-08 | 1 | -1/+12 |
* | | configmanager: Allow referencing previously-set options in the config file | Matthew Wild | 2023-12-08 | 1 | -0/+14 |
* | | moduleapi: Log error message when ambiguous period spec is found in config | Matthew Wild | 2023-11-30 | 1 | -1/+9 |
* | | modulemanager: Allow modules to expose module.ready - to be called after init | Matthew Wild | 2023-11-30 | 1 | -0/+4 |
* | | moduleapi: Rename :once() to :on_ready() for clarity | Matthew Wild | 2023-11-30 | 1 | -1/+7 |
* | | usermanager, mod_auth_internal_hashed: Support metadata when disabling a user | Matthew Wild | 2023-11-30 | 1 | -3/+3 |
* | | moduleapi: may(): Support explicit actor_jid in context object | Matthew Wild | 2023-11-07 | 1 | -18/+24 |
* | | core.certmanager: Handle dane context setting same way on reload as on initia... | Kim Alvefur | 2023-11-04 | 1 | -1/+7 |
* | | core.certmanager: Tweak log level of message about SNI being required | Kim Alvefur | 2023-10-29 | 1 | -1/+1 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-10-27 | 1 | -1/+4 |
|\| |
|
| * | core.certmanager: Validate that 'tls_profile' is one of the valid values | Kim Alvefur | 2023-10-27 | 1 | -1/+4 |
* | | portmanager: Expose API to get at SSL/TLS config for a given interface/port | Matthew Wild | 2022-09-07 | 1 | -0/+8 |
* | | core.storagemanager: Remove 0.10 era sql2 driver COMPAT | Kim Alvefur | 2023-09-04 | 1 | -18/+2 |
* | | core.portmanager: Join strings broken into multiple lines | Kim Alvefur | 2023-07-29 | 1 | -6/+3 |
* | | core.portmanager: Hint at HTTP servers for conflicts over port 443 | Kim Alvefur | 2023-07-29 | 1 | -1/+1 |
* | | core.moduleapi: Parse period min/max arguments | Kim Alvefur | 2023-07-22 | 1 | -0/+6 |
* | | core.moduleapi: Fix min/maxinteger fallback for Lua 5.2 | Kim Alvefur | 2023-07-17 | 1 | -1/+1 |
* | | core.moduleapi: Add min/max range support to :get_option_period | Kim Alvefur | 2023-07-17 | 1 | -11/+27 |
* | | moduleapi: Add :get_option_integer() | Kim Alvefur | 2023-07-17 | 2 | -0/+15 |
* | | core.moduleapi: Accept boolean false to disable period setting | Kim Alvefur | 2023-07-16 | 1 | -1/+1 |
* | | core.moduleapi: Log error for unexpected types (booleans?) set as periods | Kim Alvefur | 2023-07-16 | 1 | -0/+2 |
* | | core.moduleapi: Turn negative periods or "never" into infinity | Kim Alvefur | 2023-07-16 | 1 | -0/+7 |
* | | core.moduleapi: Improve handling of different types in :get_option_period | Kim Alvefur | 2023-07-16 | 1 | -8/+8 |
* | | core.moduleapi: Add :get_option_period for parsing time intervals | Kim Alvefur | 2023-07-16 | 2 | -0/+16 |