Files
livekit/pkg/agent
Théo Monnom 2a00a14c0b agent/endpoint: fix glob matching and enforce route depth
- a path convertor anywhere in a template (non-terminal, or mixed with literal
  text in a segment) now canonicalizes to a terminal glob that spans slashes,
  instead of being dropped or narrowed to a single-segment str - the old
  behavior silently failed to match such routes (a false negative -> misroute).
- enforce MaxRouteDepth at ParseManifest (wires up RouteDepth), bounding the
  replicated filter's prefix count and the matcher's walk.
2026-08-21 14:55:54 -07:00
..
2026-08-19 18:25:35 -07:00
2026-08-19 18:25:35 -07:00
2026-08-19 18:25:35 -07:00