reticulum-js
    Preparing search index...

    Enumeration Allow

    Authorization modes for a registered REQUEST handler (PROTOCOL-SPEC.md ยง11.4).

    Mirrors RNS.Destination.ALLOW_NONE/ALLOW_ALL/ALLOW_LIST. The mode is enforced server-side by Link._authorizeRequest against the requester's long-term identity (established on the link via link.identify()).

    Index
    ALL: number

    Accept any request that arrives on this Link, regardless of caller.

    LIST: number

    Accept iff the requester has identified AND their identity_hash is in allowedList.

    NONE: number

    Reject every request (handler is a stub for testing).