aboutsummaryrefslogtreecommitdiffstats
path: root/core/features.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_s2s: Add event where resolver for s2sout can be tweakedKim Alvefur2022-08-181-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.features: New module to track and expose the features supported by ProsodyMatthew Wild2022-02-041-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.