Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |