From 7eba0a1ddbbaba8dd6594c7d06aabe9f049a8461 Mon Sep 17 00:00:00 2001 From: mleku Date: Sun, 2 Feb 2025 09:39:05 -0106 Subject: [PATCH] notes about chanserv/nickserv cache/auth relay types --- doc/events_queries.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/events_queries.adoc b/doc/events_queries.adoc index d40cb76..dc89518 100644 --- a/doc/events_queries.adoc +++ b/doc/events_queries.adoc @@ -105,6 +105,8 @@ Once all stored events are returned, the relay will send `end:\ `subscribe_full:` should be used to request the events be directly delivered instead of just the event IDs associated with the subscription filter. +In the case of events that are published via the `relay` command, it is necessary that therefore there must be one or more "chanserv" style relays also connected to the relay to whom the clients know they can request such events, and a "nickserv" type specialized relay would need to exist also for creating access whitelists - by compiling singular edits to these lists and using a subscription mechanism to notify such clients of the need to update their ACL. + === Text A text search is just `search::` followed by a series of space separated tokens if the event store has a full text index, terminated with a newline.