Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core.features: Advertise that events are fired for SIGUSR1/2 | Kim Alvefur | 2024-03-02 | 1 | -0/+3 |
| | | | | Moved here from mod_posix since these events no longer originate there | ||||
* | 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 |
| | |||||
* | moduleapi: Add :get_option_integer() | Kim Alvefur | 2023-07-17 | 1 | -0/+1 |
| | | | | | | | Many options in Prosody that are treated as numbers don't make sense as floats, e.g. sizes and limits measured in bytes. Simplified implementation based on an earlier attempt dating back to 2020 | ||||
* | core.moduleapi: Add :get_option_period for parsing time intervals | Kim Alvefur | 2023-07-16 | 1 | -0/+1 |
| | | | | | E.g. for use in mod_mam and others that take an amount of time before some (usually cleanup) action is taken. | ||||
* | core.moduleapi: Allow specifying an acceptable range for number options | Kim Alvefur | 2021-10-05 | 1 | -0/+1 |
| | |||||
* | moduleapi: Add enum config option method | Kim Alvefur | 2021-01-16 | 1 | -0/+3 |
| | | | | For when a setting has a few fixed values it can take | ||||
* | core, plugins: Split prosody:user role into prosody:{guest,registered,member} | Matthew Wild | 2023-06-29 | 1 | -0/+3 |
| | | | | | | | This gives us more granular control over different types of user account. Accounts registered by IBR get assigned prosody:registered by default, while accounts provisioned by an admin (e.g. via prosodyctl shell) will receive prosody:member by default. | ||||
* | Merge 0.12->trunk | Kim Alvefur | 2023-05-24 | 1 | -0/+2 |
|\ | |||||
| * | mod_s2s: Add event where resolver for s2sout can be tweaked | Kim Alvefur | 2022-08-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Could be used to implement custom connection methods (c.f. mod_onions) without needing to duplicate the rest of route_to_new_session(). Adds a feature to enable detection since it can be difficult to detect support for an event otherwise. | ||||
* | | core: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 1 | -1/+1 |
| | | |||||
* | | features: Add "keyval+" | Matthew Wild | 2023-03-21 | 1 | -0/+2 |
| | | |||||
* | | core.features: Add feature for prosody.loader | Kim Alvefur | 2023-03-18 | 1 | -0/+2 |
| | | | | | | | | Allows modules explicit dependencies upon its availability | ||||
* | | features: Add "permissions" feature for role-auth | Matthew Wild | 2022-08-11 | 1 | -0/+2 |
|/ | |||||
* | core.features: New module to track and expose the features supported by Prosody | Matthew Wild | 2022-02-04 | 1 | -0/+8 |
A "feature" is a simple string, and it's expected that we will add to (and maybe remove from) this list over the course of time. |