From 8c62df2890dfd4fa6764960fff3eb74897b81bf3 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 28 Oct 2013 13:11:39 -0400 Subject: [PATCH] zmirror: Add some more non-world-readable Zephyr classes. These are from a list that Camilla Fox sent me of all non-world-readable Zephyr classes currently configured. (imported from commit 6246a981402b47056b28cd14be688e15224aacd1) --- bots/sync-public-streams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/sync-public-streams b/bots/sync-public-streams index 5f11ce3..3663b68 100755 --- a/bots/sync-public-streams +++ b/bots/sync-public-streams @@ -32,7 +32,7 @@ def fetch_public_streams(): # normalization and then lower-casing server-side canonical_cls = unicodedata.normalize("NFKC", stream_name).lower().encode("utf-8") if canonical_cls in ['security', 'login', 'network', 'ops', 'user_locate', - 'mit', + 'mit', 'moof', 'wsmonitor', 'wg_ctl', 'winlogger', 'hm_ctl', 'hm_stat', 'zephyr_admin', 'zephyr_ctl']: # These zephyr classes cannot be subscribed to by us, due # to MIT's Zephyr access control settings